/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-12-02 17:42
*/ 

/***********************reset***********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

header, footer, article, section, nav, menu, hgroup {
  display: block;
  clear: all; }

html {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
  height: 100%; }

body {
  margin: 0;
  color: #fff;
  background-color: #c25287;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:active {
  outline: 0; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

button, html input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

ul, ol {
  list-style: none outside none; }

i, em {
  font-style: normal; }

/*********** common ***********/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  content: '';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

.ab-center, .tip p, .cover-slide .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ab-center-x, .cover-slide .logo, .cover-slide .slogan {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ab-center-y, .top-bar .logo, .top-bar .download-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.hide {
  display: none !important; }

.hide-normal {
  display: none; }

body {
  max-width: 750px;
  min-height: 100%;
  background: none;
  overflow-x: auto;
  margin: 0 auto; }

/***********tip***********/
.tip {
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9997; }
  .tip p {
    width: 100%; }

/**********main-swiper************/
.main-swiper {
  height: 100%; }

/**********cover-slide***********/
.cover-slide {
  position: relative;
  height: 100%; }
  .cover-slide .box {
    background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/cover-bg.jpg') no-repeat center -90px;
    width: 1350px;
    height: 1624px; }
    .cover-slide .box > div {
      position: relative;
      width: 750px;
      text-align: center;
      margin: 0 auto; }
  .cover-slide .logo {
    left: 20%;
    top: 140px;
    width: 200px;
    z-index: 2; }
    .cover-slide .logo a, .cover-slide .logo img {
      display: block;
      width: 100%; }
  .cover-slide .slogan {
    top: 780px;
    width: 651px;
    height: 280px; }
  .cover-slide .play-btn {
    position: absolute;
    left: 1%;
    top: 550px;
    width: 176px;
    height: 176px;
    background: url(https://img7.99.com/yhkd/image/m/act/2018/channel/v57/btn-play.png) no-repeat center center;
    -webkit-animation: play-scale 1.2s linear infinite alternate;
    animation: play-scale 1.2s linear infinite alternate;
    z-index: 2;
    display: block; }
  .cover-slide .age-tip {
    background: url(https://img9.99.com/yhkd/image/v4/age-tip.png) no-repeat;
    display: block;
    width: 80px;
    height: 103px;
    right: 10px;
    top: 230px;
    position: absolute; }
  .cover-slide .download-btn {
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 1095px;
    display: block;
    width: 302px;
    height: 101px;
    font-size: 0;
    background: url(https://img8.99.com/yhkd/image/m/act/2018/channel/v57/btn-download-3.png) no-repeat;
    z-index: 2;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    -webkit-animation: bounceInUp 0.5s 0.25s forwards;
    animation: bounceInUp 0.5s 0.25s forwards; }
  .cover-slide .next-arrow-btn {
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 1240px;
    display: none;
    width: 62px;
    height: 57px;
    font-size: 0;
    -webkit-animation: up-down 0.6s linear infinite alternate;
    animation: up-down 0.6s linear infinite alternate;
    z-index: 2; }
  .cover-slide p {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ff7e01;
    margin-top: 1240px;
    /* &:before {
      position: absolute;
      top: 0;
      left: -28px;
      content: '';
      width: 26px;
      height: 25px;
      background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/icon-arrow.png') no-repeat;
      -webkit-animation: up-down 0.6s linear infinite alternate;
      animation: up-down 0.6s linear infinite alternate;
    } */ }
    .cover-slide p a {
      color: #ff7e01;
      margin: 0 10px; }
    .cover-slide p em {
      color: #ff7e01; }
    .cover-slide p i {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 10px; }
  .cover-slide .gift-btn {
    position: absolute;
    right: 10px;
    top: 553px;
    display: none;
    width: 232px;
    height: 185px;
    background: url(https://img8.99.com/yhkd/image/m/act/2018/channel/v57/btn-gift.png) no-repeat;
    -webkit-animation: play-scale 1.6s linear infinite alternate;
    animation: play-scale 1.6s linear infinite alternate; }

.top-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: -375px;
  width: 750px;
  height: 200px;
  height: 120px;
  background: #ca6851;
  border-top: 1px solid #ca6851;
  z-index: 2; }
  .top-bar .logo {
    left: 30px;
    width: 80px;
    height: 80px;
    z-index: 2; }
    .top-bar .logo img {
      width: 100%;
      height: 100%; }
  .top-bar .tit {
    padding: 14px 0 0 130px; }
    .top-bar .tit span {
      display: block;
      color: #fff1b1; }
      .top-bar .tit span:nth-of-type(1) {
        height: 50px;
        line-height: 50px;
        font-size: 36px;
        font-weight: bold; }
      .top-bar .tit span:nth-of-type(2) {
        font-size: 24px;
        font-weight: bold;
        color: #ffd967; }
  .top-bar .download-btn {
    right: 16px;
    display: block;
    width: 178px;
    height: 68px;
    font-size: 0;
    background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/btn-download-2.png') no-repeat;
    z-index: 2; }

.main-con-slide {
  background: #ffffff; }
  .main-con-slide .tit {
    width: 520px;
    height: 142px;
    margin: 0 auto; }
  .main-con-slide .sec-welfare {
    height: 1155px;
    padding-top: 0px;
    background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/main-con-slide-bg.jpg') no-repeat center top; }
    .main-con-slide .sec-welfare .tit {
      background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/tit-1.png') no-repeat; }
    .main-con-slide .sec-welfare .con {
      position: relative;
      width: 440px;
      height: 950px;
      margin: 0px 0 0 38px; }
    .main-con-slide .sec-welfare span {
      position: absolute;
      display: block;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      z-index: 2; }
      .main-con-slide .sec-welfare span.animation {
        -webkit-animation: fadeInUp 1s forwards;
        animation: fadeInUp 1s forwards; }
        .main-con-slide .sec-welfare span.animation:nth-of-type(2) {
          -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
        .main-con-slide .sec-welfare span.animation:nth-of-type(3) {
          -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }
        .main-con-slide .sec-welfare span.animation:nth-of-type(4) {
          -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }
      .main-con-slide .sec-welfare span:nth-of-type(1) {
        width: 405px;
        height: 256px;
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/welfare-1.png') no-repeat; }
      .main-con-slide .sec-welfare span:nth-of-type(2) {
        width: 396px;
        height: 228px;
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/welfare-2.png') no-repeat; }
      .main-con-slide .sec-welfare span:nth-of-type(3) {
        width: 205px;
        height: 245px;
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/welfare-3.png') no-repeat; }
      .main-con-slide .sec-welfare span:nth-of-type(4) {
        width: 202px;
        height: 233px;
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/welfare-4.png') no-repeat; }
      .main-con-slide .sec-welfare span:nth-of-type(1) {
        top: 168px;
        left: 21px; }
      .main-con-slide .sec-welfare span:nth-of-type(2) {
        top: 450px;
        left: 28px; }
      .main-con-slide .sec-welfare span:nth-of-type(3) {
        top: 691px;
        left: 9px; }
      .main-con-slide .sec-welfare span:nth-of-type(4) {
        top: 702px;
        left: 228px; }
  .main-con-slide .sec-reward {
    height: 1130px;
    background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/main-con-slide-bg.jpg') no-repeat center -1155px; }
    .main-con-slide .sec-reward .tit {
      background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/tit-2.png') no-repeat; }
    .main-con-slide .sec-reward .con {
      position: relative;
      width: 750px;
      margin: 100px auto 0; }
      .main-con-slide .sec-reward .con a {
        position: relative;
        display: block;
        width: 750px;
        opacity: 0;
        margin: 0 auto;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0); }
        .main-con-slide .sec-reward .con a.animation {
          -webkit-animation: fadeInUp 1s 0.8s forwards;
          animation: fadeInUp 1s 0.8s forwards; }
          .main-con-slide .sec-reward .con a.animation:nth-of-type(2) {
            -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
          .main-con-slide .sec-reward .con a.animation:nth-of-type(3) {
            -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
        .main-con-slide .sec-reward .con a:nth-of-type(1) {
          height: 556px;
          background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/reward-1.png') no-repeat;
          margin-top: -50px; }
        .main-con-slide .sec-reward .con a:nth-of-type(2) {
          height: 0px; }
        .main-con-slide .sec-reward .con a:nth-of-type(3) {
          height: 170px;
          background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/reward-3.png') no-repeat center;
          margin-top: 10px; }
  .main-con-slide .sec-features {
    height: 1102px;
    background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/main-con-slide-bg.jpg') no-repeat center -2285px; }
    .main-con-slide .sec-features .tit {
      background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/tit-3.png') no-repeat; }
    .main-con-slide .sec-features .features-swiper {
      width: 695px;
      margin: 80px auto 0;
      opacity: 0;
      -webkit-transform: translate3d(0, 200px, 0);
      transform: translate3d(0, 200px, 0); }
      .main-con-slide .sec-features .features-swiper.animation {
        -webkit-animation: fadeInUp 1s 1.5s forwards;
        animation: fadeInUp 1s 1.5s forwards; }
    .main-con-slide .sec-features .swiper-slide {
      width: 462px;
      height: 821px; }
      .main-con-slide .sec-features .swiper-slide:nth-of-type(1) {
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/feature-1.jpg') no-repeat center/100% 100%; }
      .main-con-slide .sec-features .swiper-slide:nth-of-type(2) {
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/feature-2.jpg') no-repeat center/100% 100%; }
      .main-con-slide .sec-features .swiper-slide:nth-of-type(3) {
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/feature-3.jpg') no-repeat center/100% 100%; }
      .main-con-slide .sec-features .swiper-slide:nth-of-type(4) {
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/feature-4.jpg') no-repeat center/100% 100%; }
      .main-con-slide .sec-features .swiper-slide:nth-of-type(5) {
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/feature-5.jpg') no-repeat center/100% 100%; }
      .main-con-slide .sec-features .swiper-slide:nth-of-type(6) {
        background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/feature-6.jpg') no-repeat center/100% 100%; }
  .main-con-slide .desc-box {
    text-align: center;
    font-size: 16px;
    color: #fff1b1;
    background: #272028;
    padding: 40px 0; }
    .main-con-slide .desc-box a {
      color: #fff1b1;
      margin: 0 10px; }

#mainCon {
  width: 100%;
  height: 100%;
  padding-bottom: 120px; }
  #mainCon > .swiper-wrapper {
    height: auto; }
    #mainCon > .swiper-wrapper > .swiper-slide {
      height: auto; }

/***********pop-box***********/
.pop-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden; }
  .pop-box.show {
    z-index: 1000;
    visibility: visible; }
    .pop-box.show .pop {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .pop-box.show .pop-bg {
      opacity: 0.6; }
  .pop-box .pop {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    z-index: 3; }
  .pop-box .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    z-index: 2;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .pop-box .close-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    display: block;
    width: 61px;
    height: 61px;
    background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/btn-close.png') no-repeat center center;
    z-index: 2; }

.video-pop .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -213px 0 0 -318px;
  width: 636px;
  height: 426px; }
.video-pop .pop-con {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden; }
  .video-pop .pop-con iframe {
    width: 100%;
    height: 100%; }

.gift-pop .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -243px 0 0 -319.5px;
  width: 639px;
  height: 486px;
  background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/gift-pop-bg.png') no-repeat; }
.gift-pop .pop-con > em {
  display: block;
  width: 90%;
  height: 45px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  color: #faefd3;
  margin: 40px auto 0; }
.gift-pop h5 {
  line-height: 70px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #ffd564;
  padding-top: 45px; }
  .gift-pop h5 span {
    display: block;
    height: 28px;
    line-height: 30px;
    font-size: 28px;
    color: #ffd564; }
.gift-pop .gift-code {
  width: 460px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 19px auto 0;
  font-size: 26px;
  color: #fff; }
  .gift-pop .gift-code em {
    font-size: 30px; }
.gift-pop .gift-con {
  width: 560px;
  margin: 20px auto 0; }
  .gift-pop .gift-con p {
    width: 210px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #7a4f3e;
    background: #fff;
    margin: 0 auto;
    -webkit-border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    border-radius: 18px 18px 18px 18px; }
  .gift-pop .gift-con ul {
    width: 503px;
    text-align: center;
    font-size: 0;
    margin: 20px auto 0;
    padding-left: 8px; }
    .gift-pop .gift-con ul img {
      width: 70px;
      height: 70px;
      /*   border: 3px solid #3ce1e9; */ }
    .gift-pop .gift-con ul span {
      display: block;
      height: 35px;
      line-height: 35px;
      text-align: center;
      font-size: 18px;
      color: #fff;
      margin-top: 3px; }
  .gift-pop .gift-con li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 165px;
    text-align: center;
    vertical-align: middle; }

.intro-pop .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -243px 0 0 -319.5px;
  width: 639px;
  height: 486px;
  background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/gift-pop-bg.png') no-repeat; }
.intro-pop .pop-con h5 {
  height: 70px;
  display: block; }
.intro-pop .pop-con p {
  display: block;
  width: 90%;
  line-height: 28px;
  font-size: 22px;
  color: #faefd3;
  margin: 40px auto 0; }

.download-pop .pop {
  position: absolute;
  left: auto;
  right: 50px;
  top: 40px;
  width: 328px;
  height: 280px;
  font-size: 0;
  background: url('https://img8.99.com/yhkd/image/m/act/2018/channel/v57/pop-con.png') no-repeat;
  -webkit-transform: none;
  transform: none; }

@media screen and (min-height: 1448px) {
  .cover-slide {
    /*  p {
      margin-top: 1300px;
    } */ }
    .cover-slide .logo {
      top: 150px; }
    .cover-slide .age-tip {
      top: 180px; }
    .cover-slide .slogan {
      top: 800px; }
    .cover-slide .download-btn {
      top: 1100px; }
    .cover-slide p {
      margin-top: 1260px; }
    .cover-slide .next-arrow-btn {
      top: 1295px; }
 }
