/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-09-29 20:45
*/ 

/***********************reset***********************/
.main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  font-family: "Microsoft YaHei";
  /*   -webkit-text-size-adjust:none;
    text-size-adjust:none; */ }

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, a * {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a:active {
  outline: 0; }

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

input[type="checkbox"], input[type="radio"], button {
  -webkit-appearance: none;
  appearance: none; }

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: #999999; }

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

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

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

i, em {
  font-style: normal; }

input, select, button {
  background: none;
  outline: none;
  border: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 7px; }

::-webkit-scrollbar-thumb {
  background-color: #4d9cba; }

.ab-center, .tip-pop .pop-con p, .usual-pop .pop-con p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ab-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.ab-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

html, body {
  height: 100%; }

body {
  position: relative;
  min-width: 1200px;
  height: 100%;
  background-color: #9ed7f3;
  overflow: hidden; }

.wrapper {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto; }

.public_top_full_bg {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%; }
  .public_top_full_bg a, .public_top_full_bg a:hover {
    -webkit-transition: none;
    transition: none; }

.bg-contain {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 0;
  height: 0;
  z-index: 2; }
  .bg-contain .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -540px 0 0 -960px;
    width: 1920px;
    height: 1080px;
    z-index: 2; }

.contain {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 3; }

.cover {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 0;
  height: 0;
  z-index: 5; }

.bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0; }

.cover-con {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -540px 0 0 -960px;
  width: 1920px;
  height: 1080px;
  z-index: 5; }

.main {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2; }
  .main[v-cloak] {
    display: none; }

.logo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 200px;
  pointer-events: auto;
  z-index: 8; }
  .logo a, .logo img {
    display: block;
    width: 100%; }

.nav-cover {
  pointer-events: none;
  z-index: 8; }

.nav {
  position: absolute;
  left: 50%;
  margin-left: -1100px;
  bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 2200px;
  height: 155px;
  opacity: 0;
  filter: Alpha(Opacity=0);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  pointer-events: auto; }
  .nav.show {
    opacity: 1;
    filter: Alpha(Opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto; }
  .nav a {
    position: relative;
    width: 283px;
    height: 102px;
    line-height: 102px;
    font-size: 0;
    margin: 20px 50px; }
    .nav a.nav-go {
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/nav-go.png") no-repeat; }
      .nav a.nav-go:hover, .nav a.nav-go.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/nav-on-go.png") no-repeat; }
    .nav a.nav-home {
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/nav-home.png") no-repeat; }
      .nav a.nav-home:hover, .nav a.nav-home.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/nav-on-home.png") no-repeat; }
    .nav a.nav-story {
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/nav-story.png") no-repeat; }
      .nav a.nav-story:hover, .nav a.nav-story.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/nav-on-story.png") no-repeat; }

.home, .intro, .story {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  overflow: hidden; }
  .home.show, .intro.show, .story.show {
    opacity: 1;
    filter: Alpha(Opacity=100);
    pointer-events: auto;
    z-index: 5; }
    .home.show::after, .intro.show::after, .story.show::after {
      -webkit-animation: scale 0.2s ease-out forwards;
      animation: scale 0.2s ease-out forwards; }
  .home::after, .intro::after, .story::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transform: scale(3);
    transform: scale(3); }

.intro.show, .story.show {
  -webkit-mask-image: url(https://wjdown.99.com/games/my/img/ani/mask/mask-transition.png);
  -webkit-mask-size: 100% 3000%;
  mask-size: 100% 3000%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-animation: startMask 2s steps(29) both;
  animation: startMask 2s steps(29) both; }

.home::after {
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/home-bg.jpg") no-repeat center/cover; }
.home.show .slogan {
  -webkit-animation: slogan 0.2s 0.1s ease-out forwards;
  animation: slogan 0.2s 0.1s ease-out forwards; }
.home.show .skin-box p {
  -webkit-animation: move 0.3s 0.2s ease-out forwards;
  animation: move 0.3s 0.2s ease-out forwards; }
.home.show .story-nav::after {
  width: 1595px; }
.home.show .story-nav > div .tag {
  opacity: 1;
  filter: Alpha(Opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.home .slogan {
  position: absolute;
  left: 50%;
  margin-left: -328.5px;
  top: -65px;
  width: 657px;
  height: 361px;
  font-size: 0;
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/slogan.png") no-repeat;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  filter: Alpha(Opacity=0);
  -webkit-transform: scale(20);
  transform: scale(20); }
.home .skin-box {
  position: absolute;
  left: 50%;
  margin-left: -775px;
  bottom: 126px;
  width: 1618px;
  height: 746px;
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/skin-box.png") no-repeat bottom center;
  z-index: 2; }
  .home .skin-box p {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .home .skin-box p.show {
      cursor: pointer;
      z-index: 10; }
      .home .skin-box p.show a {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .home .skin-box p a {
      display: block;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .home .skin-box p img {
      display: block; }
    .home .skin-box p span {
      position: absolute;
      top: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 53px;
      height: 142px;
      font-size: 18px;
      writing-mode: vertical-lr; }
    .home .skin-box p.xqtd {
      top: 30px;
      left: 135px;
      bottom: 59px;
      width: 353px;
      height: 649px;
      -webkit-transform: translate(510px, 0);
      transform: translate(510px, 0); }
      .home .skin-box p.xqtd span {
        top: 70px;
        left: -40px;
        width: 153px;
        height: 250px;
        color: #826010;
        padding: 120px 48px 55px 70px;
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-box-xqtd.png") no-repeat; }
    .home .skin-box p.gy {
      left: 453px;
      bottom: 34px;
      width: 345px;
      height: 649px;
      -webkit-transform: translate(300px, 0);
      transform: translate(300px, 0); }
      .home .skin-box p.gy span {
        top: 124px;
        right: 230px;
        width: 154px;
        height: 251px;
        color: #50655a;
        padding: 120px 50px 55px 70px;
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-box-gy.png") no-repeat; }
    .home .skin-box p.rsxx {
      bottom: 75px;
      right: 496px;
      width: 336px;
      height: 649px;
      -webkit-transform: translate(-100px, 0);
      transform: translate(-100px, 0); }
      .home .skin-box p.rsxx span {
        top: 70px;
        left: -40px;
        width: 154px;
        height: 251px;
        color: #875a3a;
        padding: 120px 52px 55px 70px;
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-box-rsxx.png") no-repeat; }
    .home .skin-box p.swk {
      bottom: 55px;
      right: 180px;
      width: 352px;
      height: 653px;
      -webkit-transform: translate(-420px, 0);
      transform: translate(-420px, 0); }
      .home .skin-box p.swk span {
        top: 130px;
        right: 220px;
        width: 155px;
        height: 251px;
        color: #6b320a;
        padding: 120px 48px 55px 70px;
        transform: rotate(4deg);
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-box-swk.png") no-repeat; }
    .home .skin-box p:nth-of-type(5) {
      bottom: 165px;
      right: -13px;
      width: 489px;
      height: 456px;
      -webkit-transform: translate(-660px, 0);
      transform: translate(-660px, 0); }
      .home .skin-box p:nth-of-type(5) span {
        top: 80px;
        left: 120px; }
  .home .skin-box .layer {
    position: absolute;
    left: 0;
    display: none;
    bottom: 0;
    width: 1627px;
    height: 780px;
    z-index: 32; }
    .home .skin-box .layer:hover {
      cursor: pointer; }
    .home .skin-box .layer #map {
      width: 1920px;
      height: 1080px; }
.home .story-nav {
  position: absolute;
  left: 50%;
  margin-left: -797.5px;
  bottom: 180px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1595px;
  height: 76px;
  z-index: 10;
  padding-left: 130px;
  overflow-x: hidden; }
  .home .story-nav::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 76px;
    content: '';
    background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/story-nav.png") no-repeat left 8px;
    -webkit-transition: width 0.3s 0.1s;
    transition: width 0.3s 0.1s;
    z-index: 2; }
  .home .story-nav > div {
    position: relative;
    width: 263px;
    height: 76px;
    z-index: 3; }
    .home .story-nav > div:nth-of-type(1) .tag {
      -webkit-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
      transition: opacity 0.3s 0.1s, transform 0.3s 0.1s; }
    .home .story-nav > div:nth-of-type(2) .tag {
      -webkit-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
      transition: opacity 0.3s 0.15s, transform 0.3s 0.15s; }
    .home .story-nav > div:nth-of-type(3) .tag {
      -webkit-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
      transition: opacity 0.3s 0.2s, transform 0.3s 0.2s; }
    .home .story-nav > div:nth-of-type(4) .tag {
      -webkit-transition: opacity 0.3s 0.25s, transform 0.3s 0.25s;
      transition: opacity 0.3s 0.25s, transform 0.3s 0.25s; }
    .home .story-nav > div:nth-of-type(5) .tag {
      -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
      transition: opacity 0.3s 0.3s, transform 0.3s 0.3s; }
  .home .story-nav a {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .home .story-nav a:hover .hover, .home .story-nav a:hover .coming {
      display: flex; }
    .home .story-nav a:hover .tag {
      display: none; }
    .home .story-nav a p {
      display: none;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
      height: 76px;
      font-size: 28px; }
    .home .story-nav a .tag {
      display: flex;
      justify-content: center;
      width: 76px;
      color: #fae9c3;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/icon-story.png") no-repeat;
      opacity: 0;
      filter: Alpha(Opacity=0);
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .home .story-nav a .hover, .home .story-nav a .coming {
      width: 264px; }
      .home .story-nav a .hover i, .home .story-nav a .coming i {
        width: 76px; }
      .home .story-nav a .hover span, .home .story-nav a .coming span {
        width: 168px; }
    .home .story-nav a .hover {
      color: #c75621;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/icon-story-hover.png") no-repeat; }
    .home .story-nav a .coming {
      color: #fae9c3;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/icon-story-coming.png") no-repeat; }
      .home .story-nav a .coming span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 20px; }

.intro::after {
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/intro-bg.jpg") no-repeat center/cover; }
.intro .cover-con {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 130px 150px 260px; }
.intro .skin-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 236px;
  z-index: 3;
  margin-left: -120px;
  padding-top: 110px; }
  .intro .skin-nav a {
    position: relative; }
    .intro .skin-nav a:hover, .intro .skin-nav a.on {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .intro .skin-nav a.coming {
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-box-coming.png") no-repeat; }
    .intro .skin-nav a.xqtd {
      width: 236px;
      height: 236px;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-xqtd.png") no-repeat; }
      .intro .skin-nav a.xqtd:hover, .intro .skin-nav a.xqtd.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-xqtd-on.png") no-repeat; }
    .intro .skin-nav a.gy {
      width: 177px;
      height: 177px;
      margin-left: -120px;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-gy.png") no-repeat; }
      .intro .skin-nav a.gy:hover, .intro .skin-nav a.gy.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-gy-on.png") no-repeat; }
    .intro .skin-nav a.rsxx {
      width: 236px;
      height: 236px;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-rsxx.png") no-repeat; }
      .intro .skin-nav a.rsxx:hover, .intro .skin-nav a.rsxx.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-rsxx-on.png") no-repeat; }
    .intro .skin-nav a.swk {
      width: 177px;
      height: 177px;
      margin-left: -120px;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-swk.png") no-repeat; }
      .intro .skin-nav a.swk:hover, .intro .skin-nav a.swk.on {
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/head-swk-on.png") no-repeat; }
    .intro .skin-nav a img {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -50px 0 0 -50px;
      width: 100px;
      height: 100px;
      background: #FFF;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
.intro .skin-item {
  position: absolute;
  left: 245px;
  top: 0px;
  /* display: none; */
  width: 1640px;
  height: 1080px;
  padding: 38px 725px 64px 100px;
  visibility: hidden;
  z-index: 2; }
  .intro .skin-item.show {
    /* display: block; */
    visibility: visible; }
    .intro .skin-item.show .name, .intro .skin-item.show .skin-story, .intro .skin-item.show .img {
      opacity: 1;
      filter: Alpha(Opacity=100);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .intro .skin-item .name, .intro .skin-item .skin-story, .intro .skin-item .btns-box, .intro .skin-item .play-btn {
    position: relative;
    z-index: 2; }
  .intro .skin-item .name, .intro .skin-item .skin-story, .intro .skin-item .img {
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .intro .skin-item .name {
    height: 172px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .intro .skin-item .skin-story {
    height: 510px;
    font-size: 18px;
    color: #bf6755;
    overflow-y: auto;
    margin-top: 20px;
    padding: 10px;
    -webkit-transform: translate(40%, 0);
    transform: translate(40%, 0); }
    .intro .skin-item .skin-story p {
      text-indent: 2em; }
  .intro .skin-item .btns-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0px; }
    .intro .skin-item .btns-box a {
      width: 243px;
      height: 98px; }
      .intro .skin-item .btns-box a:hover {
        -webkit-filter: brightness(1.1);
        /* Chrome, Safari, Opera */
        filter: brightness(1.1); }
    .intro .skin-item .btns-box .detail-btn {
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/btn-detail.png") no-repeat;
      margin-right: 60px; }
    .intro .skin-item .btns-box .paint-btn {
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/btn-paint.png") no-repeat; }
  .intro .skin-item .play-btn {
    position: absolute;
    display: none;
    right: 60px;
    top: 160px;
    width: 139px;
    height: 138px;
    background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/btn-play.png") no-repeat;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .intro .skin-item .play-btn:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
.intro .img {
  position: absolute;
  bottom: -200px;
  z-index: 1;
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0); }
.intro .skin-xqtd {
  background: url(https://img7.99.com/yhkd/image/act/2025/sxgm/skin-item-xqtd.png) no-repeat center; }
  .intro .skin-xqtd .name {
    background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-xqtd.png") no-repeat left; }
.intro .skin-gy {
  background: url(https://img7.99.com/yhkd/image/act/2025/sxgm/skin-item-gy.png) no-repeat center; }
  .intro .skin-gy .name {
    background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-gy.png") no-repeat left; }
  .intro .skin-gy .skin-story {
    color: #596c49; }
.intro .skin-rsxx {
  background: url(https://img7.99.com/yhkd/image/act/2025/sxgm/skin-item-rsxx.png) no-repeat center; }
  .intro .skin-rsxx .name {
    background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-rsxx.png") no-repeat left; }
  .intro .skin-rsxx .skin-story {
    color: #976720; }
.intro .skin-swk {
  background: url(https://img7.99.com/yhkd/image/act/2025/sxgm/skin-item-swk.png) no-repeat center; }
  .intro .skin-swk .name {
    background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-swk.png") no-repeat left; }
  .intro .skin-swk .skin-story {
    color: #976720; }
.intro .skin-fw .name {
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/name-fw.png") no-repeat center; }
.intro .skin-fw .img {
  right: -415px;
  bottom: -70px; }

.story::after {
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/story-bg.jpg") no-repeat center/cover; }
.story .story-box {
  position: absolute;
  left: 50%;
  margin-left: -713px;
  top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1654px;
  height: 1080px;
  background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/story-box.png") no-repeat;
  padding: 125px 55px 166px 100px; }
.story .story-tab {
  width: 268px;
  padding-top: 60px; }
  .story .story-tab > div {
    height: 69px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }
    .story .story-tab > div.open {
      height: auto; }
    .story .story-tab > div > a {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 69px;
      line-height: 69px;
      text-align: center;
      font-size: 24px;
      color: #eaf8ff;
      background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/story-tab.png") no-repeat center;
      z-index: 2; }
      .story .story-tab > div > a.on, .story .story-tab > div > a:hover {
        color: #0f65ba;
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/story-tab-on.png") no-repeat center; }
      .story .story-tab > div > a i {
        width: 76px;
        text-align: center;
        display: none; }
      .story .story-tab > div > a span {
        width: 187px;
        text-align: center; }
    .story .story-tab > div > div {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 0 20px; }
      .story .story-tab > div > div a {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 54px;
        width: 58px;
        line-height: 54px;
        font-size: 20px;
        color: #caeeff;
        z-index: 2;
        background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/icon-dot.png") no-repeat center; }
        .story .story-tab > div > div a.on {
          font-size: 20px;
          color: #fff;
          background: url("https://img7.99.com/yhkd/image/act/2025/sxgm/icon-dot-on.png") no-repeat center; }
.story .story-tit {
  background: url(https://img7.99.com/yhkd/image/act/2025/sxgm/story-tit.png) no-repeat center;
  height: 190px;
  width: 1500px;
  position: absolute;
  left: 53px;
  top: 10px; }
.story .story-con {
  width: 1500px;
  height: 100%;
  padding: 50px; }
  .story .story-con > div {
    height: 100%;
    font-size: 20px;
    color: #4d9cba;
    overflow-y: auto; }
    .story .story-con > div p {
      text-indent: 2em; }

.go-footer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  background: rgba(255, 255, 255, 0.75);
  z-index: 40;
  padding: 0 20px;
  border-radius: 15px; }
  .go-footer.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .go-footer i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 22px;
    height: 22px;
    background: url('https://img7.99.com/yhkd/image/act/2025/sxgm/icon-arrow.png') no-repeat;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 10px 0;
  z-index: 12;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .footer.show {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .footer a {
    color: #fff; }

.lt8 {
  position: fixed !important;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #1e5494;
  background: #fff;
  border-bottom: 1px solid #e6e6c6;
  z-index: 10001; }
  .lt8 .google-btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #264694;
    background: #f1e5b0; }

/*********pop-box*********/
.pop-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden; }
  .pop-box.show {
    visibility: visible; }
    .pop-box.show .pop {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
      filter: Alpha(Opacity=100); }
    .pop-box.show::after {
      opacity: 0.6;
      filter: Alpha(Opacity=60); }
  .pop-box .pop {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    filter: Alpha(Opacity=0);
    z-index: 3;
    padding: 50px 70px; }
  .pop-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2; }
  .pop-box .btns-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
  .pop-box .btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #d9c292;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px; }
    .pop-box .btn:hover {
      -webkit-filter: brightness(1.1);
      /* Chrome, Safari, Opera */
      filter: brightness(1.1); }
  .pop-box .close-btn {
    position: absolute;
    right: -10px;
    top: 25px;
    width: 40px;
    height: 40px;
    background: url('https://img7.99.com/yhkd/image/act/2025/sxgm/btn-close.png') no-repeat center;
    z-index: 10; }
    .pop-box .close-btn:hover {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.tip-pop.show, .usual-pop.show {
  z-index: 10001; }
.tip-pop .pop, .usual-pop .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -300px;
  width: 600px;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 14px; }
.tip-pop .close-btn, .usual-pop .close-btn {
  right: -50px; }
.tip-pop .pop-con, .usual-pop .pop-con {
  position: relative;
  height: 100%;
  text-align: center; }
  .tip-pop .pop-con p, .usual-pop .pop-con p {
    width: 100%;
    font-size: 24px;
    color: #fbfaea; }

.version-pop.show {
  z-index: 100000; }
.version-pop .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  font-size: 24px;
  color: #264694;
  background: #fff; }
.version-pop .pop-con {
  width: 100%;
  text-align: center; }
.version-pop .btns-box {
  text-align: center;
  margin-top: 30px; }
.version-pop .google-btn {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  color: #264694;
  background: #f1e5b0; }

.video-pop .pop, .paint-pop .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -266.5px 0 0 -600px;
  width: 1200px;
  height: 533px;
  background: #fff;
  padding: 0; }
.video-pop .close-btn, .paint-pop .close-btn {
  right: -45px;
  top: -10px; }
.video-pop .pop-con, .paint-pop .pop-con {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-pop .pop-con img, .paint-pop .pop-con img {
    width: 100%;
    height: 100%; }
.video-pop iframe, .video-pop video, .paint-pop iframe, .paint-pop video {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #000; }
