/***********************reset***********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

body {
  font: 12px/1.6 "Microsoft YaHei"; }

a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }

a:active {
  outline: 0; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

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: #b9b9b9; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b9b9b9; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b9b9b9; }

input {
  outline: 0;
  border: 0;
  font-family: "Microsoft YaHei"; }

textarea {
  overflow: auto;
  resize: 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; }

html {
  background: #1d1414; }

.logo {
  padding: 30px 0 0;
  margin: 0 auto;
  width: 250px; }
  .logo a, .logo img {
    display: block;
    width: 100%; }

.btn {
  display: block;
  margin: 0 auto; }

h2, .slogan {
  font-size: 0;
  line-height: 0; }

.txt-center {
  text-align: center; }

.header {
  position: relative; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 34px;
  height: 51px;
  margin-top: -25px; }

.swiper-button-prev {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/arrow-left.png) no-repeat center;
  -webkit-animation: prev 1s infinite alternate;
  -o-animation: prev 1s infinite alternate;
  -moz-animation: prev 1s infinite alternate;
  animation: prev 1s infinite alternate; }

.swiper-button-next {
  -webkit-animation: next 1s infinite alternate;
  -o-animation: next 1s infinite alternate;
  -moz-animation: next 1s infinite alternate;
  animation: next 1s infinite alternate;
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/arrow-right.png) no-repeat center; }

@-webkit-keyframes prev {
  100% {
    -webkit-transform: translate(-8px, 0);
    -moz-transform: translate(-8px, 0);
    -ms-transform: translate(-8px, 0);
    -o-transform: translate(-8px, 0);
    transform: translate(-8px, 0); } }

@-moz-keyframes prev {
  100% {
    -webkit-transform: translate(-8px, 0);
    -moz-transform: translate(-8px, 0);
    -ms-transform: translate(-8px, 0);
    -o-transform: translate(-8px, 0);
    transform: translate(-8px, 0); } }

@-o-keyframes prev {
  100% {
    -webkit-transform: translate(-8px, 0);
    -moz-transform: translate(-8px, 0);
    -ms-transform: translate(-8px, 0);
    -o-transform: translate(-8px, 0);
    transform: translate(-8px, 0); } }

@keyframes prev {
  100% {
    -webkit-transform: translate(-8px, 0);
    -moz-transform: translate(-8px, 0);
    -ms-transform: translate(-8px, 0);
    -o-transform: translate(-8px, 0);
    transform: translate(-8px, 0); } }

@-webkit-keyframes next {

  100% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0); } }

@-moz-keyframes next {

  100% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0); } }

@-o-keyframes next {

  100% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0); } }

@keyframes next {

  100% {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0); } }

.swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%; }

.swiper-pagination-switch, .swiper-pagination-bullet {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%; }

.swiper-pagination-switch + .swiper-pagination-switch, .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 6px; }

.swiper-pagination-switch.swiper-active-switch, .swiper-pagination-bullet-active {
  border-radius: 6px;
  width: 26px;
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/page.jpg) repeat-x; }

.arrow-down {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/arrow-down.png) no-repeat center;
  background-size: 100% 100%;
  width: 67px;
  height: 34px;
  position: fixed;
  left: 50%;
  margin-left: -33px;
  bottom: 5%;
  z-index: 50;
  -webkit-animation: a 1s ease-out infinite;
  animation: a 1s ease-out infinite;
  pointer-events: none; }

@-webkit-keyframes a {
  0% {
    opacity: 1; }

  100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

@-moz-keyframes a {
  0% {
    opacity: 1; }

  100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

@-o-keyframes a {
  0% {
    opacity: 1; }

  100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

@keyframes a {
  0% {
    opacity: 1; }

  100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

.hero .sec-title {
  font-size: 0; }
.hero .swiper-slide {
  position: relative; }
  .hero .swiper-slide .sec-title, .hero .swiper-slide .third-title {
    opacity: 0; }
.hero .swiper-slide-active .sec-title, .hero .swiper-slide-active .third-title {
  opacity: 1; }
.hero .swiper-slide-active .sec-title {
  -webkit-animation: titleShow 0.4s forwards;
  -o-animation: titleShow 0.4s forwards;
  -moz-animation: titleShow 0.4s forwards;
  animation: titleShow 0.4s forwards; }
.hero .swiper-slide-active .third-title {
  -webkit-animation: titleShow 0.6s forwards;
  -o-animation: titleShow 0.6s forwards;
  -moz-animation: titleShow 0.6s forwards;
  animation: titleShow 0.6s forwards; }
.hero .hero-swiper img {
  width: 100%;
  height: 100%;
  display: block; }
.hero .hero-sec-tab-title {
  font-size: 0; }
.hero .hero-sec p {
  color: #b59f8f;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  max-height: 9999px; }
.hero .fourth-title {
  white-space: nowrap;
  overflow: hidden;
  color: #f5d6d6;
  font-size: 0;
  line-height: 30px; }
  .hero .fourth-title .txt, .hero .fourth-title .icon {
    display: inline-block;
    vertical-align: middle; }
  .hero .fourth-title .txt {
    font-size: 24px; }
  .hero .fourth-title .icon {
    width: 25px;
    height: 25px;
    margin-right: 12px; }
.hero .hero-bg .content {
  overflow: auto;
  /* overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical; */ }
.hero .hero-bg .icon {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/icon-4.png); }
.hero .hero-design .icon {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/icon-5.png); }
.hero .skill {
  position: relative; }
  .hero .skill .icon {
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/icon-3.png); }
.hero .skill-title .icon {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/icon-3.png); }
.hero .gif {
  opacity: 0;
  margin: 0 auto 95px;
  border: 1px solid #453433;
  padding: 2px; }
  .hero .gif img {
    display: block; }
.hero .swiper-slide-active .gif {
  opacity: 1; }
.hero .skill-icons {
  left: 50%; }
.hero .skill-icons {
  z-index: 60;
  position: absolute;
  font-size: 0;
  margin-left: -225px;
  pointer-events: none;
  text-align: center;
  white-space: nowrap; }
  .hero .skill-icons li {
    vertical-align: top;
    display: inline-block;
    background: url("https://img7.99.com/yhkd/image/act/2019/426/images/icon.png");
    width: 153px;
    height: 153px;
    pointer-events: all; }
  .hero .skill-icons .sp-1 {
    background-position: -251px -216px; }
  .hero .skill-icons .sp-2 {
    background-position: -251px -389px; }
  .hero .skill-icons .sp-3 {
    background-position: -247px -552px;
    width: 160px;
    height: 160px; }
  .hero .skill-icons .sp-4 {
    background-position: -251px -734px; }
  .hero .skill-icons .swiper-pagination-bullet-active.sp-1 {
    background-position: -39px -216px; }
  .hero .skill-icons .swiper-pagination-bullet-active.sp-2 {
    background-position: -39px -389px; }
  .hero .skill-icons .swiper-pagination-bullet-active.sp-3 {
    background-position: -34px -553px; }
  .hero .skill-icons .swiper-pagination-bullet-active.sp-4 {
    background-position: -39px -734px; }
.hero .skill-acc-box .skill-acc {
  float: left; }
.hero .skill-acc-box .skill-acc-2 {
  margin-left: 20px; }
.hero .swiper-slide-2 .hero-skill {
  position: relative;
  top: -10px;
  clear: both; }

.skill-tit {
  line-height: 50px;
  padding: 0 0 10px;
  font-size: 30px;
  color: #ffe5d7; }
  .skill-tit span {
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/ver-tag.png) no-repeat center;
    display: inline-block;
    width: 84px;
    height: 30px;
    color: #dcc581;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px; }
  .skill-tit .fa-shu {
    color: #0569fb; }
  .skill-tit .da-zhao {
    color: gold; }
  .skill-tit .zen-yi {
    color: red; }

.skill-acc li {
  font-size: 18px;
  line-height: 34px;
  color: #f5d6d6; }
.skill-acc i {
  font-style: normal;
  color: #fff; }
.skill-acc .wu-shang, .skill-acc .len-qu, .skill-acc .she-cheng, .skill-acc .hao-lan, .skill-acc .chi-xu, .skill-acc .mo-kang, .skill-acc .fa-shang, .skill-acc .sheng-ming, .skill-acc .hu-jia {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 5px;
  width: 23px;
  height: 22px;
  background: url("https://img7.99.com/yhkd/image/act/2019/426/images/icon.png") no-repeat center;
  margin-right: 9px; }
.skill-acc .wu-shang {
  background-position: -388px 0; }
.skill-acc .len-qu {
  background-position: -9px -1046px; }
.skill-acc .she-cheng {
  background-position: -187px -1047px; }
.skill-acc .hao-lan {
  background-position: -387px -1048px; }
.skill-acc .chi-xu {
  background-position: 0 -1268px; }
.skill-acc .mo-kang {
  background-position: -374px -1203px; }
.skill-acc .fa-shang {
  background-position: -181px -1205px; }
.skill-acc .sheng-ming {
  background-position: -375px -1271px; }
.skill-acc .hu-jia {
  background-position: -183px -1271px; }

.skin .wrapper {
  position: relative; }
.skin .skin-list {
  position: absolute;
  width: 233px;
  height: 245px; }
  .skin .skin-list li {
    position: absolute;
    width: 89px;
    height: 89px; }
    .skin .skin-list li a {
      display: block;
      height: 100%; }
    .skin .skin-list li img {
      display: block;
      width: 100%;
      height: 100%; }
  .skin .skin-list .skin-1 {
    top: 25px;
    left: 0; }
  .skin .skin-list .skin-2 {
    right: 0; }
  .skin .skin-list .skin-3 {
    left: 0;
    bottom: 0; }
    .skin .skin-list .skin-3 img {
      margin: -26% 0 0 -26%;
      width: 152%;
      height: 152%; }
  .skin .skin-list .skin-4 {
    right: 0;
    bottom: 25px; }

.part {
  /*  h4.title,
  .title.swiper-pagination-bullet {
    color: #f0dcc0;
  } */ }
  .part h2 {
    margin-bottom: 120px;
    height: 106px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0.75);
    -webkit-transform: scale(0.75); }
  .part h3 {
    text-align: center;
    font-weight: bold; }
  .part .img {
    position: relative;
    margin: 0 auto;
    border: 1px solid #8d6545;
    padding: 2px;
    background: #000; }
    .part .img:after {
      content: "加载中...";
      font-size: 20px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      z-index: 1;
      text-align: center;
      line-height: 30px;
      margin-top: -15px; }
    .part .img img {
      position: relative;
      z-index: 3; }

.content {
  text-align: justify; }

.swiper-container-flow .content {
  margin: 0 auto;
  color: #f0dcc0; }
.swiper-container-flow .swiper-slide {
  vertical-align: top; }

.btn-version {
  color: #fcdcb7;
  font-size: 22px;
  text-align: center;
  display: block;
  width: 400px;
  margin: 50px auto 0; }
  .btn-version:hover {
    color: #fff; }

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s 0.2s;
  -moz-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s; }
  .pop .pop-main {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/gif.png) no-repeat;
    width: 634px;
    height: 364px;
    padding: 8px;
    margin: -190px 0 0 -325px; }
  .pop.show {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .pop.show .pop-main {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; }
  .pop .btn-close {
    position: absolute;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/close.png) no-repeat;
    width: 57px;
    height: 51px;
    /*  bottom: -60px;
    right: -3px; */
    top: 0;
    right: -60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .pop .btn-close:hover {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .pop .gif {
    width: 634px;
    height: 364px;
    border-radius: 10px;
    overflow: hidden;
    background: #000; }
    .pop .gif img {
      width: 100%;
      height: 100%; }
  .pop .pop-bg {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    filter: Alpha(Opacity=70); }

.nav {
  width: 230px;
  position: fixed;
  right: 0;
  z-index: 90;
  top: 0;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  height: 246px;
  margin-top: -123px;
  top: 50%;
  white-space: nowrap; }
  .nav a {
    position: relative;
    display: block;
    padding: 0 0 0 18px;
    height: 20px;
    font-size: 18px;
    line-height: 20px; }
  .nav a + a {
    margin-top: 22px; }
  .nav .icon {
    position: absolute;
    font-style: normal;
    text-align: center;
    font-size: 0;
    color: #ffe4ba;
    font-weight: bold;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/nav.png) no-repeat center;
    width: 18px;
    height: 18px; }
  .nav .txt, .nav .line-2 {
    display: inline-block;
    vertical-align: middle; }
  .nav .txt {
    color: #cfb694;
    text-shadow: 1px 1px 1px #000; }
  .nav .line {
    background: #5c4837; }
  .nav .line-1 {
    position: absolute;
    height: 24px;
    bottom: 100%;
    width: 1px;
    left: 50%; }
  .nav .line-2 {
    margin-right: 10px;
    margin-top: -1px;
    width: 30px;
    height: 1px; }
  .nav .active + a .line-1, .nav a + .active .line-1 {
    display: none; }
  .nav .active {
    margin: 30px 0; }
    .nav .active .txt {
      color: #fffabd;
      font-size: 20px;
      text-shadow: 0 0 5px #ffefd7; }
    .nav .active .icon {
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/nav-on.png) no-repeat center;
      font-size: 24px;
      line-height: 90px;
      height: 90px;
      width: 90px;
      margin-top: -45px;
      margin-left: -36px; }
    .nav .active .line {
      visibility: hidden; }
  .nav .fold-btn {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 100%;
    margin-right: 40px;
    padding: 20px;
    cursor: pointer;
    z-index: 101; }
    .nav .fold-btn em {
      border-radius: 5px;
      display: block;
      border: 1px solid #a59074;
      font-style: normal;
      color: #f9d8b3;
      text-align: right;
      pointer-events: all;
      width: 16px;
      height: 38px;
      font-size: 0;
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/fold-icon.png) no-repeat center;
      background-color: rgba(158, 96, 35, 0.1);
      box-shadow: 0 0 20px #ffe49b; }
      .nav .fold-btn em:hover {
        background-color: rgba(158, 96, 35, 0.5);
        box-shadow: 0 0 30px #ffe49b; }
  .nav.fold {
    right: -180px; }
    .nav.fold .fold-btn em {
      background-image: url(https://img7.99.com/yhkd/image/act/2019/426/images/fold-icon-f.png); }

.btn-more {
  position: absolute;
  right: 0; }

.hero {
  overflow: hidden; }
  .hero .hero-swiper-box {
    position: relative; }
  .hero .hero-swiper {
    position: absolute; }
  .hero .sec-title {
    position: relative;
    z-index: 2;
    width: 137px;
    height: 54px; }
  .hero .hero-img {
    z-index: 1;
    position: absolute;
    left: 0; }
  .hero .swiper-slide-hero .sec-title {
    background: url(../images/hero-title.png) no-repeat center; }
  .hero .swiper-slide-skin .sec-title {
    background: url(../images/skin-title.png) no-repeat center; }
  .hero .content {
    font-size: 18px;
    color: #b59f8f;
    line-height: 30px;
    text-indent: 2em; }
  .hero .skill {
    position: absolute;
    border-left: 1px solid #413a3a; }
  .hero .hero-sec-box {
    border-top: 1px solid #413a3a; }

.swiper-container-accordion .title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center; }
  .swiper-container-accordion .title span {
    display: block;
    margin: 0 auto;
    width: 1em;
    font-weight: bold; }
.swiper-container-accordion .swiper-slide {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  background: #180f0f;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }
.swiper-container-accordion .img {
  margin-bottom: 10px; }
.swiper-container-accordion .content {
  margin: 0 auto; }
.swiper-container-accordion .content {
  color: #f0dcc0; }
.swiper-container-accordion .swiper-pagination, .swiper-container-accordion .swiper-button {
  display: none; }

.swiper-container-accordion .part-sec-title .txt, .part .title-page .txt {
  color: #a79380; }
.swiper-container-accordion .part-sec-title .num, .part .title-page .num {
  color: #62493f; }

.swiper-container-accordion .swiper-slide.swiper-slide-active .part-sec-title .num, .swiper-container-accordion .swiper-slide.swiper-slide-active .part-sec-title .txt, .part .swiper-pagination-bullet-active.title-page .num, .part .swiper-pagination-bullet-active.title-page .txt {
  text-shadow: 0 0 10px #ff9f2d;
  color: #fff; }

.part .swiper-button {
  display: none; }

.part-2 .swiper-pagination {
  background: #3b241e;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  z-index: 3;
  height: 480px; }
  .part-2 .swiper-pagination a {
    cursor: pointer;
    outline: none; }
  .part-2 .swiper-pagination .swiper-pagination-bullet {
    padding: 0 0 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    font-size: 0;
    width: 412px;
    height: 120px;
    line-height: 120px;
    background: url(../images/page.png) no-repeat;
    border-radius: 0;
    display: block;
    font-weight: bold;
    text-align: left; }
  .part-2 .swiper-pagination .num, .part-2 .swiper-pagination .txt {
    display: inline-block;
    vertical-align: middle; }
  .part-2 .swiper-pagination .num {
    margin-right: 15px;
    font-size: 40px;
    font-style: normal; }
  .part-2 .swiper-pagination .txt {
    font-size: 34px; }
  .part-2 .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/page-on.png) no-repeat; }
.part-2 .swiper-container .content {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  bottom: 2px;
  left: 2px;
  position: absolute;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  z-index: 3; }
.part-2 .swiper-button {
  top: 50%;
  display: block; }
.part-2 .swiper-button-next {
  right: 10px; }
.part-2 .swiper-button-prev {
  margin-left: 440px;
  left: 10px; }
.part-2 .part-sec-title {
  display: none; }

a * {
  cursor: pointer; }

.main {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.wrapper {
  width: 1220px;
  margin: 0 auto;
  position: relative; }

.header, .header .wrapper {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/header.jpg) no-repeat center top; }
.header .wrapper {
  position: relative;
  height: 1075px; }

.swiper-wrapper, .swiper-slide {
  height: 100%; }

.swiper-slide-duplicate, .swiper-slide {
  z-index: 2; }

.swiper-slide-active {
  z-index: 5; }

.swiper-container-fade .swiper-slide {
  visibility: hidden; }
.swiper-container-fade .swiper-slide-visible {
  visibility: visible; }

.swiper-pagination {
  text-align: center; }

.btn {
  -webkit-transition: color 0.3s, filter 0.3s;
  -moz-transition: color 0.3s, filter 0.3s;
  -o-transition: color 0.3s, filter 0.3s;
  transition: color 0.3s, filter 0.3s;
  opacity: 0.85; }
  .btn:hover {
    opacity: 1;
    -webkit-filter: brightness(2);
    filter: brightness(2); }

.scroll-bar {
  width: 8px;
  background: #34064e;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute; }

.scroll-bar .scroll-slider, .scroll-bar .scroll-slider-reward {
  width: 100%;
  height: 90px;
  border-radius: 3px;
  background: #5c2c77;
  position: absolute;
  right: 0; }

.gif img {
  width: 100%;
  height: 100%; }

.hero, .hero .wrapper {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/hero.jpg) no-repeat center top; }
.hero .wrapper {
  padding: 40px 0 0;
  height: 1111px; }
.hero .hero-swiper {
  overflow: visible; }
  .hero .hero-swiper .swiper-slide {
    visibility: hidden; }
  .hero .hero-swiper .swiper-slide-active {
    visibility: visible; }
.hero .swiper-pagination {
  z-index: 20; }
.hero .swiper-pagination-switch {
  cursor: pointer; }
.hero .swiper-button-prev, .hero .swiper-button-next {
  top: 50px;
  z-index: 10; }
.hero .swiper-button-prev {
  left: -50px; }
.hero .swiper-button-next {
  right: 310px; }
.hero .hero-swiper-box {
  width: 495px;
  height: 660px; }
.hero .hero-swiper {
  top: 20px;
  width: 1335px;
  height: 1013px; }
.hero .swiper-slide-hero .hero-img {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/pc-hero.png);
  width: 1027px;
  top: -40px;
  left: -330px;
  height: 1013px; }
.hero .swiper-slide-skin .hero-img {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/pc-skin.png);
  top: -40px;
  left: -350px;
  width: 1335px;
  height: 989px; }
.hero .fourth-title {
  margin-bottom: 5px;
  font-family: "STSong", "NSimSun", "SimSun"; }
.hero .content p {
  font-size: 18px; }
.hero .hero-sec-tab-title {
  display: none; }
.hero .hero-sec-box {
  width: 525px; }
.hero .hero-bg {
  position: relative;
  z-index: 3;
  width: 470px;
  padding: 20px 40px 0 10px; }
  .hero .hero-bg .content {
    height: 380px; }
.hero .gif {
  margin-bottom: 110px;
  width: 606px;
  height: 342px; }
.hero .skill, .hero .hero-design {
  width: 610px;
  padding: 0 10px 0 70px; }
.hero .skill {
  height: 1020px;
  padding-top: 60px;
  right: 0;
  top: 80px; }
.hero .skill-icons {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/pc-skill.png) no-repeat 123px center;
  top: 390px;
  height: 150px;
  width: 100%;
  margin-left: -290px;
  text-align: left;
  height: 125px \9;
  padding: 25px 0 0 35px\9; }
  .hero .skill-icons li {
    float: left;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    zoom: 0.6 \9; }
  .hero .skill-icons li + li {
    margin-right: 0;
    margin-left: 7px;
    margin-left: 68px \9; }
.hero .swiper-slide-2 .hero-skill p {
  font-size: 16px;
  line-height: 26px; }
.hero .swiper-slide-2 .skill-acc li {
  font-size: 16px;
  line-height: 30px; }
.hero .hero-skill {
  margin-top: 20px; }
.hero .hero-design {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 35px; }

:root .skill .skill-icons {
  height: 150px;
  padding: 0; }
  :root .skill .skill-icons li {
    zoom: 1; }
  :root .skill .skill-icons li + li {
    margin-left: 7px; }

.skin, .skin.wrapper {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/skin.jpg) no-repeat center top; }
.skin .wrapper {
  height: 1111px; }
.skin .skin-list {
  width: 255px;
  height: 265px;
  top: 560px;
  right: 290px; }

.part .title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 90px; }

.swiper-container-accordion, .swiper-container-flow {
  width: 1244px;
  margin-left: -22px; }

.swiper-container-flow {
  overflow: visible; }
  .swiper-container-flow .swiper-slide {
    width: 602px; }
  .swiper-container-flow .swiper-wrapper {
    height: 580px; }
  .swiper-container-flow .content {
    margin-top: 25px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/content-bg.png) no-repeat center;
    font-size: 16px;
    width: 539px;
    height: 128px;
    padding: 30px;
    line-height: 26px; }
  .swiper-container-flow .img {
    width: 596px;
    height: 348px; }
    .swiper-container-flow .img img {
      width: 594px;
      height: 346px; }
  .swiper-container-flow .swiper-slide + .swiper-slide {
    margin-left: 40px; }

.m-con {
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/f-bg.jpg) no-repeat center top; }

.part-2 .wrapper {
  padding-top: 30px;
  height: 954px; }
.part-2 h2 {
  background-image: url(https://img7.99.com/yhkd/image/act/2019/426/images/title-3.png); }
.part-2 .content {
  width: 1261px;
  height: 474px;
  font-size: 0; }
  .part-2 .content a {
    display: block;
    height: 228px;
    cursor: pointer;
    font-size: 34.5px;
    text-align: center;
    color: #ffe9af;
    line-height: 228px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/entry.png) no-repeat; }
    .part-2 .content a.on {
      color: #4b260d; }
  .part-2 .content .n-1 {
    background-position: 0 -375px;
    margin-bottom: 1px; }
    .part-2 .content .n-1.on {
      background-position: 0 0; }
  .part-2 .content .n-2 {
    background-position: -264px -375px; }
    .part-2 .content .n-2.on {
      background-position: -264px 0px; }
  .part-2 .content .n-3 {
    background-position: -515px -375px;
    margin-bottom: 1px; }
    .part-2 .content .n-3.on {
      background-position: -515px 0px; }
  .part-2 .content .n-4 {
    background-position: -775px -375px; }
    .part-2 .content .n-4.on {
      background-position: -775px 0px; }
.part-2 .div-l {
  width: 224px;
  height: 455px;
  float: left; }
.part-2 .swiper-con {
  position: relative;
  width: 770px;
  height: 450px;
  float: left;
  vertical-align: top;
  border: 1px solid #473938;
  padding: 2px;
  box-sizing: content-box; }
  .part-2 .swiper-con img {
    width: 100%;
    height: 100%; }
.part-2 .div-r {
  width: 224px;
  height: 455px;
  float: left; }
.part-2 .swiper-container {
  width: 100%;
  height: 100%; }
.part-2 .swiper-slide {
  position: relative; }
.part-2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-left: 0;
  margin-top: -44.5px;
  z-index: 999;
  cursor: pointer;
  width: 54px;
  height: 73px;
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/fun-left.png) no-repeat center center; }
.part-2 .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -44.5px;
  z-index: 999;
  cursor: pointer;
  width: 54px;
  height: 73px;
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/fun-right.png) no-repeat center center; }
.part-2 .battle-text {
  width: 100%;
  height: 125px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0; }
  .part-2 .battle-text .bg {
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9; }
  .part-2 .battle-text .text {
    width: 700px;
    height: 77px;
    padding: 24px 34px;
    box-sizing: content-box;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff0b5;
    z-index: 10; }

.part-3, .part-3 .wrapper {
  /*background: url(https://img7.99.com/yhkd/image/act/2019/426/images/part-3.jpg) no-repeat center top;*/ }
.part-3 .wrapper {
  height: 800px; }
.part-3 h2 {
  background-image: url(https://img7.99.com/yhkd/image/act/2019/426/images/title-4.png); }
.part-3 .content {
  width: 1215px;
  height: 383px; }
  .part-3 .content .l {
    width: 653px;
    height: 382px;
    border: 1px solid #765734;
    float: left; }
  .part-3 .content .r {
    width: 560px;
    height: 383px;
    float: right;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/t-box.png) no-repeat center center; }
  .part-3 .content img {
    width: 650px;
    height: 379px;
    margin-top: 2px;
    margin-left: 2px; }
  .part-3 .content h3 {
    color: #3f241f;
    font-size: 36px;
    text-align: center;
    line-height: 112px; }
  .part-3 .content p {
    color: #1e1515;
    font-size: 18px;
    padding: 0 40px;
    margin-top: 35px; }

.part-4, .part-4 .wrapper {
  /*background: url(https://img7.99.com/yhkd/image/act/2019/426/images/part-4.jpg) no-repeat center top;*/ }
.part-4 .wrapper {
  height: 690px; }
.part-4 .content {
  width: 1215px;
  height: 383px;
  /*margin-top: 168px;*/ }
  .part-4 .content .r {
    width: 653px;
    height: 382px;
    border: 1px solid #765734;
    float: right; }
  .part-4 .content .l {
    width: 560px;
    height: 383px;
    float: left;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/t-box.png) no-repeat center center; }
  .part-4 .content img {
    width: 650px;
    height: 379px;
    margin-top: 2px;
    margin-left: 2px; }
  .part-4 .content h3 {
    color: #3f241f;
    font-size: 36px;
    text-align: center;
    line-height: 112px; }
  .part-4 .content p {
    color: #1e1515;
    font-size: 18px;
    padding: 0 40px;
    margin-top: 35px; }

.part-5, .part-5 .wrapper {
  /*background: url(https://img7.99.com/yhkd/image/act/2019/426/images/part-5.jpg) no-repeat center top;*/ }
.part-5 .wrapper {
  height: 1004px; }
.part-5 h2 {
  background-image: url(https://img7.99.com/yhkd/image/act/2019/426/images/title-5.png); }

.swiper-container-accordion {
  height: 547px; }
  .swiper-container-accordion .title {
    cursor: pointer;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/accordion-page.png);
    width: 103px;
    height: 487px;
    padding: 30px 0 30px 0; }
    .swiper-container-accordion .title span {
      line-height: 36px;
      font-size: 32px; }
  .swiper-container-accordion .swiper-slide {
    height: 512px;
    position: relative;
    padding: 35px 0 0 103px;
    width: 0;
    display: inline-block; }
  .swiper-container-accordion .swiper-slide.swiper-slide-active {
    width: 726px; }
  .swiper-container-accordion .swiper-slide.swiper-slide-active .title {
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/accordion-page-on.png); }
  .swiper-container-accordion .inner {
    padding: 0 10px;
    width: 705px; }
  .swiper-container-accordion .img {
    margin-bottom: 10px;
    height: 332px;
    width: 600px;
    height: 336px; }
    .swiper-container-accordion .img img {
      width: 598px;
      height: 334px; }
  .swiper-container-accordion .content {
    width: 570px;
    font-size: 16px;
    line-height: 32px; }

.footer {
  color: #f0dcc0;
  font-size: 14px;
  line-height: 24px;
  background: #1e1515; }
  .footer .wrapper {
    padding: 20px 0 30px; }
  .footer a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #f0dcc0; }
    .footer a:hover {
      color: #fff; }

.pop-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -999; }

.pop-box .close {
  width: 29px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: -35px;
  background: url("https://img8.99.com/yhkd/image/act/2018/deer/common/close.png") no-repeat center !important; }

.pop-box .pops {
  width: 700px;
  padding: 78px 26px 52px 26px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -376px;
  margin-top: -236px; }

.pop-box .pops p {
  color: #7f7f7f;
  font-size: 18px;
  text-indent: 40px;
  line-height: 38px; }

.ie-low .pop-box {
  visibility: visible;
  z-index: 999; }

.ie-low .con {
  z-index: 9; }

.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.show {
  visibility: visible;
  z-index: 9999; }

.video-pop {
  background: rgba(0, 0, 0, 0.5); }

.video-pop .pops {
  background: #000;
  min-height: 100px; }

.video-pop .pops p {
  text-align: center;
  font-size: 36px;
  letter-spacing: 6px; }

.story {
  height: 997px;
  position: relative;
  background: url(https://img7.99.com/yhkd/image/act/2019/426/images/bg-cc.jpg) no-repeat center top;
  overflow: hidden; }
  .story .r {
    width: 1264px;
    height: 1413px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/r-cc.png) no-repeat center center;
    position: absolute;
    top: -168px;
    left: 50%;
    margin-left: -233px;
    z-index: 9; }
  .story .con {
    position: absolute;
    top: 339px;
    left: 50%;
    margin-left: -600px;
    z-index: 10; }
  .story .video {
    width: 299px;
    height: 181px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/video-bor.png) no-repeat;
    padding: 7px;
    position: relative;
    margin-left: 31px; }
    .story .video .m {
      width: 298px;
      height: 166px;
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/v-cc-pc.jpg) no-repeat; }
    .story .video .video-btn {
      width: 116px;
      height: 116px;
      display: block;
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/btn-play.png) no-repeat;
      position: absolute;
      top: 35px;
      left: 95px;
      cursor: pointer; }
  .story .s-t {
    width: 140px;
    height: 26px;
    margin-top: 10px;
    margin-bottom: 12px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/icon-story.png) no-repeat; }
  .story .s-c {
    color: #c8bc90;
    font-size: 16px;
    width: 555px;
    height: 242px;
    overflow-y: auto;
    text-indent: 2em;
    line-height: 30px; }
  .story .btn-ckxq {
    display: block;
    width: 360px;
    height: 109px;
    cursor: pointer;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/btn-ckxq.png) no-repeat; }

.skin {
  height: 1154px;
  position: relative;
  background: #421212;
  overflow: hidden; }
  .skin .wrap-con {
    height: 100%; }
    .skin .wrap-con.smy {
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/r-smy.png) no-repeat center bottom; }
      .skin .wrap-con.smy .m {
        background: url(https://img7.99.com/yhkd/image/act/2019/426/images/v-smy.jpg) no-repeat; }
      .skin .wrap-con.smy #skinTxt {
        color: #f5dcff; }
    .skin .wrap-con.tf {
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/r-tf.png) no-repeat center bottom; }
      .skin .wrap-con.tf .m {
        background: url(https://img7.99.com/yhkd/image/act/2019/426/images/v-tf.jpg) no-repeat; }
      .skin .wrap-con.tf #skinTxt {
        color: #fefda3; }
    .skin .wrap-con.xw {
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/r-xw.png) no-repeat center bottom; }
      .skin .wrap-con.xw .m {
        background: url(https://img7.99.com/yhkd/image/act/2019/426/images/v-xw.jpg) no-repeat; }
      .skin .wrap-con.xw #skinTxt {
        color: #fefda3; }
  .skin .tit {
    padding-top: 80px; }
  .skin h2 {
    height: 106px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/title-2.png) no-repeat center center; }
  .skin ul {
    overflow: hidden;
    width: 540px;
    margin: 40px auto 0; }
    .skin ul li {
      width: 180px;
      color: #783b3b;
      font-size: 18px;
      text-align: center;
      float: left;
      cursor: pointer;
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/skill.png) no-repeat; }
      .skin ul li.on p {
        color: #fcf468; }
      .skin ul li.t-1 {
        background-position: -310px -154px; }
        .skin ul li.t-1.on {
          background-position: -310px -2px; }
      .skin ul li.t-2 {
        background-position: -483px -154px; }
        .skin ul li.t-2.on {
          background-position: -482px -2px; }
      .skin ul li.t-3 {
        background-position: -667px -154px; }
        .skin ul li.t-3.on {
          background-position: -667px -2px; }
    .skin ul a {
      width: 96px;
      height: 120px;
      display: block;
      margin: 0 auto; }
    .skin ul p {
      margin-top: 10px; }
  .skin .con {
    width: 530px;
    color: #fffbbd;
    font-size: 31px;
    position: absolute;
    top: 586px;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
    text-align: center; }
  .skin .video {
    width: 299px;
    height: 181px;
    background: url(https://img7.99.com/yhkd/image/act/2019/426/images/video-bor.png) no-repeat;
    padding: 7px;
    position: relative;
    margin: 90px auto 0;
     }
    .skin .video .m {
      width: 298px;
      height: 166px;
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/bat.png) no-repeat; }
    .skin .video .video-btn {
      width: 116px;
      height: 116px;
      display: block;
      background: url(https://img7.99.com/yhkd/image/act/2019/426/images/btn-play.png) no-repeat;
      position: absolute;
      top: 35px;
      left: 95px;
      cursor: pointer; }

.part-sec-title .txt span {
  margin-left: -50%;
  text-align: center;
  margin-bottom: 10px; }
