* {
  text-size-adjust: 100%; }

.nav {
  position: fixed;
  right: 10px;
  z-index: 90;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  margin-top: -210px;
  top: 50%;
  white-space: nowrap;
  font-size: 0;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/g-nav.png") no-repeat center top;
  width: 253px;
  height: 380px;
  padding-top: 42px;
  z-index: 101; }

.fold {
  right: -230px; }

.nav a {
  position: relative;
  display: block;
  /* padding: 0 0 0 34px; */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: all;
  text-align: center;
  width: 176px;
  display: block;
  height: 41px;
  margin: 0 auto;
  line-height: 41px; }

.nav .line-2 {
  margin-right: 10px;
  margin-top: -1px;
  width: 30px;
  height: 1px; }

.nav .line {
  background: #bba37b;
  display: none !important; }

.nav .line-1 {
  position: absolute;
  height: 32px;
  bottom: 100%;
  width: 1px;
  left: 50%; }

.nav .txt, .nav .line-2 {
  display: inline-block;
  vertical-align: middle; }

.nav .icon {
  position: absolute;
  font-style: normal;
  text-align: center;
  font-size: 0;
  color: #ffe4ba;
  font-weight: 700;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  display: none;
  height: 12px; }

.nav .txt {
  color: #a0a0a0;
  font-size: 13px; }

.nav .active {
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/g-nav-on.png") no-repeat 0 center; }

.nav .active .txt {
  color: #fff; }

.nav .active + a .line-1, .nav a + .active .line-1 {
  display: none; }

.nav .active .line {
  visibility: hidden; }

.nav .active .icon {
  background: url(https://img5.99.com/yhkd/image/act/2019/816/nav-on.png) no-repeat center;
  font-size: 24px;
  line-height: 79px;
  height: 79px;
  width: 80px;
  margin-top: -45px;
  margin-left: -36px; }

.nav .fold-btn {
  position: absolute;
  top: 43%;
  margin-top: -40px;
  right: 87%;
  margin-right: 8px;
  cursor: pointer;
  z-index: 101;
  z-index: 101;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/fold.png") no-repeat center;
  width: 28px;
  height: 54px; }

.nav.fold .fold-btn em {
  background-image: url(https://img7.99.com/yhkd/image/act/2019/426/images/fold-icon-f.png); }

.nav .arrow-down {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 40px;
  right: 64px;
  cursor: pointer;
  pointer-events: all; }

* {
  -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: #1c1412;
  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; }

input {
  outline: 0;
  border: 0;
  font-family: "Microsoft YaHei";
  border-radius: 0; }

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

td, th {
  padding: 0; }

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

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

.clearfix {
  zoom: 1; }

.hide {
  display: none !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.portrait {
  position: fixed;
  z-index: 99999;
  background: #140f15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  .portrait p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    text-align: center;
    left: 5%;
    letter-spacing: 5px; }

.hor .portrait p {
  font-size: 50px; }

@media screen and (orientation: portrait) {
  .ver .portrait {
    display: none; }

  .hor .portrait {
    display: table; }
 }

@media screen and (orientation: landscape) {
  .ver .portrait {
    display: table; }

  .hor .portrait {
    display: none; }
 }

.swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0; }

.swiper-container-fade .swiper-slide {
  visibility: hidden; }
  .swiper-container-fade .swiper-slide.swiper-slide-active {
    visibility: visible; }

.pop {
  background: rgba(0, 0, 0, 0.8); }
  .pop .pop-main {
    background: #000;
    -webkit-transform: scale(1, 0) translate(-50%, -50%);
    transform: scale(1, 0) translate(-50%, -50%); }
  .pop.show .pop-main {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .pop.pop-video .pop-main {
    width: 700px;
    height: 396px; }
  .pop.usual-pop .pop-main {
    width: 590px;
    height: 186px;
    display: table; }
  .pop.usual-pop p {
    vertical-align: middle;
    color: #f8f2d2;
    line-height: 38px;
    display: table-cell;
    font-size: 20px;
    text-align: center; }

.ios {
  top: 56px;
  font-size: 16px; }

.pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  *visibility: visible;
  *display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/mask.png"); }
  .pop .pop-main {
    opacity: 0;
    z-index: 49;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%; }
  .pop .btn-close {
    width: 49px;
    height: 47px;
    position: absolute;
    top: -60px;
    right: 24px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/close.png) no-repeat center;
    z-index: 100; }
  .pop.show {
    z-index: 999;
    visibility: visible;
    display: block;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .pop.show .pop-main {
      opacity: 1;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
  .pop.pop-video .video-box, .pop.pop-wait .video-box {
    overflow: hidden; }
  .pop.pop-video .pop-main, .pop.pop-wait .pop-main {
    width: 700px;
    height: 396px; }
    .pop.pop-video .pop-main p, .pop.pop-wait .pop-main p {
      text-align: center;
      font-size: 22px;
      margin-top: 150px;
      color: #fff; }
  .pop.pop-video iframe, .pop.pop-video .video-box, .pop.pop-wait iframe, .pop.pop-wait .video-box {
    width: 100%;
    height: 100%; }

.ios {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff; }

.pop-hero .pop-main {
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/yx-pop.png") no-repeat center;
  width: 1285px;
  height: 838px;
  margin-left: -644px;
  margin-top: -419px; }
.pop-hero .close {
  top: 60px;
  right: -66px; }
.pop-hero .pop-title {
  margin-left: 300px;
  margin-top: 100px; }

.pop-zb .pop-main {
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/zb-pop.png") no-repeat center;
  width: 1019px;
  height: 665px;
  margin-left: -510px;
  margin-top: -332px; }
.pop-zb .close {
  top: 60px;
  right: -66px; }
.pop-zb .pop-title {
  margin: 0 auto;
  margin-top: 90px; }
.pop-zb img {
  display: block;
  margin: 30px auto; }
.pop-zb .account {
  width: 630px;
  margin: 0 auto;
  padding: 20px;
  color: #9d8d7d;
  font-size: 18px;
  text-align: justify;
  max-height: 380px;
  overflow: auto;
  border-top: 1px solid #e7e2df; }
  .pop-zb .account h6 {
    margin-top: 10px; }

.pop-title {
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/pop-title.png") no-repeat center;
  width: 278px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #331f7b;
  font-size: 24px; }

.article {
  width: 700px;
  padding-right: 50px;
  margin-left: 110px;
  max-height: 590px;
  overflow: auto; }
  .article h6 {
    color: #6862ba;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; }
  .article p {
    color: #9d8d7d;
    font-size: 18px; }

* {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.nav {
  height: 421px; }

body {
  height: 100%;
  background: #0f0e16; }

.logo {
  position: absolute;
  width: 200px;
  left: 50%;
  top: 0px;
  z-index: 2;
  margin-left: -100px; }
  .logo img {
    width: 100%; }

.main {
  margin: 0 auto;
  overflow: hidden; }

.wrapper {
  overflow: hidden;
  height: 100%;
  width: 1280px;
  margin: 0 auto; }

.arrow {
  width: 36px;
  height: 26px;
  display: block;
  background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/btn-arrow.png) no-repeat;
  position: absolute;
  left: calc(50% - 18px);
  top: 580px;
  z-index: 2;
  animation: next linear 0.4s infinite; }

.header {
  height: 750px;
  padding-top: 425px;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_01.jpg") no-repeat center top; }
  .header .share-btn {
    margin: 0 auto;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/btn-share.png) no-repeat center;
    width: 311px;
    height: 125px;
    display: block; }
    .header .share-btn.receive {
      background-image: url(https://img9.99.com/yhkd/image/act/2021/version20/img/btn-shared.png); }
    .header .share-btn.disabled {
      background-image: url(https://img9.99.com/yhkd/image/act/2021/version20/img/btn-geted.png); }

.section {
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  display: none; }

.btn-play {
  width: 109px;
  height: 110px;
  margin: -49px 0 0 -105px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/play.png) no-repeat center;
  animation: play 0.2s infinite alternate; }
  .btn-play.btn-play2 {
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/play2.png) no-repeat center;
    width: 76px;
    height: 76px; }
  .btn-play.btn-play3 {
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/play3.png) no-repeat center;
    width: 76px;
    height: 76px; }
  .btn-play:hover {
    animation: none; }

.sec-hero {
  height: 825px;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_02.jpg"); }
  .sec-hero h2 {
    position: relative;
    top: 0;
    height: 110px;
    color: transparent;
    padding: 0 0 0 20px;
    line-height: 110px;
    font-weight: bold;
    font-size: 0;
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/title01.png") no-repeat center;
    margin-top: 75px; }
  .sec-hero h3 {
    position: relative;
    top: 0;
    height: 110px;
    color: transparent;
    padding: 0 0 0 20px;
    line-height: 123px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 0;
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/herotitle.png") no-repeat 50px center;
    transform: scale(0.8);
    transform-origin: left center; }
  .sec-hero .btn-play {
    margin: -52px 0 0 -30px; }
  .sec-hero .swiper-container {
    margin: 0;
    width: 520px;
    height: 230px;
    margin: 10px 16px 0; }
  .sec-hero .info {
    border-radius: 10px;
    padding: 15px;
    width: 470px;
    font-size: 18px;
    color: #e0dfe1;
    line-height: 1.6;
    box-sizing: content-box; }
  .sec-hero .name {
    color: #3d355b;
    font-size: 0;
    margin-bottom: 10px;
    line-height: 20px; }
    .sec-hero .name i, .sec-hero .name span {
      display: inline-block;
      vertical-align: middle; }
    .sec-hero .name i {
      width: 3px;
      height: 24px;
      margin-right: 10px;
      background: #3d355b;
      margin-top: -18px; }
    .sec-hero .name span {
      font-size: 20px;
      color: #e7d4ff;
      background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/skill-name.png") no-repeat center bottom;
      padding-bottom: 20px; }
  .sec-hero .skill {
    margin-left: 20px; }
  .sec-hero .skill-icons {
    z-index: 60;
    white-space: nowrap;
    pointer-events: none;
    font-size: 0;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/hero-line.png) no-repeat 116px 86px;
    top: 547px;
    left: -30px;
    height: 150px;
    width: 100%;
    padding: 0; }
  .sec-hero .skill-icons li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: 0 0;
    pointer-events: all;
    width: 150px;
    height: 116px;
    outline: 0;
    vertical-align: top;
    padding: 6px 0 0;
    cursor: pointer;
    box-sizing: border-box; }
    .sec-hero .skill-icons li.swiper-pagination-bullet-active {
      background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/skill-on.png") no-repeat center bottom; }
  .sec-hero .skill-icons li + li {
    margin-right: 0;
    margin-left: -20px; }
  .sec-hero .skill-icons .icon {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    zoom: 0.65 \9;
    display: block;
    margin: 0 auto;
    margin: 0 0 0 28px \9;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/icon.png);
    width: 153px;
    height: 153px; }
  .sec-hero .skill-icons .sp-1 .icon {
    background-position: -251px -216px; }
  .sec-hero .skill-icons .sp-2 .icon {
    background-position: -251px -389px; }
  .sec-hero .skill-icons .sp-3 .icon {
    margin-top: -4px;
    background-position: -247px -552px;
    width: 160px;
    height: 160px; }
  .sec-hero .skill-icons .sp-4 .icon {
    background-position: -251px -734px; }
  .sec-hero .skill-icons .swiper-pagination-bullet-active.sp-1 .icon {
    background-position: -39px -216px; }
  .sec-hero .skill-icons .swiper-pagination-bullet-active.sp-2 .icon {
    background-position: -39px -389px; }
  .sec-hero .skill-icons .swiper-pagination-bullet-active.sp-3 .icon {
    background-position: -34px -553px; }
  .sec-hero .skill-icons .swiper-pagination-bullet-active.sp-4 .icon {
    background-position: -39px -734px; }
  .sec-hero .skill-icons .sj {
    display: block;
    border-top: 8px solid #fee5ba;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: -50px auto 10px;
    margin: -7px auto 10px \9;
    *margin-top: 0;
    visibility: hidden; }
  .sec-hero .skill-icons .swiper-pagination-bullet-active .sj {
    visibility: visible; }
  .sec-hero .skill-icons .text {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #614a96;
    line-height: 38px;
    width: 100px;
    height: 38px;
    margin: 0 auto; }
  .sec-hero .skill-icons .swiper-pagination-bullet-active .text {
    color: #804db5; }
  .sec-hero .skill-icons .sp-3 .text {
    margin-top: -3px; }
  .sec-hero .btn-hor {
    display: block;
    position: absolute;
    left: 800px;
    top: 549px;
    width: 345px;
    height: 105px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/detail.png) no-repeat center; }

.sec-begin {
  height: 869px;
  background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_03.jpg) no-repeat top center; }
  .sec-begin .wrapper {
    position: relative; }
  .sec-begin h2 {
    position: relative;
    height: 104px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/title02.png) no-repeat center;
    margin-top: 60px; }
  .sec-begin .btn-play {
    position: absolute;
    top: 420px;
    left: 850px; }
  .sec-begin h3 {
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s20skin.png") no-repeat center;
    height: 42px;
    margin-top: 25px; }
  .sec-begin h4 {
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/dq.png") no-repeat center;
    width: 180px;
    height: 253px;
    position: absolute;
    top: 330px;
    left: 810px; }
  .sec-begin .btn {
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/btn.png") no-repeat;
    display: block;
    width: 253px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffd6bf;
    font-size: 22px;
    position: absolute;
    left: 1000px; }
  .sec-begin .btn1 {
    top: 383px; }
  .sec-begin .btn2 {
    top: 465px; }

.sec-2 {
  height: 914px;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_04.jpg") no-repeat center top; }
  .sec-2 .wrapper {
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/hero-bg-pc.png) no-repeat 71px 243px/104% auto;
    width: 100%; }
  .sec-2 h2 {
    position: relative;
    height: 106px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/titleyx.png) no-repeat center;
    margin-top: 60px;
    z-index: 1; }
  .sec-2 .sec2-cont {
    font-size: 0;
    text-align: center;
    margin: -79px 0 0 0;
    display: none;
    height: 888px;
    position: relative;
    transform: scale(0.86);
    transform-origin: 1180px 570px; }
    .sec-2 .sec2-cont.show {
      display: block; }
  .sec-2 .pic, .sec-2 .txt {
    display: inline-block;
    vertical-align: middle; }
  .sec-2 .scroll {
    max-height: 430px;
    overflow: auto;
    position: relative;
    z-index: 1; }
  .sec-2 .pic {
    position: absolute;
    right: 262px;
    bottom: 260px; }
  .sec-2 .txt {
    olor: #c9c1e5;
    /* font-size: 20px; */
    width: 880px;
    padding: 40px;
    margin: 120px 0 0 440px;
    text-align: left;
    line-height: 36px;
    line-height: 48px; }
    .sec-2 .txt .story {
      color: #ffffff;
      font-size: 22px;
      text-indent: 2em; }
    .sec-2 .txt .jn {
      background: #2a1d5a;
      border-radius: 10px;
      padding: 10px;
      color: #ded2f4;
      font-size: 22px;
      margin-top: 10px; }
      .sec-2 .txt .jn .r {
        color: #d9a0fa; }
      .sec-2 .txt .jn h6 {
        color: #fffcc6; }
  .sec-2 .s2-nav {
    height: 129px;
    margin: -230px 0 0 0;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 1; }
    .sec-2 .s2-nav a {
      display: inline-block;
      color: #fff;
      font-size: 26px;
      text-align: center;
      line-height: 106px;
      width: 250px;
      height: 106px;
      background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-nav-a.png") no-repeat;
      transition: all ease 0.4s; }
      .sec-2 .s2-nav a.i-1 i {
        background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-1.png") no-repeat center; }
      .sec-2 .s2-nav a.i-2 i {
        background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-2.png") no-repeat center; }
      .sec-2 .s2-nav a.i-3 i {
        background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-3.png") no-repeat center; }
      .sec-2 .s2-nav a.i-4 i {
        background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-4.png") no-repeat center; }
      .sec-2 .s2-nav a.i-5 i {
        background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-5.png") no-repeat center; }
      .sec-2 .s2-nav a.on, .sec-2 .s2-nav a:hover {
        background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/s2-nav-a-on.png") no-repeat; }
    .sec-2 .s2-nav i {
      display: inline-block;
      height: 100%;
      width: 68px;
      vertical-align: middle;
      margin-top: -3px;
      margin-right: 5px; }

.sec-3 {
  height: 932px;
  background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_05.jpg") no-repeat center top; }
  .sec-3 h2 {
    position: relative;
    height: 100px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/title-sec5.png) no-repeat center bottom;
    padding-top: 150px; }
  .sec-3 .swiper-container-accordion {
    height: 476px;
    width: 1195px;
    margin: 110px auto 0 auto; }
    .sec-3 .swiper-container-accordion .sec-title {
      display: block;
      cursor: pointer;
      width: 102px;
      height: 473px;
      padding: 50px 0 0;
      background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/accordion.png) no-repeat center top;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center; }
      .sec-3 .swiper-container-accordion .sec-title.sec-title1 span {
        font-size: 23px;
        line-height: 24px; }
      .sec-3 .swiper-container-accordion .sec-title .num {
        height: 57px;
        display: block;
        font-size: 0; }
      .sec-3 .swiper-container-accordion .sec-title span {
        display: block;
        margin: 0 auto;
        width: 1em;
        color: #a48ff5;
        text-shadow: 0 0 3px #666;
        font-size: 30px;
        line-height: 32px; }
    .sec-3 .swiper-container-accordion .inner {
      width: 788px;
      height: 514px;
      color: #c9c1e5;
      font-size: 18px;
      margin: -9px auto 0;
      position: relative; }
    .sec-3 .swiper-container-accordion .img {
      margin: 0 auto;
      width: 562px; }
      .sec-3 .swiper-container-accordion .img img {
        width: 100%; }
    .sec-3 .swiper-container-accordion .content {
      height: 90px;
      left: 0;
      bottom: 0;
      line-height: 20px;
      overflow: hidden;
      color: #7460bf;
      font-size: 18px;
      position: relative;
      margin: 20px auto 0 auto;
      width: 762px; }
    .sec-3 .swiper-container-accordion .swiper-slide.swiper-slide-active {
      width: 892px;
      background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/pc-acc.png") no-repeat right top; }
      .sec-3 .swiper-container-accordion .swiper-slide.swiper-slide-active .sec-title {
        background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/accordion-on.png) no-repeat center top; }
    .sec-3 .swiper-container-accordion .swiper-slide {
      visibility: visible;
      height: 100%;
      position: relative;
      padding: 40px 0 0 101px;
      width: 0;
      display: inline-block;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      overflow: hidden;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
    .sec-3 .swiper-container-accordion .swiper-slide-1 .sec-title .num {
      background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/c-1.png) no-repeat center;
      background-size: auto 100%; }
    .sec-3 .swiper-container-accordion .swiper-slide-2 .sec-title .num {
      background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/c-2.png) no-repeat center;
      background-size: auto 100%; }
    .sec-3 .swiper-container-accordion .swiper-slide-3 .sec-title .num {
      background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/c-3.png) no-repeat center;
      background-size: auto 100%; }
    .sec-3 .swiper-container-accordion .swiper-slide-4 .sec-title .num {
      background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/c-4.png) no-repeat center;
      background-size: auto 100%; }
    .sec-3 .swiper-container-accordion .swiper-slide-active .sec-title span {
      color: #FFFFFF; }

.sec-4 {
  height: 932px;
  background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_06.jpg) no-repeat top center; }
  .sec-4 h2 {
    position: relative;
    height: 104px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/title03.png) no-repeat center;
    margin-top: 60px; }
  .sec-4 h3 {
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/ajyh.png") no-repeat center;
    width: 350px;
    height: 203px;
    margin-top: 50px;
    margin-left: 40px; }
  .sec-4 .btn-play {
    margin-top: 439px;
    margin-left: 206px;
    left: 0;
    top: 0; }

.sec-5 {
  height: 864px;
  background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/hor-bg_07.jpg) no-repeat top center; }
  .sec-5 h2 {
    position: relative;
    height: 104px;
    background: url(https://img9.99.com/yhkd/image/act/2021/version20/img/title04.png) no-repeat center;
    margin-top: 60px; }
  .sec-5 h3 {
    background: url("https://img9.99.com/yhkd/image/act/2021/version20/img/zznc.png") no-repeat center;
    width: 350px;
    height: 213px;
    margin-top: 100px;
    margin-left: 874px; }
  .sec-5 .btn-play {
    margin-top: 509px;
    margin-left: 382px;
    top: 0; }

@keyframes play {
  to {
    transform: scale(1.1); } }

@keyframes next {
  to {
    transform: translateY(-10px); } }

.pop-hero.show .pop-main, .pop-zb.show .pop-main {
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7); }

.tps {
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 0 185px;
  margin-top: 50px; }
  .tps img {
    width: 138px;
    height: 138px;
    display: block;
    margin: 20px auto 20px; }
