html,
body {
  min-width: 1300px;
}
.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}
.bx {
  width: 1200px;
  margin: 0 auto;
}
.in_banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}
.in_banner h2 {
  font-size: 74px;
  letter-spacing: 4px;
  line-height: 90px;
  text-shadow: 14px 14px 26px rgba(20, 19, 20, 0.7);
}
.in_banner .title {
  margin-top: 20px;
  display: inline-block;
  width: 632px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
  background-repeat: no-repeat;
}
.in_banner .title .dots {
  margin-right: 30px;
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFF;
}
.in_banner .title span {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 18px;
}
.in_banner .title::after {
  display: inline-block;
  width: 100%;
  content: '';
  height: 0;
}
.in_banner .banner_content {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.in_banner .banner_link {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.in_banner .banner_link a {
  font-size: 20px;
  margin-top: 10px;
  padding: 15px 35px 15px 40px;
}
.in_banner .banner_link .more {
  color: #e46a46;
  background-color: #fff;
  margin-right: 60px;
}
.in_banner .banner_link .more:hover {
  color: #fff;
  background-color: #e46a46;
}
.in_banner .banner_link .register {
  color: #fff;
  background-color: #e46a46;
}
.in_banner .banner_link .register:hover {
  color: #e46a46;
  background-color: #fff;
}
.in_banner .in_bannerShade {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 135px;
  background: rgba(19, 19, 19, 0.4);
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.in_banner .in_bannerShade .bx {
  padding: 24px 106px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.in_banner .in_bannerShade a {
  color: #fff;
  display: block;
  margin-top: 10px;
}
.in_banner .in_bannerShade a i {
  font-size: 20px;
  vertical-align: middle;
}
.in_banner .in_bannerShade a:hover {
  color: #ec6d46;
}
.introduction {
  position: relative;
  z-index: 1;
  background: #fff;
}
.banner-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -95px;
  z-index: 2;
}
.banner-nav ul {
  display: flex;
  width: 1200px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.banner-nav li {
  height: 120px;
  width: 336px;
  margin-left: 15px;
  margin-right: 15px;
}
.banner-nav li:hover a {
  transform: translateY(-5pt);
  color: #ec6d46;
}
.banner-nav li:hover .banner-nav__desc {
  margin-right: 13px;
}
.banner-nav a {
  color: #161f20;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 12px rgba(16, 16, 16, 0.18);
  transition: transform 0.25s ease;
  position: relative;
}
.banner-nav__img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 336px;
  height: 120px;
}
.banner-nav__img2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 60px;
}
.banner-nav__title {
  font-size: 24px;
  padding-left: 28px;
  padding-top: 18px;
}
.banner-nav__desc {
  font-size: 16px;
  text-align: right;
  padding-right: 45px;
  padding-top: 24px;
  color: #ec6d46;
  background-image: url(../../img/home/index/arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 2px;
  margin-right: 16px;
}
.index_empowerment {
  height: 1125px;
  text-align: center;
  margin-top: -17px;
}
.index_empowerment h3 {
  font-size: 40px;
  padding-top: 136px;
  letter-spacing: 1px;
}
.index_empowerment p {
  font-size: 20px;
  color: #999;
  padding-top: 15px;
  padding-bottom: 37px;
}
.index_empowerment .content {
  width: 100%;
  height: 870px;
  background-color: #f4f4f3;
}
.index_empowerment .content .item {
  display: inline-flex;
  padding: 45px 0;
  justify-content: space-between;
  margin-left: 168px;
}
.index_empowerment .content .programme {
  margin-right: 22px;
}
.index_empowerment .content .view {
  width: 135px;
  height: 40px;
  position: relative;
  top: 640px;
  left: -525px;
  display: flex;
  border: 1px solid #999;
  border-radius: 20px;
  align-items: center;
  cursor: pointer;
}
.index_empowerment .content .view .view_img {
  width: 20px;
  height: 20px;
  margin: 10px  0px 10px 22px;
  background: url('../../img/home/index/view_bg1.png') no-repeat center;
  background-size: cover;
}
.index_empowerment .content .view .view_text {
  font-size: 14px;
  color: #999;
  padding: 13px  23px 13px 11px;
}
.index_empowerment .content .login_mode {
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0px 2px 39.2px 0.8px rgba(0, 0, 0, 0.09);
  width: 109px;
  height: 774px;
}
.index_empowerment .content .login_mode .img {
  width: 110px;
  height: 60px;
  background: url('../../img/home/index/index_empowerment_bg.png') no-repeat center;
  background-size: 60px 60px;
  margin-bottom: 11px;
}
.index_empowerment .content .login_mode .img img {
  margin-top: 13px;
  margin-left: 5px;
}
.index_empowerment .content .login_mode p {
  font-size: 20px;
  color: #000;
  padding-bottom: 40px;
}
.index_empowerment .content .login_mode li {
  height: 90px;
  margin-bottom: 38px;
}
.index_empowerment .content .login_mode li span {
  font-size: 16px;
  color: #000;
}
.view_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 60px;
  display: none;
  z-index: 999;
  align-items: center;
}
.view_bg .view_bigimg {
  width: 1250px;
  height: 937px;
  background-color: #fff;
  margin: 0 auto;
}
.view_bg .view_bigimg .bigimg {
  margin-left: 20px;
}
.solution {
  text-align: center;
}
.solution h3 {
  font-size: 40px;
  text-align: center;
  padding-top: 80px;
}
.solution p {
  padding-top: 30px;
  font-size: 20px;
  color: #7b7b7b;
  text-align: center;
}
.solution .content {
  height: 315px;
  background-color: #292a2f;
  margin-top: 42px;
}
.solution .content .item ul {
  height: 315px;
  display: flex;
  justify-content: center;
}
.solution .content .item ul .li {
  width: 300px;
  cursor: pointer;
}
.solution .content .item ul .li .item_hidden {
  height: 315px;
  border: 1px solid #3f4043;
  font-size: 22px;
  color: #fff;
  text-align: left;
  padding-left: 33px;
  padding-top: 50px;
}
.solution .content .item ul .li .item_hidden .solution_img {
  display: block;
  text-align: left;
  margin-top: 140px;
}
.solution .content .item ul .li .item_hidden h4 {
  font-size: 30px;
}
.solution .content .item ul .li .item_open {
  height: 315px;
  font-size: 22px;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  padding-top: 48px;
  border: 1px solid #ed6d46;
}
.solution .content .item ul .li .item_open h4 {
  font-size: 30px;
  letter-spacing: 1px;
}
.solution .content .item ul .li .item_open h5 {
  font-size: 20px;
  text-align: left;
  margin-top: 18px;
  letter-spacing: 1px;
}
.solution .content .item ul .li .item_open p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-top: 91px;
  padding-top: 0;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.solution .content .item ul .li .item_open p span {
  font-weight: bold;
}
.solution .content .item ul .active1 {
  transition: all 0.3s;
  width: 600px;
  background: url('../../img/home/index//solution_bg1.png?v=20220324') no-repeat center;
  background-size: cover;
}
.solution .content .item ul .active2 {
  transition: all 0.3s;
  width: 600px;
  background: url('../../img/home/index//solution_bg2.png?v=20220324') no-repeat center;
  background-size: cover;
}
.solution .content .item ul .active3 {
  transition: all 0.3s;
  width: 600px;
  background: url('../../img/home/index//solution_bg3.png?v=20220324') no-repeat center;
  background-size: cover;
}
.index_scenario {
  padding-bottom: 40px;
}
.index_scenario h3 {
  font-size: 40px;
  text-align: center;
  padding-top: 97px;
}
.index_scenario p {
  padding-top: 22px;
  font-size: 20px;
  color: #7b7b7b;
  text-align: center;
}
.index_scenario .scenario_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 1206px;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
}
.index_scenario .scenario_list > li {
  display: flex;
  align-items: flex-start;
  width: 384px;
  height: 180px;
  border: 1px solid #e5e8ed;
  margin-bottom: 14px;
  padding-top: 36px;
  padding-left: 32px;
  cursor: pointer;
}
.index_scenario .scenario_list > li:hover {
  box-shadow: 0 5px 10px #e8e8e8;
}
.index_scenario .scenario_info {
  flex: 1;
  padding-top: 2px;
  padding-left: 14px;
}
.index_scenario .scenario_info h5 {
  font-size: 20px;
  padding-left: 4px;
  color: #1b1b1b;
}
.index_scenario .scenario_info ul {
  font-size: 14px;
  color: #666;
  padding-top: 16px;
}
.index_scenario .scenario_info li {
  background-image: url(../../img/home/index/znmk_07.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 23px;
  height: 26px;
  padding-left: 32px;
}
.index_business_data {
  height: 430px;
  width: 100%;
  background-image: url(../../img/home/index/ss_06.png?20220323);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.index_business_data h3 {
  font-size: 40px;
  color: #fff;
  padding-top: 65px;
}
.index_business_data p {
  font-size: 20px;
  color: #fff;
  padding-top: 32px;
}
.index_business_data ul {
  width: 1250px;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  position: relative;
  background-color: #515559;
}
.index_business_data li {
  width: 210px;
  height: 118px;
  margin-right: 50px;
}
.index_business_data li p {
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.index_business_data li:nth-child(5) {
  width: 110px;
  margin-right: 0;
}
.index_business_data .data-item {
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.index_business_data .data-value {
  color: #ec6d46;
  font-size: 40px;
  font-family: serif;
  font-weight: bold;
}
.index_business_data .data-unit {
  font-size: 20px;
  color: #fff;
  padding-left: 12px;
  padding-bottom: 5px;
}
#MarketingPlatform .tab-tag-img {
  margin-left: 80px;
  margin-top: 160px;
}
#MarketingPlatform .tab-tag-img .tag1 {
  top: 17px;
  left: -52px;
}
#MarketingPlatform .tab-tag-img .tag2 {
  top: 51px;
  left: 193px;
}
#MarketingPlatform .tab-tag-img .tag3 {
  top: 132px;
  left: -68px;
}
#MarketingPlatform .tab-tag-img .tag4 {
  top: 160px;
  left: 190px;
}
#BusinessCenter .tab-tag-img {
  margin-left: 62px;
  margin-top: 150px;
}
#BusinessCenter .tag1 {
  top: 24px;
  left: 190px;
}
#BusinessCenter .tag2 {
  top: 60px;
  left: -54px;
}
#BusinessCenter .tag3 {
  top: 142px;
  left: 221px;
}
#BusinessCenter .tag4 {
  top: 185px;
  left: -43px;
}
#BigData .tab-tag-img {
  margin-left: 35px;
  margin-top: 132px;
}
#BigData .tag1 {
  top: 22px;
  left: -27px;
}
#BigData .tag2 {
  top: 21px;
  left: 210px;
}
#BigData .tag3 {
  top: 135px;
  left: -20px;
}
#BigData .tag4 {
  top: 133px;
  left: 198px;
}
#BigData .img-card {
  transition: all 0.5s ease;
  position: absolute;
  top: 104px;
  left: 22px;
  opacity: 0.5;
}
#BigData .img-top {
  top: 166px;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.index_video_case {
  height: 542px;
  background: url(../../img/home/index/case_bg1.png?v=1) no-repeat center;
  padding-top: 83px;
  width: 100%;
  background-size: cover;
  text-align: center;
}
.index_video_case h3 {
  font-size: 40px;
  text-align: center;
}
.index_video_case .carousel {
  margin-top: 15px;
  width: 1174px;
  height: 295px;
  margin-left: auto;
  margin-right: auto;
}
.index_video_case .carousel-item {
  display: flex;
  padding: 27px 0;
  position: relative;
  margin-left: 38px;
}
.index_video_case .carousel-item .page-code {
  position: absolute;
  right: 10px;
  top: 10px;
}
.index_video_case .carousel-item .page-code span {
  color: #ec6d46;
}
.index_video_case .carousel-control {
  bottom: initial;
  height: 45px;
  line-height: 36px;
  width: 45px;
  top: 138px;
  color: #999;
  font-size: 12px;
}
.index_video_case .left {
  left: -11px;
  opacity: 1;
  background: url('../../img/home/index/case_left.png?v=2') no-repeat center;
}
.index_video_case .right {
  right: -30px;
  opacity: 1;
  background: url('../../img/home/index/case_right.png?v=2') no-repeat center;
}
.index_video_case .icon-menu-left {
  display: inline-block;
}
.index_video_case .icon-menu-right {
  display: inline-block;
}
.index_video_case .video_box {
  box-shadow: 0px 2px 39.2px 0.8px rgba(0, 0, 0, 0.09);
  width: 430px;
  height: 242px;
}
.index_video_case .video_title {
  display: flex;
  align-items: center;
}
.index_video_case .video_title h5 {
  margin-left: 20px;
  font-size: 30px;
  padding-left: 28px;
  border-left: 1px solid #e5e8ed;
}
.index_video_case .video_desc {
  width: 358px;
  height: 242px;
  flex: 3;
  padding-left: 15px;
  padding-right: 24px;
  margin-right: 20px;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 2px 39.2px 0.8px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
.index_video_case .video_desc .img {
  width: 53px;
  height: 53px;
  margin-top: 33px;
  margin-left: 11px;
  margin-right: 21px;
  padding: 6px;
  border: 1px solid #dbdbdb;
}
.index_video_case .video_desc .text h5 {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  padding-top: 33px;
  letter-spacing: 1px;
  color: #1b1b1b;
}
.index_video_case .video_desc .text p {
  font-size: 14px;
  text-align: left;
  color: #666;
  padding-top: 19px;
  padding-bottom: 12px;
  line-height: 24px;
}
.index_video_case .video_desc .text a {
  font-size: 14px;
  color: #ec6d46;
  text-align: right;
  margin-bottom: 15px;
  padding-left: 145px;
}
.index_video_case .more_case {
  font-size: 20px;
  width: 180px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #ed6d46;
  margin-top: 15px;
  margin-left: -82px;
  position: absolute;
  letter-spacing: 0.7px;
}
.index_video_case .more_case:hover {
  color: #ed6d46;
  background-color: #fff;
  border: 1px solid #ed6d46;
}
.index_news {
  margin-top: -5px;
  padding-top: 80px;
  text-align: center;
}
.index_news h3 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 37px;
}
.index_news .content {
  width: 1200px;
  height: 450px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.index_news .content .video_box {
  width: 550px;
  margin-left: 10px;
  padding-top: 20px;
}
.index_news .content .index-new2-list {
  width: 520px;
  margin: 0 auto;
}
.index_news .content .index-new2-list li a {
  display: flex;
  width: 500px;
  height: 100px;
  color: #333;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
  border-bottom: 1px solid #f4f4f4;
  transition: transform 0.2s ease;
}
.index_news .content .index-new2-list li a h5 {
  font-size: 16px;
  padding: 15px 0px;
  transition: color 0.2s ease;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_news .content .index-new2-list li a p {
  display: block;
  height: 15px;
  font-size: 12px;
  color: #9e9e9e;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_news .content .index-new2-list li a:hover {
  transform: translateY(-5px);
}
.index_news .content .index-new2-list li a:hover h5 {
  color: #ec6d46;
}
.index_news .content .index-new2-list li a:hover img {
  transform: scale(1.1);
}
.index_news .content .index-new2-list li a .new-img {
  width: 130px;
  height: 90px;
  overflow: hidden;
}
.index_news .content .index-new2-list li a .new-img img {
  width: 100px;
  height: 65px;
  display: block;
  border-radius: 5px;
  transition: transform 0.2s ease;
}
.index_news .content .index-new2-list li a .new-text {
  width: 360px;
  height: 100px;
}
.authority {
  height: 390px;
  text-align: center;
  padding-top: 56px;
}
.authority h2 {
  font-size: 40px;
  color: #363434;
  margin-bottom: 35px;
}
.authority ul {
  width: 1080px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(26, 26, 26, 0.1);
}
.authority li {
  width: 220px;
  height: 118px;
  margin-right: 30px;
  padding-top: 20px;
}
.authority li p {
  font-size: 14px;
  color: #272727;
  margin-top: 20px;
}
.authority li:nth-child(4) {
  margin-right: 0;
}
.introduction9 {
  height: 328px;
  text-align: center;
  padding-top: 35px;
  background: url('../../img/home/index/introduction9_bg.png?20220323') no-repeat center;
  background-size: cover;
}
.introduction9 h4 {
  font-size: 24px;
  color: #FFF;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.introduction9 ul {
  width: 930px;
  padding-left: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  position: relative;
}
.introduction9 ul li {
  width: 88px;
  height: 88px;
  margin-right: 155px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.introduction9 ul li img {
  margin-top: 21px;
  margin-bottom: 38px;
  margin-left: 1px;
}
.introduction9 ul li p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}
.introduction9 ul li:nth-child(4) {
  margin-right: 0;
}
.index-new2-list {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: left;
}
.index-new2-list li {
  width: 550px;
  height: 100px;
}
.index-new2-list li:nth-child(2) .new-tag {
  background-color: #2693ff;
}
.index-new2-list li:nth-child(3) .new-tag {
  background-color: #ec6d46;
}
.index-new2-list li:nth-child(4) .new-tag {
  background-color: #ef3588;
}
.index-new2-list a {
  width: 500px;
  color: #333;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 1px 10px rgba(26, 26, 26, 0.1);
  transition: transform 0.2s ease;
  text-align: left;
}
.index-new2-list a:hover {
  transform: translateY(-5px);
}
.index-new2-list a:hover h5 {
  color: #ec6d46;
}
.index-new2-list a:hover img {
  transform: scale(1.1);
}
.index-new2-list h5 {
  font-size: 16px;
  padding-left: 16px;
  transition: color 0.2s ease;
  line-height: 1.6;
}
.index-new2-list p {
  font-size: 12px;
  padding-left: 16px;
  color: #9e9e9e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-new2-list .new-img {
  height: 100px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.index-new2-list .new-img img {
  display: flex;
  width: 100%;
  transition: transform 0.2s ease;
}
.index-new2-list .new-text {
  height: 150px;
  width: 450px;
  display: inline-block;
}
.index-new2-list .new-flex {
  display: flex;
  align-items: center;
  padding: 18px 16px 4px 16px;
}
.index-new2-list .new-tag {
  font-size: 12px;
  color: #fff;
  background-color: #29e19e;
  border-radius: 3px;
  padding: 2px 7px;
}
.index-new2-list .new-date {
  font-size: 12px;
  color: #999;
  flex: 1;
  text-align: right;
}
.national_day {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.national_day .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.national_day .content .eject {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.national_day .content a {
  display: inline-block;
  width: 195px;
  height: 52px;
  line-height: 52px;
  border-radius: 52px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: calc(50% - 97px);
  bottom: -23px;
  background: -webkit-gradient(linear, left top, right top, from(#fbc031), to(#f4613a));
  background: linear-gradient(to right, #fbc031 0%, #f4613a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc031', endColorstr='#f4613a', GradientType=0);
}
.national_day .content .close_btn {
  position: absolute;
  right: -45px;
  top: 100px;
  width: 26px;
  height: 26px;
  z-index: 10;
  border-radius: 50%;
  border: 2px solid #FFF;
  color: #fff;
  line-height: 26px;
  opacity: 1;
  cursor: pointer;
  text-shadow: none;
}
.national_day .content .close_btn i {
  font-size: 30px;
  font-weight: lighter;
  position: absolute;
  left: -3px;
  top: -1px;
}
.national_day .doubleEleven {
  animation: myfirst 0.3s linear infinite;
}
@keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes myfirst {
  /* Safari 与 Chrome */
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
footer {
  position: relative;
  z-index: 1;
}
#dialog-0308 {
  position: fixed;
  z-index: 2020021100;
  top: 50%;
  left: 50%;
  margin-left: -186px;
  margin-top: -278px;
  width: 372px;
  height: 557px;
  background-image: url(../../img/home/index/20210308.png);
  background-repeat: no-repeat;
  user-select: none;
  color: #fff;
}
#dialog-0308:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: 235px;
  border-radius: 0 0 10px 10px;
}
#dialog-0308 h3 {
  font-size: 40px;
  margin-left: 28px;
  margin-top: 10px;
  text-shadow: 0px 5px 9px #e6540b80;
  font-weight: bolder;
  letter-spacing: 2px;
}
#dialog-0308 h4 {
  font-size: 32px;
  /* font-weight: bold; */
  margin-left: 28px;
  padding-top: 64px;
  text-shadow: 0px 5px 9px #e6540b80;
}
#dialog-0308 p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  width: 322px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 3px 5px -1px #e4e4e4, 0 5px 8px 0 #e4e4e4, 0 1px 14px 0 #e4e4e4 !important;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 18px;
  letter-spacing: 1px;
  line-height: 1.8;
}
#dialog-0308-close {
  color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  width: 35px;
  height: 35px;
  background-position: center center;
  border-radius: 35px;
  cursor: pointer;
}
#dialog-0308-close:after,
#dialog-0308-close:before {
  content: "";
  width: 19px;
  display: block;
  border-top: 2px solid;
  position: absolute;
  top: 16px;
  left: 8px;
}
#dialog-0308-close:after {
  transform: rotate(-45deg);
}
#dialog-0308-close:before {
  transform: rotate(45deg);
}
#button-0308 {
  height: 50px;
  line-height: 50px;
  width: 332px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 5px 9px 0 rgba(219, 68, 9, 0.33);
  background: #ff8d13;
  /* Old browsers */
  background: linear-gradient(to right, #ff8d13 0%, #ffaf2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 5px 9px rgba(219, 68, 9, 0.33);
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
#button-0308:hover {
  border-left: 1px solid #ce997c;
  border-right: 1px solid #ce997c;
  box-shadow: 0 5px 9px #ccb3b7;
}
