body,
html {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.main {
  width: 48rem;
  height: 99.8rem;
  position: relative;
  background: url("../images/bg-pc.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.main .title {
  width: 48rem;
  height: 27rem;
  position: relative;
  background: url("../images/title-bg.png") no-repeat;
  background-size: 100%;
}
.main .title .video {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 5.08rem;
  left: 21.13rem;
  background: url("../images/video-border.png") no-repeat;
  background-size: 100%;
  animation: videoRotate 3000ms linear infinite;
}
@keyframes videoRotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.main .title .video-sj {
  width: 0.5rem;
  height: 0.57rem;
  position: absolute;
  top: 5.65rem;
  left: 21.85rem;
  background: url("../images/video-sj.png") no-repeat;
  background-size: 100%;
}
.main .title .logo {
  width: 9.22rem;
  height: 12.65rem;
  position: absolute;
  top: 1.2rem;
  left: 2.17rem;
  background: url("../images/logo-pc.png") no-repeat;
  background-size: 100%;
}
.main .title .to-subscribe {
  width: 11.68rem;
  height: 4.08rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../images/to-subscribe.png") no-repeat;
  background-size: 100%;
}
.main .part1 {
  width: 32.9rem;
  height: 23.7rem;
  position: relative;
  top: 1.5rem;
  left: 6.92rem;
  background: url("../images/part1.png") no-repeat;
  background-size: 100%;
}
.main .part1 .fbant {
  width: 10.3rem;
  height: 1.75rem;
  position: absolute;
  top: 5rem;
  left: 4.97rem;
}
.main .part1 .fbant .tip1 {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  background: url("../images/tip1.png") no-repeat;
  background-size: 100%;
}
.main .part1 .userinfo {
  width: 12.47rem;
  height: 1.65rem;
  position: absolute;
  top: 7.42rem;
  left: 3.75rem;
  border: 1px solid #a9a0e6;
  border-radius: 8px;
}
.main .part1 .userinfo .seleform {
  width: 4.42rem;
  height: 1.65rem;
  position: absolute;
  left: 0;
  border-right: 1px solid #a9a0e6;
}
.main .part1 .userinfo .seleform #id_area {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #b2a2d0;
  font-size: 0.8rem;
}
.main .part1 .userinfo .userphone {
  width: 7.7rem;
  height: 1.65rem;
  position: absolute;
  left: 4.42rem;
}
.main .part1 .userinfo .userphone #input_tel {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #5b5b5b;
  padding-left: 0.5rem;
  font-size: 0.8rem;
}
.main .part1 .subscribe {
  width: 8.97rem;
  height: 2.98rem;
  position: absolute;
  top: 10.8rem;
  left: 3.88rem;
  background: url(../images/subscribe.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.main .part1 .awad-check {
  width: 5.05rem;
  height: 2.33rem;
  position: absolute;
  top: 11.2rem;
  left: 12.5rem;
  background: url(../images/awad-check.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.main .part1 .downbox {
  width: 13.6rem;
  height: 3.5rem;
  position: absolute;
  top: 17.75rem;
  left: 11.82rem;
}
.main .part1 .downbox .google {
  width: 6.55rem;
  height: 1.95rem;
  position: absolute;
  top: 1.45rem;
  left: 0;
  background: url("../images/google.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.main .part1 .downbox .apple {
  width: 6.55rem;
  height: 1.95rem;
  position: absolute;
  top: 1.45rem;
  right: 0;
  background: url("../images/apple.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.main .part1 .downbox .tip3 {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.8rem;
  left: 10.4rem;
  background: url(../images/tip3.png) no-repeat;
  background-size: 100%;
}
.main .part1 .tip2 {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.3rem;
  right: 11.8rem;
  background: url("../images/tip2.png") no-repeat;
  background-size: 100%;
}
.main .part1 .activerule {
  width: 1.85rem;
  height: 0.55rem;
  position: absolute;
  top: 1.93rem;
  right: 7rem;
  cursor: pointer;
}
.main .part1 .mycard {
  width: 3.55rem;
  height: 2.3rem;
  position: absolute;
  top: 6.3rem;
  left: 26.6rem;
  background: url(../images/MyCard-pc.png) no-repeat;
  background-size: 100%;
}
.main .part1 .ipad {
  width: 4.55rem;
  height: 5.47rem;
  position: absolute;
  top: 3.27rem;
  left: 19.05rem;
  background: url(../images/ipad-air-pc.png) no-repeat;
  background-size: 100%;
}
.main .part1 .iphone12 {
  width: 2.75rem;
  height: 3.77rem;
  position: absolute;
  top: 5.03rem;
  left: 23.73rem;
  background: url(../images/iphone-12-pc.png) no-repeat;
  background-size: 100%;
}
.main .part2 {
  width: 27rem;
  height: 24.25rem;
  position: relative;
  top: 4.5rem;
  left: 10.45rem;
}
.main .part2 .awadlist {
  width: 27rem;
  height: 16.65rem;
  position: absolute;
  top: 3.67rem;
  left: 0;
}
.main .part2 .awadlist .awad1 {
  width: 5.22rem;
  height: 7.95rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/awad1.png") no-repeat;
  background-size: 100%;
}
.main .part2 .awadlist .awad1 .dc1 {
  width: 3.48rem;
  height: 1.8rem;
  position: absolute;
  top: 5.78rem;
  left: 2.38rem;
  background: url("../images/dc.png") no-repeat;
  background-size: 100%;
  display: none;
}
.main .part2 .awadlist .awad2 {
  width: 5.22rem;
  height: 7.95rem;
  position: absolute;
  top: 8.7rem;
  left: 0;
  background: url("../images/awad2.png") no-repeat;
  background-size: 100%;
}
.main .part2 .awadlist .awad2 .dc2 {
  width: 3.48rem;
  height: 1.8rem;
  position: absolute;
  top: 5.78rem;
  left: 2.38rem;
  background: url("../images/dc.png") no-repeat;
  background-size: 100%;
  display: none;
}
.main .part2 .awadlist .awad3 {
  width: 5.22rem;
  height: 7.95rem;
  position: absolute;
  top: 0;
  right: 5.95rem;
  background: url("../images/awad3.png") no-repeat;
  background-size: 100%;
}
.main .part2 .awadlist .awad3 .dc3 {
  width: 3.48rem;
  height: 1.8rem;
  position: absolute;
  top: 5.78rem;
  left: 2.38rem;
  background: url("../images/dc.png") no-repeat;
  background-size: 100%;
  display: none;
}
.main .part2 .awadlist .awad4 {
  width: 5.22rem;
  height: 7.95rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/awad4.png") no-repeat;
  background-size: 100%;
}
.main .part2 .awadlist .awad4 .dc4 {
  width: 3.48rem;
  height: 1.8rem;
  position: absolute;
  top: 5.78rem;
  left: 2.38rem;
  background: url("../images/dc.png") no-repeat;
  background-size: 100%;
  display: none;
}
.main .part2 .awadlist .awad5 {
  width: 5.22rem;
  height: 7.95rem;
  position: absolute;
  top: 8.7rem;
  right: 0;
  background: url("../images/awad5.png") no-repeat;
  background-size: 100%;
}
.main .part2 .awadlist .awad5 .dc5 {
  width: 3.48rem;
  height: 1.8rem;
  position: absolute;
  top: 5.78rem;
  left: 2.38rem;
  background: url("../images/dc.png") no-repeat;
  background-size: 100%;
  display: none;
}
.main .part2 .numbox {
  width: 11.43rem;
  height: 2.55rem;
  position: absolute;
  top: 21.6rem;
  left: 6.13rem;
  background: url("../images/numbox.png") no-repeat;
  background-size: 100%;
  z-index: 5;
}
.main .part2 .numbox .subscribeNum {
  width: 5.1rem;
  height: 1.55rem;
  text-align: center;
  line-height: 1.55rem;
  position: absolute;
  top: 0.65rem;
  left: 5.33rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 3px;
}
.main .part2 .person {
  width: 19.52rem;
  height: 21.63rem;
  position: absolute;
  top: 0.5rem;
  left: -1.67rem;
  background: url(../images/part2.png) no-repeat;
  background-size: 100%;
}
.main .part3 {
  width: 31.3rem;
  height: 21.48rem;
  position: relative;
  top: 8rem;
  left: 6.9rem;
  background: url("../images/part3.png") no-repeat;
  background-size: 100%;
  display: none;
}
.main .part3 .left {
  width: 1.68rem;
  height: 2.15rem;
  position: absolute;
  top: 9.3rem;
  left: 0;
  background: url("../images/left.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.main .part3 .right {
  width: 1.68rem;
  height: 2.15rem;
  position: absolute;
  top: 9.3rem;
  right: -1.2rem;
  background: url("../images/right.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.main .part3 .swiperContion {
  width: 18.27rem;
  height: 10.28rem;
  position: absolute;
  top: 5.05rem;
  left: 7.5rem;
}
.main .part3 .swiperContion .swiper-container {
  width: 18.27rem;
  height: 10.28rem;
}
.main .part3 .swiperContion .swiper-container .swiper-wrapper {
  width: 18.27rem;
  height: 10.28rem;
}
.main .part3 .swiperContion .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  height: 10.28rem;
}
.main .part3 .swiperContion .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.main .part3 .sw-pa {
  position: absolute;
  bottom: 3.8rem;
  left: 15.6rem;
}
.main .part3 .sw-pa span {
  margin-right: 11px;
}
.main .part4 {
  width: 48rem;
  height: 10.97rem;
  position: relative;
  top: 9rem;
  left: 0;
  background: url("../images/part4.png") no-repeat;
  background-size: 100%;
}
.main .part5 {
  width: 48rem;
  height: 4.95rem;
  position: relative;
  top: 9rem;
  background: url("../images/part5.png") no-repeat;
  background-size: 100%;
}
.main .subscribe_succ {
  width: 15.88rem;
  height: 20.32rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/succ-sub.png") no-repeat;
  background-size: 100%;
  z-index: 1010;
  display: none;
}
.main .subscribe_succ .succ_close {
  width: 1.75rem;
  height: 1.78rem;
  position: absolute;
  top: 0rem;
  right: 7.2rem;
  cursor: pointer;
}
.main .subscribe_succ .succ_to_subscribe {
  width: 8.4rem;
  height: 2.1rem;
  position: absolute;
  top: 11.6rem;
  left: 3.5rem;
  cursor: pointer;
}
.main .activerule_tip {
  width: 15.88rem;
  height: 20.32rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/active-rule.png") no-repeat;
  background-size: 100%;
  z-index: 1010;
  display: none;
}
.main .activerule_tip .active_close {
  width: 1.75rem;
  height: 1.78rem;
  position: absolute;
  top: 0rem;
  right: 7.2rem;
  cursor: pointer;
}
.main .awadList {
  width: 18.88rem;
  height: 26.32rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/sub-awad.png) no-repeat;
  background-size: 100%;
  z-index: 1010;
  display: none;
}
.main .awadList .awad_close {
  width: 1.75rem;
  height: 1.98rem;
  position: absolute;
  top: 0rem;
  right: 8.8rem;
  cursor: pointer;
}
.main .awadList .awad_title {
  width: 15.85rem;
  height: 1.63rem;
  position: absolute;
  top: 5.5rem;
  left: 1.2rem;
  border: 1px solid #7b6dc6;
  font-size: 0.8rem;
  background: #9f95d5;
}
.main .awadList .awad_title .awad_data {
  width: 3.85rem;
  height: 1.63rem;
  line-height: 1.63rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-right: 1px solid #7b6dc6;
}
.main .awadList .awad_title .awad_name {
  width: 4.4rem;
  height: 1.63rem;
  line-height: 1.63rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 3.8rem;
  color: #fff;
  border-right: 1px solid #7b6dc6;
}
.main .awadList .awad_title .awad_code {
  width: 7.55rem;
  height: 1.63rem;
  flex: 1;
  line-height: 1.63rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.main .awadList .awad_content {
  width: 15.85rem;
  height: 9.9rem;
  position: absolute;
  top: 7.25rem;
  left: 1.2rem;
  border: 1px solid #7b6dc6;
  border-top: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main .awadList .awad_content::-webkit-scrollbar {
  width: 0;
}
.main .awadList .awad_content .awadItem {
  width: 15.85rem;
  height: 2.1rem;
  line-height: 1rem;
  border-bottom: 1px solid #7b6dc6;
}
.main .awadList .awad_content .awadItem .item_data {
  width: 3.85rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  left: 0;
  border-right: 1px solid #7b6dc6;
  font-size: 0.6rem;
}
.main .awadList .awad_content .awadItem .item_name {
  width: 4.4rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  left: 3.85rem;
  border-right: 1px solid #7b6dc6;
  font-size: 0.6rem;
  text-overflow: ellipsis;
}
.main .awadList .awad_content .awadItem .item_code {
  width: 7.55rem;
  height: 2rem;
  line-height: 1rem;
  text-align: center;
  position: absolute;
  right: 0;
}
.main .awadList .awad_content .awadItem .item_code .inpCode {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  border: none;
  outline: none;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  background: transparent;
}
.main .awadList .awad_content .awadItem .item_code .ch {
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
}
.main .showad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.main .hzvideo {
  width: 18rem;
  height: 10rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
  display: none;
}
@media screen and (max-width: 486px) {
  .main {
    width: 18.75rem;
    height: 123.45rem;
    position: relative;
    background: url("../images/bg-mob.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
  }
  .main .nav {
    width: 18.75rem;
    height: 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/nav.png") no-repeat;
    background-size: 100%;
    z-index: 10;
  }
  .main .nav .nav-subscribe {
    width: 7.63rem;
    height: 2.85rem;
    position: absolute;
    top: 0rem;
    right: 0.68rem;
    background: url("../images/nav-subscribe.png") no-repeat;
    background-size: 100%;
  }
  .main .title {
    width: 18.75rem;
    height: 38.1rem;
    position: relative;
    background: url("../images/title-bg-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .title .video {
    width: 1.88rem;
    height: 1.88rem;
    position: absolute;
    top: 8.53rem;
    left: 1.85rem;
    background: url("../images/video-border-mob.png") no-repeat;
    background-size: 100%;
    animation: videoRotate 3000ms linear infinite;
  }
  @keyframes videoRotate {
    0% {
      transform: rotateZ(0);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  .main .title .video-sj {
    width: 0.55rem;
    height: 0.63rem;
    position: absolute;
    top: 9.15rem;
    left: 2.58rem;
    background: url("../images/video-sj-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .title .logo {
    width: 9.22rem;
    height: 12.65rem;
    position: absolute;
    top: 1.2rem;
    left: 2.17rem;
    background: url("../images/logo-pc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .title .to-subscribe {
    width: 18.75rem;
    height: 4.03rem;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    background: url("../images/to-subscribe-mob.png") no-repeat;
    background-size: 100%;
    z-index: 5;
  }
  .main .part1 {
    width: 18.75rem;
    height: 52.48rem;
    position: relative;
    top: -7.5rem;
    left: 0;
    background: url("../images/part1-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part1 .fbant {
    width: 10.3rem;
    height: 1.75rem;
    position: absolute;
    top: 10.8rem;
    left: 50%;
    transform: translate(-60%, 0);
  }
  .main .part1 .fbant .tip1 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    background: url("../images/tip1.png") no-repeat;
    background-size: 100%;
  }
  .main .part1 .userinfo {
    width: 13.95rem;
    height: 1.75rem;
    position: absolute;
    top: 15.55rem;
    left: 2.4rem;
    border: 1px solid #a9a0e6;
    border-radius: 8px;
  }
  .main .part1 .userinfo .seleform {
    width: 5rem;
    height: 1.75rem;
    position: absolute;
    left: 0;
    border-right: 1px solid #a9a0e6;
  }
  .main .part1 .userinfo .userphone {
    width: 8.65rem;
    height: 1.75rem;
    position: absolute;
    left: 5rem;
  }
  .main .part1 .subscribe {
    width: 10.97rem;
    height: 2.98rem;
    position: absolute;
    top: 19.1rem;
    left: 1.1rem;
    background: url(../images/subscribe.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .awad-check {
    width: 7.05rem;
    height: 3.33rem;
    position: absolute;
    top: 19.4rem;
    left: 11rem;
    background: url(../images/awad-check.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .downbox {
    width: 14.82rem;
    height: 3.75rem;
    position: absolute;
    top: 39.23rem;
    left: 1.9rem;
  }
  .main .part1 .downbox .google {
    width: 7.05rem;
    height: 2.1rem;
    position: absolute;
    top: 1.6rem;
    left: 0;
    background: url("../images/google-mob.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .downbox .apple {
    width: 7.05rem;
    height: 2.1rem;
    position: absolute;
    top: 1.6rem;
    right: 0;
    background: url("../images/apple-mob.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .downbox .tip3 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.8rem;
    left: 10.4rem;
    background: url(../images/tip3.png) no-repeat;
    background-size: 100%;
  }
  .main .part1 .tip2 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 23.22rem;
    right: 14.05rem;
    background: url("../images/tip2.png") no-repeat;
    background-size: 100%;
  }
  .main .part1 .activerule {
    width: 2.05rem;
    height: 0.55rem;
    position: absolute;
    top: 23.8rem;
    right: 8.22rem;
    cursor: pointer;
  }
  .main .part1 .mycard {
    width: 3.98rem;
    height: 2.58rem;
    position: absolute;
    top: 28.6rem;
    left: 11.57rem;
    background: url(../images/MyCard.png) no-repeat;
    background-size: 100%;
  }
  .main .part1 .ipad {
    width: 5.35rem;
    height: 6.38rem;
    position: absolute;
    top: 25rem;
    left: 3.15rem;
    background: url(../images/ipad-air.png) no-repeat;
    background-size: 100%;
  }
  .main .part1 .iphone12 {
    width: 3.08rem;
    height: 4.2rem;
    position: absolute;
    top: 27.1rem;
    left: 8.4rem;
    background: url(../images/iphone-12.png) no-repeat;
    background-size: 100%;
  }
  .main .part2 {
    width: 18.23rem;
    height: 22.65rem;
    position: relative;
    top: -14.5rem;
    left: 0.53rem;
    background: url("../images/part2-mob.png");
    background-size: 100%;
  }
  .main .part2 .awadlist {
    width: 8.57rem;
    height: 19.3rem;
    position: absolute;
    top: 3.27rem;
    left: 0;
  }
  .main .part2 .awadlist .awad1 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 0;
    left: 2.42rem;
    background: url("../images/awad1-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad1 .dc1 {
    width: 3.48rem;
    height: 1.8rem;
    position: absolute;
    top: 3.9rem;
    left: 0.38rem;
    background: url("../images/dc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part2 .awadlist .awad2 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 6.33rem;
    left: 0;
    background: url("../images/awad2-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad2 .dc2 {
    width: 3.48rem;
    height: 1.8rem;
    position: absolute;
    top: 3.9rem;
    left: 0.38rem;
    background: url("../images/dc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part2 .awadlist .awad3 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 6.33rem;
    right: 0;
    background: url("../images/awad3-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad3 .dc3 {
    width: 3.48rem;
    height: 1.8rem;
    position: absolute;
    top: 3.9rem;
    left: 0.38rem;
    background: url("../images/dc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part2 .awadlist .awad4 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 12.82rem;
    right: 4.38rem;
    background: url("../images/awad4-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad4 .dc4 {
    width: 3.48rem;
    height: 1.8rem;
    position: absolute;
    top: 3.9rem;
    left: 0.38rem;
    background: url("../images/dc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part2 .awadlist .awad5 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 12.82rem;
    right: 0;
    background: url("../images/awad5-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad5 .dc5 {
    width: 3.48rem;
    height: 1.8rem;
    position: absolute;
    top: 3.9rem;
    left: 0.38rem;
    background: url("../images/dc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part2 .numbox {
    width: 9.55rem;
    height: 2.13rem;
    position: absolute;
    top: 20.5rem;
    left: 8.65rem;
    background: none;
    background-size: 100%;
  }
  .main .part2 .numbox .subscribeNum {
    width: 4.4rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    position: absolute;
    top: 0.45rem;
    left: 4.5rem;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 3px;
  }
  .main .part2 .person {
    width: 19.52rem;
    height: 21.63rem;
    position: absolute;
    top: 0.5rem;
    left: -1.67rem;
    background: url(../images/part2.png) no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part3 {
    width: 18.75rem;
    height: 20.02rem;
    position: relative;
    top: -15rem;
    left: 0;
    background: url("../images/part3-mob.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part3 .left {
    width: 1.68rem;
    height: 2.15rem;
    position: absolute;
    top: 9.3rem;
    left: 0;
    background: url("../images/left.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
  }
  .main .part3 .right {
    width: 1.68rem;
    height: 2.15rem;
    position: absolute;
    top: 9.3rem;
    right: -1.2rem;
    background: url("../images/right.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
  }
  .main .part3 .swiperContion {
    width: 12.88rem;
    height: 7.22rem;
    position: absolute;
    top: 6.4rem;
    left: 2.55rem;
  }
  .main .part3 .swiperContion .swiper-container {
    width: 12.88rem;
    height: 7.22rem;
  }
  .main .part3 .swiperContion .swiper-container .swiper-wrapper {
    width: 12.88rem;
    height: 7.22rem;
  }
  .main .part3 .swiperContion .swiper-container .swiper-wrapper .swiper-slide {
    width: 12.88rem;
    height: 7.22rem;
  }
  .main .part3 .swiperContion .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .main .part3 .sw-pa {
    position: absolute;
    bottom: 4.2rem;
    left: 8.6rem;
  }
  .main .part3 .sw-pa span {
    margin-right: 11px;
  }
  .main .part4 {
    width: 18.75rem;
    height: 17.7rem;
    position: relative;
    top: -13rem;
    left: 0;
    background: url("../images/part4-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part5 {
    width: 18.75rem;
    height: 5.6rem;
    position: relative;
    top: -13rem;
    background: url("../images/part5-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .pop {
    width: 6.65rem;
    height: 7.25rem;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url("../images/pop.png") no-repeat;
    background-size: 100%;
    z-index: 100;
  }
  .main .pop .popchange1 {
    width: 7.2rem;
    height: 4.78rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/pop-ch.png") no-repeat;
    background-size: 100%;
  }
  .main .pop .popchange2 {
    width: 6.22rem;
    height: 5.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/pop-ipad.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .pop .popchange3 {
    width: 6.5rem;
    height: 4.97rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/pop-iphone.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  @keyframes animTime {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes showanimTime {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .main .hzvideo {
    width: 18rem;
    height: 10rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1010;
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .main {
    width: 18.75rem;
    height: 123.45rem;
    position: relative;
    background: url("../images/bg-mob.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
  }
  .main .nav {
    width: 18.75rem;
    height: 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/nav.png") no-repeat;
    background-size: 100%;
    z-index: 10;
  }
  .main .nav .nav-subscribe {
    width: 7.63rem;
    height: 2.85rem;
    position: absolute;
    top: 0rem;
    right: 0.68rem;
    background: url("../images/nav-subscribe.png") no-repeat;
    background-size: 100%;
  }
  .main .title {
    width: 18.75rem;
    height: 38.1rem;
    position: relative;
    background: url("../images/title-bg-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .title .video {
    width: 1.88rem;
    height: 1.88rem;
    position: absolute;
    top: 8.53rem;
    left: 1.85rem;
    background: url("../images/video-border-mob.png") no-repeat;
    background-size: 100%;
    animation: videoRotate 3000ms linear infinite;
  }
  @keyframes videoRotate {
    0% {
      transform: rotateZ(0);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  .main .title .video-sj {
    width: 0.55rem;
    height: 0.63rem;
    position: absolute;
    top: 9.15rem;
    left: 2.58rem;
    background: url("../images/video-sj-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .title .logo {
    width: 9.22rem;
    height: 12.65rem;
    position: absolute;
    top: 1.2rem;
    left: 2.17rem;
    background: url("../images/logo-pc.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .title .to-subscribe {
    width: 18.75rem;
    height: 4.03rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url("../images/to-subscribe-mob.png") no-repeat;
    background-size: 100%;
    z-index: 5;
  }
  .main .part1 {
    width: 18.75rem;
    height: 52.48rem;
    position: relative;
    top: -7.5rem;
    left: 0;
    background: url("../images/part1-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part1 .fbant {
    width: 10.3rem;
    height: 1.75rem;
    position: absolute;
    top: 10.8rem;
    left: 50%;
    transform: translate(-76%, 0);
  }
  .main .part1 .fbant .tip1 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    background: url("../images/tip1.png") no-repeat;
    background-size: 100%;
  }
  .main .part1 .userinfo {
    width: 13.95rem;
    height: 1.75rem;
    position: absolute;
    top: 15.55rem;
    left: 2.4rem;
    border: 1px solid #a9a0e6;
    border-radius: 8px;
  }
  .main .part1 .userinfo .seleform {
    width: 5rem;
    height: 1.75rem;
    position: absolute;
    left: 0;
    border-right: 1px solid #a9a0e6;
  }
  .main .part1 .userinfo .userphone {
    width: 8.65rem;
    height: 1.75rem;
    position: absolute;
    left: 5rem;
  }
  .main .part1 .subscribe {
    width: 10.97rem;
    height: 2.98rem;
    position: absolute;
    top: 19.1rem;
    left: 1.1rem;
    background: url(../images/subscribe.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .awad-check {
    width: 7.05rem;
    height: 3.33rem;
    position: absolute;
    top: 19.4rem;
    left: 11rem;
    background: url(../images/awad-check.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .downbox {
    width: 14.82rem;
    height: 3.75rem;
    position: absolute;
    top: 39.23rem;
    left: 1.9rem;
  }
  .main .part1 .downbox .google {
    width: 7.05rem;
    height: 2.1rem;
    position: absolute;
    top: 1.6rem;
    left: 0;
    background: url("../images/google-mob.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .downbox .apple {
    width: 7.05rem;
    height: 2.1rem;
    position: absolute;
    top: 1.6rem;
    right: 0;
    background: url("../images/apple-mob.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  .main .part1 .downbox .tip3 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.8rem;
    left: 10.4rem;
    background: url(../images/tip3.png) no-repeat;
    background-size: 100%;
  }
  .main .part1 .tip2 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 23.22rem;
    right: 14.05rem;
    background: url("../images/tip2.png") no-repeat;
    background-size: 100%;
  }
  .main .part1 .activerule {
    width: 2.05rem;
    height: 0.55rem;
    position: absolute;
    top: 23.8rem;
    right: 8.22rem;
    cursor: pointer;
  }
  .main .part2 {
    width: 18.23rem;
    height: 22.65rem;
    position: relative;
    top: -14.5rem;
    left: 0.53rem;
    background: url("../images/part2-mob.png");
    background-size: 100%;
  }
  .main .part2 .awadlist {
    width: 8.57rem;
    height: 19.3rem;
    position: absolute;
    top: 3.27rem;
    left: 0;
  }
  .main .part2 .awadlist .awad1 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 0;
    left: 2.42rem;
    background: url("../images/awad1-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad2 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 6.33rem;
    left: 0;
    background: url("../images/awad2-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad3 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 6.33rem;
    right: 0;
    background: url("../images/awad3-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad4 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 12.82rem;
    right: 4.38rem;
    background: url("../images/awad4-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .awadlist .awad5 {
    width: 4.1rem;
    height: 6.25rem;
    position: absolute;
    top: 12.82rem;
    right: 0;
    background: url("../images/awad5-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part2 .numbox {
    width: 9.55rem;
    height: 2.13rem;
    position: absolute;
    top: 20.5rem;
    left: 8.65rem;
    background: none;
    background-size: 100%;
  }
  .main .part2 .numbox .subscribeNum {
    width: 4.4rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    position: absolute;
    top: 0.45rem;
    left: 4.5rem;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 3px;
  }
  .main .part3 {
    width: 18.75rem;
    height: 20.02rem;
    position: relative;
    top: -15rem;
    left: 0;
    background: url("../images/part3-mob.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .part3 .left {
    width: 1.68rem;
    height: 2.15rem;
    position: absolute;
    top: 9.3rem;
    left: 0;
    background: url("../images/left.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
  }
  .main .part3 .right {
    width: 1.68rem;
    height: 2.15rem;
    position: absolute;
    top: 9.3rem;
    right: -1.2rem;
    background: url("../images/right.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
  }
  .main .part3 .swiperContion {
    width: 12.88rem;
    height: 7.22rem;
    position: absolute;
    top: 6.4rem;
    left: 2.55rem;
  }
  .main .part3 .swiperContion .swiper-container {
    width: 12.88rem;
    height: 7.22rem;
  }
  .main .part3 .swiperContion .swiper-container .swiper-wrapper {
    width: 12.88rem;
    height: 7.22rem;
  }
  .main .part3 .swiperContion .swiper-container .swiper-wrapper .swiper-slide {
    width: 12.88rem;
    height: 7.22rem;
  }
  .main .part3 .swiperContion .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .main .part3 .sw-pa {
    position: absolute;
    bottom: 4.2rem;
    left: 8.6rem;
  }
  .main .part3 .sw-pa span {
    margin-right: 11px;
  }
  .main .part4 {
    width: 18.75rem;
    height: 17.7rem;
    position: relative;
    top: -13rem;
    left: 0;
    background: url("../images/part4-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .part5 {
    width: 18.75rem;
    height: 5.6rem;
    position: relative;
    top: -13rem;
    background: url("../images/part5-mob.png") no-repeat;
    background-size: 100%;
  }
  .main .pop {
    width: 6.65rem;
    height: 7.25rem;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url("../images/pop.png") no-repeat;
    background-size: 100%;
    z-index: 100;
  }
  .main .pop .popchange1 {
    width: 7.2rem;
    height: 4.78rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/pop-ch.png") no-repeat;
    background-size: 100%;
  }
  .main .pop .popchange2 {
    width: 6.22rem;
    height: 5.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/pop-ipad.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .pop .popchange3 {
    width: 6.5rem;
    height: 4.97rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/pop-iphone.png") no-repeat;
    background-size: 100%;
    display: none;
  }
  .main .hzvideo {
    width: 18rem;
    height: 10rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1010;
    display: none;
  }
}
