.mask,
.maskWait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
  width: 104px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  z-index: 999;
}
.loading > div.rect {
  background-color: #fff;
  height: 100%;
  width: 0.4rem;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.loading .rect2 {
  -webkit-animation-delay: -1.1s !important;
  animation-delay: -1.1s !important;
}
.loading .rect3 {
  -webkit-animation-delay: -1s !important;
  animation-delay: -1s !important;
}
.loading .rect4 {
  -webkit-animation-delay: -0.9s !important;
  animation-delay: -0.9s !important;
}
.loading .rect5 {
  -webkit-animation-delay: -0.8s !important;
  animation-delay: -0.8s !important;
}
.loading .loadingText {
  color: #fff;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.hide {
  display: none;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  overflow: hidden;
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.wrapper {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto;
  background: url(../images/bgq.png?t=1) no-repeat 0 0;
  background-size: 100% 100%;
}
.first {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: url(../images/bg.png?t=1) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  height: 100%;
}
.first .imgfk1 {
  text-align: center;
  margin-top: 10%;
}
.first .imgfk1 img {
  width: 80.86666667%;
}
.first .imgfk2 {
  text-align: center;
  margin-top: 20%;
}
.first .imgfk2 img {
  width: 80.73333333%;
}
.first .imgfk3 ,.first .imgfk5{
  text-align: center;
}
.first .imgfk3 img,.first .imgfk5 img {
  width: 80.73333333%;
}
.first .imgfk4 {
  position: absolute;
  bottom: 7%;
  z-index: 4;
  left: 0;
  text-align: center;
  width: 100%;
}
.first .imgfk4 img {
  width: 66.6%;
}
.phone {
  position: relative;
}
.phone .swiper-container {
  position: absolute;
  top: 9%;
}
.phone .footer {
  position: fixed;
  left: 0;
  right: 0;
  height: 100px;
  line-height: 100px;
  text-align: center;
  z-index: 99;
  bottom: 0%;
  margin-top: 0%;
}
.center {
  text-align: center;
}
.swiper-container {
  opacity: 0;
  width: 100%;
  height: auto;
}
.swiper-container.op {
  opacity: 1;
}
.sharemask {
  position: fixed;
  width: 100%;
  z-index: 1000;
  right: 0;
  width: 80%;
  top: 0;
}
.tops {
  padding-top: 6%;
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}
.tops img {
  width: 64.66666667%;
}
.swiper-wrapper {
  top: 4%;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 0 0 20px;
}
img {
  max-width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  transition: 300ms;
  width: 80%;
  transform: scale(0.9);
}
.swiper-slide img {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 0.32rem 0.10667rem rgba(0, 0, 0, 0.3);
}
.swiper-slide-next {
  margin-left: 0!important;
}
.swiper-slide-next.adjfjt {
  margin-left: -6% !important;
}
.swiper-slide-prev {
  margin-left: -5px;
}
.swiper-slide-prev {
  text-align: right;
  opacity: 0;
}
.swiper-slide.op {
  opacity: 1;
}
.layoutPic-tip {
  margin-top: -12px;
  font-size: 12px;
}
.card-tip-left {
  color: #747573;
  position: absolute;
  left: 10%;
  bottom: 0;
}
.card-tip-right {
  color: #747573;
  margin-top: -16px;
  position: absolute;
  right: 11%;
}
.card-tip-right a {
  color: #747573;
}
.layout-slide {
  transition: 0.3s;
  transform: translateY(2%);
}
.swiper-slide-active {
  margin-left: 0;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: translateY(0) translateZ(0) scale(1);
}
.swiper-slide-active .layout-slide {
  transform: translateY(0);
}
.logoq {
  margin-top: 0.5rem;
}
.logoq img {
  width: 55.2%;
}
.share {
  margin-right: 7%;
}
.share,
.index {
  width: 12.4%;
}
.share img,
.index img {
  max-width: 100%;
}
.logo1 {
  margin-right: 6%;
  width: 15.46%;
}
.logo1 img {
  max-width: 100%;
}
.swiper-slide {
  height: 22rem!important;
}
.xsjf{
  overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    
}
.sdcv {
  width: 76%;
 
  margin: 0 auto;
  padding: 3% 5%;
  height: 65%;
  background:#def1ff;
  border-radius: 10px;
  overflow-y: scroll;
}
.sdlist {
  overflow: hidden;
 
  width: 100%;
  margin: 0 auto;
}
.sdlist img.main-img {
  width: 100%;
  border-radius: 10px;
}
.lsdjx{
  margin-bottom:0.5rem ;
}
.xsjf .tops {
  padding-top: 6%;
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}
.xsjf .tops img {
  width: 64.66666667%;
}
@media (min-width: 750px) {
  .first {
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 0;
    width: 640px;
    z-index: 2;
    background: url(../images/bg.png?t=1) no-repeat 0 0;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: 103%;
  }
  .xsjf{
     left: 50%;
 margin-left: -320px;
   width: 640px;
     height: 103%;
    
}
.sdcv{
  width: 425px;
}

  .first .imgfk1 {
    text-align: center;
    margin-top: 10%;
  }
  .first .imgfk1 img {
    width: 66%;
  }
  .first .imgfk2 {
    text-align: center;
    margin-top: 14%;
  }
  .first .imgfk2 img {
    width: 64%;
  }
  .first .imgfk3 ,.first .imgfk5{
    text-align: center;
  }
  .first .imgfk3 img,.first .imgfk5 img {
    width: 64%;
  }
  .first .imgfk4 {
    position: absolute;
    bottom: 7%;
    z-index: 4;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .first .imgfk4 img {
    width: 54.6%;
  }
  .swiper-slide-next {
    margin-left: 2% !important;
  }
  .footer {
    margin-bottom: 0;
    margin-top: 3%;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    bottom: 0;
  }
  .swiper-wrapper,
  .swiper-container {
    width: 500px;
  }
  .phone .swiper-container {
    margin-top: -8rem;
  }
  .swiper-container {
    position: absolute;
    top: 50%;
    margin-top: -9rem;
  }
  .footer {
    position: absolute;
  }
}
.opc {
  opacity: 0;
}

@media screen and (min-width: 600px) and (max-width: 2500px) {
  .wrapper {
    width: 500px;
  }
  .footer {
    margin-bottom: 0;
    margin-top: 3%;
  }
  .swiper-wrapper,
  .swiper-container {
    width: 500px;
  }
  .swiper-slide {
    height: 15rem!important;
  }
  .phone .swiper-container {
    position: absolute;
    top: 50%;
    margin-top: 0rem;
  }
}
.pc {
  padding-top: 10px;
  min-height: 851px;
  padding-bottom: 20px;
  width: 500px;
}
.pc .footer {
  width: 500px;
  margin-bottom: 0;
  margin: 0 auto;
  margin-top: 3%;
  position: static;
}
.pc .erherh {
  height: 940px;
}
.pc .swiper-container {
  height: 637px;
  position: static;
  margin-top: -1rem;
}
.pc .swiper-wrapper,
.pc .swiper-container {
  width: 500px;
}
