
@charset "UTF-8";
/*
 * @Author: whj 
 * @Date: 2021-08-06 14:06:03 
 * @Last Modified by: whj
 * @Last Modified time: 2022-12-28 17:24:22
 */
* {
  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.1s ease;
          animation: aniDialog 0.1s ease;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0.1rem;
}
.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-bottom: 0.26rem;
  position: relative;
}
.area-bd {
  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;
}
.area-item, .area-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  color: #f45e2a;
  background-color: #fffaed;
  border: .02rem solid #ecd2b4;
  border-radius: .1rem;
}
.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 {
    position: absolute;
    top: .2rem;
    right: .2rem;
    content: "";
    width: .4rem;
    height: .4rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.area-side.is-down::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.area-select {
  z-index: 2;
  position: absolute;
  left: -.02rem;
  top: 0.64rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.16rem .2rem;
  border-top: 0;
  border-radius: 0 0 .1rem .1rem;
}
.area-option {
  width: 46%;
  text-align: center;
  padding: 0.1rem 0;
  margin: 0 2%;
  border-radius: .06rem;
}
.area-option:hover {
    color: #fff;
    background-color: #f86e4e;
}
.area-select, .area-option {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.area-tip {
  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: #ffdb6f;
}
.area-tip::before {
    content: "";
    width: .18rem;
    height: .18rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202209/preheat/ic-tip.png");
    margin-right: .1rem;
    margin-top: .04rem;
}
.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(270deg);
            transform: rotate(270deg);
}
}
@keyframes aniRotateHalf {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
}
/*
 * @Author: whj 
 * @Date: 2021-06-24 15:03:46 
 * @Last Modified by: whj
 * @Last Modified time: 2023-01-08 09:40:37
 */
html {
  font-size: 100px;
}
body {
  color: #999190;
  background-color: #fcf4ed;
}
.bg-none, .area-side::after, .area-tip::before, a,
button, .d-game__super__item::after, .d-game__friend__add, .d-game__friend__person, .d-back__left::after, .d-back__avatar {
  background: no-repeat center center transparent;
  background-size: 100% 100%;
}
a,
button {
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
button {
  font-weight: "\5FAE\8F6F\96C5\9ED1";
}
img {
  vertical-align: top;
}
.fc-mark {
  color: #f8623d;
}
@font-face {
  font-family: 'number';
  src: url("https://web-resource.17m3.com/m3guo/202301/battle/BEBASNEUECYRILLIC.TTF");
}
.m-txt-theme, .d-hd, .d-game__friend__title, .d-pool__title {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#f83e30), to(#f87443));
  background: linear-gradient(90deg, #f83e30, #f87443);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m-scroll {
  overflow: auto;
}
.m-scroll::-webkit-scrollbar {
    width: .05rem;
    background-color: #e6dcda;
}
.m-scroll::-webkit-scrollbar-thumb {
    background-color: #f8613c;
    border-radius: .04rem;
}
.alert-bar {
  text-align: center;
}
.d-bar {
  width: 5.8rem;
  background-color: #faf3de;
  border-radius: .08rem;
  border: .04rem solid #fef0c8;
  -webkit-box-shadow: 0 0 0 .02rem #f85c3a, 0 0 0 .01rem #f0d1a5 inset;
          box-shadow: 0 0 0 .02rem #f85c3a, 0 0 0 .01rem #f0d1a5 inset;
  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;
  font-size: .22rem;
}
.d-hd {
  font-size: .32rem;
  line-height: 1;
  padding: .2rem 0 .26rem;
}
.d-btn {
  width: 2rem;
  height: .48rem;
  background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn.png");
  color: #fcf4ed;
  font-size: .18rem;
  letter-spacing: .02rem;
  margin: 0 .3rem;
}
.d-btn:hover {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn-hover.png");
}
.d-btn__cancel {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/btn-cancel.png");
}
.d-close {
  color: #f85c3a;
  font-size: .3rem;
  font-weight: bold;
  right: .06rem;
  top: .06rem;
}
.area-side::after {
  background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/ic-sel.png");
}
.area-tip {
  color: #d45c3d;
  font-size: .2rem;
}
.area-tip::before {
    width: .2rem;
    height: .2rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/ic-tip.png");
}
.d-game__buff {
  padding-bottom: .2rem;
}
.d-game__buff__hd {
    width: 4.86rem;
    line-height: 1.4;
    margin-bottom: .2rem;
}
.d-game__buff__table {
    width: 5.4rem;
    font-size: .18rem;
}
.d-game__buff__thead {
    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;
    background-color: #f45e2a;
    color: #ffffff;
    height: .36rem;
    border-radius: .1rem .1rem 0 0;
    padding: 0 .16rem;
}
.d-game__buff__desc {
    background-color: #fffaed;
    border: .02rem solid #ecd2b4;
    margin-bottom: .15rem;
    padding: .1rem .38rem;
    border-radius: 0 0 .1rem .1rem;
    min-height: .8rem;
}
.d-game__check__hd {
  width: 5.24rem;
  line-height: 1.3;
  margin-bottom: .16rem;
}
.d-game__check__dl {
  width: 5.4rem;
  height: .98rem;
  border: .02rem solid #ecd2b4;
  margin-bottom: .22rem;
  border-radius: .1rem;
  padding: 0 .28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.d-game__check__dl::before {
    position: absolute;
    content: "";
    width: .06rem;
    height: .34rem;
    left: -.06rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f85337;
    border-radius: .1rem 0 0 .1rem;
}
.d-game__check__dt {
  width: 3.5rem;
  line-height: 1.4;
}
.d-game__check__dd {
  padding-top: .1rem;
}
.d-game__check__eq {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.d-game__super, .d-game__friend {
  width: 5.4rem;
  background-color: #fffaed;
  border: .02rem solid #fffcf4;
  border-radius: .1rem;
  margin-bottom: .12rem;
}
.d-game__super__desc {
  line-height: 1.4;
  padding: .15rem;
}
.d-game__super__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .15rem 0;
}
.d-game__super__item {
  width: 33.333%;
  text-align: center;
  position: relative;
}
.d-game__super__item:first-child::after {
    display: none;
}
.d-game__super__item::after {
    position: absolute;
    content: "";
    left: 0;
    top: -.2rem;
    width: .06rem;
    height: .96rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/super-line.png");
}
.d-game__super__eq {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-bottom: .12rem;
}
.d-game__super__name {
  color: #f8603c;
  font-size: .18rem;
}
.d-game__friend {
  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;
}
.d-game__friend__title {
    font-size: .32rem;
    padding: .2rem 0 .1rem;
    line-height: 1;
}
.d-game__friend__invitation {
    background-color: #f84934;
    color: #ffffff;
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    border-radius: .15rem;
    padding: 0 .3rem;
    margin-bottom: .2rem;
}
.d-game__friend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-bottom: .1rem;
}
.d-game__friend__item {
    width: 33.3333%;
    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;
}
.d-game__friend__add, .d-game__friend__person {
    width: .64rem;
    height: .64rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/invitation-add.png");
    margin-bottom: .08rem;
}
.d-game__friend__person {
    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-game__friend__add {
    text-indent: -999rem;
}
.d-game__friend__pic {
    width: .56rem;
    height: .56rem;
    border-radius: .1rem;
}
.d-game__friend__nick, .d-game__friend__wait {
    font-size: .18rem;
}
.d-game__friend__share {
    margin-bottom: -.24rem;
}
.d-game__friend__ft {
    padding-top: .2rem;
    font-size: .14rem;
}
.d-pool {
  text-align: center;
  overflow: hidden;
}
.d-pool__bd {
    padding: 0 .1rem;
    height: 6rem;
}
.d-pool__item {
    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;
}
.d-pool__title {
    font-weight: bold;
    font-size: .32rem;
    padding: .28rem 0 .06rem;
    line-height: 1;
}
.d-pool__desc {
    color: #d45c3d;
    font-size: .18rem;
    margin-bottom: .2rem;
}
.d-pool__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 .29rem;
}
.d-pool__box {
    width: .69rem;
    height: .69rem;
    margin: 0 .06rem .12rem;
    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-pool__eq {
    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;
    background-color: #eee;
    margin: 0 .04rem .08rem;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
.invitation-bar {
  padding-bottom: .1rem;
}
.invitation-desc {
  text-align: left;
  width: 5.2rem;
  margin-bottom: .4rem;
}
.invitation-box {
  width: 5.2rem;
  background-color: #fffaed;
  border: .02rem solid #ecd2b4;
  border-radius: .1rem;
  height: .98rem;
  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: .2rem;
  font-size: .18rem;
}
.d-back {
  padding-bottom: .2rem;
}
.d-back__hd, .d-back__box, .d-back__ft {
    width: 5.4rem;
}
.d-back__hd {
    line-height: 1.4;
    margin-bottom: .1rem;
}
.d-back__box, .d-back__ft {
    background-color: #fffaed;
    border-radius: .1rem;
    margin-bottom: .2rem;
    font-size: .18rem;
}
.d-back__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.d-back__left {
    width: 1.7rem;
    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;
    position: relative;
}
.d-back__left::after {
      position: absolute;
      content: "";
      width: .06rem;
      height: .96rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/super-line.png");
      right: -.03rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
.d-back__avatar {
    width: .64rem;
    height: .64rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/invitation-add.png");
    margin-bottom: .06rem;
    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-back__pic {
    width: .56rem;
    height: .56rem;
    border-radius: .1rem;
}
.d-back__right {
    width: 3.7rem;
    padding: 0 .2rem 0 .54rem;
}
.d-back__ft {
    padding: .3rem .2rem .75rem;
    text-align: center;
    position: relative;
}
.d-back__copy {
    position: absolute;
    bottom: -.1rem;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.skin-bar {
  padding-bottom: .3rem;
}
.skin-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;
}
.skin-item {
  width: .88rem;
  height: .88rem;
  margin: 0 .15rem .1rem;
  position: relative;
}
.skin-item.is-none {
    filter: url("data:image/svg+xml;utf8,#grayscale");
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    -webkit-filter: gray;
            filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.skin-item.is-none:after {
      position: absolute;
      z-index: 1;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(17, 17, 17, 0.5);
}
.skin-eq, .skin-avatar {
  width: 100%;
  height: 100%;
}
.skin-eq {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.notice-bar {
  width: 4.8rem;
}
.notice-bd {
  min-height: 1.4rem;
  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;
}
.pool-open {
  padding: .2rem 0 .1rem;
}
.preload-desc {
  color: #f8623d;
}
@-webkit-keyframes aniMoveX {
0%,
  100% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 1;
}
40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: .7;
}
}
@keyframes aniMoveX {
0%,
  100% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 1;
}
40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: .7;
}
}
@-webkit-keyframes aniRandomShine {
from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
@keyframes aniRandomShine {
from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  /*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:24 
 * @Last Modified by: whj
 * @Last Modified time: 2023-01-08 15:46:13
 */
html {
    font-size: 50px;
}
body {
    font: 0.24rem/1.6 '\5FAE\8F6F\96C5\9ED1';
    padding-top: 0 !important;
}
.bg-no, .part, .m-title, .banner-logo, .game-item, .game-desc, .game-desc::before, .game-desc::after, .pool-bar::before, .pool-bar::after, .pool-current::after, .pool-current__gift, .pool-current__gift::after, .pool-current__gift::before, .pool-rate, .pool-rate__left, .pool-rate__right, .pool-rate__right__hide, .task-item, .week-item, .week-item__date::after {
    background: no-repeat 0 0;
    background-size: 100% 100%;
}
.m-eq {
    width: .68rem;
    height: .68rem;
}
#app {
    min-width: 350px;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}
.part {
    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;
}
.m-title {
    width: 7.5rem;
    height: 1.1rem;
    text-indent: -999rem;
}
.m-btn {
    width: 1.2rem;
    line-height: .38rem;
    height: .38rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-btn-light.png");
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
}
.m-btn.is-gray {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-btn-gray.png");
}
.banner-bar {
    position: relative;
}
.banner-bg {
    width: 100%;
}
.banner-logo {
    position: absolute;
    left: .2rem;
    top: .3rem;
    width: 1.24rem;
    height: .98rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/logo.png");
    text-indent: -999rem;
}
.game-bar {
    height: 10.82rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-game-bg.jpg");
    padding-top: .4rem;
}
.game-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-game-title.png");
    margin-bottom: .2rem;
}
.game-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: .9rem;
}
.game-item {
    width: 2.32rem;
    height: 3.96rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-game-item.png");
    margin: 0 .08rem;
    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;
    color: #fcead2;
    font-size: .2rem;
    padding-top: .36rem;
}
.game-desc {
    width: 1.88rem;
    height: 1.88rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-game-circle.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;
    position: relative;
    font-size: .29rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.16rem;
}
.game-desc::before, .game-desc::after {
      pointer-events: none;
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
}
.game-desc::before {
      width: 2.06rem;
      height: 2.06rem;
      margin-left: -1.03rem;
      margin-top: -1.03rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-current-circle-light.png");
      -webkit-animation: aniRandomShine infinite 10s linear;
              animation: aniRandomShine infinite 10s linear;
}
.game-desc::after {
      width: 2rem;
      height: 2rem;
      margin-left: -1rem;
      margin-top: -1rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-current-circle-dark.png");
      animation: aniRandomShine infinite 12s linear reverse;
}
.game-btn {
    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;
}
.game-btn::before, .game-btn::after {
      content: "";
      width: .08rem;
      height: .02rem;
      background-color: #fcead2;
      margin: .02rem .1rem 0;
}
.user-bar, .user-link {
    color: #f85337;
    font-weight: bold;
    font-size: .22rem;
}
.user-bar {
    margin-bottom: .5rem;
}
.pool-bar {
    padding-top: .68rem;
    height: 11.34rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-pool-bg.jpg");
    position: relative;
}
.pool-bar::before, .pool-bar::after {
      position: absolute;
      content: "";
}
.pool-bar::before {
      top: -.1rem;
      right: -.62rem;
      width: 3.31rem;
      height: .41rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-cloud-right.png");
      -webkit-animation: aniMoveX infinite 8s ease-out;
              animation: aniMoveX infinite 8s ease-out;
}
.pool-bar::after {
      bottom: -.24rem;
      left: -.8rem;
      width: 4.47rem;
      height: .55rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-cloud-left.png");
      animation: aniMoveX infinite 12s ease-out reverse;
}
.pool-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-pool-title.png");
    margin-bottom: .26rem;
}
.pool-title__next {
      width: 6.3rem;
      text-align: center;
      margin-bottom: 1.45rem;
}
.pool-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pool-hd__item {
      width: 3.6rem;
      text-align: center;
}
.pool-bd {
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pool-current, .pool-box {
    width: 3.6rem;
    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: .7rem;
    position: relative;
}
.pool-current__title, .pool-box__desc {
    margin-top: .16rem;
}
.pool-current__name, .pool-box__summary {
    height: .5rem;
}
.pool-current::after {
    position: absolute;
    content: "";
    width: .08rem;
    height: 4.42rem;
    right: -.04rem;
    top: 0;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-line.png");
}
.pool-current__gift {
    width: 2.93rem;
    height: 2.93rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/current-circle.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;
    position: relative;
}
.pool-current__gift::after, .pool-current__gift::before {
      pointer-events: none;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
}
.pool-current__gift::before {
      width: 3.11rem;
      height: 3.11rem;
      margin-left: -1.56rem;
      margin-top: -1.56rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/current-circle-light.png");
      -webkit-animation: aniRandomShine infinite 10s linear;
              animation: aniRandomShine infinite 10s linear;
}
.pool-current__gift::after {
      width: 3.2rem;
      height: 3.2rem;
      margin-left: -1.6rem;
      margin-top: -1.6rem;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/current-circle-dark.png");
      animation: aniRandomShine infinite 12s linear reverse;
}
.pool-current__eq {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
.pool-current__wait {
    width: 1rem;
    height: 1rem;
}
.pool-box__all {
    position: absolute;
    width: 1.3rem;
    height: .38rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-check.png");
    font-size: .18rem;
    top: -1.4rem;
    left: -.68rem;
}
.pool-box__date {
    font-size: .18rem;
    margin-top: .08rem;
}
.pool-rate {
    position: relative;
    width: 2.93rem;
    height: 2.93rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-circle.png");
}
.pool-rate__number {
      position: absolute;
      color: #cac5bc;
      text-align: center;
      width: 100%;
      left: 0;
      top: .26rem;
      z-index: 8;
}
.pool-rate__pic {
      position: relative;
      z-index: 5;
      width: 2.93rem;
      height: 2.93rem;
}
.pool-rate__left, .pool-rate__right, .pool-rate__right__hide {
      position: absolute;
      width: 3rem;
      height: 3rem;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -1.5rem;
      margin-top: -1.5rem;
      border-radius: 50%;
}
.pool-rate__left {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-left-light.png");
}
.pool-rate__right {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-right-light.png");
}
.pool-rate__right__hide {
        background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-right-gray.png");
}
.pool-btn {
    width: 2rem;
    height: .48rem;
    color: #fff;
    font-weight: bold;
    font-size: .18rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn.png");
}
.pool-btn.is-gray {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn-gray.png");
}
.task-bar {
    padding-top: .6rem;
    height: 13.77rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-task-bg.jpg");
}
.task-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-task-title.png");
    margin-bottom: .62rem;
}
.task-item {
    width: 5.62rem;
    height: 1.48rem;
    margin: 0 auto .3rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/task-item.png");
    padding-left: 1.68rem;
    position: relative;
    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;
}
.task-item__total, .task-item__rate {
      position: absolute;
      left: 0;
      width: 1.48rem;
      text-align: center;
      color: #fff3ef;
}
.task-item__total {
      font-size: .7rem;
      line-height: 1.8;
      font-family: 'number';
}
.task-item__rate {
      font-size: .2rem;
      top: 1.06rem;
}
.task-item__name, .task-item__desc, .task-item__alone {
      width: 3rem;
      line-height: 1.5;
}
.task-item__desc, .task-item__alone {
      font-size: .2rem;
}
.task-item__btn {
      position: absolute;
      right: .14rem;
      top: .54rem;
}
.task-item__side {
      font-size: .2rem;
      position: absolute;
      right: .14rem;
      top: .95rem;
      color: #999999;
      width: 1.2rem;
      text-align: center;
}
.week-bar {
    padding-top: .54rem;
    height: 14.73rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-week-bg.jpg");
}
.week-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-week-title.png");
    margin-bottom: .14rem;
}
.week-title__next {
      width: 6.7rem;
      padding-right: 2.7rem;
      color: white;
}
.week-total {
    width: 6.7rem;
    color: white;
    font-weight: bold;
    margin-bottom: 1rem;
}
.week-list {
    width: 7rem;
    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;
}
.week-item {
    width: 2.92rem;
    height: 4.54rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-item.png");
    margin: 0 .25rem .32rem;
    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;
    padding-bottom: .2rem;
}
.week-item__hd {
      line-height: 1.4;
      font-size: .48rem;
}
.week-item__date {
      font-size: .2rem;
      margin-bottom: .32rem;
      position: relative;
}
.week-item__date::after {
        content: "";
        position: absolute;
        width: 2.55rem;
        height: .07rem;
        background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-line.png");
        left: 50%;
        top: .4rem;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
}
.week-item__point {
      margin-bottom: .3rem;
}
.week-item__eq {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      margin-bottom: .34rem;
}
.week-item__name {
      padding: 0 .1rem;
      text-align: center;
      line-height: 1.4;
      font-size: .18rem;
      font-weight: bold;
      margin-bottom: .24rem;
}
.rule-bar {
    padding-top: .5rem;
    height: 17.2rem;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-rule-bg.jpg");
    font-size: .22rem;
    font-weight: bold;
    line-height: 1.5;
}
.rule-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/app-rule-title.png");
    margin-bottom: .5rem;
}
.rule-list {
    width: 6.88rem;
}
.rule-item {
    margin-bottom: .2rem;
}
.rule-question {
    color: #f8673e;
}
.d-pool__box {
    width: 1.1rem;
    height: 1.1rem;
}
.d-game__check__eq,
  .d-game__super__eq {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@media screen and (min-width: 751px) {
  /*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:20 
 * @Last Modified by: whj
 * @Last Modified time: 2023-01-05 14:20:14
 */
.topBar,
  #M3-footer {
    display: block;
}
body {
    font: 16px/1.6 '\5FAE\8F6F\96C5\9ED1';
}
#app {
    max-width: 1920px;
    min-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.part {
    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;
    background: no-repeat center top;
    position: relative;
}
.m-title {
    width: 1000px;
    height: 104px;
    background: no-repeat 0 0;
    text-indent: -9999px;
}
.m-btn {
    font-size: 16px;
    width: 120px;
    height: 38px;
    color: #fcf4ed;
    font-weight: bold;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-btn-light.png");
}
.m-btn:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-btn-light-hover.png");
}
.m-btn.is-gray, .m-btn.is-gray:hover {
      cursor: default;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-btn-gray.png");
}
.banner-bar {
    height: 1078px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/banner-bg.jpg");
}
.banner-logo {
    position: absolute;
    left: 58px;
    top: 24px;
    width: 124px;
    height: 98px;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/logo.png") no-repeat 0 0;
    text-indent: -9999px;
}
.banner-enter, .banner-download {
    position: absolute;
    top: 60px;
    width: 125px;
    height: 52px;
    background: no-repeat 0 0;
    text-indent: -9999px;
}
.banner-enter {
    right: 160px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/btn-enter.png");
}
.banner-download {
    right: 42px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/btn-download.png");
}
.banner-date {
    position: absolute;
    text-indent: -9999px;
    width: 845px;
    height: 85px;
    top: 724px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/banner-date.png") no-repeat 0 0;
}
.game-bar {
    padding-top: 42px;
    height: 875px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/game-bg.jpg");
}
.game-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/game-title.png");
    margin-bottom: 15px;
}
.game-title__next {
      font-weight: 18px;
      margin-bottom: 84px;
}
.game-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.game-item {
    width: 288px;
    height: 493px;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/game-item.png") no-repeat 0 0;
    margin: 0 66px;
    position: relative;
    cursor: pointer;
}
.game-item:hover .game-desc::after, .game-item:hover .game-desc::before {
      -webkit-animation-play-state: paused !important;
              animation-play-state: paused !important;
}
.game-desc {
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -117px;
    width: 235px;
    height: 235px;
    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;
    font-size: 36px;
    color: #fcead2;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/game-circle.png");
    pointer-events: none;
}
.game-desc::before, .game-desc::after {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      background: no-repeat 0 0;
}
.game-desc::before {
      width: 257px;
      height: 257px;
      margin-left: -128px;
      margin-top: -128px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/game-circle-light.png");
      animation: aniRandomShine infinite 10s linear reverse;
}
.game-desc::after {
      width: 249px;
      height: 249px;
      margin-left: -124px;
      margin-top: -124px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/game-circle-dark.png");
      -webkit-animation: aniRandomShine infinite 8s linear;
              animation: aniRandomShine infinite 8s linear;
}
.game-btn {
    position: absolute;
    top: 420px;
    width: 100%;
    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: #fcead2;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.game-btn::before, .game-btn::after {
      content: "";
      width: 8px;
      height: 4px;
      background-color: #fcead2;
      margin: 0 8px;
}
.user-bar {
    position: absolute;
    right: 70px;
    top: 58px;
    color: #f85337;
    font-weight: bold;
}
.user-link {
    color: #f85337;
    font-weight: bold;
    font-size: 16px;
}
.pool-bar {
    padding-top: 38px;
    z-index: 2;
    height: 897px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-bg.jpg");
}
.pool-bar::after, .pool-bar::before {
      position: absolute;
      content: "";
      background: no-repeat 0 0;
}
.pool-bar::before {
      top: 28px;
      right: -105px;
      width: 739px;
      height: 90px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/cloud-right.png");
      -webkit-animation: aniMoveX infinite 5s ease-out;
              animation: aniMoveX infinite 5s ease-out;
}
.pool-bar:after {
      bottom: -40px;
      left: -105px;
      width: 739px;
      height: 90px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/cloud-left.png");
      animation: aniMoveX infinite 6s ease-out reverse;
}
.pool-title {
    padding-top: 36px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-title.png");
    margin-bottom: 15px;
}
.pool-title__next {
      font-size: 18px;
      margin-bottom: 46px;
}
.pool-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
}
.pool-hd__item {
      margin: 0 60px;
      font-size: 22px;
}
.pool-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.pool-bd::before {
      position: absolute;
      content: "";
      width: 8px;
      height: 442px;
      background: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-line.png") no-repeat 0 0;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
}
.pool-bd__item {
      width: 490px;
      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;
}
.pool-btn {
    width: 200px;
    height: 48px;
    color: #fcf4ed;
    font-weight: bold;
    font-size: 16px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn.png");
    letter-spacing: 1px;
    margin-top: 25px;
}
.pool-btn:hover {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn-hover.png");
}
.pool-btn.is-gray, .pool-btn.is-gray:hover {
      cursor: default;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-btn-gray.png");
}
.pool-current__title, .pool-box__desc {
    margin-top: 10px;
    font-size: 22px;
}
.pool-current__name, .pool-box__summary {
    height: 20px;
}
.pool-current__gift {
    width: 293px;
    height: 293px;
    position: relative;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/current-circle.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-bottom: 10px;
}
.pool-current__gift::after, .pool-current__gift::before {
      pointer-events: none;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      background: no-repeat 0 0;
}
.pool-current__gift::before {
      width: 311px;
      height: 311px;
      margin-left: -156px;
      margin-top: -156px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/current-circle-light.png");
      -webkit-animation: aniRandomShine infinite 10s linear;
              animation: aniRandomShine infinite 10s linear;
}
.pool-current__gift::after {
      width: 320px;
      height: 320px;
      margin-left: -160px;
      margin-top: -160px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/current-circle-dark.png");
      animation: aniRandomShine infinite 12s linear reverse;
}
.pool-current__eq {
    -webkit-transform: scale(2.18);
            transform: scale(2.18);
}
.pool-current__wait {
    width: 100px;
    height: 100px;
}
.pool-box {
    position: relative;
}
.pool-box__all {
      position: absolute;
      right: 10px;
      top: -50px;
      width: 130px;
      height: 38px;
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/pool-check.png");
}
.pool-box__all .m-txt-theme, .pool-box__all .d-hd, .pool-box__all .d-game__friend__title, .pool-box__all .d-pool__title {
        pointer-events: none;
}
.pool-box__all:hover {
        border: 2px solid #f8653e;
        background: transparent;
}
.pool-rate {
    width: 293px;
    height: 293px;
    position: relative;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-circle.png") no-repeat 0 0;
    margin-bottom: 12px;
}
.pool-rate__number {
      position: absolute;
      color: #cac5bc;
      text-align: center;
      width: 100%;
      left: 0;
      top: 26px;
      z-index: 8;
}
.pool-rate__pic {
      position: relative;
      width: 293px;
      height: 293px;
      z-index: 9;
}
.pool-rate__left, .pool-rate__right, .pool-rate__right__hide {
      position: absolute;
      width: 300px;
      height: 300px;
      left: 50%;
      top: 50%;
      margin-left: -150px;
      margin-top: -150px;
      border-radius: 50%;
}
.pool-rate__left {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-left-light.png");
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
}
.pool-rate__right {
      background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-right-light.png");
}
.pool-rate__right__hide {
        background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rate-right-gray.png");
}
.task-bar {
    padding-top: 57px;
    height: 849px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/task-bg.jpg");
}
.task-title {
    padding-top: 58px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/task-title.png");
    margin-bottom: 62px;
}
.task-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;
    width: 1300px;
}
.task-item {
    width: 562px;
    height: 148px;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/task-item.png") no-repeat 0 0;
    margin: 0 23px 45px;
    position: relative;
    padding-left: 180px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.task-item__total, .task-item__rate {
      position: absolute;
      width: 148px;
      text-align: center;
      color: #fff3ef;
      line-height: 1;
      left: 0;
}
.task-item__total {
      font-family: 'number';
      font-size: 70px;
      top: 36px;
}
.task-item__rate {
      top: 118px;
      font-size: 14px;
}
.task-item__name {
      font-size: 24px;
      margin-bottom: 6px;
}
.task-item__btn {
      position: absolute;
      top: 55px;
      right: 20px;
      letter-spacing: 2px;
}
.task-item__side {
      position: absolute;
      right: 44px;
      top: 100px;
      width: 80px;
      color: #999999;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
}
.task-item__side:hover {
        color: #f83e30;
}
.week-bar {
    padding-top: 48px;
    height: 788px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-bg.jpg");
}
.week-title {
    padding-top: 48px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/week-title.png");
    margin-bottom: 12px;
}
.week-title__next {
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 10px;
}
.week-total {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
.week-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.week-item {
    width: 292px;
    height: 454px;
    background: url("https://web-resource.17m3.com/m3guo/202301/battle/week-item.png") no-repeat 0 0;
    margin: 0 15px;
    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: 45px;
    line-height: 1;
}
.week-item__hd {
      font-size: 48px;
      margin-bottom: 15px;
}
.week-item__date {
      font-size: 14px;
      margin-bottom: 40px;
      position: relative;
}
.week-item__date::after {
        position: absolute;
        content: "";
        top: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 255px;
        height: 7px;
        background: url("https://web-resource.17m3.com/m3guo/202301/battle/week-line.png") no-repeat 0 0;
}
.week-item__point {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 16px;
      margin-bottom: 50px;
}
.week-item__eq {
      -webkit-transform: scale(2.18);
              transform: scale(2.18);
      margin-bottom: 54px;
}
.week-item__name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
}
.rule-bar {
    padding-top: 50px;
    height: 1316px;
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rule-bg.jpg");
}
.rule-title {
    background-image: url("https://web-resource.17m3.com/m3guo/202301/battle/rule-title.png");
    margin-bottom: 50px;
}
.rule-list {
    width: 1292px;
    font-weight: bold;
}
.rule-item {
    margin-bottom: 36px;
}
.rule-question {
    color: #f8673e;
    margin-bottom: 2px;
}
}

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