* {
  box-sizing: border-box;
}

html {
  background: #f0f6f6;
}

body {
  max-width: 480px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  -webkit-touch-callout: none;
  background-color: #a0daee;
}

/* .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;

} */

.animated {
  display: none;
}

.swiper-slide-active .animated {
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 擦拭 */
.scene__hint {
  position: absolute;
  right: 3%;
  width: 200px;
  height: 200px;
  z-index: 3;
  top: 67%;
  pointer-events: none;
  user-select: none;
  transform: scale(0.5);
  transform-origin: right bottom;
  z-index: 9;
}

.scene__hint__text {
  width: 80%;
  position: absolute;
  top: -16%;
  left: -16%;
}

.scene__hint__line {
  animation-name: hintLine;
  animation-duration: 2s;
  height: 100%;
  overflow: hidden;
}

.scene__hint__line,
.scene__hint__line img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes hintLine {
  0% {
    height: 0;
  }

  to {
    height: 100%;
  }
}

.scene__hint__hand {
  animation-name: hintHand;

  animation-duration: 2s;

  animation-iteration-count: infinite;

  animation-timing-function: ease-out;

  animation-direction: alternate;

  animation-fill-mode: forwards;
  width: 28%;
  position: absolute;
  bottom: 32%;
  right: 30%;
  transform-origin: 280% 300%;
}

@keyframes hintHand {
  0% {
    transform: rotate(-40deg);
  }

  to {
    transform: rotate(30deg);
  }
}

.scene__hint__line img img {
  display: block;
}

.scene__hint__line,
.scene__hint__line img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scene__hint .text {
  width: 80%;
  position: absolute;
  left: -50px;
  top: -42px;
}

/* 音乐按钮 */
.audio-btn {
  position: absolute;
  z-index: 999;
  width: 34px;
  height: 34px;
  top: 10px;
  right: 10px;
}

.btn img {
  position: fixed;
  width: 37.33%;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.btn-whirl {
  animation: btnWhirl linear 10s both infinite;
  -webkit-animation: btnWhirl linear 10s both infinite;
}

@keyframes btnWhirl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes btnWhirl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* loading */

#load {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/body_bg.jpg) no-repeat;
  background-size: 100%;
}

#load .loading-book {
  width: 50%;
  margin-left: -10%;
  margin-top: -10%;
}

#load .loading-txt {
  width: 23%;
}

/* 主图 */
.wrap {
  width: 480px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: url(../img/body_bg.jpg) no-repeat;
  background-size: 100%;
}

.mySwiper {
  width: 100%;
  height: 100vh;
}

/* .swiper-slide {
  overflow: hidden;
} */
.btn-enter {
  width: 47.7%;
  height: auto;
  position: absolute;
  right: -5%;
  bottom: 14%;
  z-index: 999;
}

.welcome-delay {
  animation-delay: 2s;
}

.welcome .welcome-box {
  position: absolute;
  z-index: 1;
  width: 156px;
  top: 22.5%;
  left: 50%;
  transform: translateX(-50%);
}

.welcome .welcome-zm {
  position: absolute;
  z-index: 2;
  width: 180px;
  top: 13.8%;
  left: 30%;
}

.welcome .welcome-kj {
  position: absolute;
  z-index: 2;
  width: 78px;
  top: calc(13.8% + 145px + 20px);
  left: 58.6%;
}

.welcome .welcome-gzz {
  position: absolute;
  z-index: 2;
  width: 66px;
  top: calc(13.8% + 145px + 74px + 20px);
  left: 39%;
}

.welcome .welcome-hbs {
  position: absolute;
  z-index: 2;
  width: 32px;
  top: calc(13.8% + 145px + 40px);
  left: calc(30% - 12px);
}

.welcome .welcome-year {
  position: absolute;
  z-index: 2;
  width: 20%;
  top: calc(13.8% + 145px + 20px + 148px + 20px);
  left: 58.2%;
}

.home-top-txt {
  position: absolute;
  z-index: 2;
  width: 77.8%;
  top: 24%;
  left: 11.1%;
}

.home-bottom-txt {
  position: absolute;
  z-index: 2;
  width: 77.8%;
  top: 42%;
  left: 11.1%;
}

.home .btn-home-enter {
  position: absolute;
  z-index: 2;
  width: 64.8%;
  top: 60%;
  left: 17.8%;
}

.home-box {
  position: absolute;

  width: 109.6%;
  top: 11%;
  left: -4.8%;
}

.worker {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.worker-intro {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background: url(../img/body_bg.jpg) no-repeat;
  background-size: cover; */
}

.people {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: initial;
  z-index: 2;
}

/* 
.bottom-hill {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 2.1%;
  left: 0;
} */
.detail-box {
  position: relative;
  width: 100%;
}

.detail {
  position: absolute;
  z-index: 2;
  width: 90%;
  height: 70%;
  left: 5%;
  top: 10%;
}

.detail .btn-enter {
  bottom: 0%;
}

.detail-content {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 5% 7%;
  height: 100%;
  overflow: hidden;
}

.detail-content .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 12px;
}

.name {
  width: 36.5%;
  margin-bottom: 12px;
}

.headshot {
  width: 60%;
  margin-right: -7%;
}

.job {
  font-size: 15.5px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.slogan {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.slogan img {
  display: block;
  width: 100%;
}

.rich-txt {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  /* height: calc(((480px * 0.9) * (1140 / 670)) * 0.43); */
  height: 45%;
  overflow-y: auto;
}

.rich-txt P {
  margin: 0;
  text-indent: 30px;
}

.btn-next {
  width: 47.7%;
  height: auto;
  position: absolute;
  right: -5%;
  top: 84%;
  /* bottom: 2%; */
  z-index: 999;
}

.end-top-txt {
  position: absolute;
  width: 82.2%;
  top: 21%;
  left: 8.9%;
}

.end-slogan {
  position: absolute;
  width: 74.6%;
  top: 40%;
  left: 12.7%;
}

.end-bottom-txt {
  position: absolute;
  width: 82.2%;
  top: 56%;
  left: 8.9%;
}

.end-top-shape {
  position: absolute;
  width: 21.8%;
  top: 16.4%;
  left: 5%;
}

.end-bottom-shape {
  position: absolute;
  width: 31%;
  top: 65%;
  right: 5%;
}

.share-num {
  position: absolute;
  width: 37%;
  top: 19%;
  left: 35%;
  color: #c10614;
  font-size: 36px;
  text-align: center;
}

.share-txt-samll {
  position: absolute;
  width: 62%;
  top: 21%;
  left: 19%;
}

.share-txt {
  position: absolute;
  width: 73%;
  top: 27%;
  left: 13.5%;
}

.zan {
  position: absolute;
  width: 180px;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}

.qr-code {
  position: absolute;
  width: 100px;
  top: calc(35% + 180px + 20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.share-btn {
  position: absolute;
  width: 100%;
  top: calc(35% + 180px + 100px + 30px);
  left: 0%;
  font-size: 12px;
  text-align: center;
}

.btn-whirl {
  animation: btnWhirl linear 10s both infinite;
  -webkit-animation: btnWhirl linear 10s both infinite;
}

@keyframes btnWhirl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes btnWhirl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.attention {
  position: fixed;
  width: 100%;
  right: 0;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1d1d20;
  color: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attention img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    height: 100vh;
  }
}