
@charset "UTF-8";
/*
 * @Author: whj 
 * @Date: 2021-08-06 14:06:03 
 * @Last Modified by: whj
 * @Last Modified time: 2022-08-15 16:45:02
 */
* {
  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;
}
.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(0, 0, 0, 0.8);
  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: #efd38d;
  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-17 15:38:03
 */
html {
  font-size: 100px;
}
body {
  color: #7c7a71;
  background-color: #1c1c1c;
  font: 16px/1.6 '\5FAE\8F6F\96C5\9ED1';
}
.bg-none, a,
button, .eq-box, .eq-box.is-light::before, .game-nav__item, .game-bd, .game-title::before, .game-title::after, .game-task__status, .game-ft {
  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: .5s ease-out;
  transition: .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/steam/HYJinKaiJ.ttf");
}
#app {
  width: 100%;
  max-width: 1920px;
  min-width: 1204px;
  margin: 0 auto;
}
.m-title {
  width: 900px;
  height: 80px;
  background: no-repeat 0 0;
  text-indent: -9999px;
}
.m-title__next {
    text-align: center;
}
.eq-box {
  width: 100px;
  height: 100px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/eq-bg.jpg");
  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;
}
.eq-box.is-light {
    position: relative;
}
.eq-box.is-light::before {
      content: "";
      position: absolute;
      width: 128px;
      height: 128px;
      left: -14px;
      top: -14px;
      pointer-events: none;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/eq-light.png");
}
.txt-linear, .d-hd, .game-nav__item:hover .game-nav__desc, .game-nav__item.is-crt .game-nav__desc, .game-title {
  font: 24px/1.2 'jinkai';
  letter-spacing: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef9b71), to(#f1b78b), color-stop(0.8, #f4e4b9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt-c {
  text-align: center;
}
.d-bar {
  width: 508px;
  min-height: 264px;
  color: #626060;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 18px;
}
.d-hd {
  padding: 0;
  position: relative;
  margin: 0 30px 18px;
}
.d-hd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #373535;
}
.d-btn {
  text-indent: -9999px;
  width: 203px;
  height: 59px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-sure.png");
}
.d-btn.is-get {
    width: 206px;
    height: 62px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-gift.png");
}
.d-btn.is-copy {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-copy.png");
}
.d-close {
  font-size: 28px;
  color: #42413f;
  font-weight: bold;
  right: 10px;
  top: 10px;
}
.alert-bar {
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/alert-bg.png");
}
.alert-bar .d-bd {
    min-height: 92px;
    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;
    font-size: 16px;
    color: #f7edc3;
    padding: 0 30px;
}
.rule-bar {
  width: 526px;
  padding-bottom: 40px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/rule-bg.png");
}
.rule-item {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.rule-label {
  width: 16px;
  height: 16px;
  background-color: #5f5d5d;
  color: #282626;
  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-top: 4px;
}
.rule-desc {
  width: 436px;
}
.address-bar {
  height: 424px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/address-bg.png");
}
.address-form {
  margin: 0 27px;
}
.address-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #373535;
  padding: 15px 10px 15px 0;
}
.address-label {
  color: #818181;
  font-family: 'jinkai';
  width: 94px;
  padding-right: 18px;
  text-align: right;
  position: relative;
}
.address-label::after {
    position: absolute;
    content: "/";
    right: 0;
    letter-spacing: 0;
}
.address-label.is-address {
    letter-spacing: 6px;
}
.address-ipt {
  width: 334px;
  line-height: 20px;
  background-color: transparent;
  border: 0;
  outline: none;
  color: #626060;
  font: 16px/1.6 '\5FAE\8F6F\96C5\9ED1';
}
.address-ipt.is-textarea {
    resize: none;
    height: 56px;
}
.address-msg {
  font-size: 14px;
  color: #5d503e;
  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: 10px 0 16px;
}
.address-msg::before {
    content: "";
    width: 17px;
    height: 15px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/ic-error.png") no-repeat 0 0;
    margin-right: 5px;
}
.history-bar {
  height: 628px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/rule-bg.png");
}
.history-hd {
  font-family: 'jinkai';
  margin: 0 10px;
  letter-spacing: 2px;
}
.history-hd .history-eq,
  .history-hd .history-time {
    position: relative;
}
.history-hd .history-eq::after,
    .history-hd .history-time::after {
      content: "";
      position: absolute;
      right: -5px;
      top: 50%;
      margin-top: -5px;
      width: 11px;
      height: 11px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/nav-icon.png");
}
.history-hd .history-last {
    text-align: right;
    padding-right: 30px;
}
.history-hd, .history-item {
  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 27px;
  border-bottom: 1px solid #373535;
  padding: 10px 0;
}
.history-eq, .history-time, .history-last {
  width: 33.33%;
  text-align: center;
}
.history-status {
  float: right;
  width: 82px;
  height: 34px;
  text-indent: -9999px;
  background: no-repeat 0 0;
}
.history-status.is-over {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-over.png");
}
.history-status.is-success {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-success.png");
}
.history-status.is-write {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-write.png");
}
.history-status.is-address {
    width: 124px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-address.png");
}
.history-scroll {
  overflow: auto;
  height: 388px;
  margin: 0 10px 10px;
}
.history-scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 0.04rem;
}
.history-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: #b56431;
}
.history-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: #494646;
}
.game-bar {
  width: 1211px;
  padding-top: 0;
}
.game-close {
  top: -40px;
  right: -5px;
}
.game-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -57px;
  font-family: 'jinkai';
  font-size: 24px;
}
.game-nav__item {
    width: 255px;
    height: 60px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/game-tab.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;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 5px;
}
.game-nav__item:hover, .game-nav__item.is-crt {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/game-tab-hover.png");
}
.game-nav__desc {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    letter-spacing: 3px;
    font: 24px/1.2 'jinkai';
}
.game-bd {
  width: 1211px;
  height: 636px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/game-bg.png");
}
.game-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 38px;
}
.game-item.is-plus {
    padding-top: 100px;
}
.game-process {
  width: 322px;
  border: 1px solid #3a3a3a;
  margin: 0 36px;
  padding: 0 10px 46px;
  position: relative;
}
.game-title {
  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;
  height: 56px;
}
.game-title::before, .game-title::after {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/nav-icon.png");
}
.game-title::before {
    margin-right: 12px;
}
.game-title::after {
    margin-left: 12px;
}
.game-list {
  height: 264px;
  overflow: hidden;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-line.png") no-repeat left top;
}
.game-btn__get {
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -103px;
  width: 206px;
  height: 62px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-gift.png");
  text-indent: -9999px;
}
.game-btn__get.is-gray {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-gift-gray.png");
    cursor: default;
}
.game-task {
  height: 66px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-line.png") no-repeat left bottom;
}
.game-task__left {
    width: 170px;
    padding-left: 10px;
    color: #f7edc3;
    font-size: 14px;
}
.game-task__status {
    width: 82px;
    height: 34px;
    text-indent: -9999px;
}
.game-task__status.is-over {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-over.png");
}
.game-task__status.is-success {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-success.png");
}
.game-task__mark {
    color: #d4934f;
}
.game-ft {
  position: absolute;
  top: 485px;
  width: 700px;
  height: 110px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/game-king-bg.png");
  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;
  padding: 0 30px 0 24px;
}
.game-ft__desc {
    width: 480px;
    padding-left: 30px;
    font-family: 'jinkai';
    font-size: 18px;
    color: #8b8782;
}
.game-ft__mark {
    color: #f0a47a;
}
.game-ft__more {
    font-family: 'jinkai';
    font-size: 18px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -64px;
    width: 128px;
    height: 27px;
    background-color: #211f1f;
    color: #cd8a48;
    border-radius: 0 0 8px 8px;
}
.game-top {
  width: 446px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/game-top-bg.jpg");
}
.game-top__list {
    margin: 0 15px;
}
.game-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-line.png") no-repeat left bottom;
}
.game-top__label {
    color: #f7edc3;
    width: 140px;
    padding-left: 10px;
}
.game-top__label.is-mark {
      color: #d0904e;
}
.game-top__dd {
    margin-right: 10px;
}
/*
 * @Author: whj 
 * @Date: 2021-06-24 15:04:20 
 * @Last Modified by: whj
 * @Last Modified time: 2022-08-17 14:16:52
 */
.wrap {
  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;
}
.banner-bar {
  overflow: hidden;
  position: relative;
  height: 1080px;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/banner-bg.jpg") no-repeat center top;
}
.banner-logo {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 50%;
  margin-left: -700px;
  width: 124px;
  height: 98px;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/logo.png") no-repeat 0 0;
  text-indent: -9999px;
}
.banner-scroll {
  position: absolute;
  z-index: 2;
  width: 112px;
  height: 48px;
  top: 712px;
  left: 50%;
  margin-left: -56px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/mouse-hd.png");
}
.banner-scroll::after {
    position: absolute;
    content: "";
    top: 50px;
    left: 50%;
    margin-left: -18px;
    width: 34px;
    height: 18px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/mouse-ft.png") no-repeat 0 0;
    -webkit-animation: aniDown infinite 1s linear;
            animation: aniDown infinite 1s linear;
}
.banner-video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  height: 1080px;
}
.container {
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/container-bg.jpg") no-repeat center top;
  padding-bottom: 300px;
}
.user-bar {
  padding: 25px 0 20px;
  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: #f7edc3;
}
.user-link {
  color: #f7edc3;
  font-size: 16px;
  -webkit-transition: 0s;
  transition: 0s;
}
.user-login {
  width: 104px;
  height: 34px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-login.png");
  text-indent: -9999px;
}
.recharge-bar {
  margin-bottom: 150px;
}
.recharge-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1203px;
  height: 458px;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-hd.png") no-repeat 0 0;
  margin-bottom: 60px;
}
.recharge-title {
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-title.png");
}
.recharge-total {
  width: 630px;
  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: 12px;
}
.recharge-total__list {
    height: 320px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.recharge-total__item {
    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;
    width: 562px;
    padding: 0 2px 0 10px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-line.png") no-repeat left bottom;
}
.recharge-total__rmb {
    width: 100px;
    font-family: 'jinkai';
    font-size: 18px;
    color: #f7edc3;
}
.recharge-total__gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.recharge-total__eq {
    margin: 0 5px;
}
.recharge-total__status {
    width: 82px;
    height: 34px;
    background: no-repeat 0 0;
    text-indent: -9999px;
}
.recharge-total__status.is-wait {
      cursor: pointer;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-recharge.png");
}
.recharge-total__status.is-success {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-success.png");
}
.recharge-total__status.is-over {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/status-over.png");
}
.recharge-total__get {
    margin-top: 40px;
    width: 206px;
    height: 62px;
    text-indent: -9999px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-gift.png");
}
.recharge-lottery {
  position: relative;
  width: 576px;
  padding-top: 32px;
}
.recharge-lottery__history {
    position: absolute;
    right: 0;
    top: -55px;
    width: 104px;
    height: 34px;
    text-indent: -9999px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/lottery-history-btn.png");
}
.recharge-lottery__bar {
    position: relative;
    margin-left: 92px;
    width: 380px;
    height: 395px;
}
.recharge-lottery__list {
    position: relative;
}
.recharge-lottery__item {
    position: absolute;
}
.recharge-lottery__item.is-1, .recharge-lottery__item.is-2, .recharge-lottery__item.is-3 {
      top: 0;
}
.recharge-lottery__item.is-4, .recharge-lottery__item.is-8 {
      top: 148px;
}
.recharge-lottery__item.is-5, .recharge-lottery__item.is-6, .recharge-lottery__item.is-7 {
      top: 293px;
}
.recharge-lottery__item.is-1, .recharge-lottery__item.is-7, .recharge-lottery__item.is-8 {
      left: 0;
}
.recharge-lottery__item.is-2, .recharge-lottery__item.is-6 {
      left: 140px;
}
.recharge-lottery__item.is-3, .recharge-lottery__item.is-4, .recharge-lottery__item.is-5 {
      left: 280px;
}
.recharge-lottery__item.is-crt {
      background-color: #ccc;
}
.recharge-lottery__btn {
    position: absolute;
    left: 131px;
    top: 138px;
    width: 120px;
    height: 120px;
    text-indent: -9999px;
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-lottery.png");
}
.recharge-lottery__count {
    position: absolute;
    width: 180px;
    left: 102px;
    top: 262px;
    color: #f5c478;
    text-align: center;
    font-family: 'jinkai';
}
.recharge-lottery__step {
    position: absolute;
    width: 128px;
    height: 128px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/eq-light.png") no-repeat 0 0;
    pointer-events: none;
    opacity: 0;
}
.recharge-lottery__step.is-start {
      opacity: 1;
}
.recharge-lottery__step.step-1, .recharge-lottery__step.step-2, .recharge-lottery__step.step-3 {
      top: -14px;
}
.recharge-lottery__step.step-4, .recharge-lottery__step.step-8 {
      top: 134px;
}
.recharge-lottery__step.step-5, .recharge-lottery__step.step-6, .recharge-lottery__step.step-7 {
      top: 278px;
}
.recharge-lottery__step.step-1, .recharge-lottery__step.step-8, .recharge-lottery__step.step-7 {
      left: -14px;
}
.recharge-lottery__step.step-2, .recharge-lottery__step.step-6 {
      left: 126px;
}
.recharge-lottery__step.step-3, .recharge-lottery__step.step-4, .recharge-lottery__step.step-5 {
      left: 266px;
}
.recharge-lottery__shine {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 14px;
    top: 14px;
    overflow: hidden;
}
.recharge-lottery__shine span {
      position: absolute;
      display: block;
}
.recharge-lottery__shine span:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
        background: linear-gradient(90deg, transparent, white);
        -webkit-animation: animate1 1s linear infinite;
                animation: animate1 1s linear infinite;
}
.recharge-lottery__shine span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 3px;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
        background: linear-gradient(180deg, transparent, white);
        -webkit-animation: animate2 1s linear infinite;
                animation: animate2 1s linear infinite;
        -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s;
}
.recharge-lottery__shine span:nth-child(3) {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: -webkit-gradient(linear, right top, left top, from(transparent), to(white));
        background: linear-gradient(270deg, transparent, white);
        -webkit-animation: animate3 1s linear infinite;
                animation: animate3 1s linear infinite;
        -webkit-animation-delay: 0.50s;
                animation-delay: 0.50s;
}
.recharge-lottery__shine span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 3px;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
        background: linear-gradient(360deg, transparent, white);
        -webkit-animation: animate4 1s linear infinite;
                animation: animate4 1s linear infinite;
        -webkit-animation-delay: 0.75s;
                animation-delay: 0.75s;
}
.recharge-award__title {
  margin-bottom: 40px;
}
.recharge-award__bd {
  height: 488px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recharge-award__left {
  margin-right: 26px;
  width: 470px;
  height: 488px;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-gift-left.png") no-repeat 0 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;
  padding-top: 32px;
}
.recharge-award__left__title {
    margin-bottom: 20px;
}
.recharge-award__left__list {
    width: 420px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-line.png") no-repeat left top;
}
.recharge-award__left__item {
    width: 100%;
    padding: 0 17px;
    height: 58px;
    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;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-line.png") no-repeat left bottom;
}
.recharge-award__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 708px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recharge-award__right__item {
    width: 340px;
    height: 234px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/recharge-gift-item.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: 20px;
}
.wish-bar {
  margin-bottom: 146px;
}
.wish-title {
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/wish-title.png");
  margin-bottom: 15px;
}
.wish-process {
  margin-top: 130px;
  position: relative;
  width: 1032px;
  height: 16px;
  background-color: #725d41;
  border-radius: 8px;
}
.wish-process__bd {
    height: 16px;
    border-radius: 8px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/process-bd.png") no-repeat 0 0;
}
.wish-process::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -547px;
    width: 1094px;
    height: 36px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/process-before.png") no-repeat 0 0;
}
.wish-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
  margin: 40px 0 60px;
}
.wish-gift__item {
    position: relative;
}
.wish-gift__item::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 11px;
      top: -28px;
      left: 50%;
      margin-left: -10px;
      background: url("https://web-resource.17m3.com/m3guo/202208/steam/wish-icon.png") no-repeat 0 0;
}
.wish-gift__person {
    position: absolute;
    left: 0;
    top: -110px;
    width: 100%;
    text-align: center;
    color: #efd38d;
    font-family: 'jinkai';
    font-size: 24px;
}
.wish-order__desc {
  color: #a08459;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 38px;
}
.wish-order__count {
  color: #e1874e;
}
.wish-order__btn {
  width: 206px;
  height: 62px;
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-order.png");
  text-indent: -9999px;
  margin-bottom: 120px;
}
.wish-order__btn.is-over {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-order-over.png");
}
.wish-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wish-game__item {
    width: 470px;
    height: 488px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/wish-game-item.png") no-repeat 0 0;
    margin: 0 50px;
    padding-top: 36px;
    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;
}
.wish-game__title {
    width: 240px;
    height: 42px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    margin-bottom: 16px;
}
.wish-game__title.is-gift {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/wish-game-area.png");
}
.wish-game__title.is-day {
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/wish-game-day.png");
}
.wish-game__desc {
    color: #c2bca3;
    text-align: center;
    height: 80px;
}
.wish-game__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;
}
.wish-game__gift {
    margin: 0 25px 46px;
}
.achievement-title {
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/achievement-title.png");
  margin-bottom: 15px;
}
.achievement-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1132px;
  margin: 86px 0 160px;
}
.achievement-btn {
  width: 300px;
  height: 508px;
  background: no-repeat 0 0;
  text-indent: -9999px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.achievement-btn:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
.achievement-btn.is-pvp {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/achievement-pvp.png");
}
.achievement-btn.is-pve {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/achievement-pve.png");
}
.achievement-btn.is-plus {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/achievement-plus.png");
}
.wiki-title {
  background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/wiki-title.png");
  margin-bottom: 36px;
}
.wiki-slider {
  width: 976px;
  height: 496px;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/wiki-bd.png") no-repeat 0 0;
  position: relative;
  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;
}
.wiki-slider__list {
    position: relative;
    width: 960px;
    height: 480px;
}
.wiki-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.wiki-slider__item.is-crt {
      opacity: 1;
}
.wiki-slider__ft {
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.wiki-slider__page {
    width: 36px;
    height: 8px;
    background-color: #322d28;
    border-radius: 4px;
    text-indent: -9999px;
    margin: 0 9px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.wiki-slider__page.is-crt {
      background-color: #f2ba83;
}
.wiki-slider__btn {
    position: absolute;
    top: 190px;
    width: 104px;
    height: 104px;
    text-indent: -9999px;
}
.wiki-slider__btn.is-prev {
      left: -110px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-prev.png");
      -webkit-animation: aniLeft infinite 2s ease-out;
              animation: aniLeft infinite 2s ease-out;
}
.wiki-slider__btn.is-prev:hover {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-prev-hover.png");
}
.wiki-slider__btn.is-next {
      right: -110px;
      background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-next.png");
      -webkit-animation: aniRight infinite 2s ease-out;
              animation: aniRight infinite 2s ease-out;
}
.wiki-slider__btn.is-next:hover {
        background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/btn-next-hover.png");
}
.wiki-ft {
  position: relative;
  margin-top: 215px;
  width: 956px;
  height: 243px;
  margin-bottom: 150px;
}
.wiki-ft__item {
    position: absolute;
    bottom: 0;
}
.wiki-ft__item.is-wechat {
      left: 0;
}
.wiki-ft__item.is-kd {
      right: 0;
}
.wiki-qq {
  font-family: 'jinkai';
  color: #efd38d;
  font-size: 24px;
  margin-bottom: 20px;
  width: 470px;
}
.wiki-qq__link {
    color: #d78570;
    text-decoration: none;
}
.wiki-qq__link:hover {
      text-decoration: underline;
}
.nav-bar {
  font-family: 'jinkai';
  position: fixed;
  z-index: 19;
  left: 50%;
  margin-left: 750px;
  top: -300px;
  margin-top: -200px;
}
.nav-bar.is-show {
    top: 50%;
}
.nav-item {
  text-align: center;
  width: 110px;
  color: #7c7a71;
  line-height: 1;
  margin-bottom: 47px;
  position: relative;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}
.nav-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -26px;
    width: 100%;
    height: 11px;
    background: url("https://web-resource.17m3.com/m3guo/202208/steam/nav-icon.png") no-repeat center top;
}
.nav-item.is-crt, .nav-item:hover {
    color: #eeba68;
    background: -webkit-gradient(linear, left top, left bottom, from(#af592b), to(#eeba68));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-gift {
  width: 110px;
  height: 110px;
  background: url("https://web-resource.17m3.com/m3guo/202208/steam/nav-eq.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;
  position: relative;
}
.nav-status {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 110px;
  height: 44px;
  text-indent: -9999px;
}
.nav-status.is-share {
    background-image: url("https://web-resource.17m3.com/m3guo/202208/steam/nav-btn-share.png");
}
@-webkit-keyframes aniDown {
0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
}
@keyframes aniDown {
0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
}
@-webkit-keyframes aniLeft {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
}
@keyframes aniLeft {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
}
@-webkit-keyframes aniRight {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}
}
@keyframes aniRight {
0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}
}
@-webkit-keyframes animate1 {
0% {
    left: -100%;
}
50%,
  100% {
    left: 100%;
}
}
@keyframes animate1 {
0% {
    left: -100%;
}
50%,
  100% {
    left: 100%;
}
}
@-webkit-keyframes animate2 {
0% {
    top: -100%;
}
50%,
  100% {
    top: 100%;
}
}
@keyframes animate2 {
0% {
    top: -100%;
}
50%,
  100% {
    top: 100%;
}
}
@-webkit-keyframes animate3 {
0% {
    right: -100%;
}
50%,
  100% {
    right: 100%;
}
}
@keyframes animate3 {
0% {
    right: -100%;
}
50%,
  100% {
    right: 100%;
}
}
@-webkit-keyframes animate4 {
0% {
    bottom: -100%;
}
50%,
  100% {
    bottom: 100%;
}
}
@keyframes animate4 {
0% {
    bottom: -100%;
}
50%,
  100% {
    bottom: 100%;
}
}

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