/***********************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 {
  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;
  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; }

@-webkit-keyframes sloganFlash {
  0% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); } }

@keyframes sloganFlash {
  0% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); } }

@-webkit-keyframes btnFloat {
  0% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1);
            transform: scale(1); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes btnFloat {
  0% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1);
            transform: scale(1); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.nav a {
  -webkit-animation: sloganFlash linear 1.2s infinite alternate;
          animation: sloganFlash linear 1.2s infinite alternate; }
.nav a:hover {
  -webkit-filter: brightness(1.2) !important;
          filter: brightness(1.2) !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.sec-load p:before {
  -webkit-animation: rotate1 linear 10s infinite;
          animation: rotate1 linear 10s infinite; }
.sec-load p:after {
  -webkit-animation: rotate2 linear 10s infinite;
          animation: rotate2 linear 10s infinite; }

.sec-index .btn-bgm {
  opacity: 0; }
.sec-index .logo {
  opacity: 0;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%); }
.sec-index .slogan {
  opacity: 0;
  -webkit-animation: sloganFlash 1s linear alternate infinite;
          animation: sloganFlash 1s linear alternate infinite; }
.sec-index .slogan-sub, .sec-index .nav {
  -webkit-transform: translate(0, 100%) scale(0);
          transform: translate(0, 100%) scale(0); }
.sec-index.ani .logo, .sec-index.ani .slogan-sub, .sec-index.ani .slogan, .sec-index.ani .nav {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.sec-index.ani .btn-bgm {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.sec-index.ani .logo, .sec-index.ani .slogan {
  opacity: 1; }
.sec-index.ani .slogan {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
.sec-index.ani .nav {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.sec .scroll-tip {
  opacity: 0; }
.sec .title, .sec .tab-list, .sec .content {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
.sec .btn-prev, .sec .btn-next {
  -webkit-animation: btnFloat 2s ease-out alternate infinite;
          animation: btnFloat 2s ease-out alternate infinite; }
.sec.ani {
  z-index: 1; }
  .sec.ani .logo {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  .sec.ani .title, .sec.ani .tab-list, .sec.ani .content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sec.ani .scroll-tip {
    opacity: 1; }
  .sec.ani .title {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .sec.ani .tab-list {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .sec.ani .content {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .sec.ani .scroll-tip {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }

.sec-2 .btn-see {
  opacity: 0; }
.sec-2.ani .btn-see {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden; }
  .pop .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: Alpha(Opacity=80); }
  .pop h4 {
    width: 233px;
    height: 39px;
    line-height: 38px;
    margin: 20px 0 10px -14px;
    padding-left: 40px;
    font-size: 24px;
    color: #3a3e7b;
    font-weight: bold;
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/tit-bg2.png) no-repeat center; }
  .pop .pop-close {position: absolute;
    z-index: 2;
    
    width: 11px;
    height: 11px;
    top: 0;
    right: -24px;background-repeat: no-repeat;}

.pop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.pop-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  border: 2px solid #c59343; }
  .pop-img img {
    max-width: 500px;
    max-height: 550px; }

.pic {
  cursor: pointer; }

body {
  background: #000;
  min-width: 1200px; }

* {
  box-sizing: border-box; }

.public_top_full_bg {
  position: fixed !important;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  top: 0; }

.public_top_full_bg * {
  box-sizing: content-box; }

.full-bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 930px;
  overflow: hidden;
  margin: 0 auto;
  padding: 45px 0 0; }
  .full-bg .main, .full-bg .sec {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .full-bg .main .wrapper, .full-bg .sec .wrapper {
      z-index: 5;
      position: relative;
      width: 1200px;
      height: 770px;
      margin: auto; }
  .full-bg .main {
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/bg2.jpg) no-repeat center center; }

.contain {
  width: 0;
  position: absolute;
  left: 50%;
  top: 45px; }

.inner {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 0;
  width: 1920px;
  max-width: 1920px;
  height: 930px; }

.btn {
  display: block;
  margin: 0 auto;
  text-align: center; }

.show {
  z-index: 99999;
  display: block !important; }

.nav-index {
  width: 100%;
  position: absolute;
  top: 580px;
  z-index: 2;
  text-align: center; }
  .nav-index a {
    position: absolute;
    font-size: 0; }
  .nav-index a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); }
  .nav-index .nav-1 {top: 0;
    left: 35px;
    width: 173px;
    height: 189px;background-repeat: no-repeat;}
  .nav-index .nav-2 {top: 56px;
    left: 380px;
    width: 144px;
    height: 148px;background-repeat: no-repeat;}
  .nav-index .nav-3 {top: -102px;
    left: 856px;
    width: 164px;
    height: 169px;background-repeat: no-repeat;}
  .nav-index .nav-4 {top: 46px;
    left: 1077px;
    width: 153px;
    height: 159px;background-repeat: no-repeat;}

.nav-side {
  display: none;
  position: fixed;
  z-index: 2;
  right: 30px;
  top: 140px;
  width: 31px;
  -webkit-transform-origin: center top !important;
          transform-origin: center top !important; }
  .nav-side:after {
    display: block;
    content: '';
    width: 27px;
    height: 63px;
    margin: -6px 0 0 -4px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/nav-side-bg.png") no-repeat center top; }
  .nav-side .nav-item {
    display: block;
    width: 31px;
    height: 98px;
    line-height: 98px;
    font-size: 24px;
    text-align: center;
    color: #bf261d;
    margin: -1px 0;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/side-bg.png") no-repeat center top; }
    .nav-side .nav-item i {
      font-style: normal;
      text-shadow: 0 0 2px #fff867; }
    .nav-side .nav-item span {
      display: none; }
    .nav-side .nav-item.on {
      cursor: default; }
    .nav-side .nav-item.on, .nav-side .nav-item:hover {
      position: relative;
      width: 113px;
      height: 185px;
      padding: 44px 0 10px;
      margin: -20px 0 -5px -40px;
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/side-bg-on.png") no-repeat center top; }
      .nav-side .nav-item.on i, .nav-side .nav-item:hover i {
        display: none; }
      .nav-side .nav-item.on span, .nav-side .nav-item:hover span {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        z-index: 1;
        font-size: 24px;
        line-height: 28px;
        color: #990811;
        font-weight: bold; }
  .nav-side .btn-index {
    width: 74px;
    height: 83px;
    margin: 0 0 -16px -20px;
    line-height: 74px;
    font-size: 20px;
    color: #fef2d6;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/btn-index.png") no-repeat center; }
    .nav-side .btn-index:hover {
      -webkit-filter: brightness(1.2);
              filter: brightness(1.2); }

.btn-group {
  display: none; }
  .btn-group .share-group, .btn-group .btn-download {
    position: fixed;
    top: 76px;
    width: 49px;
    height: 42px;
    z-index: 1; }
    .btn-group .share-group:hover, .btn-group .btn-download:hover {
      -webkit-filter: brightness(1.2);
              filter: brightness(1.2); }
  .btn-group .btn-download {
    right: 80px;
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/icon-download.png) no-repeat center center; }
  .btn-group .share-group {
    right: 20px;
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/icon-share.png) no-repeat center center; }
    .btn-group .share-group:hover .jiathis_style_24x24 {
      display: block; }
  .btn-group .jiathis_style_24x24 {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 156px;
    height: 45px;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px; }
    .btn-group .jiathis_style_24x24 .jiathis_txt {
      font-size: 12px; }
    .btn-group .jiathis_style_24x24 a {
      font-size: 0;
      width: 24px;
      margin: 0 2px; }

.btn-bgm {
  z-index: 2;
  position: fixed;
  top: 70px;
  right: 134px;
  width: 58px;
  height: 58px;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/btn-play.png") no-repeat center/contain; }
  .btn-bgm.stop {
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/btn-pause.png") no-repeat center/contain; }

.logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 400px;
  z-index: 2; }
  .logo a, .logo i {
    display: inline-block;
    vertical-align: top; }
  .logo .logo-mykd {
    width: 124px;
    height: 98px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/logo-mykd.png") no-repeat center/contain; }
  .logo .logo-ydtl {
    width: 187px;
    height: 75px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/logo-ydtl.png") no-repeat center/contain; }
  .logo i {
    width: 11px;
    height: 11px;
    margin: 27px 8px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/icon-and.png") no-repeat center; }

.scroll-tip {
  display: none;
  margin: -14px auto 0;
  width: 215px;
  height: 152px;
  pointer-events: none;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/icon-tip.png") no-repeat center; }

.sec .title {
  margin: 15px auto;
  width: 646px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center; }
.sec .scroll-bar strong, .sec .scroll-bar1 strong {
  display: block;
  line-height: 33px;
  font-size: 18px;
  color: #fcd169; }
.sec table {
  color: #e9dcc5;
  width: 92%;
  margin: auto; }
  .sec table th, .sec table td {
    border: 1px solid #e9dcc5;
    text-align: center;
    height: 30px; }
.sec .con-txt {
  font-size: 16px;
  line-height: 22px;
  text-indent: 2em;
  text-align: justify;
  color: #e9dcc5; }

.sec-load {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/bg-loading.jpg) no-repeat center; }
  .sec-load p {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 494px;
    height: 481px;
    line-height: 480px;
    font-size: 50px;
    text-align: center;
    color: #fff783;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffccf), to(#fff783));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .sec-load p:before, .sec-load p:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 494px;
      height: 481px; }
    .sec-load p:before {
      background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/loading-1.png) no-repeat center; }
    .sec-load p:after {
      background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/loading-2.png) no-repeat center; }
  .sec-load .tip {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: center;
    color: #fff; }
  .sec-load.end {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }

.video-mod {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 930px; }
  .video-mod video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 1px;
    height: 1px;
    -o-object-fit: cover;
    object-fit: cover; }
    .video-mod video.show {
      width: 100%;
      height: 100%; }

.sec-index {
  background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/bg-index.jpg) no-repeat center; }
  .sec-index .slogan {
    font-size: 0; }

.prize-list {
  position: relative;
  z-index: 2;
  text-align: center; }
  .prize-list li {
    display: inline-block;
    vertical-align: top;
    width: 138px; }
  .prize-list .img-box {width: 94px;
    height: 104px;
    line-height: 110px;
    margin: 0 auto 4px;
    text-align: center;background-repeat: no-repeat;}
    .prize-list .img-box img {
      max-width: 50px;
      max-height: 50px;
      vertical-align: middle; }
  .prize-list p {
    font-size: 16px;
    color: #e9dcc5;
    margin: 0 0 5px;
    text-align: center; }

.sec-1 h4, .sec-2 h4, .sec-4 h4 {
  position: relative;
  height: 47px;
  line-height: 46px;
  font-size: 25px;
  color: #fcd169;
  padding: 0 10px;
  margin: 0 15px 10px 0; }
  .sec-1 h4 span, .sec-2 h4 span, .sec-4 h4 span {
    display: inline-block;
    width: 47px;
    height: 47px;
    text-align: center;
    margin-left: -10px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-item-bg.png") no-repeat center/contain; }
  .sec-1 h4:before, .sec-2 h4:before, .sec-4 h4:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 259px;
    height: 3px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-bg-line.png") no-repeat center; }

.sec-1 .title {
  background-image: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-1.png"); }
.sec-1 h4 {
  margin: 5px 15px 17px 0; }
  .sec-1 h4:before {
    width: 776px; }
.sec-1 .pic {
  width: 500px;
  display: block;
  margin: 2px auto; }
.sec-1 .scroll-tip {
  margin: -45px auto 0; }
.sec-1 .con-txt {
  padding: 1px 0 3px; }
.sec-1 .content {
  position: absolute;
  width: 1208px;
  height: 580px;
  padding: 99px 188px 0 80px;
  margin: 0 auto;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/con-1.png") no-repeat; }
.sec-1 .scroll-bar {
  width: 930px;
  height: 430px;
  padding: 0 90px 0 60px;
  overflow: auto; }

.con-swiper .btn {
  position: absolute;
  top: 230px;
  width: 69px;
  height: 51px;
  z-index: 1; }
  .con-swiper .btn:active {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2); }
.con-swiper .btn-prev {left: -15px;background-repeat: no-repeat;}
.con-swiper .btn-next {right: -5px;background-repeat: no-repeat;}

.sec-2 .tab-list, .sec-4 .tab-list {
  text-align: center; }
  .sec-2 .tab-list a, .sec-4 .tab-list a {
    display: inline-block;
    position: relative;
    width: 172px;
    height: 45px;
    line-height: 40px;
    font-size: 20px;
    margin: 10px 4px 20px;
    color: #ddcb83; }
    .sec-2 .tab-list a:before, .sec-4 .tab-list a:before {content: '';
      position: absolute;
      top: 0;
      left: 15px;
      z-index: -1;
      width: 142px;
      height: 39px;background-repeat: no-repeat;}
    .sec-2 .tab-list a.on, .sec-4 .tab-list a.on {
      color: #a93a00;
      font-size: 23px;
      font-weight: bold; }
    .sec-2 .tab-list a.on:before, .sec-4 .tab-list a.on:before {width: 200px;
      height: 86px;
      top: -20px;
      left: -27px;background-repeat: no-repeat;}
.sec-2 .prize-list li, .sec-4 .prize-list li {
  width: 110px; }

.sec-2 .title {
  background-image: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-2.png"); }
.sec-2 h4 {
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  margin: 10px auto; }
  .sec-2 h4 span {
    width: 33px;
    height: 33px; }
  .sec-2 h4:before {
    width: 460px; }
.sec-2 .swiper-container, .sec-2 .swiper-slide {
  width: 1221px !important;
  height: 450px !important; }
.sec-2 .swiper-slide {
  position: relative;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/con-2.png") no-repeat center; }
.sec-2 .con-swiper .btn {
  top: 190px;
  z-index: 2; }
.sec-2 .con-img {
  position: absolute;
  top: 61px;
  right: 90px;
  width: 504px;
  height: 319px;
  margin: auto;
  padding: 5px 0; }
  .sec-2 .con-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 504px;
    height: 319px;
    pointer-events: none;
    z-index: 2;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/img-box.png") no-repeat center; }
  .sec-2 .con-img .img-box {
    position: relative;
    width: 473px;
    height: 298px;
    margin: auto;
    overflow: hidden; }
    .sec-2 .con-img .img-box img {
      width: 100%; }
.sec-2 .con {
  position: absolute;
  top: 54px;
  left: 115px;
  width: 470px;
  height: 334px; }
.sec-2 .scroll-bar1 {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 0;
  overflow: auto; }
.sec-2 .btn-see {position: absolute;
  right: 1px;
  top: 270px;
  z-index: 2;
  width: 136px;
  height: 154px;
  padding: 42px 39px;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  color: #a93a00;background-repeat: no-repeat;}
  .sec-2 .btn-see span {
    display: inline-block;
    width: 18px;
    vertical-align: top; }

.sec-3 .title {
  background-image: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-5.png"); }
.sec-3 .swiper-slide {
  padding: 0 60px; }
.sec-3 h4 {
  width: 159px;
  height: 54px;
  line-height: 48px;
  font-size: 21px;
  color: #a93a00;
  padding: 0 10px 0 50px;
  margin: 10px 0 5px;
  text-align: center;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-bg2.png") no-repeat center; }
.sec-3 .tab-list2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
  .sec-3 .tab-list2 a {
    position: absolute;
    width: 89px;
    height: 91px;
    margin: -10px auto -20px;
    text-align: center;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tab-cat.png") no-repeat center; }
    .sec-3 .tab-list2 a:after {
      position: absolute;
      top: 22px;
      left: 19px;
      margin: auto;
      content: '';
      width: 50px;
      height: 50px; }
    .sec-3 .tab-list2 a.on, .sec-3 .tab-list2 a:hover {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tab-cat-on.png") no-repeat center; }
      .sec-3 .tab-list2 a.on:after, .sec-3 .tab-list2 a:hover:after {
        width: 61px;
        height: 61px;
        top: 19px;
        left: 14px; }
      .sec-3 .tab-list2 a.on span, .sec-3 .tab-list2 a:hover span {
        background: none;
        color: #ffe3b0;
        width: 194px;
        right: 15px; }
        .sec-3 .tab-list2 a.on span:before, .sec-3 .tab-list2 a.on span:after, .sec-3 .tab-list2 a:hover span:before, .sec-3 .tab-list2 a:hover span:after {
          content: '';
          height: 35px;
          display: inline-block;
          vertical-align: middle; }
        .sec-3 .tab-list2 a.on span:before, .sec-3 .tab-list2 a:hover span:before {width: 70px;background-repeat: no-repeat;}
        .sec-3 .tab-list2 a.on span:after, .sec-3 .tab-list2 a:hover span:after {width: 69px;background-repeat: no-repeat;}
  .sec-3 .tab-list2 span {position: absolute;
    top: 38px;
    right: 55px;
    z-index: -1;
    width: 97px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    color: #ebddc3;
    text-align: center;background-repeat: no-repeat;}
  .sec-3 .tab-list2 .tab-1 {
    top: -23px;
    left: 102px; }
    .sec-3 .tab-list2 .tab-1:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-cat1.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-2 {
    top: 42px;
    left: 22px; }
    .sec-3 .tab-list2 .tab-2:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-cat2.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-3 {
    top: 134px;
    left: -32px; }
    .sec-3 .tab-list2 .tab-3:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-cat3.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-4 {
    top: 232px;
    left: -47px; }
    .sec-3 .tab-list2 .tab-4:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-cat4.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-5 {
    top: 335px;
    left: -18px; }
    .sec-3 .tab-list2 .tab-5:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-cat5.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-6 {
    top: 427px;
    left: 34px; }
    .sec-3 .tab-list2 .tab-6:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-cat6.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-7 {
    top: 54px;
    left: 14px; }
    .sec-3 .tab-list2 .tab-7:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-new1.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-8 {
    top: 158px;
    left: -21px; }
    .sec-3 .tab-list2 .tab-8:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-new2.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-9 {
    top: 274px;
    left: -32px; }
    .sec-3 .tab-list2 .tab-9:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-new3.png") no-repeat center/contain; }
  .sec-3 .tab-list2 .tab-10 {
    top: 368px;
    left: 28px; }
    .sec-3 .tab-list2 .tab-10:after {
      background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/pic/s-new4.png") no-repeat center/contain; }
.sec-3 .content {
  position: relative;
  width: 974px;
  height: 511px;
  margin: 60px auto 0;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/con-zq.png") no-repeat center; }
.sec-3 .cat-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .sec-3 .cat-con.show {
    z-index: 2; }
.sec-3 .con, .sec-3 .img-box {
  position: absolute; }
.sec-3 .con {
  top: 84px;
  left: -8px;
  width: 444px;
  height: 402px;
  padding-left: 100px; }
.sec-3 .img-box {
  top: 15px;
  right: -100px;
  width: 610px;
  height: 512px; }
  .sec-3 .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.sec-3 .name {margin: 0 auto;
  width: 97px;
  height: 25px;
  font-size: 17px;
  color: #fde7b8;
  text-align: center;background-repeat: no-repeat;}
  .sec-3 .name:before, .sec-3 .name:after {
    content: '';
    height: 35px;
    display: inline-block;
    vertical-align: middle; }
  .sec-3 .name:before {width: 70px;background-repeat: no-repeat;}
  .sec-3 .name:after {width: 69px;background-repeat: no-repeat;}
.sec-3 .con-txt {
  padding: 10px;
  width: 330px;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  text-indent: 0;
  color: #e9dcc5;
  border-radius: 8px;
  background: #581b17; }
.sec-3 .con-skill li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  margin: 0 18px; }
  .sec-3 .con-skill li:hover .float-txt, .sec-3 .con-skill li:active .float-txt {
    display: block; }
.sec-3 .con-skill .float-txt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0 0 0 -140px;
  width: 290px;
  height: 128px;
  padding: 16px 14px 0;
  color: #fcce94;
  background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/float-txt.png") no-repeat center/contain; }
  .sec-3 .con-skill .float-txt strong {
    display: inline-block;
    height: 36px;
    line-height: 32px;
    font-size: 18px; }
  .sec-3 .con-skill .float-txt p {
    font-size: 13px;
    line-height: 16px; }
.sec-3 .con-skill img {
  width: 100%; }
.sec-3 .con-state {
  text-align: center; }
  .sec-3 .con-state li {
    width: 80px;
    display: inline-block;
    margin: 10px 30px; }
  .sec-3 .con-state .state-box {width: 80px;
    height: 87px;
    line-height: 75px;background-repeat: no-repeat;}
    .sec-3 .con-state .state-box .state-img {
      width: 80px;
      height: 80px;
      border-radius: 80px;
      margin: auto;
      overflow: hidden; }
    .sec-3 .con-state .state-box img {
      width: 100%;
      max-height: 80px;
      vertical-align: middle; }
  .sec-3 .con-state .state-txt {
    font-size: 16px;
    color: #f7e9ab; }
.sec-3 .con-state2 {
  text-align: center; }
  .sec-3 .con-state2 li {
    width: 118px;
    display: inline-block;
    margin: 10px 25px; }
  .sec-3 .con-state2 .state-box {
    position: relative;
    width: 118px;
    height: 130px;
    line-height: 110px; }
    .sec-3 .con-state2 .state-box:after {content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 118px;
      height: 130px;
      margin: auto;
      pointer-events: none;background-repeat: no-repeat;}
    .sec-3 .con-state2 .state-box .state-img {
      width: 115px;
      height: 115px;
      border-radius: 115px;
      margin: auto;
      overflow: hidden; }
    .sec-3 .con-state2 .state-box img {
      height: 100%;
      vertical-align: middle; }
  .sec-3 .con-state2 .state-txt {
    font-size: 16px;
    color: #f7e9ab; }

.sec-4 .title {
  background-image: url("https://img6.99.com/mykd/img/acts/2022/tl/img/tit-4.png"); }
.sec-4 h4 {
  margin: 0 15px 10px 0; }
  .sec-4 h4:before {
    width: 259px; }
.sec-4 .content {
  position: relative;
  width: 1160px;
  height: 530px;
  margin: auto; }
.sec-4 .swiper-container, .sec-4 .swiper-slide {
  position: relative;
  width: 1060px !important;
  height: 530px !important; }
.sec-4 .con-img {
  position: absolute;
  top: 22px;
  left: -28px;
  z-index: 2;
  width: 775px;
  height: 463px;
  margin: auto;
  padding: 58px 29px 0 36px; }
  .sec-4 .con-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 775px;
    height: 463px;
    pointer-events: none;
    z-index: 2;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/img-box2.png") no-repeat center; }
  .sec-4 .con-img .img-box {
    width: 660px;
    height: 346px;
    margin: auto;
    overflow: hidden; }
    .sec-4 .con-img .img-box img {
      width: 100%; }
.sec-4 .con {
  position: absolute;
  top: 95px;
  right: 60px;
  width: 281px;
  height: 334px; }
  .sec-4 .con:before {
    content: '';
    position: absolute;
    top: -95px;
    right: -60px;
    width: 847px;
    height: 475px;
    background: url("https://img6.99.com/mykd/img/acts/2022/tl/img/con-4.png") no-repeat center; }
.sec-4 .scroll-bar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 271px;
  height: 334px;
  padding: 0 16px 0 0;
  overflow: hidden; }

.prize-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 149px;
  overflow: hidden;
  z-index: 2;
  background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/prize-bottom.png) no-repeat center center; }
  .prize-bottom .wrapper {
    position: relative;
    width: 1200px;
    height: 118px;
    margin: 12px auto 0; }
  .prize-bottom h4 {
    position: absolute;
    top: -1px;
    left: 104px;
    width: 113px;
    height: 112px;
    font-size: 0;
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/prize-txt.png) no-repeat center center; }
  .prize-bottom .img-box {
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: auto;
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/prize-bg3.png) no-repeat center center; }
    .prize-bottom .img-box img {
      max-width: 50px;
      vertical-align: middle; }
  .prize-bottom ul {
    margin: 5px 0 0 259px; }
  .prize-bottom li {
    text-align: center;
    width: 161px;
    display: inline-block; }
    .prize-bottom li p {
      color: #ffcf5f;
      font-size: 18px;
      margin-top: 4px; }
  .prize-bottom .prize-big .img-box {
    background: url(https://img6.99.com/mykd/img/acts/2022/tl/img/prize-bg2.png) no-repeat center center; }

.footer {
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
  background: #000;
  max-width: 1920px;
  margin: 0 auto; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      text-decoration: underline; }
.pop .pop-close{background-position:-189px 0px}.nav-index .nav-1{background-position:-27px -31px}.nav-index .nav-2{background-position:-56px -240px}.nav-index .nav-3{background-position:-36px -408px}.nav-index .nav-4{background-position:-47px -597px}.prize-list .img-box{background-position:-106px -776px}.con-swiper .btn-prev{background-position:-131px -900px}.con-swiper .btn-next{background-position:-131px -971px}.sec-2 .tab-list a:before, .sec-4 .tab-list a:before{background-position:-58px -1042px}.sec-2 .tab-list a.on:before, .sec-4 .tab-list a.on:before{background-position:0px -1101px}.sec-2 .btn-see{background-position:-64px -1207px}.sec-3 .tab-list2 a.on span:before, .sec-3 .tab-list2 a:hover span:before{background-position:-130px -1381px}.sec-3 .name:before{background-position:-130px -1381px}.sec-3 .tab-list2 a.on span:after, .sec-3 .tab-list2 a:hover span:after{background-position:-131px -1436px}.sec-3 .name:after{background-position:-131px -1436px}.sec-3 .tab-list2 span{background-position:-103px -1491px}.sec-3 .name{background-position:-103px -1491px}.sec-3 .con-state .state-box{background-position:-120px -1536px}.sec-3 .con-state2 .state-box:after{background-position:-82px -1643px}.pop .pop-close,.nav-index .nav-1,.nav-index .nav-2,.nav-index .nav-3,.nav-index .nav-4,.prize-list .img-box,.con-swiper .btn-prev,.con-swiper .btn-next,.sec-2 .tab-list a:before, .sec-4 .tab-list a:before,.sec-2 .tab-list a.on:before, .sec-4 .tab-list a.on:before,.sec-2 .btn-see,.sec-3 .tab-list2 a.on span:before, .sec-3 .tab-list2 a:hover span:before,.sec-3 .name:before,.sec-3 .tab-list2 a.on span:after, .sec-3 .tab-list2 a:hover span:after,.sec-3 .name:after,.sec-3 .tab-list2 span,.sec-3 .name,.sec-3 .con-state .state-box,.sec-3 .con-state2 .state-box:after{background-image: url(https://img6.99.com/mykd/img/acts/2022/tl/img/style_z.png)}