@charset "UTF-8";
:root {
  --base-color: #3c3c3c;
  --light-color: #ffffff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input,
textarea,
select {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", sans-serif;
}

::-webkit-input-placeholder {
  color: #595a62;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #595a62;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #595a62;
  opacity: 0.5;
}

:-moz-placeholder {
  color: #595a62;
  opacity: 0.5;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-track {
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #93d0f5;
}

.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #383838;
}

.oscroll::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.oscroll::-webkit-scrollbar-thumb {
  background-color: #93d0f5;
  border-radius: 0px;
  width: 4px;
}

.oscroll::-webkit-scrollbar-track {
  border-radius: 0px;
  width: 4px;
  background-color: #383838;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow: hidden;
}

.layout {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.wrap {
  min-width: 13.66rem;
  margin: 0 auto;
  min-height: 10rem;
}

.headbar {
  position: relative;
  height: 2.02rem;
  z-index: 2;
}

.pc-navbar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pc-navbar .navbar-logo {
  position: absolute;
  top: 0.23rem;
  left: 0.61rem;
}
.pc-navbar .navbar-logo .logolink {
  display: block;
}
.pc-navbar .navbar-logo img {
  width: 1.86rem;
  height: auto;
  display: block;
}
.pc-navbar .navbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.23rem;
  right: 0;
  display: flex;
}
.pc-navbar .navbar-menu li .todownload {
  display: block;
  width: 1.46rem;
  height: 0.39rem;
  background-image: url("../images/nav.png");
  background-position: 0 0;
}
.pc-navbar .navbar-menu li .toindex {
  display: block;
  width: 2.07rem;
  height: 0.39rem;
  background-image: url("../images/nav.png");
  background-position: -1.46rem 0;
}
.pc-navbar .navbar-menu li a {
  display: block;
  background-size: 3.53rem;
  background-repeat: no-repeat;
}

.slogan {
  position: absolute;
  top: 2.04rem;
  left: 9.06rem;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  display: inline-block;
  width: 11.95rem;
  background: url("../images/slogan.png") no-repeat center top;
  background-size: 100% auto;
  -webkit-mask-image: url("../images/slogan.png");
  mask-image: url("../images/slogan.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.slogan img {
  width: 100%;
  height: auto;
  display: block;
  visibility: hidden;
}
.slogan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent 40%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 60%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 30%,
    #000 70%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 30%,
    #000 70%,
    transparent 100%
  );
  animation: slogan-shine 4s linear infinite;
  pointer-events: none;
}

.actwrap {
  position: absolute;
  bottom: .8rem;
  left: 0;
  width: 100%;
  height: 3.74rem;
  z-index: 1;
}
.actwrap .act {
  position: absolute;
  top: 0;
  width: 3.95rem;
  height: 3.74rem;
  animation: flight 2s ease 0s infinite alternate both;
}
.actwrap .act img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}
.actwrap .act:hover img {
  transform: scale(1.2);
}
.actwrap .act.act1 {
  left: 4.54rem;
}
.actwrap .act.act2 {
  left: 8.6rem;
  animation-delay: 0.5s;
}
.actwrap .act.act3 {
  left: 12.66rem;
}
.actwrap .act.act4 {
  left: 16.72rem;
  animation-delay: 0.5s;
}

.slidPop {
  position: fixed;
  top: 6.05rem;
  right: 0.48rem;
  transform: none;
  transition: all 0.5s;
  z-index: 5;
}

.slidPop.in {
  right: -1.55rem;
}

.slidPop.out {
  right: 0.48rem;
}

.slidPop .code {
  width: 1.55rem;
  height: 2.43rem;
  font: 0/0 a;
  background-image: url(../images/qrcodepop.png);
  background-size: 1.55rem 2.43rem;
  background-repeat: no-repeat;
  position: relative;
}
.slidPop .code .qrcode-img {
  position: absolute;
  left: 0.15rem;
  top: 0.19rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/wxqrcode.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.slidPop .code .qrcode-tip1,
.slidPop .code .qrcode-tip2 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font: 0.16rem/1.2 "Microsoft YaHei", 微软雅黑, sans-serif;
  color: #fff;
  white-space: nowrap;
}
.slidPop .code .qrcode-tip1 {
  top: 1.59rem;
  font-size: 0.16rem;
}
.slidPop .code .qrcode-tip2 {
  top: 1.82rem;
  font-size: 0.2rem;
}

.slidPop .btn {
  width: 0.52rem;
  height: 0.52rem;
  font: 0/0 a;
  margin: -0.26rem auto 0;
  position: relative;
  z-index: 1;
  background: url(../images/closebtn.png) center center no-repeat;
  background-size: 0.52rem;
}

.slidPop .outbtn {
  width: 0.48rem;
  height: 1.59rem;
  left: -0.48rem;
  top: 0.68rem;
  position: absolute;
  font: 0/0 a;
  display: none;
  background: url(../images/slideout.png) center center no-repeat;
  background-size: 0.48rem;
}

.modalPop .pop-wrap {
  padding: 0;
  width: 10.71rem;
  height: 7.01rem;
  background-image: url("../images/popbg.png");
  background-size: 100% 100%;
  background-color: transparent;
}
.modalPop .pop-wrap .close-pop {
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0.25rem;
  z-index: 2;
}
.modalPop .pop-wrap .pop-content {
  width: 100%;
  height: 100%;
  padding: 0.53rem 0.91rem 0.83rem;
  box-sizing: border-box;
}
.modalPop .pop-wrap .featureWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.modalPop .pop-wrap .featureSlid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modalPop .pop-wrap .featureSlid .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.modalPop .pop-wrap .modal-panel {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.modalPop .pop-wrap .modal-title {
  width: 100%;
  max-width: 7.85rem;
  height: 0.7rem;
  margin: 0 auto 0.38rem;
  background-image: url("../images/poptitle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.38rem;
  color: #fbf2b5;
  text-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
}
.modalPop .pop-wrap .modal-body {
  width: 100%;
  height: 4.45rem;
  margin: 0 auto;
  overflow-y: auto;
  box-sizing: border-box;
  color: #233e5b;
  font-size: 0.22rem;
  line-height: 1.6;
  scrollbar-width: thin;
  scrollbar-color: rgba(35, 62, 91, 0.25) transparent;
}
.modalPop .pop-wrap .modal-body::-webkit-scrollbar {
  width: 3px;
}
.modalPop .pop-wrap .modal-body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}
.modalPop .pop-wrap .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(35, 62, 91, 0.2);
  border-radius: 3px;
}
.modalPop .pop-wrap .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 62, 91, 0.35);
}
.modalPop .pop-wrap .modal-body p {
  margin-bottom: 0.16rem;
}
.modalPop .pop-wrap .modal-body .modal-desc {
  color: #54789f;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.modalPop .pop-wrap .modal-body .sub-title {
  display: flex;
  align-items: flex-start;
}
.modalPop .pop-wrap .modal-body .sub-title::before {
  content: "";
  flex-shrink: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
  margin-top: calc((1.6em - 0.2rem) / 2);
  background: url("../images/dot.png") no-repeat center;
  background-size: 100%;
}
.modalPop .pop-wrap .modal-body .pop-icon {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
  vertical-align: middle;
  background-image: url("../images/popicon.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.modalPop .pop-wrap .show-swiper-button-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-prev,
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-next {
  pointer-events: auto;
}
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-prev {
  left: -1.6rem;
  width: 0.68rem;
  height: 0.87rem;
  background-image: url("../images/swippre.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-next {
  right: -1.6rem;
  width: 0.67rem;
  height: 0.87rem;
  background-image: url("../images/swipnext.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-next,
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-prev {
  top: 50%;
  margin-top: -0.43rem;
}
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-next::after,
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-prev::after {
  content: "";
}
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-next::before,
.modalPop .pop-wrap .show-swiper-button-nav .swiper-button-prev::before {
  content: "";
}

.copyrt {
  width: 0.9rem;
  position: absolute;
  bottom: 0.54rem;
  right: 0.34rem;
  transition: all 0.5s;
  z-index: 11;
}
.copyrt img {
  display: block;
  width: 100%;
  height: auto;
}
.copyrt.show {
  filter: brightness(1.5);
}

body .footer {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -400px;
  transition: all 0.5s;
  z-index: 10;
}
body .footer.show {
  bottom: 0px;
}

.wrap-index2 .pc-navbar .navbar-logo {
  top: 0.34rem;
  left: 0.39rem;
}
.wrap-index2 .pc-navbar .navbar-logo img {
  width: 2.25rem;
}
.wrap-index2 .slidPop .code .qrcode-img {
  background-image: url(../images/wxqrcode2.png);
}
.wrap-index2 .actwrap .act.act3 {
  left: 12.66rem;
  animation-delay: 0s;
}
.wrap-index2 .actwrap .act.act4 {
  left: 16.72rem;
  animation-delay: 0.5s;
}
.wrap-index2 .actwrap .act .keyframe-act1,
.wrap-index2 .actwrap .act .keyframe-act4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  transition: transform 0.5s;
}
.wrap-index2 .actwrap .act.act1 .keyframe-act1 {
  top: 0.88rem;
  width: 2.48rem;
  height: 1.5rem;
  background-image: url("../images/zt2-1.png");
  background-size: 9.92rem 1.5rem;
  background-repeat: no-repeat;
  animation: keystep3 1s steps(4) infinite both;
  transform: scale(1.3);
}
.wrap-index2 .actwrap .act.act3 .keyframe-act4 {
  top: 0.51rem;
  width: 1.98rem;
  height: 2.31rem;
  background-image: url("../images/zt2-4.png");
  background-size: 17.44rem 2.31rem;
  background-repeat: no-repeat;
  animation: keystep4 1s steps(8) infinite alternate both;
  transform: scale(1.3);
}
.wrap-index2 .actwrap .act.act1:hover .keyframe-act1,
.wrap-index2 .actwrap .act.act3:hover .keyframe-act4 {
  transform: scale(1.5);
}

@keyframes keystep3 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -9.92rem;
  }
}
@keyframes keystep4 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -17.44rem;
  }
}

@keyframes slogan-shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
