/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-08-21 11:16
*/ 
/***********************reset***********************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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; }

/*多端公共样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent; }

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background: #0f0f25; }

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  background-color: #626ec0; }

@font-face {
  font-family: "AdobeKaitiStd";
  src: url("../font/AdobeKaitiStd-Regular.eot");
  /* IE9 */
  src: url("../font/AdobeKaitiStd-Regular.eot?#iefix") format("embedded-opentype"), url("../font/AdobeKaitiStd-Regular.woff") format("woff"), url("../font/AdobeKaitiStd-Regular.ttf") format("truetype"), url("../font/AdobeKaitiStd-Regular.svg#SourceHanSerifCN-Bold") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

.font-akaiti, .nav-cont .nav {
  font-family: "华文楷体", "Kaiti"; }

[v-cloak] {
  display: none; }

html, body {
  height: 100%; }

body {
  background: #fff;
  overflow: hidden; }

.hide {
  display: none !important; }

.btn {
  cursor: pointer;
  display: block;
  margin: 0 auto; }

.scroll-mod {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

.hd {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  .hd span {
    display: inline-block;
    cursor: pointer;
    font-weight: bold; }

.bd {
  position: relative;
  width: 100%;
  height: 100%; }
  .bd .item {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .bd .item.active {
      pointer-events: all;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      z-index: 10; }

.img {
  position: relative;
  /*
    &::before {
      content: '加载中...';
      position: absolute;
      top: 50%;
      left: 50%;
      @include transform(translate(-50%, -50%));
      font-size: 22px;
      color: #3d71a6;
    }
    */ }
  .img img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }

.imgs {
  display: flex;
  justify-content: center;
  align-items: center; }

.logo {
  position: absolute; }
  .logo a, .logo img {
    display: block;
    height: 100%;
    width: 100%; }

.main-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3; }
  .main-swiper > .swiper-wrapper, .main-swiper .main-slide {
    position: relative;
    width: 100%;
    height: 100%; }

.nav-cont {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }
  .nav-cont a {
    pointer-events: all;
    color: #f9ffd1; }

a.btn:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1); }

.wrapper {
  width: 1500px;
  margin: 0 auto; }

.public_top_full_bg {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.full-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*&::before,
  &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      @include transition(all 0.6s)
  }

  &::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/bg-1.jpg") no-repeat center/cover;
      z-index: 0;
      opacity: 1;
  }

  &::after {
      z-index: 1;
      opacity: 0.3;
      @include transform(translate(0, -100%));
      background: url("https://image.99.com/cos/images/act/2025/9191/img/bg-index.jpg") no-repeat center/cover
  }*/ }

/*.full-bg[data-index="0"] {
    &::after {
        @include transform(translate(0, 0));
        opacity: 1;
    }

    &::before {
        opacity: 0.3;
    }
}*/
.contain {
  position: absolute;
  height: 0;
  left: 50%;
  width: 1920px;
  margin: 0 0 0 -960px; }
  .contain.top {
    top: 45px; }
  .contain.bottom {
    bottom: 0; }
  .contain.center {
    top: 50%; }

.logo {
  top: 5px;
  left: 50%;
  width: 210px;
  margin-left: -770px;
  z-index: 3;
  font-size: 0; }

.top-cont {
  z-index: 20; }

.full {
  cursor: zoom-in; }

.main-swiper {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/bg.png") no-repeat center/cover;
  /* &::before{
     content: "";
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     pointer-events: none;
     z-index: 10;
   }*/ }
  .main-swiper .contain.center {
    height: 1080px;
    margin-top: -540px; }
  .main-swiper .cont {
    background: url("https://image.99.com/cos/images/act/2025/9191/img/cont.png"); }

.nav-cont {
  width: 100%;
  height: 14%;
  pointer-events: none;
  background: url("https://image.99.com/cos/images/act/2025/9191/img/nav-bg.png") no-repeat center top/cover; }
  .nav-cont .nav {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
    justify-content: center;
    align-items: flex-end;
    width: 1920px;
    height: 220px;
    padding: 0 50px 45px;
    line-height: 35px;
    font-weight: bold; }
  .nav-cont a, .nav-cont span {
    pointer-events: all; }
  .nav-cont b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad6444), to(#623d11));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex: 0 0 auto;
    padding: 0 5px;
    margin-top: -10px; }
  .nav-cont a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-size: 21px;
    -webkit-filter: drop-shadow(0 0 0 #ffd894);
    filter: drop-shadow(0 0 0 #ffd894);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff4d5;
    flex: 1 1 auto; }
    .nav-cont a::before {
      content: "";
      width: 141px;
      height: 153px; }
    .nav-cont a.n-1::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav1.png") no-repeat; }
    .nav-cont a.n-1:hover::before, .nav-cont a.n-1.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav1-on.png") no-repeat; }
    .nav-cont a.n-2::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav2.png") no-repeat; }
    .nav-cont a.n-2:hover::before, .nav-cont a.n-2.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav2-on.png") no-repeat; }
    .nav-cont a.n-3::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav3.png") no-repeat; }
    .nav-cont a.n-3:hover::before, .nav-cont a.n-3.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav3-on.png") no-repeat; }
    .nav-cont a.n-4::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav4.png") no-repeat; }
    .nav-cont a.n-4:hover::before, .nav-cont a.n-4.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav4-on.png") no-repeat; }
    .nav-cont a.n-5::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav5.png") no-repeat; }
    .nav-cont a.n-5:hover::before, .nav-cont a.n-5.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav5-on.png") no-repeat; }
    .nav-cont a.n-6::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav6.png") no-repeat; }
    .nav-cont a.n-6:hover::before, .nav-cont a.n-6.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav6-on.png") no-repeat; }
    .nav-cont a.n-7::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav7.png") no-repeat; }
    .nav-cont a.n-7:hover::before, .nav-cont a.n-7.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav7-on.png") no-repeat; }
    .nav-cont a.n-8::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav8.png") no-repeat; }
    .nav-cont a.n-8:hover::before, .nav-cont a.n-8.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav8-on.png") no-repeat; }
    .nav-cont a.n-9::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav9.png") no-repeat; }
    .nav-cont a.n-9:hover::before, .nav-cont a.n-9.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav9-on.png") no-repeat; }
    .nav-cont a.n-10::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav10.png") no-repeat; }
    .nav-cont a.n-10:hover::before, .nav-cont a.n-10.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/nav10-on.png") no-repeat; }
    .nav-cont a.active, .nav-cont a:hover {
      color: #ffd894; }
      .nav-cont a.active b::before, .nav-cont a:hover b::before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
  .nav-cont .home {
    position: relative;
    width: 109px;
    height: 127px;
    cursor: pointer;
    margin: 0 10px;
    padding-top: 103px;
    font-size: 21px; }
    .nav-cont .home::before {
      content: '';
      display: block;
      position: absolute;
      top: -40px;
      left: 13px;
      width: 109px;
      height: 127px;
      background: url("https://image.99.com/cos/images/act/2025/9191/img/home.png") no-repeat; }
    .nav-cont .home:hover::before, .nav-cont .home.active::before {
      background: url("https://image.99.com/cos/images/act/2025/9191/img/home-on.png") no-repeat; }

.slide-index {
  overflow: hidden;
  background: url("https://image.99.com/cos/images/act/2025/9191/img/bg-index.png") no-repeat center/cover; }
  .slide-index .slogan {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0 0 -637px; }
    .slide-index .slogan::before {
      display: block;
      background: url("https://image.99.com/cos/images/act/2025/9191/img/slg.png") no-repeat center;
      content: "";
      width: 1274px;
      height: 368px; }

.slide-sub h3 {
  font-size: 0; }
.slide-sub .contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 120px; }
.slide-sub .title {
  font-size: 0; }
.slide-sub .cont {
  position: relative;
  width: 935px;
  height: 572px; }
  .slide-sub .cont::before {
    content: '';
    position: absolute;
    background: url("https://image.99.com/cos/images/act/2025/9191/img/cont.png");
    width: 1643px;
    height: 848px;
    z-index: 1;
    left: -300px;
    top: -97px; }
  .slide-sub .cont .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin-top: 45px; }
.slide-sub .time {
  font-size: 22px; }
.slide-sub .detail {
  font-size: 20px; }

.p-1 .time {
  color: #d3bf9f;
  margin-bottom: 10px; }
.p-1 .detail {
  color: #9b9cd2; }
.p-1.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-1.png"); }

.p-2 .inner {
  padding: 121px 380px 0 40px; }
.p-2 .time {
  text-align: center;
  color: #f1eaab; }
.p-2 .detail {
  margin-top: 134px;
  color: #fefcef;
  line-height: 2;
  text-align: justify; }
.p-2.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-2.png") no-repeat center bottom; }

.p-3 .inner {
  padding: 217px 590px 0 75px;
  color: #c7a376;
  font-size: 20px; }
.p-3 .time {
  margin-bottom: 20px; }
.p-3 .detail {
  line-height: 28px; }
  .p-3 .detail li {
    padding: 0 0 0 15px;
    margin-bottom: 10px; }
    .p-3 .detail li::before {
      content: '';
      display: inline-block;
      background: url("https://image.99.com/cos/images/act/2025/9191/img/li-3.png") no-repeat center;
      width: 9px;
      margin: 0 10px 0 -20px;
      height: 28px;
      vertical-align: top; }
  .p-3 .detail b {
    font-weight: normal;
    color: #fffac7; }
  .p-3 .detail .pic::after {
    content: url('https://image.99.com/cos/images/act/2025/9191/img/reward-3.png');
    display: block;
    margin-top: 10px; }
.p-3.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-3.png"); }

.p-4 .inner {
  padding: 100px 483px 0 24px; }
.p-4 .time {
  position: absolute;
  color: #ecd9a0;
  right: 0;
  bottom: 24px;
  width: 460px; }
.p-4 .detail {
  text-align: center;
  color: #ffffff; }
.p-4 dt {
  line-height: 44px; }
.p-4 dd {
  display: flex;
  height: 170px;
  align-items: center;
  padding: 0 20px 0 220px;
  margin-bottom: 18px; }
.p-4.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-4.png"); }

.p-5 .time {
  color: #dad8c8;
  text-align: center; }
.p-5 .inner {
  padding: 164px 335px 0 50px; }
.p-5 .detail {
  margin-top: 270px;
  text-align: center;
  line-height: 1.5;
  color: #c4e6fe; }
  .p-5 .detail b {
    font-weight: normal;
    color: #f5f9ba; }
.p-5.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-6.png"); }

.p-6 .inner {
  padding: 439px 0 0; }
.p-6 .time {
  text-align: center;
  color: #f1eaab;
  margin: 5px 0; }
.p-6 .play-box {
  position: absolute;
  top: 94px;
  left: 172px;
  background: url("https://image.99.com/cos/images/act/2025/9191/img/ls.png") no-repeat center bottom;
  width: 61px;
  height: 215px; }
  .p-6 .play-box .play {
    background: url("https://image.99.com/cos/images/act/2025/9191/img/play.png");
    width: 62px;
    height: 61px;
    display: block; }
.p-6 .detail {
  padding: 0 10px 0 0;
  margin: 0 auto;
  width: 730px;
  color: #f2e0bc;
  text-align: center;
  line-height: 1.4; }
  .p-6 .detail b {
    color: #ee7769;
    font-weight: normal; }
.p-6.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-5.png"); }

.p-7 .inner {
  padding: 478px 0 0 38px; }
.p-7 .time {
  color: #effaff; }
.p-7 .detail {
  color: #a1bfd1;
  line-height: 1.2; }
.p-7.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-7.png"); }

.p-8 .inner {
  padding: 117px 0 0; }
.p-8 .time {
  color: #a7ddff;
  text-align: center; }
.p-8 .btn-rule {
  margin-top: 223px;
  background: url("https://image.99.com/cos/images/act/2025/9191/img/btn-rule.png") no-repeat center left;
  width: 110px;
  height: 146px; }
.p-8 .detail {
  text-align: center;
  color: #e4ebff;
  margin-top: 10px;
  line-height: 1.2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7); }
.p-8.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-8.png"); }

.p-9.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-9.png"); }

.p-10.loaded .inner {
  background: url("https://image.99.com/cos/images/act/2025/9191/img/cont-10.png"); }

.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden; }
  .pop::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .pop .pop-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(1, 0);
    transform: translate(-50%, -50%) scale(1, 0);
    opacity: 0;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%; }
  .pop.active {
    visibility: visible; }
    .pop.active .pop-main {
      -webkit-transform: translate(-50%, -50%) scale(1, 1);
      transform: translate(-50%, -50%) scale(1, 1);
      opacity: 1; }
    .pop.active::before {
      opacity: 1; }
  .pop .close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(https://image.99.com/cos/images/act/2025/9191/img/close.png) no-repeat center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 20;
    cursor: pointer; }
    .pop .close:hover {
      filter: brightness(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .pop .pop-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10; }

.pop-toast::before {
  display: none; }
.pop-toast .pop-main {
  width: 400px;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  text-align: center; }
.pop-toast p {
  font-size: 20px;
  color: #fff; }

.pop-common .pop-main {
  width: 798px;
  height: 450px;
  background: #b18a38;
  border: 1px solid #846f42; }

.pop-video .video {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pop-img .pop-main {
  padding: 50px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
.pop-img img {
  height: 100%;
  object-fit: contain;
  max-width: 1580px;
  max-height: 900px; }
.pop-img .close {
  top: 80px;
  right: 35px; }

.pop-rule h3 {
  color: #ffec80;
  font-size: 30px;
  margin-bottom: 5px;
  text-align: center; }
.pop-rule .pop-main {
  border-radius: 5px;
  background: rgba(53, 92, 155, 0.9);
  width: 680px;
  padding: 20px 50px 30px;
  text-shadow: 0 0 4px #002569;
  border: 1px solid #fff; }

.rule {
  line-height: 34px;
  font-size: 20px;
  color: #ffffff;
  text-align: justify; }
  .rule li + li, .rule p + p {
    margin-top: 15px; }
  .rule .rule span {
    display: inline-block;
    width: 28px;
    border-radius: 50%;
    padding: 0 0 0 3px;
    height: 28px;
    line-height: 28px;
    text-align: center; }

.footer {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 0;
  font-size: 12px;
  color: #fff;
  background: #000;
  z-index: 30;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .footer .wrapper {
    padding: 20px 0; }

.footer.active {
  -webkit-transform: translate(0);
  transform: translate(0); }
  .footer.active .copyright-btn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.footer .wrapper a {
  color: #fff; }

.footer .wrapper a:hover {
  text-decoration: underline; }

.copyright-btn {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #461515;
  background: #fff;
  border-top-left-radius: 13px;
  z-index: 20;
  padding: 0 10px; }

.copyright-btn i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #461515;
  border-radius: 50%;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  margin-top: -1px; }
  .copyright-btn i::before, .copyright-btn i::after {
    content: '';
    width: 7px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-radius: 2px; }
  .copyright-btn i::before {
    left: 2px;
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg); }
  .copyright-btn i::after {
    right: 2px;
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg); }

/*分享组件*/
.top-bar {
  position: absolute;
  top: 14px;
  right: 178px;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex; }
  .top-bar .item {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 3; }
    .top-bar .item.item-hover:hover .icon {
      border: 1px solid #dbbe73;
      background: rgba(253, 238, 211, 0.8);
      border-radius: 4px; }
      .top-bar .item.item-hover:hover .icon::after {
        /* https://www.zhangxinxu.com/sp/filter.html */
        -webkit-filter: invert(21%) sepia(98%) saturate(1229%) hue-rotate(351deg) brightness(80%) contrast(89%);
        filter: invert(21%) sepia(98%) saturate(1229%) hue-rotate(351deg) brightness(80%) contrast(89%); }
    .top-bar .item.item-hover:hover .cos-share, .top-bar .item.item-hover:hover .code-box {
      display: flex; }
  .top-bar .icon {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%; }
    .top-bar .icon::after {
      display: block;
      width: 100%;
      height: 100%;
      content: ""; }
  .top-bar .icon-share::after {
    background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share.png') no-repeat center center; }
  .top-bar .icon-code::after {
    background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-code.png') no-repeat center center; }
  .top-bar .icon-home::after {
    background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-home.png') no-repeat center center; }
  .top-bar .code-box, .top-bar .cos-share {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    justify-content: center;
    border-radius: 5px;
    display: none;
    border: 1px solid #dbbe73;
    background: rgba(253, 238, 211, 0.8); }
    .top-bar .code-box::before, .top-bar .cos-share::before {
      content: '';
      position: absolute;
      background: #000;
      opacity: 0;
      width: 40px;
      height: 20px;
      top: -20px;
      cursor: pointer; }
  .top-bar .cos-share {
    margin-left: -248px;
    padding: 0 12px;
    white-space: nowrap;
    height: 54px;
    text-align: center; }
    .top-bar .cos-share::before {
      margin-left: 220px; }
    .top-bar .cos-share a {
      width: 40px;
      height: 54px;
      line-height: 54px; }
      .top-bar .cos-share a:hover {
        /* https://www.zhangxinxu.com/sp/filter.html */
        -webkit-filter: invert(21%) sepia(98%) saturate(1229%) hue-rotate(351deg) brightness(80%) contrast(89%);
        filter: invert(21%) sepia(98%) saturate(1229%) hue-rotate(351deg) brightness(80%) contrast(89%); }
    .top-bar .cos-share a + a {
      margin-left: 10px; }
    .top-bar .cos-share .share-wechat {
      background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share-wechat.png') no-repeat center; }
    .top-bar .cos-share .share-cqq {
      background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share-qq.png') no-repeat center center; }
    .top-bar .cos-share .share-tsina {
      background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share-sina.png') no-repeat center center; }
    .top-bar .cos-share .share-qzone {
      background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share-qzone.png') no-repeat center center; }
    .top-bar .cos-share .share-copy {
      background: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share-copy.png') no-repeat center center; }
  .top-bar .item + .item {
    margin-left: 25px;
    position: relative; }
    .top-bar .item + .item::before {
      content: '';
      background: url(https://image.99.com/cos/images/act/2025/9191/img/line.png);
      width: 7px;
      height: 16px;
      position: absolute;
      left: -15px;
      top: 50%;
      margin-top: -8px; }
  .top-bar .code-box {
    text-align: center;
    width: 472px;
    height: 173px;
    z-index: 2;
    padding: 18px 0 0;
    margin-left: -380px;
    font-size: 0; }
    .top-bar .code-box::before {
      left: 356px; }
    .top-bar .code-box li + li {
      margin-left: 30px; }
    .top-bar .code-box img {
      border-radius: 4px;
      width: 120px;
      height: 120px;
      display: block;
      margin: 0 auto; }
    .top-bar .code-box .name {
      font-size: 14px;
      line-height: 24px;
      color: #b94119; }

/*分享弹窗*/
#shareWechatCode {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.share-wechat-modal {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin: -200px 0 0 -200px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  width: 360px; }

.share-wechat-header {
  border-bottom: 1px solid #EEEEEE;
  padding: 9px 15px; }

.share-wechat-close {
  text-decoration: none;
  margin-top: 2px;
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF; }

.share-wechat-header h3 {
  line-height: 30px;
  margin: 0;
  font-weight: normal;
  font-family: "Microsoft YaHei"; }

.share-wechat-body {
  text-align: center;
  height: 240px; }

.share-wechat-body img {
  width: 220px;
  height: 220px;
  margin-top: 10px; }

.share-wechat-footer {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  padding: 15px 15px;
  text-align: right;
  font-size: 12px; }

.share-wechat-footer p {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12px; }

/*
.full-bg[data-index='0'] {
    .top-bar {
        .icon-share::after {
            background-image: url('https://image.99.com/cos/images/act/2025/9191/img/icon-share.png');
        }

        .icon-code::after {
            background-image: url('https://image.99.com/cos/images/act/2025/9191/img/icon-code.png');
        }

        .icon-home::after {
            background-image: url('https://image.99.com/cos/images/act/2025/9191/img/icon-home.png');
        }

        .item + .item::before {
            background-image: url("https://image.99.com/cos/images/act/2025/9191/img/line.png");
        }

    }
}*/
/*侧边下载标*/
.sd-count {
  z-index: 40;
  pointer-events: none; }

.side-download {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 150px 0 0 700px;
  z-index: 40;
  pointer-events: all;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  .side-download::before, .side-download::after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 160px;
    height: 168px;
    pointer-events: none;
    top: -20px;
    left: -20px; }
  .side-download::before {
    /*normal*/
    background: url(https://image.99.com/cos/images/act/2025/9191/img/side-down-1.png) no-repeat center;
    z-index: 2; }
  .side-download::after {
    /*hover*/
    background: url(https://image.99.com/cos/images/act/2025/9191/img/side-down-2.png) no-repeat center;
    opacity: 0;
    z-index: 3; }
  .side-download .btn {
    display: none;
    height: 100%;
    pointer-events: all; }
  .side-download:hover::before {
    opacity: 0; }
  .side-download:hover::after {
    opacity: 1; }
  .side-download:hover .btn {
    position: relative;
    z-index: 29;
    display: block; }

.full-bg[data-index='0'] .side-download {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  pointer-events: none; }

@media screen and (max-width: 1460px) {
  body[data-index='0'] .side-download {
    -webkit-transform: scale(0.7) translateX(200px);
    transform: scale(0.7) translateX(200px); }
 }

/*下载弹窗*/
.pop-download .pop-main {
  text-align: center;
  padding: 65px 0 0;
  width: 513px;
  background: url("https://image.99.com/cos/images/act/2025/9191/img/hover.png") no-repeat center/cover;
  height: 290px;
  justify-content: center;
  display: flex; }
  .pop-download .pop-main::before {
    content: "";
    border: 30px solid transparent;
    border-image-source: url("https://image.99.com/cos/images/act/2025/9191/img/hover-border.png");
    border-image-slice: 27;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
.pop-download .d {
  margin: 0 25px;
  width: 50%; }
.pop-download p {
  line-height: 30px;
  color: #a8763c;
  font-size: 16px; }
.pop-download .close {
  top: 100%;
  left: 50%;
  margin: 5px 0 0 -20px; }
.pop-download .btn {
  background: url(https://img5.99.com/cos/images/act/2023/66/bt.png) no-repeat center;
  width: 138px;
  margin: 10px auto 0;
  line-height: 36px;
  height: 39px;
  font-size: 18px;
  color: #ffd7a4;
  cursor: pointer; }

/*pc复用时多端兼容*/
/*端内兼容*/
.pc.cosin #public_top, .pc.cosin .sd-count, .pc.cosin .top-bar {
  display: none; }
.pc.cosin .contain.top {
  top: 10px;
  pointer-events: none; }
.pc.cosin .slide-sub .inner {
  margin-top: -500px; }
.pc.cosin .nav-cont {
  bottom: 25px; }
.pc.cosin video::-webkit-media-controls-fullscreen-button, .pc.cosin .ck-bar-fullandexit {
  display: none; }
.pc.cosin .pop-img .close {
  top: 5px; }
.pc.cosin .pop-img .pop-main {
  padding: 0; }

/*手机版兼容*/
/*强制横版（无手机版本的时候)，兼容*/
body.m {
  -webkit-text-size-adjust: none; }
  body.m .sd-count, body.m .top-bar, body.m #footer, body.m #public_top {
    display: none; }
  body.m .full-bg, body.m .main {
    position: absolute;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    top: 0;
    left: 0; }
  body.m .full-bg {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  body.m .main {
    z-index: 5; }
  body.m .view-mod {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0; }
  body.m .pop::before {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 13%, #000000 87%, rgba(0, 0, 0, 0)); }
  body.m .pop .close {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    top: 30px; }
  body.m #indexBgCover {
    display: none; }
  body.m .full-bg[data-index="0"] {
    background-image: url("https://image.99.com/cos/images/act/2025/9191/img/bg-b.jpg"); }

/*低版本兼容*/
.version-pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 100000;
  display: none; }
  .version-pop .pop-con {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -250px;
    width: 500px;
    height: 400px;
    font-size: 24px;
    color: #264694;
    background: #fff;
    opacity: 1;
    text-align: center;
    padding-top: 100px; }
  .version-pop .btns-box {
    text-align: center;
    margin-top: 60px; }
  .version-pop .google-btn {
    display: inline-block;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    color: #264694;
    background: #f1e5b0; }

.ie-10 .version-pop {
  display: block; }

.slide-sub .cont {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.slide-sub.active .cont {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }
.slide-sub.active .play {
  -webkit-animation: btnPlay 1s infinite alternate;
  animation: btnPlay 1s infinite alternate; }

@-webkit-keyframes btnPlay {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes btnPlay {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes box {
  to {
    -webkit-transform: translate(0, -10px); } }

@keyframes box {
  to {
    transform: translate(0, -10px); } }

@-webkit-keyframes star {
  to {
    opacity: 0.4; } }

@keyframes star {
  to {
    opacity: 0.4; } }

.p-3.active .inner::after, .p-7.active .inner::after {
  -webkit-animation: box 1s ease-in-out infinite alternate;
  animation: box 1s ease-in-out infinite alternate; }

.p-7.active .inner::before {
  -webkit-animation: star 2s ease-in-out alternate infinite;
  animation: star 2s ease-in-out alternate infinite; }

.p-8.active .btn-rule {
  -webkit-animation: rule 1s alternate infinite;
  animation: rule 1s alternate infinite; }

@-webkit-keyframes rule {
  to {
    -webkit-transform: scale(1.05); } }

@keyframes rule {
  to {
    transform: scale(1.05); } }
