
@charset "UTF-8";
/*
 * @Author: whj 
 * @Date: 2021-08-06 14:06:03 
 * @Last Modified by: whj
 * @Last Modified time: 2022-07-26 13:59:04
 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
img {
  vertical-align: top;
}
mark {
  background-color: transparent;
}
ul,
li {
  list-style: none;
}
html {
  font-size: 100px;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2719783 */
  src: url("//at.alicdn.com/t/font_2719783_y8ayte8sed.woff2?t=1628499125153") format("woff2"), url("//at.alicdn.com/t/font_2719783_y8ayte8sed.woff?t=1628499125153") format("woff"), url("//at.alicdn.com/t/font_2719783_y8ayte8sed.ttf?t=1628499125153") format("truetype");
}
.iconfont, .d-close::before {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.d-bg {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-bar {
  position: relative;
  width: 4.36rem;
  margin-top: -.2rem;
  -webkit-animation: aniDialog 0.4s ease;
          animation: aniDialog 0.4s ease;
}
.d-hd {
  text-align: center;
  padding: 0.2rem 0;
}
.d-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0;
}
.d-close {
  position: absolute;
  z-index: 5;
  top: .02rem;
  right: .02rem;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.4rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-close::before {
    content: "\E643";
}
.d-close:hover {
    -webkit-animation: aniRotateHalf .3s 1 ease-out;
            animation: aniRotateHalf .3s 1 ease-out;
}
.d-btn {
  width: 0.74rem;
  height: 0.4rem;
}
.area-bar {
  width: 5.8rem;
}
.area-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.86rem;
  margin-left: 0.4rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.area-item, .area-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  background-color: #eee;
  border-radius: 0.16rem;
}
.area-label {
  width: 1.28rem;
  text-align: right;
  margin-right: 0.18rem;
}
.area-ipt {
  width: 3.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.area-side {
  position: relative;
}
.area-side::after {
    content: "\25BC";
    position: absolute;
    right: .2rem;
    top: 0;
    -webkit-transform: rotate(0deg) scaleX(1.5);
            transform: rotate(0deg) scaleX(1.5);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.area-side.is-down::after {
    -webkit-transform: rotate(-180deg) scaleX(1.5);
            transform: rotate(-180deg) scaleX(1.5);
}
.area-select {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0.64rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.16rem .2rem;
}
.area-option {
  width: 46%;
  text-align: center;
  padding: 0.1rem 0;
  margin: 0 2%;
  border-radius: .06rem;
}
.area-option:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.area-select, .area-option {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.area-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bc5316;
}
.area-tips__icon {
    margin-right: 0.1rem;
}
.d-msg {
  position: fixed;
  left: 50%;
  top: -100vh;
  z-index: 201;
  max-width: 7.2rem;
  padding: 0.1rem 0.2rem;
  border: 1px solid;
  border-radius: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-all;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.d-msg__icon {
    margin-right: 0.1rem;
}
.d-msg__success {
    color: #67c23a;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.d-msg__warning {
    color: #e6a23c;
    background-color: #fdf6ec;
    border-color: #faecd8;
}
.d-msg__error {
    color: #f56c6c;
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.d-msg__ua {
    font-size: 24px;
    color: #f56c6c;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    top: 0 !important;
}
.d-msg__info {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
#fn-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  color: #e28b69;
}
#fn-loading__pic {
    font-size: 0.36rem;
    -webkit-animation: aniRotate 1.5s linear infinite;
            animation: aniRotate 1.5s linear infinite;
}
.m-eq {
  display: inline-block;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  width: 46px;
  height: 46px;
  position: relative;
}
.m-eq.is-lock::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background: url("https://web-resource.17m3.com/cdn/m3-eq/ic-lock.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.m-eq.is-num::after {
    position: absolute;
    content: attr(data-num);
    right: 1px;
    bottom: 1px;
    background-color: #111322;
    color: #d5d5d3;
    padding: 0 2px;
    font-size: 12px;
    line-height: 1;
    border: 0.01rem solid #a7966b;
}
.fn-tips {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.fn-tips__desc {
    width: 375px;
    font-size: 12px;
    background-color: #1b1a18;
    padding: 10px;
    background-color: #1f1c1a;
    border: 1px solid #76582a;
    -webkit-box-shadow: 0 0 1px #3d301c inset;
            box-shadow: 0 0 1px #3d301c inset;
}
.preload-bar {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2472bd;
  font-size: .32rem;
}
#fn-error {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  text-align: center;
  font-size: .48rem;
}
@media screen and (max-width: 639px) {
html {
    font-size: 50px;
}
.m-eq {
    width: 0.68rem;
    height: 0.68rem;
}
.m-eq.is-lock::before {
      width: 0.68rem;
      height: 0.68rem;
}
.m-eq.is-num::after {
      padding: 1px;
      font-size: 9px;
      line-height: 0.8;
}
.fn-tips {
    left: 0 !important;
    top: 0 !important;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
.fn-tips__bd {
      width: 100%;
      max-width: 7.5rem;
}
.fn-tips__desc {
      font-size: 0.2rem;
      padding: 0.2rem;
      max-width: 7.5rem;
}
.fn-tips__pic {
      max-width: 100%;
      display: block;
      margin: 0 auto;
}
}
@-webkit-keyframes aniDialog {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes aniDialog {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes aniRotate {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes aniRotate {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes aniRotateHalf {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}
@keyframes aniRotateHalf {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}
/*
 * @Author: whj 
 * @Date: 2021-06-24 15:03:46 
 * @Last Modified by: whj
 * @Last Modified time: 2022-08-05 09:30:56
 */
html {
  font-size: 100px;
}
body,
html {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #512d16;
  background-color: #c4b894;
}
.bg-none, a,
button {
  background: no-repeat center center transparent;
  background-size: 100% 100%;
}
a,
button {
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
img {
  vertical-align: top;
}
.fc-mark {
  color: #d45c3d;
}
@font-face {
  font-family: 'jinkai';
  src: url("https://web-resource.17m3.com/m3guo/202208/version/HYJinKaiJ.ttf");
}
.eq-dom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.eq-item {
  margin: 0  10px;
}
@media screen and (min-width: 320px) and (max-width: 446px) {
  /*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:24 
 * @Last Modified by: whj
 * @Last Modified time: 2022-08-05 10:24:22
 */
html {
    font-size: 50px;
}
body {
    font: 0.24rem/1.6 '\5FAE\8F6F\96C5\9ED1';
    padding-top: 0 !important;
}
.bg-no, .m-title, .btn-logo, .banner-mouse, .banner-mouse::after, .nav-item, .myth-hero, .myth-hero::before, .myth-hero::after, .team-item, .team-item::before, .map-nav__item, .map-bd, .map-item__title, .map-item__cover, .gift-item, .gift-item__title, .gift-item__eq, .hero-bar, .hero-name, .hero-skill, .hero-nav__item {
    background: no-repeat 0 0;
    background-size: 100% 100%;
}
.m-eq {
    width: .68rem;
    height: .68rem;
}
.m-title {
    width: 7.5rem;
    height: 2.42rem;
    text-indent: -999rem;
}
.m-scroll {
    height: 2.4rem;
    overflow: auto;
}
.m-scroll::-webkit-scrollbar {
      /*滚动条整体样式*/
      /*高宽分别对应横竖滚动条的尺寸*/
      width: 0.04rem;
}
.m-scroll::-webkit-scrollbar-thumb {
      /*滚动条里面小方块*/
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 0.1rem;
      background: #a67355;
}
.m-scroll::-webkit-scrollbar-track {
      /*滚动条里面轨道*/
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      background: #ceb398;
}
#app {
    min-width: 7.5rem;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}
.preload-bar {
    position: fixed;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/app-preload-bg.jpg") no-repeat center center #f5e6d8;
    font-family: 'jinkai';
    color: #9d6644;
    font-size: .24rem;
    font-weight: bold;
}
.preload-desc {
    margin-top: -18vh;
}
.btn-logo {
    position: fixed;
    z-index: 5;
    left: .12rem;
    top: .24rem;
    width: 1.01rem;
    height: .8rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-logo.png");
    text-indent: -999rem;
}
.btn-more {
    width: 3.21rem;
    height: .86rem;
    text-indent: -999rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-btn-more.png");
    display: block;
    margin: 0 auto;
}
.banner-bar,
  .container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: no-repeat center center;
    background-size: 100% auto;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.banner-bar {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-banner-bg.jpg");
}
.banner-bar.fn-next {
      top: -100vh;
}
.banner-mouse {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -.43rem;
    width: .87rem;
    height: .65rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-mouse.png");
}
.banner-mouse::after {
      content: "";
      position: absolute;
      top: .5rem;
      left: 50%;
      margin-left: -.12rem;
      width: .26rem;
      height: .66rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-mouse-down.png");
      -webkit-animation: aniDown 2s infinite linear;
              animation: aniDown 2s infinite linear;
}
.container {
    top: 100vh;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-container-bg.jpg");
}
.container.fn-next {
      top: 0;
}
.container::before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url("https://web-resource.17m3.com/m3guo/202208/version/app-container-leaf.png") no-repeat center center;
      background-size: 100% auto;
      -webkit-transition: all 3s ease-out;
      transition: all 3s ease-out;
}
.container.step-1::before {
      left: 2%;
      top: 4%;
}
.container.step-2::before {
      left: 4%;
      top: 4%;
}
.container.step-3::before {
      left: 6%;
      top: 6%;
}
.container.step-4::before {
      left: 8%;
      top: 8%;
}
.part {
    position: absolute;
    z-index: 5;
    height: 16.24rem;
    width: 100%;
    top: 16.24rem;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.part.is-crt {
      top: 50%;
      margin-top: -9rem;
      opacity: 1;
}
.part.is-prev {
      top: -16.24rem;
}
.nav-bar {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
}
.nav-list {
    width: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
}
.nav-item {
    width: 1.87rem;
    height: .68rem;
    text-indent: -999rem;
}
.nav-item__myth {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-myth.png");
}
.nav-item__myth.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-myth-hover.png");
}
.myth-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-myth-title.png");
}
.nav-item__team {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-team.png");
}
.nav-item__team.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-team-hover.png");
}
.team-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-title.png");
}
.nav-item__map {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-map.png");
}
.nav-item__map.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-map-hover.png");
}
.map-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-title.png");
}
.nav-item__gift {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-gift.png");
}
.nav-item__gift.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-nav-gift-hover.png");
}
.gift-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-gift-title.png");
}
.myth-title {
    margin-bottom: .32rem;
}
.myth-hero {
    width: 5.49rem;
    height: 7.33rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-myth-bd.png");
    position: relative;
    margin-bottom: .3rem;
}
.myth-hero::before, .myth-hero::after {
      position: absolute;
      content: "";
}
.myth-hero::before {
      width: 4.48rem;
      height: 3.42rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-myth-bd-hd.png");
      left: -.54rem;
      top: .08rem;
}
.myth-hero::after {
      width: .85rem;
      height: 2.53rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-myth-name.png");
      top: -.16rem;
      right: -.04rem;
}
.team-bd {
    height: 7.7rem;
    position: relative;
    width: 100%;
}
.team-item {
    width: 4rem;
    height: 7.6rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -.1rem;
    margin-left: -2rem;
    text-indent: -999rem;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
}
.team-item::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
}
.team-item__lj::before {
      width: 3.99rem;
      height: 7.76rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lj-hero.png");
}
.team-item__ld::before {
      width: 3.99rem;
      height: 7.56rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ld-hero.png");
}
.team-item__lmr::before {
      width: 4.54rem;
      height: 8.03rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lmr-hero.png");
}
.team-item__lm::before {
      width: 4.55rem;
      height: 8.96rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lm-hero.png");
}
.team-item.is-prev, .team-item.is-next {
      opacity: .8;
}
.team-item.is-crt {
      -webkit-transform: scale(1);
              transform: scale(1);
      z-index: 3;
      opacity: 1;
}
.team-item.is-next {
      margin-left: 2.2rem;
}
.team-item.is-prev {
      margin-left: -6.2rem;
}
.map-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .3rem;
}
.map-nav__item {
      width: 2.09rem;
      height: .56rem;
      text-indent: -999rem;
      margin: 0 .1rem;
}
.map-nav__item.is-mc {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-nav-mc.png");
}
.map-nav__item.is-mc.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-nav-mc-hover.png");
}
.map-nav__item.is-boss {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-nav-boss.png");
}
.map-nav__item.is-boss.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-nav-boss-hover.png");
}
.map-nav__item.is-draw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-nav-draw.png");
}
.map-nav__item.is-draw.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-nav-draw-hover.png");
}
.map-bd {
    width: 7.32rem;
    height: 6.23rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-bg.png");
    position: relative;
}
.map-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .38rem;
    display: none;
}
.map-item.is-crt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.map-item__title {
      width: 4.85rem;
      height: .58rem;
      text-indent: -999rem;
      margin-bottom: .1rem;
}
.map-item__title.is-mc {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-title-mc.png");
}
.map-item__title.is-boss {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-title-boss.png");
}
.map-item__title.is-draw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-title-draw.png");
}
.map-item__cover {
      width: 6.01rem;
      height: 4.58rem;
}
.map-item__cover.is-mc {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-mc-cover.jpg?v=1");
}
.map-item__cover.is-draw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-draw-cover.jpg");
}
.map-item__cover.is-boss {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-map-boss-cover.jpg?v=1");
}
.map-iframe {
    width: 6.01rem;
    height: 4.58rem;
}
.gift-title {
    margin-bottom: .1rem;
}
.gift-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gift-item {
    width: 3.1rem;
    height: 4.15rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-gift-bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.36rem;
    margin: 0 .15rem .15rem;
}
.gift-item__title {
      width: 2.22rem;
      height: .44rem;
      text-indent: -999rem;
      margin-bottom: .12rem;
}
.gift-item__title.is-xw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-gift-title-xw.png");
}
.gift-item__title.is-zl {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-gift-title-zl.png");
}
.gift-item__title.is-cz {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-gift-title-cz.png");
}
.gift-item__title.is-sl {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-gift-title-sl.png");
}
.gift-item__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 .3rem;
}
.gift-item__eq {
      width: .78rem;
      height: .78rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-eq-bg.png");
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 .15rem .1rem;
}
.hero-bar {
    width: 6.09rem;
    height: 7.62rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-bg.png");
    margin-left: .86rem;
    margin-top: -1.6rem;
}
.hero-bar .d-close {
      font-size: .6rem;
      top: -.58rem;
      right: .1rem;
      color: #835933;
}
.hero-item {
    display: none;
    position: absolute;
}
.hero-item.is-crt {
      display: block;
}
.hero-name {
    position: absolute;
    top: 0;
    left: -.9rem;
    width: .85rem;
    height: 4.58rem;
    text-indent: -999rem;
}
.hero-name.is-ys {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ys-name.png");
}
.hero-name.is-lj {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lj-name.png");
}
.hero-name.is-ld {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ld-name.png");
}
.hero-name.is-lmr {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lmr-name.png");
}
.hero-name.is-lm {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lm-name.png");
}
.hero-info {
    padding: .3rem .58rem 0 .76rem;
    font-family: 'jinkai';
}
.hero-skill {
    width: 4.45rem;
    height: .68rem;
    text-indent: -999rem;
    margin-left: -.22rem;
    margin-bottom: .2rem;
}
.hero-skill.is-ys {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ys-skill.png");
}
.hero-skill.is-lj {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lj-skill.png");
}
.hero-skill.is-ld {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ld-skill.png");
}
.hero-skill.is-lm {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lm-skill.png");
}
.hero-skill.is-lmr {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lmr-skill.png");
}
.hero-desc {
    font-size: .22rem;
    margin-bottom: .2rem;
    padding-right: .3rem;
}
.hero-gif {
    width: 4.48rem;
    height: 2.07rem;
    background-color: #cba968;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .24rem;
}
.hero-gif__pic {
      width: 4.38rem;
      height: 1.97rem;
}
.hero-nav {
    position: absolute;
    bottom: -1.2rem;
    left: -.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.4rem;
}
.hero-nav__item {
      width: 1.22rem;
      height: 1.38rem;
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out;
      margin: 0 .13rem;
      text-indent: -999rem;
}
.hero-nav__item.is-lj {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lj-nav-default.png");
}
.hero-nav__item.is-lj.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lj-nav-hover.png");
}
.hero-nav__item.is-ld {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ld-nav-default.png");
}
.hero-nav__item.is-ld.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-ld-nav-hover.png");
}
.hero-nav__item.is-lm {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lm-nav-default.png");
}
.hero-nav__item.is-lm.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lm-nav-hover.png");
}
.hero-nav__item.is-lmr {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lmr-nav-default.png");
}
.hero-nav__item.is-lmr.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/app-team-lmr-nav-hover.png");
}
.video-bar {
    border: .02rem solid #a5633f;
    background-color: #000;
    width: 7.24rem;
    height: 4.10rem;
}
.video-iframe {
    width: 7.2rem;
    height: 4.06rem;
}
}
@media screen and (min-width: 320px) and (max-width: 446px) and (min-width: 640px) {
html {
    font-size: 100px;
}
}
@media screen and (min-width: 320px) and (max-width: 446px) {
@-webkit-keyframes aniDown {
0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
30% {
      -webkit-transform: translateY(0.4rem);
              transform: translateY(0.4rem);
}
}
@keyframes aniDown {
0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
30% {
      -webkit-transform: translateY(0.4rem);
              transform: translateY(0.4rem);
}
}
}
@media screen and (min-width: 751px) {
  /*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:20 
 * @Last Modified by: whj
 * @Last Modified time: 2022-08-05 09:24:00
 */
.topBar,
  #M3-footer {
    display: block;
}
#M3-footer {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: -160px;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#M3-footer.is-show {
      bottom: 0;
}
#M3-footer__btn {
      text-indent: -9999px;
      position: absolute;
      top: -60px;
      right: 20px;
      width: 2.01rem;
      height: .32rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/btn-version.png");
}
#M3-footer__btn:hover {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/btn-version-hover.png");
}
body {
    font: 14px/1.3 '\5FAE\8F6F\96C5\9ED1';
}
#app {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 1240px;
}
#app::before {
      position: absolute;
      z-index: 4;
      content: "";
      left: 0;
      top: 5%;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: url("https://web-resource.17m3.com/m3guo/202208/version/container-cloud.png") no-repeat 0 0;
      background-size: 100% 100%;
}
.preload-bar {
    position: fixed;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/preload-bg.jpg") no-repeat center center #f5e6d8;
    font-family: 'jinkai';
    color: #9d6644;
    font-size: 24px;
    font-weight: bold;
}
.preload-video {
    position: absolute;
    z-index: 2;
    width: 1920px;
    height: 1080px;
    left: 50%;
    top: 50%;
    margin-left: -960px;
    margin-top: -540px;
}
.preload-desc {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
    height: 20px;
}
.btn-logo, .btn-enter, .btn-download {
    position: absolute;
    z-index: 9;
    background: no-repeat 0 0;
    text-indent: -9999px;
}
.btn-logo {
    left: 56px;
    top: 26px;
    width: 124px;
    height: 98px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/logo.png");
}
.btn-enter, .btn-download {
    width: 97px;
    height: 28px;
    top: 60px;
}
.btn-enter {
    right: 165px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/btn-enter.png");
}
.btn-download {
    right: 58px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/btn-download.png");
}
.banner-bar,
  .container {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: no-repeat center center;
    background-size: 100% auto;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.container {
    left: 100%;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/container-bg.jpg");
}
.container.fn-next {
      left: 0;
}
.container::after {
      position: absolute;
      z-index: 1;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: url("https://web-resource.17m3.com/m3guo/202208/version/container-leaf.png") no-repeat 0 0;
      background-size: 100% 100%;
      -webkit-transition: all 1.5s ease-out;
      transition: all 1.5s ease-out;
}
.container.step-1::after {
      left: -3%;
      top: 2%;
}
.container.step-2::after {
      left: -6%;
      top: 3%;
}
.container.step-3::after {
      left: -9%;
      top: 4%;
}
.container.step-4::after {
      left: -12%;
      top: 6%;
}
.banner-bar {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/banner-bg.jpg");
    left: 0;
}
.banner-bar.fn-next {
      left: -100vw;
}
.banner-mouse {
    position: absolute;
    z-index: 2;
    top: 66.2%;
    left: 50%;
    margin-left: -30px;
    width: 61px;
    height: 43px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/mouse-bd.png") no-repeat 0 0;
}
.banner-mouse::before, .banner-mouse::after {
      position: absolute;
      content: "";
      top: 12px;
      width: 46px;
      height: 21px;
      background: no-repeat 0 0;
}
.banner-mouse::before {
      left: -56px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/mouse-left.png");
      -webkit-animation: aniMouseLeft 2.5s infinite ease-out;
              animation: aniMouseLeft 2.5s infinite ease-out;
}
.banner-mouse::after {
      right: -56px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/mouse-right.png");
      -webkit-animation: aniMouseRight 2.5s infinite ease-out;
              animation: aniMouseRight 2.5s infinite ease-out;
}
.banner-video {
    position: absolute;
    z-index: 1;
    width: 1920px;
    height: 1080px;
    left: 50%;
    top: 50%;
    margin-left: -960px;
    margin-top: -540px;
}
.nav-bar {
    position: absolute;
    z-index: 9;
    left: 8px;
    top: 50%;
    margin-top: -280px;
    width: 168px;
    height: 441px;
    padding-top: 128px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/nav-bg.png") no-repeat left top;
}
.nav-item {
    width: 165px;
    height: 48px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    margin-bottom: 21px;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.nav-home, .nav-next {
    position: absolute;
    z-index: 8;
    right: 26px;
    top: 50%;
    margin-top: -44px;
    z-index: 9;
    width: 88px;
    height: 88px;
    text-indent: -99999px;
}
.nav-home {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-home.png");
}
.nav-home:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-home-hover.png");
}
.nav-next {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-next.png");
}
.nav-next:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-next-hover.png");
}
.nav-item__gift {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-gift.png");
}
.nav-item__gift.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-gift-hover.png");
}
.nav-item__map {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-map.png");
}
.nav-item__map.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-map-hover.png");
}
.nav-item__myth {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-myth.png");
}
.nav-item__myth.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-myth-hover.png");
}
.nav-item__team {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-team.png");
}
.nav-item__team.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/nav-team-hover.png");
}
.part {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 1204px;
    height: 1080px;
    margin-top: -440px;
    left: 110%;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.part.is-crt {
      left: 50%;
      margin-left: -602px;
      opacity: 1;
}
.part.is-prev {
      left: -80%;
}
.m-title {
    width: 810px;
    height: 184px;
    background: no-repeat 0 0;
    text-indent: -9999px;
}
.myth-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/myth-title.png");
    margin-bottom: 10px;
}
.myth-bd {
    width: 1202px;
    height: 549px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/myth-bg.png") no-repeat 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.myth-info, .myth-person, .myth-name {
    position: absolute;
    z-index: 5;
}
.myth-info {
    width: 408px;
    left: 124px;
    top: 56px;
    font-family: 'jinkai';
}
.myth-skill {
    margin-left: -20px;
    margin-bottom: 10px;
}
.myth-desc {
    margin-bottom: 8px;
}
.myth-gif {
    width: 100%;
    height: 187px;
    background-color: #cba968;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.myth-bg {
    position: absolute;
    width: 572px;
    height: 498px;
    left: 508px;
    top: 30px;
    overflow: hidden;
}
.myth-bg::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 572px;
      height: 572px;
      margin-left: -286px;
      margin-top: -286px;
      background: url("https://web-resource.17m3.com/m3guo/202208/version/myth-flower.png") no-repeat 0 0;
      -webkit-animation: aniRotate 10s linear infinite;
              animation: aniRotate 10s linear infinite;
}
.myth-person {
    right: 52px;
    top: -26px;
    -webkit-animation: aniDown 3s ease-in infinite;
            animation: aniDown 3s ease-in infinite;
}
.myth-name {
    top: -10px;
    right: 62px;
}
.team-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-title.png");
    margin-bottom: 46px;
}
.team-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.team-item {
    width: 267px;
    height: 451px;
    position: relative;
    margin: 0 24px;
    text-indent: -9999px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
}
.team-item:hover {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
}
.team-item::before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
}
.team-item__lm::before {
      width: 307px;
      height: 564px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lm-hero.png");
}
.team-item__lmr::before {
      width: 303px;
      height: 485px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lmr-hero.png");
}
.team-item__ld::before {
      width: 267px;
      height: 478px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-ld-hero.png");
}
.team-item__lj::before {
      width: 267px;
      height: 485px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lj-hero.png");
}
.map-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-title.png");
}
.map-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.map-nav__item {
      width: 214px;
      height: 47px;
      background: no-repeat 0 0;
      text-indent: -9999px;
      margin: 0 50px;
}
.map-nav__item.is-mc {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-nav-mc.png");
}
.map-nav__item.is-mc.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-nav-mc-hover.png");
}
.map-nav__item.is-boss {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-nav-boss.png");
}
.map-nav__item.is-boss.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-nav-boss-hover.png");
}
.map-nav__item.is-draw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-nav-draw.png");
}
.map-nav__item.is-draw.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-nav-draw-hover.png");
}
.map-bd {
    position: relative;
    width: 1202px;
    height: 522px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/map-bg.png") no-repeat 0 0;
}
.map-item {
    position: absolute;
    width: 907px;
    height: 468px;
    background-color: #fff;
    left: 112px;
    top: 15px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: none;
}
.map-item.is-crt {
      display: block;
}
.map-item__title {
      position: absolute;
      width: 85px;
      height: 373px;
      background: no-repeat 0 0;
      text-indent: -9999px;
      top: 12px;
      right: -112px;
}
.map-item__title.is-mc {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-title-mc.png");
}
.map-item__title.is-draw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-title-draw.png");
}
.map-item__title.is-boss {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-title-boss.png");
}
.map-item__cover {
      width: 907px;
      height: 468px;
      background: no-repeat 0 0;
}
.map-item__cover.is-mc {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-mc-cover.jpg?v=1");
}
.map-item__cover.is-draw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-draw-cover.jpg");
}
.map-item__cover.is-boss {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/map-boss-cover.jpg?v=1");
}
.map-iframe {
    width: 907px;
    height: 468px;
}
.gift-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/version/gift-title.png");
    margin-bottom: 36px;
}
.gift-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gift-item {
    width: 270px;
    height: 445px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/gift-bg.png") no-repeat 0 0;
    margin: 0 26px;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gift-item__title {
      width: 202px;
      height: 42px;
      background: no-repeat 0 0;
      text-indent: -9999px;
      margin-bottom: 28px;
}
.gift-item__title.is-cz {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/gift-title-cz.png");
}
.gift-item__title.is-sl {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/gift-title-sl.png");
}
.gift-item__title.is-xw {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/gift-title-xw.png");
}
.gift-item__title.is-zl {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/gift-title-zl.png");
}
.gift-item__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.gift-item__eq {
      width: 56px;
      height: 56px;
      background: url("https://web-resource.17m3.com/m3guo/202208/version/eq-bg.png") no-repeat 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 15px 20px;
}
.hero-bar {
    width: 839px;
    height: 545px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/team-bg.png") no-repeat 0 0;
}
.hero-bar .d-close {
      top: 6px;
      right: -66px;
      font-size: 48px;
      color: #835933;
}
.hero-bar .d-close:hover {
        color: #a36e40;
}
.hero-bar::after {
      position: absolute;
      content: "";
      z-index: 2;
      width: 308px;
      height: 269px;
      background: url("https://web-resource.17m3.com/m3guo/202208/version/hero-side.png") no-repeat 0 0;
      pointer-events: none;
      left: 8px;
      bottom: 0;
}
.hero-nav {
    position: absolute;
    right: -98px;
    top: 138px;
    width: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.hero-nav__item {
      width: 91px;
      height: 82px;
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out;
      background: no-repeat 0 0;
      text-indent: -9999px;
      margin-bottom: 12px;
}
.hero-nav__item.is-lj {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lj-nav-default.png");
}
.hero-nav__item.is-lj.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lj-nav-hover.png");
}
.hero-nav__item.is-ld {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-ld-nav-default.png");
}
.hero-nav__item.is-ld.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-ld-nav-hover.png");
}
.hero-nav__item.is-lm {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lm-nav-default.png");
}
.hero-nav__item.is-lm.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lm-nav-hover.png");
}
.hero-nav__item.is-lmr {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lmr-nav-default.png");
}
.hero-nav__item.is-lmr.is-crt {
          background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lmr-nav-hover.png");
}
.hero-name {
    position: absolute;
    width: 85px;
    height: 388px;
    left: -95px;
    top: 0;
    background: no-repeat 0 0;
    text-indent: -9999px;
}
.hero-name.is-lj {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lj-name.png");
}
.hero-name.is-lm {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lm-name.png");
}
.hero-name.is-lmr {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lmr-name.png");
}
.hero-name.is-ld {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-ld-name.png");
}
.hero-item {
    position: absolute;
    height: 545px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.hero-item.is-crt {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
}
.hero-item::before {
      position: absolute;
      content: "";
      z-index: 2;
      left: 12px;
      bottom: 17px;
}
.hero-item.is-lj::before {
      width: 705px;
      height: 630px;
      left: -8px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lj-bg.png");
}
.hero-item.is-ld::before {
      width: 510px;
      height: 696px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-ld-bg.png");
}
.hero-item.is-lm::before {
      width: 417px;
      height: 659px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lm-bg.png");
}
.hero-item.is-lmr::before {
      width: 510px;
      height: 696px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lmr-bg.png");
}
.hero-info {
    position: absolute;
    z-index: 5;
    top: -1px;
    left: 298px;
    width: 497px;
    height: 524px;
    background: url("https://web-resource.17m3.com/m3guo/202208/version/hero-bd.png") no-repeat 0 0;
    padding: 26px 35px 0 42px;
    font-family: 'jinkai';
    font-size: 16px;
}
.hero-skill {
    width: 304px;
    height: 46px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    margin-left: -22px;
    margin-bottom: 10px;
}
.hero-skill.is-lj {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lj-skill.png");
}
.hero-skill.is-lm {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lm-skill.png");
}
.hero-skill.is-lmr {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-lmr-skill.png");
}
.hero-skill.is-ld {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/version/team-ld-skill.png");
}
.hero-desc {
    margin-bottom: 10px;
}
.hero-gif {
    width: 408px;
    height: 187px;
    background-color: #cba968;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.video-bar {
    border: 2px solid #a5633f;
    background-color: #000;
    width: 804px;
    height: 454px;
}
.video-iframe {
    width: 800px;
    height: 450px;
}
}
@media screen and (min-width: 751px) and (min-width: 1921px) {
.part {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.preload-bar,
  .banner-video {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
}
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
.part {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.banner-bar,
  .container {
    background-size: auto 100%;
}
}
@media screen and (min-width: 751px) {
@-webkit-keyframes aniMouseLeft {
0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
}
10% {
      -webkit-transform: translateX(15px);
              transform: translateX(15px);
      opacity: .3;
}
}
@keyframes aniMouseLeft {
0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
}
10% {
      -webkit-transform: translateX(15px);
              transform: translateX(15px);
      opacity: .3;
}
}
@-webkit-keyframes aniMouseRight {
0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
}
10% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: .3;
}
}
@keyframes aniMouseRight {
0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
}
10% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: .3;
}
}
@-webkit-keyframes aniRotate {
0%,
    to {
      -webkit-transform: rotate(0);
              transform: rotate(0);
}
to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
}
}
@keyframes aniRotate {
0%,
    to {
      -webkit-transform: rotate(0);
              transform: rotate(0);
}
to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
}
}
@-webkit-keyframes aniDown {
0%,
    100% {
      -webkit-transform: translateY(10px) scale(1);
              transform: translateY(10px) scale(1);
}
50% {
      -webkit-transform: translateY(0) scale(1.02);
              transform: translateY(0) scale(1.02);
}
}
@keyframes aniDown {
0%,
    100% {
      -webkit-transform: translateY(10px) scale(1);
              transform: translateY(10px) scale(1);
}
50% {
      -webkit-transform: translateY(0) scale(1.02);
              transform: translateY(0) scale(1.02);
}
}
}

.slider-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.slider-row__item {
    position: absolute;
    top: 50px;
}
.slider-row__item::before {
      position: absolute;
      z-index: 2;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
}
.slider-row__item.is-max {
      z-index: 3;
}
.slider-row__item.is-max::before {
        opacity: 0;
}
.slider-row__item.is-max .slider-row__pic {
        z-index: 3;
        width: 120%;
        margin-left: -10%;
        margin-top: -18px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.slider-row__pic {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

html {
  font-size: 100px;
}
@media screen and (max-width: 751px) {
html {
    font-size: 50px;
}
}
.slider-circle {
  position: relative;
  width: 7.5rem;
  height: 4rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.4rem 0;
}
.slider-circle__item {
    position: absolute;
    left: 50%;
    top: 0.4rem;
    width: 4.6rem;
    margin-left: -2.3rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}
.slider-circle__item.is-crt, .slider-circle__item.is-next, .slider-circle__item.is-prev {
      opacity: 1;
}
.slider-circle__item.is-crt {
      -webkit-transform: scale(1);
              transform: scale(1);
}
.slider-circle__item.is-prev, .slider-circle__item.is-next {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
}
.slider-circle__item.is-prev {
      margin-left: -7rem;
}
.slider-circle__item.is-next {
      margin-left: 2.4rem;
}
.slider-circle__pic {
    width: 100%;
    pointer-events: none;
}
.slider-circle__preview {
    padding: 0.02rem;
    -webkit-box-shadow: 0 0 0.04rem rgba(255, 165, 0, 0.5);
            box-shadow: 0 0 0.04rem rgba(255, 165, 0, 0.5);
}
.slider-circle__name {
    font-size: 0.24rem;
    padding-top: 0.2rem;
    text-align: center;
}
