/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2026-07-03 17:05
*/ 
/***********************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; }

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

.clearfix {
  zoom: 1; }

.hide {
  display: none !important; }

.fl {
  float: left; }

.fr {
  float: right; }

html, body {
  height: 100%; }

body {
  background: #080605;
  overflow: hidden;
  padding-top: 0 !important; }

.swiper-slide-index {
  display: block;
  margin: 0 auto; }

.btns {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btns .swiper-slide-index {
    margin: 0; }

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

.full-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font: 12px/1.6 "KaiTi", "Microsoft YaHei"; }

.cover, .contain {
  position: absolute;
  height: 0;
  left: 50%;
  width: 1920px;
  margin: 0 0 0 -960px; }
  .cover.top, .contain.top {
    top: 45px; }
  .cover.bottom, .contain.bottom {
    bottom: 0; }
  .cover.center, .contain.center {
    top: 50%; }
  .cover.full, .contain.full {
    height: 1080px;
    margin-top: -540px; }

.nav-contain {
  position: relative;
  width: 100%;
  height: 100%; }

.img {
  position: relative;
  width: 624px;
  height: 362px; }
  .img::before {
    content: '加载中...';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #3d71a6; }
  .img::after {
    position: absolute;
    width: 617px;
    height: 377px;
    top: 50%;
    left: 50%;
    margin: -194px 0 0 -308.5px;
    content: '';
    z-index: 30; }
  .img img {
    position: relative;
    border: 6px solid #203775;
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block; }

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

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

.swiper-slide-index .contain {
  z-index: 10; }

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: no-repeat center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.bg-ani .prev, .bg-ani .next {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: no-repeat center/cover; }
.bg-ani .prev {
  z-index: 1; }
.bg-ani .next {
  z-index: 2; }

.logo {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -810px;
  z-index: 50;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .logo a {
    display: inline-block;
    vertical-align: middle; }
  .logo a, .logo img {
    width: 190px; }
  .logo::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 185px;
    width: 146px;
    height: 49px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/logo.png) no-repeat center/100% 100%;
    z-index: -1; }

.top-nav {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/nav-banner.png) no-repeat center top;
  width: 100%;
  background-size: 100% 140px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 45px;
  height: 214px;
  opacity: 0;
  z-index: 30; }
  .top-nav.active {
    opacity: 1; }
    .top-nav.active .nav a, .top-nav.active .logo {
      pointer-events: all; }
    .top-nav.active .logo {
      top: 0px;
      margin-left: -850px; }
    .top-nav.active .logo, .top-nav.active .nav {
      opacity: 1;
      -webkit-transition: all 0.3s 0.2s;
      transition: all 0.3s 0.2s;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .top-nav .banner {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0; }
  .top-nav .tit {
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-1.png) no-repeat center/100% 100%;
    z-index: 50;
    font-size: 0;
    width: 855px;
    height: 140px; }
    .top-nav .tit.tit1 {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-1.png) no-repeat center/100% 100%; }
    .top-nav .tit.tit2 {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-2.png) no-repeat center/100% 100%; }
    .top-nav .tit.tit3 {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-3.png) no-repeat center/100% 100%; }
    .top-nav .tit.tit4 {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-4.png) no-repeat center/100% 100%; }
    .top-nav .tit.tit5 {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-5.png) no-repeat center/100% 100%; }
    .top-nav .tit.tit6 {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/tit-6.png) no-repeat center/100% 100%; }
  .top-nav .s-tit {
    position: absolute;
    height: 58px;
    width: 312px;
    top: 50%;
    left: 50%;
    margin-left: 410px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    font-family: 'kaiti';
    font-size: 21px;
    color: #69451b; }
    .top-nav .s-tit p {
      display: block;
      height: 23px;
      line-height: 23px;
      padding-left: 20px;
      text-align: left; }
    .top-nav .s-tit span {
      padding-left: 20px;
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/s-tit.png) no-repeat center/100% 100%;
      height: 35px;
      line-height: 35px;
      font-size: 20px;
      width: 312px;
      color: #fff8cf;
      letter-spacing: -1px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .top-nav .s-tit span b {
        color: #ffd36b;
        font-weight: normal; }

.nav {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: center;
  align-items: center;
  top: 140px;
  pointer-events: none;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/nav-bot.png) no-repeat center bottom; }
  .nav a {
    pointer-events: all; }
    .nav a + a {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/nav-l.png) no-repeat left center; }

.nav-item {
  width: 258px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative; }
  .nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .nav-item span {
    color: #e4ca8f;
    position: relative;
    font-size: 28px;
    z-index: 10; }
  .nav-item:hover span, .nav-item.on span {
    color: #fff9d3; }
  .nav-item:hover::before, .nav-item.on::before {
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/nav-on.png) no-repeat center/auto 100%; }

.contain-cover {
  pointer-events: none;
  z-index: 40; }
  .contain-cover.active .nav a, .contain-cover.active .logo {
    pointer-events: all; }
  .contain-cover.active .logo, .contain-cover.active .nav {
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.p-down .sec-first {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-down.jpg) no-repeat center/cover; }
.p-down .logo {
  opacity: 1;
  top: 120px; }
  .p-down .logo a, .p-down .logo img {
    width: 190px; }
.p-down .slg {
  position: absolute;
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/slg2.png) no-repeat center/100% 100%;
  width: 1643px;
  height: 504px;
  top: 50%;
  left: 50%;
  margin-left: -821.5px;
  margin-top: -128px;
  font-size: 0;
  opacity: 1;
  -webkit-transform: translateY(50%) scale(0.2);
  transform: translateY(50%) scale(0.2);
  overflow: hidden; }
.p-down .btn-down {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-down.png) no-repeat center/100% 100%;
  width: 377px;
  height: 81px;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: all;
  margin-top: 290px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .p-down .btn-down::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-down.png) no-repeat center/100% 100%;
    opacity: 1;
    top: 0;
    left: 0; }
  .p-down .btn-down:hover::before {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
.p-down .desc {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/next.png) no-repeat;
  width: 507px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -253.5px;
  margin-top: 390px;
  font-size: 0; }
.p-down .cprt {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -500px;
  font-size: 12px;
  width: 1000px;
  color: #ababa9;
  text-align: center; }

.video-mod {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .video-mod video {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.swiper-slide-active .sec.active {
  pointer-events: all;
  opacity: 1;
  z-index: 10; }

.sec-enter {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-home.jpg) no-repeat center/cover; }
  .sec-enter .contain {
    pointer-events: none; }
  .sec-enter .logo {
    opacity: 1;
    top: 100px; }
  .sec-enter .cprt {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -500px;
    font-size: 20px;
    width: 1000px;
    color: #88a2ba;
    text-align: center; }

.sec-skin {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-skin.jpg) no-repeat center/cover; }
  .sec-skin .skin-name {
    width: 113px;
    height: 409px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/skin-name.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -669px;
    margin-top: -190px;
    padding-top: 8px; }
    .sec-skin .skin-name .btn-play {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/skin-play-btn.png) no-repeat;
      display: block;
      width: 70px;
      height: 70px;
      margin: 0px auto; }
      .sec-skin .skin-name .btn-play:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .sec-skin .skin-cont {
    width: 676px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 78px;
    margin-top: -286px; }
  .sec-skin .skin-slg {
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/skin-slg.png) no-repeat center;
    width: 650px;
    height: 332px;
    margin: 0px auto;
    padding-top: 286px; }
    .sec-skin .skin-slg p {
      height: 45px;
      line-height: 45px;
      font-size: 24px;
      color: #f09975;
      text-align: center;
      font-family: "Microsoft YaHei"; }
  .sec-skin .skin-txt {
    color: #febca4;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    padding-left: 70px;
    margin-top: 10px; }

.cprt1 {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/cprt.png) no-repeat center;
  width: 766px;
  height: 35px;
  position: fixed;
  bottom: 30px;
  right: 20px; }

.swiper-slide-active .sec-enter.active .btn-more {
  pointer-events: all; }

.slogan {
  position: absolute;
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/slg.png) no-repeat center/100% 100%;
  width: 1337px;
  height: 273px;
  top: 50%;
  left: 50%;
  margin-left: -668.5px;
  font-size: 0;
  opacity: 0;
  -webkit-transform: translateY(50%) scale(0.2);
  transform: translateY(50%) scale(0.2);
  overflow: hidden; }

.btn-more {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-more.png) no-repeat center/100% 100%;
  width: 370px;
  height: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  margin-top: 290px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .btn-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-more.png) no-repeat center/100% 100%;
    opacity: 1;
    top: 0;
    left: 0; }
  .btn-more:hover::before {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }

/* 联动商城 */
.p-shop {
  overflow: hidden; }
  .p-shop .cur-11 {
    background-image: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-11.jpg); }
  .p-shop .cur-12 {
    background-image: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-12.jpg); }
  .p-shop .cur-21 {
    background-image: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-21.jpg); }
  .p-shop .cur-22 {
    background-image: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-22.jpg); }
  .p-shop .cur-31 {
    background-image: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-31.jpg); }
  .p-shop .hero-tab {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -785px;
    margin-top: -293px;
    width: 122px;
    height: 494px;
    display: flex;
    flex-direction: column;
    z-index: 1; }
    .p-shop .hero-tab a {
      width: 122px;
      height: 119px;
      position: relative;
      margin-bottom: 40px;
      font-size: 0; }
      .p-shop .hero-tab a::after {
        content: '';
        position: absolute;
        width: 122px;
        height: 177px;
        bottom: 0;
        left: 0;
        z-index: -1;
        pointer-events: none; }
      .p-shop .hero-tab a:hover::after, .p-shop .hero-tab a.on::after {
        width: 200px;
        height: 205px;
        bottom: -27px;
        left: -39px; }
      .p-shop .hero-tab a.t1 {
        z-index: 3; }
        .p-shop .hero-tab a.t1::after {
          background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-tab1.png) no-repeat center/100% 100%; }
        .p-shop .hero-tab a.t1:hover::after, .p-shop .hero-tab a.t1.on::after {
          background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-tab1-on.png) no-repeat center/100% 100%; }
      .p-shop .hero-tab a.t2 {
        z-index: 2; }
        .p-shop .hero-tab a.t2::after {
          background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-tab2.png) no-repeat center/100% 100%; }
        .p-shop .hero-tab a.t2:hover::after, .p-shop .hero-tab a.t2.on::after {
          background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-tab2-on.png) no-repeat center/100% 100%; }
      .p-shop .hero-tab a.t3 {
        z-index: 1; }
        .p-shop .hero-tab a.t3::after {
          background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-tab3.png) no-repeat center/100% 100%; }
        .p-shop .hero-tab a.t3:hover::after, .p-shop .hero-tab a.t3.on::after {
          background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-tab3-on.png) no-repeat center/100% 100%; }
  .p-shop .skin-tab {
    width: 394px;
    height: 376px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: 450px;
    display: flex;
    flex-direction: column; }
    .p-shop .skin-tab a {
      font-size: 0; }
  .p-shop .skin-name {
    width: 97px;
    height: 423px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -255px;
    margin-left: -387px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/hero-name.png) no-repeat center bottom;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .p-shop .skin-name .btn-play {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-play.png) no-repeat center;
      display: block;
      width: 97px;
      height: 97px; }
    .p-shop .skin-name span {
      writing-mode: vertical-lr;
      color: #fffded;
      font-size: 24px;
      width: 58px;
      text-align: center;
      line-height: 58px;
      margin-top: -10px;
      letter-spacing: -2px;
      height: 250px; }
  .p-shop .skin-price {
    display: flex;
    flex-direction: column;
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -700px;
    margin-top: 300px; }
    .p-shop .skin-price .btn-buy {
      display: block;
      width: 236px;
      height: 61px;
      margin: 0 auto;
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-buy.png) no-repeat center;
      pointer-events: none;
      font-size: 0; }
    .p-shop .skin-price p {
      color: #fff;
      text-align: center;
      font-size: 28px;
      letter-spacing: -2px; }

/* 探秘寻宝 */
.p-hunt {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  .p-hunt .cover, .p-hunt .contain {
    pointer-events: none; }
  .p-hunt.swiper-slide-active .cover, .p-hunt.swiper-slide-active .contain {
    pointer-events: none; }
  .p-hunt.swiper-slide-active .sec-hunt .hunt-tab a {
    pointer-events: all; }

.sec-hunt {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-hunt.jpg) no-repeat center/cover; }
  .sec-hunt .hunt-tab {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -745px;
    margin-top: -190px;
    display: flex;
    flex-direction: column; }
    .sec-hunt .hunt-tab a {
      pointer-events: none; }
    .sec-hunt .hunt-tab .ht1 {
      width: 120px;
      height: 120px;
      position: relative;
      font-size: 0;
      margin-bottom: 150px; }
      .sec-hunt .hunt-tab .ht1::after {
        content: '';
        position: absolute;
        width: 221px;
        height: 212px;
        top: 50%;
        left: 50%;
        pointer-events: none;
        margin-top: -104px;
        margin-left: -110.5px;
        background: url(https://img5.99.com/cos/images/act/2026/msj/img/hunt-tab-1.png) no-repeat center bottom; }
      .sec-hunt .hunt-tab .ht1:hover::after, .sec-hunt .hunt-tab .ht1.on::after {
        width: 404px;
        height: 345px;
        margin-top: -174px;
        margin-left: -145.5px;
        background: url(https://img5.99.com/cos/images/act/2026/msj/img/hunt-tab-1-on.png) no-repeat center bottom; }
    .sec-hunt .hunt-tab .ht2 {
      width: 120px;
      height: 120px;
      position: relative;
      font-size: 0;
      margin-left: 100px; }
      .sec-hunt .hunt-tab .ht2::after {
        content: '';
        position: absolute;
        width: 221px;
        height: 212px;
        top: 50%;
        left: 50%;
        pointer-events: none;
        margin-top: -109px;
        margin-left: -110.5px;
        background: url(https://img5.99.com/cos/images/act/2026/msj/img/hunt-tab-2.png) no-repeat center bottom; }
      .sec-hunt .hunt-tab .ht2:hover::after, .sec-hunt .hunt-tab .ht2.on::after {
        width: 404px;
        height: 345px;
        margin-top: -174px;
        margin-left: -145.5px;
        background: url(https://img5.99.com/cos/images/act/2026/msj/img/hunt-tab-2-on.png) no-repeat center bottom; }
  .sec-hunt .hunt-cont {
    width: 639px;
    height: 628px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/hunt-cont.png) no-repeat center/100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 86px;
    margin-top: -299px;
    display: flex;
    flex-direction: column;
    padding: 64px 0 0 12px; }
  .sec-hunt .hunt-tit {
    width: 422px;
    height: 34px;
    text-align: center;
    color: #ffe2b9;
    font-size: 28px;
    margin: 0px auto;
    line-height: 34px; }
  .sec-hunt .hunt-txt {
    width: 510px;
    margin: 0px auto;
    font-size: 20px;
    color: #6a4d3c;
    padding: 60px 10px 0px; }
    .sec-hunt .hunt-txt .t-c {
      text-align: center; }
  .sec-hunt .hunt-pr {
    width: 510px;
    margin: 20px auto 0;
    text-align: center; }
    .sec-hunt .hunt-pr .t-c {
      height: 35px;
      color: #5c3c29;
      font-size: 24px;
      line-height: 30px;
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/hunt-l.png) no-repeat center bottom;
      margin-bottom: 15px; }

/* 免费体验 */
.sec-exp {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-exp.jpg) no-repeat center/cover; }
  .sec-exp .exp-juan {
    width: 895px;
    height: 721px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -762px;
    margin-top: -311px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/juan.png) no-repeat center; }
  .sec-exp .exp-cont {
    width: 560px;
    height: 462px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 200px;
    margin-top: -168px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sec-exp .exp-item {
    width: 276px;
    height: 462px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/exp-li.png) no-repeat center;
    display: flex;
    flex-direction: column;
    padding-top: 58px; }
  .sec-exp .exp-tit {
    width: 100%;
    height: 57px;
    color: #191428;
    text-align: center;
    font-size: 23px;
    letter-spacing: -2px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sec-exp .exp-img {
    width: 100%;
    height: 177px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sec-exp .exp-txt {
    width: 100%;
    padding: 0 30px;
    height: 112px;
    color: #4a6780;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -2px; }
  .sec-exp .tips {
    width: 100%;
    color: #191428;
    font-size: 16px;
    position: absolute;
    text-align: center;
    bottom: -10px;
    left: 0; }

/* 签到领奖 */
.sec-checkin {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-checkin.jpg) no-repeat center/cover; }
  .sec-checkin .checkin-cont {
    width: 1520px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -760px;
    margin-top: -263px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sec-checkin .checkin-item {
    width: 217px;
    height: 496px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/qd-li.png) no-repeat center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px; }
    .sec-checkin .checkin-item:nth-child(1), .sec-checkin .checkin-item:nth-child(3), .sec-checkin .checkin-item:nth-child(5), .sec-checkin .checkin-item:nth-child(7) {
      margin-top: -100px; }
    .sec-checkin .checkin-item:nth-child(7) {
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/qd-li1.png) no-repeat center; }
      .sec-checkin .checkin-item:nth-child(7) .checkin-tit {
        color: #ac7706; }
      .sec-checkin .checkin-item:nth-child(7) .checkin-txt {
        color: #ac7706;
        font-size: 18px;
        padding: 0px 40px; }
  .sec-checkin .checkin-tit {
    height: 52px;
    color: #4c6484;
    font-size: 28px;
    font-weight: bold;
    line-height: 52px; }
  .sec-checkin .checkin-img {
    margin-top: 40px;
    width: 108px;
    height: 108px;
    position: relative; }
    .sec-checkin .checkin-img em {
      position: absolute;
      bottom: 0;
      right: 8px;
      color: #fff;
      font-size: 22px;
      font-style: normal;
      -webkit-text-stroke: 4px #000;
      text-stroke: 4px #000;
      paint-order: stroke fill; }
  .sec-checkin .checkin-txt {
    color: #1f3756;
    text-align: center;
    font-size: 22px;
    font-family: "Microsoft YaHei"; }
  .sec-checkin .checkin-tips {
    width: 1130px;
    color: #fcfcfb;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Microsoft YaHei";
    margin-left: -565px;
    margin-top: 270px;
    text-shadow: 0px 3px 6px #030303; }

.sec-community {
  background: url(https://img5.99.com/cos/images/act/2026/msj/img/bg-community.jpg) no-repeat center/cover; }
  .sec-community .community-cont {
    width: 712px;
    height: 742px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 120px;
    margin-top: -315px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/community-cont.png) no-repeat center;
    display: flex;
    flex-direction: column;
    padding: 140px 80px 0px; }
  .sec-community .c-txt {
    font-size: 24px;
    color: #273549;
    font-family: "Microsoft YaHei";
    height: 220px; }
  .sec-community .c-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px; }
  .sec-community .btn-go {
    width: 340px;
    height: 120px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/btn-go.png) no-repeat center;
    font-size: 0;
    margin: 50px auto 0; }
    .sec-community .btn-go:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .sec-community .leaf {
    width: 1625px;
    height: 393px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -765px;
    margin-top: 70px;
    background: url(https://img5.99.com/cos/images/act/2026/msj/img/leaf.png) no-repeat center;
    pointer-events: none; }

.footer {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 0;
  font-size: 12px;
  color: #fff;
  font-family: "Microsoft YaHei";
  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 .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: #2b203b;
  background: #fff;
  border-top-left-radius: 13px;
  z-index: 20;
  padding: 0 10px; }

.copyright-btn i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #2b203b;
  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); }

.pop-toast, .pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .pop-toast .pop-main, .pop .pop-main {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    -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; }
  .pop-toast.active, .pop.active {
    visibility: visible; }
    .pop-toast.active .pop-main, .pop.active .pop-main {
      -webkit-transform: translate(-50%, -50%) scale(1, 1);
      transform: translate(-50%, -50%) scale(1, 1);
      opacity: 1; }

.pop {
  z-index: 1000; }
  .pop:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .pop .pop-main {
    width: 1106px;
    height: 623px; }
    .pop .pop-main::before {
      content: '';
      position: absolute;
      pointer-events: none;
      width: 1138px;
      height: 645px;
      z-index: 20;
      top: 50%;
      left: 50%;
      margin: -322px 0 0 -569px;
      background: url(https://img5.99.com/cos/images/act/2026/msj/img/pop-border.png) no-repeat center; }
  .pop.active {
    visibility: visible; }
    .pop.active:before {
      opacity: 1; }
  .pop .close {
    position: absolute;
    right: 32px;
    top: 36px;
    background: url('https://img5.99.com/cos/images/act/2026/msj/img/pop-close.png') no-repeat center;
    width: 56px;
    height: 56px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 20;
    cursor: pointer; }
    .pop .close:hover {
      filter: brightness(1.1);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  .pop .pop-scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10; }

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

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

.toast-cont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; }

.pop-toast {
  pointer-events: none;
  user-select: 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; }

.mask {
  -webkit-mask-size: 4000% 100%;
  mask-size: 4000% 100%;
  -webkit-animation: mask 0.8s linear;
  animation: mask 0.8s linear;
  z-index: 10; }

.bg-ani {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }
  .bg-ani .next {
    -webkit-mask-size: 100% 3000%;
    mask-size: 100% 3000%;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-animation: nsMask 2s steps(29) 1;
    animation: nsMask 2s steps(29) 1; }

@-webkit-keyframes mask {
  from, to {
    -webkit-mask: url(https://wjdown.99.com/games/moba/act/maskmask_09b54d2e-sm.png) center no-repeat; }

  0% {
    -webkit-mask-size: 35%;
    opacity: 1; }

  100% {
    -webkit-mask-size: 532%;
    opacity: 1; } }

@keyframes mask {
  from, to {
    -webkit-mask: url(https://wjdown.99.com/games/moba/act/mask/mask_09b54d2e-sm.png) center no-repeat; }

  0% {
    -webkit-mask-size: 35%;
    opacity: 1; }

  100% {
    -webkit-mask-size: 532%;
    opacity: 1; } }

@keyframes subMask {
  from, to {
    -webkit-mask: url(https://wjdown.99.com/games/my/img/ani/mask/mask_287f035.png) left top no-repeat;
    -webkit-mask-size: 6200% 100%; }

  from {
    -webkit-mask-position: 0 0; }

  to {
    -webkit-mask-position: right 0; } }

@-webkit-keyframes nsMask {
  from, to {
    -webkit-mask-image: url(https://wjdown.99.com/games/moba/act/mask/mask-transition.png); }

  to {
    -webkit-mask-position: 0 100%; } }

@keyframes nsMask {
  from, to {
    mask-image: url(https://wjdown.99.com/games/moba/act/mask/mask-transition.png); }

  to {
    mask-position: 0 100%; } }

/* 光效扫描动画 */
@-webkit-keyframes lightScan {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-100%); }

  100% {
    -webkit-transform: skewX(-25deg) translateX(150%); } }

@keyframes lightScan {
  0% {
    transform: skewX(-25deg) translateX(-100%); }

  100% {
    transform: skewX(-25deg) translateX(150%); } }

@keyframes btnPlay {
  from {
    transform: scale(1); }

  to {
    transform: scale(1.2); } }

@keyframes upDown {
  100% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%); } }

/* 当section激活时触发动画 */
.p-home .btn-play, .p-down .btn-play {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }
.p-home.swiper-slide-active .sec-first.active .slg, .p-down.swiper-slide-active .sec-first.active .slg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }
.p-home.swiper-slide-active .sec-first.active .desc, .p-down.swiper-slide-active .sec-first.active .desc {
  -webkit-animation: upDown 0.6s linear alternate infinite;
  animation: upDown 0.6s linear alternate infinite; }
.p-home.swiper-slide-active .sec-enter.active .slogan, .p-down.swiper-slide-active .sec-enter.active .slogan {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }
.p-home.swiper-slide-active .sec-enter.active .btn-play, .p-down.swiper-slide-active .sec-enter.active .btn-play {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s 0.5s ease;
  transition: all 0.3s 0.5s ease;
  -webkit-animation: btnPlay 1s 0.8s linear infinite alternate;
  animation: btnPlay 1s 0.8s linear infinite alternate; }
  .p-home.swiper-slide-active .sec-enter.active .btn-play:hover, .p-down.swiper-slide-active .sec-enter.active .btn-play:hover {
    -webkit-animation: paused;
    animation: paused; }

/*手机访问pc版，（无手机版本的时候)，兼容*/
body.m {
  touch-action: pan-y; }
  body.m .sd-count, body.m .top-bar, body.m #footer, body.m #public_top {
    display: none; }

/*横竖屏提示*/
.mod-orient-layer {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9997; }

.mod-orient-layer-content {
  position: absolute;
  width: 100%;
  top: 45%;
  margin-top: -75px;
  text-align: center;
  transform: scale(2.5); }

.mod-orient-layer-icon-orient {
  background-image: url(https://img5.99.com/my/img/ani/icon-orient.png);
  display: inline-block;
  width: 94px;
  height: 153px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-animation: rotation infinite 1.5s ease-in-out;
  animation: rotation infinite 1.5s ease-in-out;
  background-size: 94px; }

.mod-orient-layer-desc {
  margin-top: 20px;
  font-size: 20px;
  color: #fff; }

@-webkit-keyframes rotation {
  10%, 100%, 90% {
    -webkit-transform: rotate(90deg); }

  50%, 60% {
    -webkit-transform: rotate(0deg); } }

@keyframes rotation {
  10%, 100%, 90% {
    transform: rotate(90deg); }

  50%, 60% {
    transform: rotate(0deg); } }

/*横屏样式*/
@media screen and (orientation: portrait) {
  #orientLayer {
    display: block; }
 }
