#index {
  color: #4ea4ff !important;
  /* border-bottom: 3px solid #4EA4FF !important; */
}

/* header遮罩层================================================================================================ */
.dark_mask {
  width: 100%;
  /* min-width: 1400px; */
  height: 131px;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/dark-jianbian-repeatx-0.png) repeat repeat top;
}

[v-cloak] {
  display: none;
}

/* .top_banner {
  position: absolute;
} */

.downloadNowBtn {
  position: absolute;
  left: 60%;
  top: 40%;
  z-index: 100;
  text-align: center;
  color: #fff;
  width: 320px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background: #3275ff;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none;
}

.regAccount {
  position: absolute;
  left: 60%;
  top: 49%;
  z-index: 100;
  text-align: center;

  color: #1c1403;
  width: 320px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #1c1403;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none;
}

/* new */

.downloadNowBtn_new {
  position: absolute;
  left: 19%;
  top: 61%;
  z-index: 100;
  text-align: center;
  color: #fff;
  width: 10%;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #5fc2fe;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none;
}

.regAccount_new {
  position: absolute;
  left: 31%;
  top: 61%;
  z-index: 100;
  text-align: center;
  color: #1c1403;
  width: 10%;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dedede;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none;
}

/* 轮播图================================================================================================== */
.slideshow {
  width: 100%;
  max-width: 1920px;

  /* height: 660px; */
  /* line-height: 660px; */
  height: 496px;
  /* position: absolute; */
  /* top: 160px; */
  /* left: 0; */
  margin: 0 auto;
  /* margin-top: 160px; */
  margin-top: 100px;
}

.slideshow_center {
  width: 100%;
  /* width: 1902px; */
  /* height: 660px; */
  height: 100%;
  /* line-height: 660px; */
  margin: 0 auto;
}

.el-carousel__item,
.is-active,
.is-animating {
  text-align: center;
}

.banner_img {
  width: 100%;
  /* height: 660px; */
}

/* new */
.slideshow {
  /* height: 496px; */
}

.slideshow_center {
  width: 100%;
  /* width: 1902px; */
  /* height:496px;
  line-height:496px; */
  height: 100%;
}

.banner_img {
  width: 100%;
  height: 100%;
  /* height: 496px; */
}

/* 特点============================================================================================================================ */
.characteristics {
  /* margin-top:649px!important; */
  width: 100%;
  height: 180px;
}

.characteristics_center {
  max-width: 1000px;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  background: #ffffff;
}

.characteristics_center ul li {
  float: left;
  list-style: none;
  /* width: 25%; */
  /* width: 33.3%; */
  text-align: center;
}

.characteristics_img {
  margin: 30px 0 18px 0;
}

.characteristics_center ul li h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.characteristics_center ul li p {
  color: #999999;
  font-size: 14px;
}

/* 功能===================================================================================================================================== */
.function {
  width: 100%;
  height: 570px;
  background: #f8f8f8;
}

.function_center {
  width: 100%;
  height: 570px;
  margin: 0 auto;
  max-width: 1000px;
}

.function_center h3,
.faq_center h3 {
  display: inline-block;
  margin-top: 60px;
  max-width: 1000px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.function_center_line,
.faq_center_line {
  width: 163px;
  height: 10px;
  margin: 24px auto;
  background: url(../image/deco.png) no-repeat center center;
}

.function_center_summary,
.faq_center_summary {
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}

.function_center ul {
  margin-top: 50px;
  display: flex;
}

.function_center ul li {
  list-style: none;
  /* float: left; */
  width: 23.5%;
  height: 315px;
  margin-left: 10px;
}

/* .function_center ul li:hover {
  transition: all 0.6s;
  transform: scale(1.13);
} */

.function_center_list li {
  text-align: center;
}

.function_center_list li h4 {
  display: inline-block;
  margin-top: 140px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.function_p_first {
  margin-top: 25px !important;
}

.function_center_list li p {
  height: 12px;
  line-height: 25px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
}

/* new */
.function_center ul {
  display: flex;
  justify-content: center;
}

.function_center .function_center_list li {
  list-style: none;
  float: left;
  width: 8.5%;
  width: 125px;
  height: 19px;
  margin-left: 10px;
  /* background-color: pink; */
  border-right: 1px solid #d8d8d8;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
  font-size: 20px;
}

.function_center .function_center_list li:last-child {
  border: none;
}

.function {
  /* margin-top: 112px; */
  height: 791px;
  background-color: #fff;
}

.function_center .serve {
  color: #4ea4ff;
}

/* 最新提问=============================================================================================================================== */
.faq {
  width: 100%;
  height: 600px;
  background: #ffffff;
}

.faq_center {
  max-width: 1000px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

.faq_center_list {
  width: 100%;
  /* display: inline-block; */
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}

.faq_center_list li {
  list-style: none;
  /* float: left; */
  /* width: 310px; */
  width: 32%;
  height: 230px;
  /* margin-left: 10px; */
  /* margin-left: 6%; */
  /* padding-right: 5%; */
  cursor: pointer;
}

.faq_center_list_time {
  color: #999999;
  font-size: 24px;
}

.faq_center_list_title {
  margin-top: 25px;
  font-size: 16px;
  color: #333333;
  /* width: 310px; */
  width: 100%;
  overflow: hidden;
}

.faq_center_list_line {
  width: 30px;
  height: 1px;
  margin: 20px 0;
  background: #d8d8d8;
}

.faq_center_list_content {
  font-size: 14px;
  color: #666666;
  height: 60px;
  line-height: 30px;
  /* width: 310px; */
  width: 100%;
  /* overflow: hidden; */
}

.faq_center_button {
  width: 30px;
  height: 30px;
  margin-top: 30px;
  background: url(../image/icon_question_default2.png) no-repeat center center;
}

.viewmore {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  text-decoration: none;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 14px;
  border: 1px solid #d8d8d8;
}

/* .viewmore:hover {
  color: #4EA4FF;
  border: 1px solid #4EA4FF;
} */
/* new */
.viewmore_more {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  text-decoration: none;
  width: 228px;
  height: 60px;
  line-height: 60px;
  color: #ffff;
  font-size: 20px;
  border-radius: 5px;
  background-color: #5fc2fe;
  border: none;
}

.viewmore {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  text-decoration: none;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #ffff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #5fc2fe;
  border: none;
}

.viewmore:hover {
  opacity: 0.8;
}

/* 立即体验====================================================================================================================== */
.experience {
  width: 100%;
  height: 245px;
  background: url(../image/experience_bg.png) repeat;
  /* background: #221D33; */
}

.experience_center {
  max-width: 1000px;
  width: 100%;
  height: 245px;
  margin: 0 auto;
  /* background: url(../image/experience_bg.png) no-repeat; */
}

.experience_center h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 77px;
  opacity: 1;
}

.experience_now_button {
  display: block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  /* background: #4EA4FF; */
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(-90deg, rgba(0, 179, 218, 1) 0%, rgba(0, 205, 235, 1) 100%);
  box-shadow: 0px 3px 10px 0px rgba(240, 48, 108, 0.35);
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 53px;
}

/* new */
.experience_center,
.experience {
  height: 640px;
  box-sizing: border-box;
}

.experience {
  background: url(../image/new_icon/experice.png) no-repeat;
  background-size: 100% 100%;
}

.experience_now_button {
  background: #5fc2fe;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  margin-top: 80px;
}

.experience_center {
  padding-top: 100px;
}

.experience_center img {
  display: block;
  margin: 10px auto;
}

.experience_center h2 {
  font-size: 40px;
  text-align: center;
}

.experience_center h3 {
  padding-top: 32px;
  color: #333333;
  font-size: 20px;
}

/* 注册并开始使用================================================================================================================== */
/* .use {
    width: 100%;
    height: 210px;
    margin-top: -100px;
    position: absolute;
}

.use_center {
    width: 1000px;
    height: 210px;
    margin: 0 auto;
    background: url(../image/bg_registered.png) no-repeat center center;
}

.use_center_left,
.use_center_right {
    padding-left: 70px;
    width: 530px;
    height: 210px;
    float: left;
}

.use_center_left_title {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 57px;
}

.email_area {
    margin-top: 20px;
}

.email_area_input {
    width: 330px;
    height: 43px;
    line-height: 43px;
    border: none;
    padding-left: 30px;
    border-radius: 25px;
}

.email_area_button {
    text-decoration: none;
    display: inline-block;
    width: 120px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background: #091928;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 25px;
    margin-left: 10px;
}

.use_center_right_p {
    width: 320px;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 74px;
    line-height: 30px;
} */

.controls {
  list-style: none;
  position: fixed;
  top: 50%;
  right: 60px;
  width: 20px;
  transform: translateY(-50%);
  z-index: 2;
}

.controls li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d9e4ee;
  margin-top: 10px;
  cursor: pointer;
}

.controls .active {
  background: #4ea4ff;
}

.section {
  display: block;
  height: 100vh;
  width: 100%;
}
.section:first-child {
  overflow-y: auto;
}
body,html {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .controls {
    display: none;
  }
  body {
    height: auto;
    overflow: auto !important;
  }
  .fullpage {
    height: auto;
    position: static;
  }
  .section {
    height: 980px;
  }
  .page_item {
    height: auto;
  }
  .faq_center_list_content,
  .faq_center_list_time,
  .faq_center_list_content,
  .faq_center_list_title {
    width: 100%;
  }
  .page_item,
  .footer_page_center,
  .feat,
  .experience_center,
  .faq_center,
  .function_center h3,
  .faq_center h3,
  .function_center,
  .characteristics_center {
    max-width: 100%;
    width: 95%;
  }
  #footer_page {
    position: fixed;
    bottom: 0px;
    padding-top: 33px;
  }
  
  .section:first-child {
    overflow-y: visible;
  height: auto;
  }
  html,body{
    overflow-y: auto;
  }

  .page1_pic{
    min-height: 700px;
  } 

}



.fullpage {
  background-size: cover;
  height: 100vh;
  height: auto;
  width: 100vw;
  /* padding-top: 160px; */
  padding-top: 100px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}

#footer {
  display: none !important;
}

.buttom_slot {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.regAccount_1 {
  text-align: center;
  color: #fff;
  width: 10%;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #5fc2fe;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  width: 228px;
  height: 60px;
}

.downloadNowBtn_1 {
  margin-right: 30px;
  text-align: center;
  color: #1c1403;
  width: 10%;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dedede;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  width: 228px;
  height: 60px;
}

.page1_title {
  text-align: center;
  font-size: 40px;
}

.page1_title2 {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
}

.chara3cteristics {
  height: 100vh;
}

.feat {
  margin: 95px auto;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  /* width: 62.5%; */
}

.feat_list {
  display: flex;
  flex-direction: column;
  padding: 0px 35px 53px 0px;
  /* margin: 0 auto; */
  /* width: 20%; */
  margin-right: 63px;
}

.feat_item {
  height: 38px;
  min-width: 46px;
  background: url(../image/new_icon/feat_unactive.png) no-repeat;
  cursor: pointer;
}

.feat_active .feat_item {
  background: url(../image/new_icon/feat_active.png) no-repeat;
}

.feat_list_item {
  display: flex;
}

.feat_list_text {
  margin-left: 26px;
}

.feat_list_text p:first-child {
  color: #333333;
  font-size: 24px;
}

.feat_active .feat_list_text p:first-child {
  color: #66b1ff;
}

.feat_list_text p:last-child {
  color: #939393;
  margin-top: 12px;
  font-size: 14px;
}

.feat_line {
  width: 1px;
  background-color: #ebebeb;
  height: 88px;
  margin-left: 16px;
  margin-top: -34px;
}

.feat1_person {
  margin-top: 73px;
  /* margin-left: 40px; */
}

.feat2_person {
  margin-left: 37px;
  margin-top: 51px;
}

.feat2_hand {
  position: absolute;
  top: 135px;
  left: 100px;
  animation: 2s infinite;
  transform-origin: bottom left;
  animation: swing 2s infinite;
}

.feat2_flag1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transform-origin: top center;
  transform: scale(0);
  animation:
    zoomIn 1s ease-in-out 1s 1 normal forwards,
    shake2 2s ease-in-out 2s infinite;
}

.feat2_flag2 {
  position: absolute;
  top: 318px;
  left: 281px;
  transform-origin: bottom right;
  transform: scale(0);
  animation:
    zoomIn 1s ease-in-out 1s 1 normal forwards,
    shake 2s ease-in-out 2s infinite;
}

.feat3_person {
  margin-left: -47px;
  margin-top: 10px;
}

.feat3_hand {
  position: absolute;
  top: 28px;
  left: 146px;
  transform-origin: bottom left;
  animation: swing 2s infinite;
}

.feat3_evaluate {
  position: absolute;
  top: 147px;
  left: 320px;
  transform-origin: bottom left;
  transform: scale(0);
  animation:
    zoomIn 1s ease-in-out 1s 1 normal forwards,
    shake 2s ease-in-out 2s infinite;
}

.feat_pic {
  width: 598px;
  height: 482px;
  display: none;
  transition: opacity 1s ease;
}

._active {
  display: block;
}

@keyframes swing2 {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-4px) rotate(5deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* 尾部========================================================================================================================== */

/* new */
.footer_page_center {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
}

.footer_page_left {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
}

.contact_us {
  padding-left: 0px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_us_p1 {
  padding-top: 0px;
  color: #9599af;
  font-size: 20px;
}

.contact_us_p2 {
  margin-left: 50px;
  color: #9599af;
  font-size: 18px;
  /* opacity: 0.6; */
  opacity: 1;
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.contact_us_p2 img {
  display: block;
  margin-right: 10px;
}

.company {
  margin-top: 20px;
  color: #9599af;
  font-size: 16px;
}

.company a {
  color: #9599af;
  font-size: 16px;
  text-decoration: none;
}

.company a:hover {
  text-decoration: underline;
}

.ercode {
  margin-top: 34px;
  display: flex;
}

.ertext_p1 {
  color: #9599af;
  margin-bottom: 20px;
}

.ertext_p2 {
  color: #9599af;
}

/* copyright======================================================================================================================= */
#copyright {
  width: 100%;
  height: 60px;
  background: #f8f8f8;
}

.copyright_center {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

.copyright_center p {
  font-size: 12px;
  color: #666666;
}

/* new */
.page_6 {
  position: relative;
}
#footer_page {
  width: 100%;
  background: #26292d;
  box-sizing: border-box;
  height: 180px;
}

.footer_page_center {
  margin: 0 auto;
  width: 80%;
}

.er_img {
  width: 80px;
  height: 80px;
  margin-top: -19px;
  margin-right: 40px;
  position: relative;
}

.er_img img {
  width: 100%;
  height: 100%;
}

.er_img-hover {
  display: none;
  position: absolute;
  top: -358px;
  left: 50%;
  transform: translateX(-46%);
  width: 270px;
  height: 364px;
  padding: 14px 18px 30px;
  background: url(../image/hover_bg.png) no-repeat;
  background-size: 100%;
  align-items: center;
  box-sizing: border-box;
  z-index: 110;
}
.er_img-hover img {
  height: auto;
}
.er_img:hover .er_img-hover {
  display: flex;
}

.page_item {
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.page1_pic {
  position: relative;
  height: 59%;
  margin-left: 57px;
}
@keyframes swing3 {
  0% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(4deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes line2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-12px, -8px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes line3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(0px);
  }
}

.page1_person {
  width: 230px;
  height: 398px;
  position: absolute;
  left: -34px;
  top: 142px;
}

.page1_hand {
  position: absolute;
  top: 144px;
  left: 72px;
  animation: 2s infinite;
  transform-origin: top left;
  animation: swing3 2s infinite;
  width: 110px;
  height: 130px;
}

.page2_person {
  width: 509px;
  height: 420px;
  position: absolute;
  left: 191px;
  top: 50px;
  animation: 2s infinite;
  transform-origin: top right;
  animation: line2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.feat1_person {
  animation: 2s infinite;
  transform-origin: top right;
  animation: line3 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 22%, 0);
    transform: translate3d(0, 22%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes shake4 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}
.function_tab {
  display: none;
  width: 100%;
  height: 608px;
  margin: 0px auto;
  flex-direction: column;
  position: relative;
}

.fuc1_person {
  width: 103px;
  height: 338px;
  margin-top: 223px;
  margin-left: 772px;
  position: relative;
}

.person {
  z-index: 2;
  position: absolute;
}

.hand {
  z-index: 0;
  position: absolute;
  top: 40px;
  left: -35px;
  transform-origin: bottom right;
  animation: swing2 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.fuc_person2 {
  width: 621px;
  height: 388px;
  margin-top: 190px;
  margin-left: 201px;
  position: relative;
}

.plant {
  position: absolute;
  top: 166px;
  left: -26px;
}

.person2 {
  position: absolute;
}

.hand2 {
  position: absolute;
  top: -100px;
  left: 135px;
  transform-origin: bottom left;
  animation: swing 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.fuc_person3 {
  width: 164px;
  height: 390px;
  margin-top: 145px;
  margin-left: 146px;
  position: relative;
}

.hand3 {
  position: absolute;
  top: 72px;
  left: 2px;
  transform-origin: bottom left;
  animation: swing 3s ease-in-out 1.5s infinite;
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shake2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes shake5 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
.flag1_3 {
  position: absolute;
  top: 98px;
  left: 146px;
  transform: scale(0);
  animation:
    zoomIn 0.5s ease-in-out 1s 1 normal forwards,
    shake2 3s ease-in-out 1.5s infinite;
}
.flag2_3 {
  position: absolute;
  top: 27px;
  left: 139px;
  transform: scale(0);
  animation:
    zoomIn 0.5s ease-in-out 1s 1 normal forwards,
    shake2 3s ease-in-out 1.5s infinite;
}
.flag3_3 {
  position: absolute;
  top: -76px;
  left: 95px;
  transform: scale(0);
  animation:
    zoomIn 0.5s ease-in-out 1s 1 normal forwards,
    shake2 3s ease-in-out 1.5s infinite;
}
.fuc_person4 {
  position: absolute;
  width: 305px;
  height: 202px;
  top: 95px;
  left: 270px;
}
.fuc4_table {
  position: relative;
  width: 596px;
  height: 276px;
  margin: 240px auto;
}

.person4 {
  position: relative;
  height: 100%;
  width: 100%;
}
.hand4 {
  position: absolute;
  top: 0px;
  left: 0;
  top: 88px;
  left: 107px;
  transform-origin: top right;
  animation: swing 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
@keyframes shake3 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
.scan_ {
  position: absolute;
  top: 98px;
  left: 22px;
  animation: shake3 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.bac2 {
  display: block;
  width: 621px;
  height: 388px;
  position: absolute;
  top: 63px;
  left: 169px;
  animation: shake 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.bac4 {
  display: block;
  width: 798px;
  height: 141px;
  position: absolute;
  top: 160px;
  left: 115px;
  animation: shake4 4s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.new1,
.new2,
.new3 {
  width: 136px;
  height: 136px;
  position: absolute;
  display: block;
}
.new1 {
  top: 38px;
  left: 289px;
  transform: scale(0);
}
.new2 {
  top: 190px;
  left: 547px;
  transform: scale(0);
}
.new3 {
  bottom: 28px;
  left: 275px;
  transform: scale(0);
}
.new_bac_logo {
  left: 365px;
  top: 182px;
  width: 161px;
  height: 174px;
  position: absolute;
  display: block;
  transform: scale(0);
}
.ani_active {
  animation:
    zoomIn 1s ease-in-out 1s 1 normal forwards,
    shake5 2s ease-in-out 2s infinite;
}
.ani_active2 {
  animation:
    zoomIn 0.5s ease-in-out 0.5s 1 normal forwards,
    shake2 2s ease-in-out 1s infinite;
}
@media all and (max-width: 1000px) {
  .new_bac_logo {
    transform: scale(1);
    animation:
      zoomIn 1s ease-in-out 1s 1 normal forwards,
      shake5 2s ease-in-out 2s infinite;
  }
  .new1,
  .new2,
  .new3 {
    transform: scale(1);
    animation:
      zoomIn 0.5s ease-in-out 0.5s 1 normal forwards,
      shake2 2s ease-in-out 1s infinite;
  }
  .page1_pic {
    margin-left: 38px;
  }

  .page_2 {
    padding-top: 60px;
  }
  .page_6_item {
    height: auto;
  }
}

@media all and (min-width: 1000px) {
  .page_6_item {
    height: 100vh;
  }

}

.page {
  box-sizing: border-box;
  padding-top: 20px;
}
.page:last-child{
padding-top:0px;
}
.page_1 {
  padding-top: 0px;
}
.swiper-container{
  width:100%;
  /* max-height:660px; */
  height: auto;
  max-height: calc(100vw * (11 / 32)); 

}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-wrapper{
  /* height: 660px!important; */
}

/* @media all and (max-width: 1000px){
  .swiper-container{
    max-height:400px;
  }
}
@media all and (min-width: 2000px){
.swiper-container{
  max-height:860px;
}
} */

a.disabled-link {
    pointer-events: none;
    cursor: default;
  
}