@charset "UTF-8";
@-webkit-keyframes backgroundMoveTop {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 100000%;
  }
}
@keyframes backgroundMoveTop {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 100000%;
  }
}
@-webkit-keyframes backgroundMoveBottom {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: -100000%;
  }
}
@keyframes backgroundMoveBottom {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: -100000%;
  }
}
/* 自定义弹窗 */
.dialog {
  display: none;
}

#dialog-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  display: none;
  z-index: 666;
}

#dialog-wrapper .dialog-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
}

#dialog-wrapper .dialog, #dialog-wrapper .popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.body-popup-mask {
  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: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.body-popup-mask *, .body-popup-mask ::before, .body-popup-mask ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.body-popup-mask .popup {
  display: block;
}

/* 登录 */
.login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.login a {
  text-decoration: none;
  color: #fff;
}

#milo-logined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#milo-logout, .areaContainer {
  margin-left: 20px;
}

#milo-userUin {
  margin-right: 5px;
}

/* 选择大区 */
#milo-dialog .milo-dialog {
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.popup *,
.popup ::before,
.popup ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.popup + .popup {
  margin-top: 30px;
}
.popup .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.popup .button-group .button {
  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;
  width: 254px;
  height: 68px;
  line-height: 68px;
  font-family: "NotoSansSC-Bold";
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/common-button.png");
}
.popup .button-group .button svg {
  margin-left: 15px;
}
.popup .button-group .button + .button {
  margin-left: 30px;
}
.popup .button-group .button-cancel {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 26px;
  height: 26px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/popup-close.png");
}

.popup-panel {
  position: relative;
  width: 540px;
}
.popup-panel .panel-head {
  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;
  height: 140px;
  background-color: rgba(13, 21, 29, 0.9);
}
.popup-panel .panel-head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 36px;
  font-family: "NotoSansSC-Bold";
  font-size: 25px;
  white-space: nowrap;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-panel .panel-head .title span {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #e2003e;
  -webkit-transform: translateY(-50%) skew(-15deg);
          transform: translateY(-50%) skew(-15deg);
}
.popup-panel .panel-head .title span:nth-of-type(1) {
  left: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.popup-panel .panel-head .title span:nth-of-type(2) {
  right: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.popup-panel .panel-head .adorn {
  position: absolute;
  pointer-events: none;
}
.popup-panel .panel-head .adorn.adorn-1 {
  top: 0;
  left: 0;
}
.popup-panel .panel-head .adorn.adorn-2 {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-panel .panel-head .adorn.adorn-3 {
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.1;
}
.popup-panel .panel-head .adorn.adorn-4 {
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-panel .panel-head .adorn.adorn-5 {
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-panel .panel-body {
  position: relative;
  padding: 60px 44px;
  background-color: rgba(13, 21, 29, 0.6);
}
.popup-panel .panel-body .adorn {
  position: absolute;
  pointer-events: none;
}
.popup-panel .panel-body .adorn.adorn-1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
}
.popup-panel .panel-body .adorn.adorn-2 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-panel .panel-body .adorn.adorn-3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*** 横屏提示 ***/
.landscape {
  display: none;
}

@media all and (min-device-width: 1025px) {
  .landscape {
    display: none;
  }
}
@-webkit-keyframes rotate45 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate45 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media all and (orientation: landscape) and (min-width: 480px) and (max-device-width: 1024px) {
  html,
  body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .landscape {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/landscape.jpg");
    background-position: center;
  }
  .landscape-panel {
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .landscape-image {
    position: relative;
    width: 87.7463054187px;
    height: 86.8226600985px;
    background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/landscape-image.png");
    -webkit-animation: rotate45 0.8s infinite;
            animation: rotate45 0.8s infinite;
  }
  .landscape-tips {
    position: relative;
    line-height: 1;
    margin-top: 18.4729064039px;
    font-family: "NotoSansSC-Black";
    font-size: 15.2401477833px;
    color: #e1003c;
  }
}
/*** PC提示 ***/
.pc-qrcode {
  display: none;
}

@media all and (min-device-width: 1025px) {
  .pc-qrcode {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    width: 1920px;
    height: 1080px;
    background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/pc-qrcode.jpg");
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-qrcode .qrcode-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-qrcode .adorn {
    position: absolute;
    pointer-events: none;
  }
  .pc-qrcode .adorn.adorn-1 {
    top: 34px;
    left: 0;
  }
  .pc-qrcode .adorn.adorn-2 {
    bottom: 48px;
    left: 0;
  }
  .pc-qrcode .adorn.adorn-3 {
    top: 0;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pc-qrcode .adorn.adorn-4 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-qrcode .adorn.adorn-left, .pc-qrcode .adorn.adorn-right {
    top: 0;
    width: 241px;
    height: 1080px;
    background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/pc-qrcode-text.png");
    background-size: 241px 1629px;
    background-repeat: repeat-y;
    opacity: 0.3;
  }
  .pc-qrcode .adorn.adorn-left {
    left: -138px;
    -webkit-animation: backgroundMoveBottom 6000s linear infinite;
            animation: backgroundMoveBottom 6000s linear infinite;
  }
  .pc-qrcode .adorn.adorn-right {
    right: -138px;
    -webkit-animation: backgroundMoveTop 6000s linear infinite;
            animation: backgroundMoveTop 6000s linear infinite;
  }
  .pc-qrcode .qrcode-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1138px;
    height: 598px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-qrcode .qrcode-item {
    position: absolute;
    top: 72px;
    left: 50%;
    width: 390px;
    height: 390px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pc-qrcode .qrcode-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    padding: 10px;
    background-color: rgba(225, 0, 60, 0.3);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pc-qrcode .qrcode-image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .pc-qrcode .qrcode-tips {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 334px;
    height: 88px;
    line-height: 88px;
    font-family: "NotoSansSC-Bold";
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: #fffefe;
    background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/qrcode-tips.png");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-device-width: 1024px) {
  .pc-qrcode {
    display: none !important;
  }
}
/*** 弹窗 - Loading ***/
.popup-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-loading .loading-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 1624px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-loading .loading-progress {
  position: absolute;
  top: 895px;
  left: 50%;
  line-height: 1;
  font-family: "Tungsten";
  font-size: 58px;
  color: #fff;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.popup-loading .loading-progress span {
  font-size: 41px;
}
.popup-loading .btn-open {
  position: absolute;
  bottom: 515px;
  left: 50%;
  width: 254px;
  height: 68px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*** 弹窗 - 无数据 ***/
.popup-none {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-none .none-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-none .none-text {
  position: relative;
  width: 434px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 40px 25px;
  font-family: "NotoSansSC-Bold";
  font-size: 25px;
  text-align: center;
  word-break: break-all;
  color: #e2003e;
}
.popup-none .none-text-adorn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.popup-none .none-text-adorn::before, .popup-none .none-text-adorn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 434px;
  height: 26px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbIAAAAaCAMAAADllSkZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAUVBMVEXiAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7iAD7///+ufcfTAAAAGXRSTlMAf/5z+19d9UztOeIq1R3HEsa2CwqiBYwBIEPsbAAAAAFiS0dEGnVn5DIAAAAHdElNRQfoARMOASKP6r8hAAAA3klEQVRo3u3YuQ7CMBRE0WyQPYRAFv//j1KEB7azuRs9aW5jFy5GOp2jyC42VhEDZkvEx88cMZJBM0FmrhjJoJkQM0+MZNBMgJkvRjJo5tpsI0YyaObSTMSSFL2VuaXJvpmIZTf0QuZ3z/bMRCwv0PvYtiLfmolYWaHXsb2q0jcTsbpBb2P7NbVrJmJth17Gjupa20zEHj16Fzuuf/7NRGx4oVexs97Dz+x7GSf0JnbeNMoXx3rMC3oRu2qZHTL0HBYSydRFMnWRTF0kUxfJ1EUydZFMXSRTF8nUtVp9ABCnLFG4FD0gAAAAAElFTkSuQmCC");
}
.popup-none .none-text-adorn::before {
  top: 0;
}
.popup-none .none-text-adorn::after {
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/*** 弹窗 - 登录 ***/
.popup-platform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-platform .platform-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-platform .platform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.popup-platform .platform-list li {
  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;
  width: 104px;
  height: 104px;
}
.popup-platform .platform-list li.platform-qq {
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/platform-qq.png");
  background-size: 51px 58px;
  background-position: center;
}
.popup-platform .platform-list li.platform-wx {
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/common/platform-wx.png");
  background-size: 56px 51px;
  background-position: center;
}
.popup-platform .platform-list li:not(:first-of-type) {
  margin-left: 194px;
}

/*** 弹窗 - 提示保存图片 ***/
.popup-save {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1238px;
}
.popup-save::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-save .panel-body {
  padding: 30px;
}
.popup-save .save-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-save .save-image {
  position: relative;
}/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input, textarea {
  border: none;
  outline: none;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #000;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
}

#afooter {
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
  background-color: #000;
  color: #c0c0c0;
}

#afooter a, #afooter a:hover {
  color: #c0c0c0;
  text-decoration: none;
}

body {
  font: 0.14rem/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: inherit;
  -webkit-text-size-adjust: none;
}

* {
  outline: none;
}

@font-face {
  font-family: "font18030";
  src: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/font/fzltxh180.ttf");
}
@font-face {
  font-family: "font18011";
  src: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/font/font18011.ttf");
}
@font-face {
  font-family: "sourcb";
  src: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/font/SOURCEHANSANSCN-BOLD.ttf");
}
@font-face {
  font-family: "sourcr";
  src: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/font/SOURCEHANSANSCN-REGULAR.ttf");
}
html, body {
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "font18030";
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.wrap *,
.wrap ::before,
.wrap ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.report-canvas {
  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: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.report-canvas.active {
  pointer-events: auto;
}
.report-canvas video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center center;
     object-fit: center center;
}
.report-canvas canvas {
  position: relative;
  z-index: 2;
  background-color: transparent;
  pointer-events: auto;
}

.smoke-effect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.smoke-effect canvas,
.smoke-effect video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.in-video {
  z-index: 2;
}

.backdrop-effect {
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.loading {
  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: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000000000;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 0.3rem;
  color: #fff;
  background: #000;
  background-size: 100% 100%;
  display: none;
}

.backdrop-video {
  pointer-events: none;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #898989;
  margin: auto;
  height: 0.8rem;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-nav li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 0.3rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8rem;
  position: relative;
  font-size: 0.2rem;
  color: #ffffff;
  margin-right: 0.15rem;
}
.w-nav li:nth-child(1) {
  margin-left: 4.7rem;
}

.w-nav li.act {
  color: #ff3d2c;
  font-weight: 700;
  border-bottom: 0.02rem solid #ff3d2c;
}

.gs-con {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
}

.gs-news-box {
  width: 13.76rem;
  height: 7.84rem;
  position: absolute;
  z-index: 1111;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-item {
  width: 11.67rem;
  height: 6.59rem;
  position: relative;
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
  /* bottom: 0; */
  margin: auto;
}

.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.39rem;
  font-family: "font18030";
  margin-bottom: 0.19rem;
  width: 4.45rem;
  height: 0.28rem;
  line-height: 0.28rem;
  color: #aba6a6;
  font-size: 0.2rem;
  position: relative;
}

.news-nav li {
  margin-right: 0.68rem;
  width: 0.7rem;
}

.news-nav li:last-child {
  margin-right: 0;
}

.news-nav::before {
  content: "";
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/nav-icon.png") no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0.82rem;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 2.45rem;
  height: 0.17rem;
}

.news-item-left {
  position: absolute;
  left: 0;
  padding-top: 2.5rem;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 2.68rem;
  -webkit-box-shadow: 0 0 0.18rem #ffffff inset;
          box-shadow: 0 0 0.18rem #ffffff inset;
  height: 5.43rem;
}

.news-item-left::after {
  content: "";
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/xian.png") no-repeat;
  background-size: 100% 100%;
  width: 4.93rem;
  height: 8.47rem;
  top: -1.13rem;
  pointer-events: none;
  position: absolute;
  left: -2.58rem;
  z-index: -1;
}

.news-tit-box {
  width: 100%;
  height: 1.32rem;
  position: absolute;
  bottom: 0.06rem;
}

.news-tit-box::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/for.png") no-repeat;
  background-size: 100% 100%;
  top: -0.39rem;
  left: 0;
  position: absolute;
}

.news-item-left::before {
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  height: 1.76rem;
  bottom: 0;
  position: absolute;
  left: 0;
}

.news-item-right {
  position: absolute;
  left: 2.68rem;
  height: 100%;
  width: 7rem;
  height: 5.43rem;
  padding-top: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
}
.news-item-right .btn-gd-zh {
  font-size: 14px;
  color: #b2b2b2;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
.news-item-right .n-r-tit {
  font-size: 0;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/n-r-tit.png") no-repeat;
  background-size: 100% 100%;
  width: 2.18rem;
  height: 0.51rem;
  display: block;
  margin: auto;
}
.news-item-right .n-i-go {
  width: 6rem;
  margin: auto;
  margin-top: 0.3rem;
}
.news-item-right .btn-gz-gp {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/btn-gz-gp.png") no-repeat;
  text-align: center;
  color: #1d1d1d;
  font-size: 0.26rem;
  background-size: 100% 100%;
  width: 2.64rem;
  height: 0.63rem;
  line-height: 0.63rem;
  margin-left: -0.28rem;
}
.news-item-right .n-i-box {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.7rem auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-item-right .n-i-box .n-i-item.gzh {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-gzh.png") no-repeat;
  background-size: 100% 100%;
  width: 2.67rem;
  position: relative;
  height: 1.13rem;
}
.news-item-right .n-i-box .n-i-item.gzh img {
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  right: 0.1rem;
  top: 0.04rem;
}
.news-item-right .n-i-box .n-i-item.wxzs {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-wxzs.png") no-repeat;
  background-size: 100% 100%;
  width: 2.7rem;
  position: relative;
  height: 1.13rem;
}
.news-item-right .n-i-box .n-i-item.wxzs img {
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  right: 0.02rem;
  top: 0.04rem;
}

/* -------------------- */
.gs-home-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/bg2.jpg);
  background-size: cover;
  background-position: center center;
}
.gs-home-box .gs-home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.gs-home-box .gs-home-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.home-role {
  width: 8rem;
  height: 6rem;
  position: relative;
  top: 50%;
  background: #325ea1;
  line-height: 6rem;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-icon {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/logo2.png") no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 4.05rem;
  height: 0.64rem;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 1.5rem;
}

.home-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 1.575rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.order-btn {
  position: relative;
  width: 3.22rem;
  height: 0.75rem;
  margin-right: 1.78rem;
}
.order-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0.31rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.75rem;
  font-weight: 700;
}
.order-btn::after {
  content: "";
  position: absolute;
  top: -0.86rem;
  left: -0.84rem;
  width: 4.9rem;
  height: 2.47rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/order-btn.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.order-btn:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.order-btn:hover::after {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.order-btn.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.order-btn p {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05rem;
  text-indent: 0.05rem;
}

.team-btn {
  position: relative;
  width: 3.22rem;
  height: 0.75rem;
}
.team-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0.31rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.75rem;
  font-weight: 700;
}
.team-btn::after {
  content: "";
  position: absolute;
  top: -0.86rem;
  left: -0.84rem;
  width: 4.9rem;
  height: 2.47rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/team-btn.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.team-btn:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.team-btn:hover::after {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.team-btn.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.team-btn p {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05rem;
  text-indent: 0.05rem;
}

.order-tips {
  position: absolute;
  bottom: 1.12rem;
  left: 0;
  width: 100%;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05rem;
  text-indent: 0.05rem;
}

.order-img {
  position: absolute;
  bottom: 1.1rem;
  left: 50%;
  -webkit-transform: translateX(1.66rem);
          transform: translateX(1.66rem);
  width: 4.11rem;
  height: 1.46rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/order-fl.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* home end */
/* news */
.news1 {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news1.png") no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 2.84rem;
  height: 100%;
  -webkit-transform: translate(-0.08rem, -0.08rem);
          transform: translate(-0.08rem, -0.08rem);
  position: absolute;
  z-index: -1;
  top: 0;
}

.news2 {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news2.png") no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 2.84rem;
  height: 100%;
  -webkit-transform: translate(-0.08rem, -0.08rem);
          transform: translate(-0.08rem, -0.08rem);
  position: absolute;
  z-index: -1;
  top: 0;
}

.news3 {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news3.png") no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 2.84rem;
  height: 100%;
  -webkit-transform: translate(-0.08rem, -0.08rem);
          transform: translate(-0.08rem, -0.08rem);
  position: absolute;
  z-index: -1;
  top: 0;
}

.news4 {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news4.png") no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 2.84rem;
  height: 100%;
  -webkit-transform: translate(-0.08rem, -0.08rem);
          transform: translate(-0.08rem, -0.08rem);
  position: absolute;
  top: 0;
  z-index: -1;
}

.news-tit-icon {
  position: relative;
}

.news-tit-icon.n1 {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news-tit-icon1.png") no-repeat;
  background-size: 100% 100%;
  width: 3.72rem;
  height: 1.26rem;
  /* margin: -0.7rem auto 0; */
  margin: 0 auto 0.29rem;
}

.role1 {
  width: 100%;
  height: 7.12rem;
  position: absolute;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/role1.png");
  background-size: cover;
  top: 0.37rem;
  pointer-events: none;
  left: 0;
}

.role2 {
  width: 100%;
  pointer-events: none;
  height: 7.27rem;
  position: absolute;
  top: 0.37rem;
  left: 0;
  position: absolute;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/role2.png");
  background-size: cover;
}

.role3 {
  width: 100%;
  height: 7.05rem;
  pointer-events: none;
  position: absolute;
  top: 0.37rem;
  left: 0;
  position: absolute;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/role3.png");
  background-size: cover;
}

.news-tips {
  color: #bebebe;
  font-size: 0.18rem;
  width: 100%;
  text-align: center;
  font-family: "font18030";
}

.btn-prev {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/prev-next.png") no-repeat;
  background-size: 100% 100%;
  width: 0.45rem;
  height: 0.07rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.btn-next {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/prev-next.png") no-repeat;
  background-size: 100% 100%;
  width: 0.45rem;
  height: 0.07rem;
}

.page-prev-next {
  width: 5.12rem;
  margin: auto;
  height: 0.15rem;
  line-height: 0.15rem;
  position: absolute;
  left: 0;
  right: 0;
  color: #c9c9c9;
  font-weight: bold;
  font-size: 0.16rem;
  bottom: 0.28rem;
  text-align: center;
  margin-left: 1.05rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.page-prev-next .events {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  pointer-events: none;
}

.news-page {
  -webkit-transform: translateY(0.05rem);
          transform: translateY(0.05rem);
  margin: 0 0.15rem;
}

.news-con {
  width: 9.67rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.news-con .news-con-item-top {
  color: white;
  font-weight: bold;
  width: 100%;
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
}

.news-con-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 9.67rem;
  margin-bottom: 0.1rem;
  height: 1.93rem;
  overflow-y: auto;
}
.news-con-item div:last-child {
  margin-bottom: 0;
}

.news-con-item-bottom {
  margin-bottom: 0.19rem;
  width: 100%;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news-bg1.png") no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news-con-item-bottom:last-child {
  margin-bottom: 0;
}
.news-con-item-bottom .news-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.n-left {
  position: relative;
  width: 3.02rem;
  height: 1.93rem;
}
.n-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/news-img-frame1.png") no-repeat;
  background-size: 100% 100%;
}

.n-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-right {
  padding-top: 0.2rem;
  width: 6.18rem;
  position: relative;
  height: 1.7rem;
  font-family: "font18030";
  margin-left: 0.47rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.n-tit {
  font-size: 0.26rem;
  color: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n-txt {
  width: 100%;
  font-size: 0.18rem;
  color: #b0bac6;
  padding-left: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.1rem;
  line-height: 1.43;
}

.n-time {
  color: #d5d5d5;
  font-size: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-time span {
  position: absolute;
  left: 0.1rem;
  bottom: 0;
  color: #acacac;
  font-size: 0.12rem;
}
.n-time a {
  font-size: 0.16rem;
  color: #acacac;
  margin-left: auto;
}

.icon-bottom {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-bottom.png") no-repeat;
  background-size: 100% 100%;
  width: 0.38rem;
  height: 0.29rem;
  left: 0;
  right: 0;
  bottom: 0.51rem;
  margin: auto;
  position: absolute;
  -webkit-animation: shake 1s infinite;
          animation: shake 1s infinite;
  z-index: 10;
}
.icon-bottom span {
  top: 0.32rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #f2f2f2;
  text-align: center;
  position: absolute;
  font-size: 0.18rem;
  display: none;
}

.icon-bottom.act {
  bottom: 1.9rem;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
/* ----features */
.gs-features-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.features-item {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: auto;
}

.features-item-info {
  position: relative;
  width: 100%;
  height: 100%;
}
.features-item-info::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-7.2rem, -50%);
          transform: translate(-7.2rem, -50%);
  width: 11.68rem;
  height: 6.61rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/features_mask.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.features-item-info .features-s-box {
  width: 11.6rem;
  height: 6.53rem;
  position: relative;
}
.features-item-info .featuresSwiper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.features-item-info .featuresSwiper .swiper-wrapper {
  width: 11.6rem;
  height: 6.53rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-7.16rem, -50%);
          transform: translate(-7.16rem, -50%);
}
.features-item-info .featuresSwiper .swiper-slide {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.features-item-info .featuresSwiper .swiper-slide-active {
  opacity: 1;
}
.features-item-info .featuresSwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  bottom: 1.6rem;
  padding-right: 0.38rem;
}
.features-item-info .featuresSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-item-info .featuresSwiper p {
  position: absolute;
  bottom: 0.95rem;
  left: 0.35rem;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.43rem;
}
.features-item-info .featuresSwiper p span {
  display: block;
  margin-right: 0.5rem;
}
.features-item-info .features-honor {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/features-honor.png");
  background-size: 100% 100%;
  width: 10.98rem;
  height: 1.18rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}

.features-s-box::before {
  content: "";
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/features-item-infoBefor.png") no-repeat;
  left: 0;
  background-size: 100% 100%;
  width: 100%;
  height: 3.59rem;
  position: absolute;
  bottom: 0;
}

.effectSwiper .effect-swiper-box::before {
  content: "";
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/features-item-infoBefor.png") no-repeat;
  left: 0;
  width: 100%;
  background-size: 100% 100%;
  height: 3.59rem;
  position: absolute;
  bottom: -0.01rem;
  z-index: 5;
}

.features-tit {
  width: 3.99rem;
  position: absolute;
  bottom: 0.85rem;
  color: #ffffff;
  font-size: 0.38rem;
  font-weight: bold;
  left: 0.35rem;
}

.features-item-info .features-s-box .features-txt2 {
  color: #b7b7b7;
  font-size: 0.18rem;
  width: 7.8rem;
  position: absolute;
  line-height: 0.25rem;
  font-weight: 100;
  bottom: 0.48rem;
}

.features-txt {
  color: #ffffff;
  font-size: 0.2rem;
  width: 5.9rem;
  position: absolute;
  left: 0.35rem;
  bottom: 0.2rem;
  line-height: 0.3rem;
}

.features-txt span {
  display: block;
}

/* #newsItem1,#newsItem2,#newsItem3,#newsItem4{
  transform: translate3d(0,7rem,0);
  opacity: 0;
} */
.home-tit {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/slogan3.png") no-repeat;
  background-size: 100% 100%;
  width: 7.67rem;
  height: 4.23rem;
  position: absolute;
  top: 1.95rem;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

/* 动画 */
.m {
  display: none;
}

/*** 呆瓜swiper Start ***/
.melon-swiper {
  position: fixed;
  width: 7.5rem;
  height: 5rem;
  background-color: #ccc;
}

.swiper-effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-effect .card {
  position: absolute;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  font-size: 0.3rem;
  background-color: #eee;
}

.control {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background-color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.control.prev {
  left: 0;
}
.control.next {
  right: 0;
}

/*** 呆瓜swiper End ***/
.gs-event-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.event-item {
  position: relative;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100% 100%;
  opacity: 1;
}
.event-item .swiper-button-next {
  -webkit-transform: translateY(-0.8rem) rotate(180deg);
          transform: translateY(-0.8rem) rotate(180deg);
}
.event-item .swiper-button-prev {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}

.event-item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-left {
  height: 6.61rem;
  width: 11.72rem;
  position: absolute;
  left: -2.72rem;
  right: 0;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
}
.event-left .e-left-top {
  width: 10.97rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.8rem;
  position: absolute;
}
.event-left .e-left-top .e-t-tit {
  color: #ffffff;
  font-size: 0.43rem;
  font-weight: bold;
}
.event-left .e-left-top .e-t-txt {
  line-height: 0.28rem;
  font-size: 0.18rem;
  width: 8.2rem;
  color: #b7b7b7;
}
.event-left .e-left-bottom {
  width: 10.99rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/e-left-bottom.png") no-repeat;
  height: 1.19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.8rem;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.26rem;
  left: 0;
  right: 0;
}
.event-left .e-left-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.event-left .e-left-bottom ul li {
  width: 0.81rem;
}
.event-left .e-left-bottom ul li:last-child {
  margin-right: 0;
}

.event-right {
  width: 100%;
  height: 100%;
  position: absolute;
}
.event-right::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-7.2rem, -50%);
  transform: translate(-7.2rem, -50%);
  width: 11.68rem;
  height: 6.61rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/features_mask.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.event-right .effectSwiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.event-right .effectSwiper .effect-swiper-box {
  width: 11.6rem;
  height: 6.52rem;
  position: relative;
}
.event-right .effectSwiper .swiper-wrapper {
  width: 11.6rem;
  height: 6.53rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-7.16rem, -50%);
  transform: translate(-7.16rem, -50%);
}
.event-right .effectSwiper .swiper-slide {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.event-right .effectSwiper .swiper-slide-active {
  opacity: 1;
}
.event-right .effectSwiper img {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/swiper-icon-act.png") no-repeat;
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.1rem;
}

.swiper-pagination-bullet {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/swiper-icon.png") no-repeat;
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.1rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin: 0 0.1rem !important;
}

.filter-shadow {
  -webkit-filter: drop-shadow(0 0 0.03rem #fff);
          filter: drop-shadow(0 0 0.03rem #fff);
}

.loading-box {
  padding-top: 0.8rem;
  height: 6.79rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.loading-box .military-detail {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.loading-box .loading-logo {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/loading-logo.png") no-repeat;
  background-size: 100% 100%;
  width: 4.22rem;
  margin-right: 0.45rem;
  height: 1.46rem;
  margin: auto;
}
.loading-box .loading-progress {
  width: 4.22rem;
  height: 0.58rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loading-box .loading-progress .progress {
  width: 4.22rem;
  background: #636363;
  height: 0.04rem;
}
.loading-box .loading-progress .progress span {
  height: 100%;
  width: 0;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 0.05rem rgb(255, 255, 255);
          box-shadow: 0 0 0.05rem rgb(255, 255, 255);
}
.loading-box .loading-progress .loading-txt {
  position: absolute;
  margin: auto;
  text-align: center;
  font-size: 0.24rem;
  height: 100%;
  width: 100%;
  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;
  border-radius: 50%;
  margin: auto;
  top: -0.6rem;
  z-index: -1;
}

.swiper-button-next {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/swiper-button-next.png") no-repeat;
  background-size: 100% 100%;
  width: 0.51rem;
  height: 0.75rem;
  display: block;
  right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/swiper-button-next.png") no-repeat;
  background-size: 100% 100%;
  width: 0.51rem;
  height: 0.75rem;
  left: 0.5rem;
  display: block;
}

.swiper-button-next:after {
  content: none;
}

.swiper-button-prev::after {
  content: none;
}

a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.copyRight_btn {
  width: 2.05rem;
  height: 0.44rem;
  position: fixed;
  top: -0.44rem;
  right: 2.4rem;
  border-radius: 0.48rem 0.48rem 0 0rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.44rem;
  text-align: center;
  background-color: #0d0d19;
  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;
}
.copyRight_btn:hover {
  color: #ffffff;
}
.copyRight_btn i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/arrow-down.png") no-repeat center center;
  background-size: 100% 100%;
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.1rem;
}

.home-swiper {
  width: 100%;
  height: 100%;
}

.gs-home-box .follow-us-item {
  position: relative;
  margin-bottom: 0.2rem;
  width: 1.61rem;
  height: 0.34rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/follow-us-bg2.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.gs-home-box .follow-us-item:hover {
  width: 1.61rem;
  height: 1.91rem;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/follow-us-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gs-home-box .follow-us-item:hover .us-img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.gs-home-box .follow-us-item:hover .n-i-go {
  bottom: 0.02rem;
}
.gs-home-box .n-i-go {
  font-size: 0.16rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  color: #e3e3e3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.gs-home-box .n-i-go span {
  display: inline-block;
  margin: 0 0.05rem;
}
.gs-home-box .us-tit {
  color: #ffffff;
  font-size: 0.24rem;
  text-align: center;
  font-family: "font18030";
  width: 100%;
  margin-bottom: 0.15rem;
  display: block;
  position: relative;
}
.gs-home-box .us-tit::before {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #c5c5c5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0.15rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gs-home-box .us-tit::after {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #c5c5c5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0.15rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gs-home-box .home-honor {
  display: none;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/honor.png") no-repeat;
  width: 8.36rem;
  background-size: 100% 100%;
  height: 1rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.gs-home-box .follow-us {
  display: none;
  width: 1.61rem;
  position: absolute;
  height: auto;
  bottom: 2.3rem;
  margin: 0 auto;
  padding-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0.6rem;
  cursor: pointer;
}
.gs-home-box .btn-gd {
  width: 1.61rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.34rem;
  display: block;
  height: 0.34rem;
  margin: auto;
  color: #acacac;
  border: 0.02rem solid rgba(146, 146, 146, 0.4);
}
.gs-home-box .btn-gd:hover {
  color: #fff;
  border: 0.02rem solid rgb(146, 146, 146);
}
.gs-home-box .us-img {
  width: 1.5rem;
  margin: auto;
  margin-bottom: 0.04rem;
  height: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.gs-home-box .us-img img {
  width: 100%;
  height: 100%;
}
.gs-home-box .pendant {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.88rem;
  width: 1.76rem;
  height: 1.75rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pendant.png) no-repeat;
  background-size: 100% 100%;
}

.gs-features-box .features-thumbnail, .gs-event-box .features-thumbnail {
  width: 2.56rem;
  position: absolute;
  height: 6.61rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(4.64rem, -50%);
          transform: translate(4.64rem, -50%);
}
.gs-features-box .features-thumbnail-item, .gs-event-box .features-thumbnail-item {
  width: 2.56rem;
  position: relative;
  cursor: pointer;
  height: 1.19rem;
  margin-bottom: 0.15rem;
  opacity: 0.8;
  border: 0.01rem solid #1b3e55;
}
.gs-features-box .features-thumbnail-item::before, .gs-event-box .features-thumbnail-item::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}
.gs-features-box .features-thumbnail-item:hover, .gs-event-box .features-thumbnail-item:hover {
  opacity: 1;
  border: 0.01rem solid #2e90ce;
}
.gs-features-box .features-thumbnail-item:hover::before, .gs-event-box .features-thumbnail-item:hover::before {
  content: "";
  opacity: 0;
}
.gs-features-box .features-thumbnail-item.act, .gs-event-box .features-thumbnail-item.act {
  opacity: 1;
  border: none;
}
.gs-features-box .features-thumbnail-item.act::before, .gs-event-box .features-thumbnail-item.act::before {
  content: "";
  opacity: 0;
}
.gs-features-box .features-thumbnail-item.act::after, .gs-event-box .features-thumbnail-item.act::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/features-thumbnail-frame1.png") no-repeat;
  background-size: 100% 100%;
}
.gs-features-box .features-thumbnail-item.act img, .gs-event-box .features-thumbnail-item.act img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.46rem;
  height: 1.1rem;
}
.gs-features-box .features-thumbnail-item:last-child, .gs-event-box .features-thumbnail-item:last-child {
  margin-bottom: 0;
}
.gs-features-box .features-thumbnail-item img, .gs-event-box .features-thumbnail-item img {
  width: 100%;
  height: 100%;
}

.socialMedia {
  width: 100%;
  height: 100%;
  position: relative;
}
.socialMedia .socialMedia-box {
  position: absolute;
  z-index: 1111;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
  right: 0;
  margin: auto;
  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;
}
.socialMedia .socialMedia-icon {
  height: 3.83rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.83rem;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 10.12rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socialMedia .socialMedia-icon.socialMedia-icon2 {
  width: 7.55rem;
  margin-top: 0.4rem;
}
.socialMedia .socialMedia-icon.socialMedia-icon2 div {
  width: 1.95rem;
  height: 2.55rem;
  margin-right: 0.35rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.socialMedia .socialMedia-icon.socialMedia-icon2 div::before {
  content: "";
  width: 1.94rem;
  height: 1.96rem;
  border: 0.01rem solid #aaaaaa;
  position: absolute;
  bottom: 0;
}
.socialMedia .socialMedia-icon.socialMedia-icon2 div:nth-child(3n) {
  margin-right: 0.5rem;
}
.socialMedia .socialMedia-icon.socialMedia-icon2 div:nth-child(5n) {
  margin-right: 0;
}
.socialMedia .socialMedia-icon div {
  width: 3.24rem;
  height: 3.83rem;
  position: relative;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/qrcode_bg.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon div img {
  position: absolute;
  width: 3.14rem;
  height: 3.14rem;
  left: -0.01rem;
  right: 0;
  margin: auto;
  top: 0.06rem;
}
.socialMedia .socialMedia-icon i {
  width: 1.9rem;
  height: 0.37rem;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0.11rem;
  left: 0;
  right: 0;
  margin: auto;
}
.socialMedia .socialMedia-icon i.qywx {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-qywx.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.gzh {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-gzh.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.sph {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-sph.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.wb {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-wbh.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.bz {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-bz.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.dy {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-dy.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.ks {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-ks.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.xhh {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-xhh.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-icon i.xhs {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/i-go-xhs.png") no-repeat;
  background-size: 100% 100%;
}
.socialMedia .socialMedia-item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* bottom: 0; */
}
.socialMedia .socialMedia-tit {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/socialMedia-tit.png") no-repeat;
  background-size: 100% 100%;
  width: 3.72rem;
  height: 1.26rem;
  margin: 0 auto 0.6rem;
}

.swiper-slide-6 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
}

.add-after {
  height: 3.4rem;
  width: 100%;
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/add-after.png") no-repeat;
  background-size: 100% 100%;
}

.logo {
  background: url("//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/logo.png") no-repeat;
  width: 1.18rem;
  background-size: 100% 100%;
  height: 0.37rem;
  position: absolute;
  top: 0.2rem;
  left: 0.89rem;
  z-index: 11;
}

.logon-conbox {
  position: absolute;
  right: 0.84rem;
  top: 0.28rem;
  z-index: 11;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 1.2;
}
.logon-conbox a {
  color: #e3602a;
}

.channel-box {
  width: 10.13rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.45rem;
}
.channel-box li {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/m/channel-bg3.png) no-repeat;
  background-size: 100% 100%;
}
.channel-box li img {
  width: 100%;
  height: 100%;
}
.channel-box li .channel-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.08rem;
  text-align: center;
  height: 0.25rem;
  line-height: 0.25rem;
  z-index: 2;
  font-size: 0.24rem;
  color: #e3e3e3;
  font-weight: 400;
}
.channel-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8888;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  display: none;
}
.pop .pop-con {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop .pop-tit {
  font-family: "sourcb";
  font-size: 0.86rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding-top: 0.62rem;
}
@supports (-webkit-background-clip: text) {
  .pop .pop-tit {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    background-color: #fff;
    background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-tit-wl.png);
  }
}
.pop .btn-close {
  position: absolute;
  right: -0.81rem;
  top: 0;
  width: 0.62rem;
  height: 0.47rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/clode-btn.png) no-repeat;
  background-size: 100% 100%;
}

.pop-code {
  width: 100%;
  height: 100%;
  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;
}
.pop-code .img-box {
  position: relative;
  width: 2.9rem;
  height: 2.9rem;
  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;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/m/code-bg.png) no-repeat;
  background-size: 100% 100%;
}
.pop-code .img-box img {
  width: 2.75rem;
  height: 2.75rem;
}
.pop-code .btn-close {
  position: absolute;
  right: -0.7rem;
  top: -0.6rem;
  width: 0.43rem;
  height: 0.33rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/m/btn-close.png) no-repeat;
  background-size: 100% 100%;
}

.bind-pop .pop-con {
  width: 15.11rem;
  height: 9.26rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-bg1.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
.bind-pop .bind-pop-con {
  margin-top: 0.68rem;
  padding: 0 0.97rem 0 6.23rem;
}
.bind-pop .ipt-item {
  position: relative;
  width: 7.9rem;
}
.bind-pop .ipt-item:nth-child(1) {
  margin-bottom: 0.47rem;
}
.bind-pop .ipt-item input {
  width: 100%;
  height: 0.89rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 0.3rem;
  color: #fff;
  text-indent: 0.1rem;
  padding-right: 0.1rem;
}
.bind-pop .ipt-item input::-webkit-input-placeholder {
  color: #b0bac6;
}
.bind-pop .ipt-item input::-moz-placeholder {
  color: #b0bac6;
}
.bind-pop .ipt-item input:-ms-input-placeholder {
  color: #b0bac6;
}
.bind-pop .ipt-item input::-ms-input-placeholder {
  color: #b0bac6;
}
.bind-pop .ipt-item input::placeholder {
  color: #b0bac6;
  font-size: 0.3rem;
}
.bind-pop .ipt-item input.vcode {
  width: 4.99rem;
}
.bind-pop .ipt-item .error-text {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  font-size: 0.22rem;
  color: #ff0000;
  line-height: 1;
}
.bind-pop .label {
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  color: #b0bac6;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
.bind-pop .get-vcode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.93rem;
  height: 0.89rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/get-vcode-bg1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.89rem;
  font-weight: 400;
}
.bind-pop .get-vcode.gray {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bind-pop .agreement-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.24rem;
  color: #b0bac6;
  line-height: 1.2;
  margin-top: 0.3rem;
}
.bind-pop .agreement-box .checkbox-con {
  position: relative;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  margin-top: 0.02rem;
}
.bind-pop .agreement-box .checkbox-con input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  outline: none;
}
.bind-pop .agreement-box .checkbox-con input:checked + .checkbox-bg {
  background-color: #ff0000;
}
.bind-pop .agreement-box .checkbox-con .checkbox-bg {
  width: 100%;
  height: 100%;
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bind-pop .agreement-box label {
  cursor: pointer;
}
.bind-pop .agreement-info {
  font-size: 0.18rem;
  color: #91969d;
  line-height: 1.55;
  text-align: justify;
  margin-top: 0.1rem;
}
.bind-pop .summit-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.25rem auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}
.bind-pop .unbind-btn {
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  font-size: 0.18rem;
  color: #ff0000;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0.02rem;
  border-bottom: 1px solid #ff0000;
}

.unbind-pop .pop-con {
  width: 11.4rem;
  min-height: 6.25rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-bg2.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  padding-bottom: 0.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.unbind-pop .unbind-con {
  margin-top: 0.46rem;
}
.unbind-pop .ipt-item {
  position: relative;
  width: 7.9rem;
  margin: 0 auto 0;
}
.unbind-pop .ipt-item:nth-child(1) {
  margin-bottom: 0.28rem;
}
.unbind-pop .ipt-item input {
  width: 100%;
  height: 0.89rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 0.3rem;
  color: #fff;
  text-indent: 0.1rem;
  padding-right: 0.1rem;
}
.unbind-pop .ipt-item input::-webkit-input-placeholder {
  color: #b0bac6;
}
.unbind-pop .ipt-item input::-moz-placeholder {
  color: #b0bac6;
}
.unbind-pop .ipt-item input:-ms-input-placeholder {
  color: #b0bac6;
}
.unbind-pop .ipt-item input::-ms-input-placeholder {
  color: #b0bac6;
}
.unbind-pop .ipt-item input::placeholder {
  color: #b0bac6;
}
.unbind-pop .ipt-item input.vcode {
  width: 4.99rem;
}
.unbind-pop .ipt-item .error-text {
  display: block;
  width: 100%;
  font-size: 0.2rem;
  color: #ff0000;
  line-height: 1;
  text-align: right;
  margin-top: 0.05rem;
}
.unbind-pop .get-vcode {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.93rem;
  height: 0.89rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/get-vcode-bg1.png) no-repeat;
  background-size: 100% 100%;
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.89rem;
  font-weight: 400;
}
.unbind-pop .get-vcode.gray {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.unbind-pop .summit-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.25rem auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}
.unbind-pop .agreement-info {
  width: 7.9rem;
  font-size: 0.18rem;
  color: #91969d;
  line-height: 1.55;
  text-align: justify;
  margin: 0.1rem auto;
}

.invite-pop .pop-con {
  width: 16.11rem;
  height: 9.76rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-bg3.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
.invite-pop .pop-tit {
  padding-top: 0.42rem;
}
.invite-pop .invite-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.62rem;
}
.invite-pop .invite-left {
  width: 6.1rem;
  margin-right: 0.4rem;
}
.invite-pop .invite-text_p1 {
  font-size: 0.32rem;
  color: #b0bac6;
  line-height: 1;
  margin-bottom: 0.07rem;
}
.invite-pop .invite-text_p2 {
  font-size: 0.18rem;
  color: #91969d;
  line-height: 0.32rem;
  text-align: justify;
}
.invite-pop .invite-progress-tit {
  font-size: 0.32rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.32rem;
}
.invite-pop .progress-out {
  position: relative;
  width: 5.91rem;
  height: 0.06rem;
  background-color: #1c0705;
  border: 1px solid #720c03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.07rem;
}
.invite-pop .progress-out .progress-in {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background-color: #ff0f00;
}
.invite-pop .award-list li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
}
.invite-pop .award-list li:nth-child(1) {
  left: 0.97rem;
}
.invite-pop .award-list li:nth-child(2) {
  left: 3rem;
}
.invite-pop .award-list li:nth-child(3) {
  left: 5.07rem;
}
.invite-pop .award-list li.on i {
  background-color: #ff0f00;
  border: none;
}
.invite-pop .award-list li.on .award-img1,
.invite-pop .award-list li.on .award-img2,
.invite-pop .award-list li.on .award-img3 {
  opacity: 0;
}
.invite-pop .award-list li.on .award-img1_on,
.invite-pop .award-list li.on .award-img2_on,
.invite-pop .award-list li.on .award-img3_on {
  opacity: 1;
}
.invite-pop .award-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #040c1a;
  border: 1px solid #7a0c03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.invite-pop .award-list p {
  position: absolute;
  bottom: -0.36rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 0.24rem;
  color: #b0bac6;
  line-height: 1;
}
.invite-pop .award-list img {
  max-width: none;
}
.invite-pop .award-list .award-img1 {
  position: absolute;
  left: -0.14rem;
  top: -0.76rem;
  width: 0.71rem;
  height: 0.68rem;
}
.invite-pop .award-list .award-img1_on {
  position: absolute;
  top: -1.04rem;
  left: -0.34rem;
  width: 1.06rem;
  height: 1.22rem;
  opacity: 0;
}
.invite-pop .award-list .award-img2 {
  position: absolute;
  left: -0.14rem;
  top: -0.76rem;
  width: 0.71rem;
  height: 0.68rem;
}
.invite-pop .award-list .award-img2_on {
  position: absolute;
  top: -1.04rem;
  left: -0.34rem;
  width: 1.07rem;
  height: 1.22rem;
  opacity: 0;
}
.invite-pop .award-list .award-img3 {
  position: absolute;
  left: -0.52rem;
  top: -1.52rem;
  width: 1.27rem;
  height: 1.85rem;
}
.invite-pop .award-list .award-img3_on {
  position: absolute;
  left: -0.35rem;
  top: -1.38rem;
  width: 0.94rem;
  height: 1.52rem;
  opacity: 0;
}
.invite-pop .invite-tream-tit {
  font-size: 0.32rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 1.09rem;
}
.invite-pop .invite-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.17rem;
}
.invite-pop .invite-list li {
  width: 1.04rem;
  height: 1.04rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/def_bg.png) no-repeat;
  background-size: 100% 100%;
}
.invite-pop .invite-list li:not(:nth-child(1)) {
  margin-left: 0.18rem;
}
.invite-pop .invite-list li img {
  width: 100%;
  max-height: 1.04rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.invite-pop .invite-share-img {
  width: 8.16rem;
  height: 4.59rem;
}
.invite-pop .invite-share-box {
  position: relative;
}
.invite-pop .save-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.58rem;
  height: 0.48rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/save_btn1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.48rem;
  font-weight: 400;
}
.invite-pop .invite-link-tit {
  font-size: 0.36rem;
  color: #b0bac6;
  line-height: 1;
  margin-top: 0.69rem;
}
.invite-pop .link-box {
  position: relative;
  width: 8.15rem;
  height: 0.89rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0.02rem solid rgba(255, 0, 0, 0.3);
  margin-top: 0.33rem;
}
.invite-pop .link-text {
  width: 4.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.36rem;
  color: #b0bac6;
  line-height: 0.89rem;
  margin-left: 0.39rem;
}
.invite-pop .copy-invite-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.93rem;
  height: 0.89rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/copy-btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.89rem;
}

.invited-pop .pop-con {
  width: 11.41rem;
  height: 5.01rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-bg4.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
.invited-pop .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.54rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.invited-pop .pop-tit span {
  max-width: 3.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invited-pop .pop-text {
  height: 1.86rem;
  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;
  font-size: 0.36rem;
  line-height: 1.4;
  color: #91969d;
}
.invited-pop .comfirm-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}

.common-pop .pop-con {
  width: 11.41rem;
  min-height: 5.01rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-bg4.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  padding-bottom: 0.35rem;
}
.common-pop .pop-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.54rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-pop .pop-text {
  width: 10rem;
  min-height: 1.86rem;
  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;
  font-size: 0.3rem;
  line-height: 1.4;
  color: #91969d;
  padding: 0.25rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.common-pop .pop-text a {
  color: #f53b2a;
  text-decoration: underline;
}
.common-pop .pop-text2 {
  width: 10rem;
  min-height: 1.86rem;
  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;
  font-size: 0.3rem;
  line-height: 1.4;
  color: #91969d;
  padding: 0.25rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.common-pop .pop-text2 a {
  color: #f53b2a;
  text-decoration: underline;
}
.common-pop .comfirm-btn {
  display: block;
  width: 4.08rem;
  height: 1.05rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0;
  font-family: "sourcb";
  font-size: 0.43rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.05rem;
}

.common-pop2 .pop-text2 {
  display: block;
}

.wq-pop .pop-con {
  width: 11.41rem;
  min-height: 5.19rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/pop-bg5.png) no-repeat;
  background-size: 100% 100%;
}
.wq-pop .pop-tit {
  font-size: 0.5rem;
  padding-top: 0.3rem;
}
.wq-pop .wq-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;
  margin-top: 0.3rem;
}
.wq-pop .wq-list .wq-item {
  width: 1.93rem;
  text-align: center;
}
.wq-pop .wq-list .wq-item:not(:nth-child(5n+1)) {
  margin-left: 0.19rem;
}
.wq-pop .wq-list .wq-item:nth-child(n+6) {
  margin-top: 0.28rem;
}
.wq-pop .wq-list .wq-item img {
  display: block;
  width: 1.93rem;
  height: 1.2rem;
  margin: 0 auto;
}
.wq-pop .wq-list .wq-item .wq-name {
  font-size: 0.2rem;
  color: #b0bac6;
}
.wq-pop .wq-pop-tips {
  line-height: 1;
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
  font-size: 0.22rem;
  text-align: center;
  color: #91969d;
}

.gs-fl-box {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-bg.jpg) no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gs-fl-box .fl-rules {
  display: none;
  position: absolute;
  bottom: calc(100% + 0.15rem);
  left: 50%;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.18rem;
  color: #b0bac6 !important;
  font-weight: 400;
  padding-bottom: 0.01rem;
  border-bottom: 0.01rem solid #b0bac6;
  margin: 0 auto 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gs-fl-box .fl-tit {
  width: 3.84rem;
  height: 0.415rem;
  margin: 0 auto 1rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-tit.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.gs-fl-box .fl-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gs-fl-box .fl-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gs-fl-box .fl-step1 {
  position: relative;
  width: 8.72rem;
  height: 5.35rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-item-bg1.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-step1 .fl-step-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gs-fl-box .fl-step1 .fl-step-tit {
  position: absolute;
  top: 4.17rem;
  left: 0.535rem;
}
.gs-fl-box .fl-step1 .icon-name {
  top: 0.885rem;
  left: 0.535rem;
}
.gs-fl-box .fl-step1 .icon-name:nth-child(2) {
  top: 0.885rem;
  left: 4.655rem;
}
.gs-fl-box .fl-step1 .card-tips {
  position: absolute;
  top: 3.405rem;
  left: 5.975rem;
  line-height: 1;
  font-size: 0.16rem;
  color: #b0bac6;
}
.gs-fl-box .view-btn {
  position: absolute;
  top: 3.15rem;
  left: 2.255rem;
  z-index: 2;
  width: 1.43rem;
  height: 0.335rem;
  line-height: 0.335rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 0.16rem;
  color: #d1d1d1;
  text-align: center;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/view-btn.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-step2 {
  position: relative;
  width: 6.535rem;
  height: 5.35rem;
  margin-left: 0.4rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-item-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-step2 .fl-step-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gs-fl-box .fl-step2 .fl-step-tit {
  position: absolute;
  top: 4.17rem;
  left: 0.4rem;
}
.gs-fl-box .fl-step2 .icon-name {
  top: 0.9rem;
  left: 0.4rem;
}
.gs-fl-box .fl-step3 {
  position: relative;
  width: 6.21rem;
  height: 2.97rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-item-bg3.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.18rem;
}
.gs-fl-box .fl-step3 .fl-step-con {
  position: absolute;
  left: 0.48rem;
  top: 0.53rem;
}
.gs-fl-box .fl-step3 .icon-name {
  top: 0.18rem;
  left: 3.14rem;
}
.gs-fl-box .fl-step3 .icon-name:nth-child(2) {
  left: 5.09rem;
}
.gs-fl-box .fl-step_p1 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gs-fl-box .fl-step_p1::after {
  content: "";
  display: none;
  position: absolute;
  left: -0.29rem;
  top: -0.2rem;
  z-index: -1;
  width: 1.04rem;
  height: 1.04rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-num-bg.png) no-repeat;
  background-size: 100% 100%;
}
.gs-fl-box .fl-step_p1 .step-num {
  display: none;
  font-family: "sourcb";
  font-size: 0.75rem;
  color: #ff0000;
  line-height: 0.6rem;
  margin-right: 0.08rem;
}
.gs-fl-box .fl-step_p1 .fl-step_sp1 {
  font-family: "sourcb";
  font-size: 0.375rem;
  color: #ffffff;
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.gs-fl-box .fl-step_p2 {
  font-family: "Microsoft YaHei";
  font-size: 0.17rem;
  color: #b0bac6;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.14rem;
}
.gs-fl-box .get-btn {
  position: absolute;
  width: 3.03rem;
  height: 0.71rem;
  line-height: 0.71rem;
  font-family: "sourcb";
  font-size: 0.31rem;
  text-align: center;
  color: #ffffff;
}
.gs-fl-box .get-btn::before {
  content: "";
  position: absolute;
  top: -0.86rem;
  left: -0.84rem;
  width: 4.705rem;
  height: 2.435rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/fl-btn1.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.gs-fl-box .get-btn.btn-1 {
  top: 4.17rem;
  left: 5.145rem;
}
.gs-fl-box .get-btn.btn-2 {
  top: 4.17rem;
  left: 3.085rem;
}
.gs-fl-box .get-btn.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.gs-fl-box .get-btn span {
  position: relative;
  z-index: 2;
}
.gs-fl-box .my-team {
  font-family: "sourcr";
  width: 2.93rem;
  font-size: 0.18rem;
  color: #b0bac6;
  text-align: center;
}
.gs-fl-box .icon-name {
  position: absolute;
}
.gs-fl-box .icon-name_p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "sourcr";
  font-size: 0.225rem;
  color: #d539ff;
  line-height: 1;
  font-weight: 400;
}
.gs-fl-box .icon-name_p1 .icon-sign {
  width: 0.13rem;
  height: 0.25rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-sign.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
  margin-top: 0.02rem;
}
.gs-fl-box .icon-name_p2 {
  position: relative;
  height: 0.22rem;
  line-height: 0.22rem;
  margin-left: 0.19rem;
  margin-top: 0.02rem;
  border-left: 0.025rem solid #454545;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(69, 69, 69, 0.3)), to(transparent));
  background-image: linear-gradient(to right, rgba(69, 69, 69, 0.3) 20%, transparent);
}
.gs-fl-box .icon-name_p2 span {
  position: absolute;
  left: 0.06rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  font-family: "Microsoft YaHei";
  font-size: 0.15rem;
  color: #b0bac6;
  font-weight: 400;
  white-space: nowrap;
}

.gs-qy-box {
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}
.gs-qy-box .qy-tit {
  width: 4.14rem;
  height: 1.26rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/qy-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.gs-qy-box .dm-stage {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3.49rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/dm-stage-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.43rem;
  overflow: visible !important;
}
.gs-qy-box .dm-stage .duman {
  position: absolute;
  left: 100vw;
  -webkit-animation: transformAni 15s linear forwards 1;
          animation: transformAni 15s linear forwards 1;
}
.gs-qy-box .dm-stage .duman:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  z-index: 10;
}
.gs-qy-box .dm-stage .dm-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gs-qy-box .dm-stage .dm-item.review {
  height: 0.45rem;
  padding: 0 0.13rem;
  border-radius: 0.225rem;
  border: 1px solid rgba(0, 143, 255, 0.6);
}
.gs-qy-box .dm-stage .dm-item.review .dm-text2 {
  display: block;
}
.gs-qy-box .dm-stage .dm-item.review .give-btn {
  display: none;
}
.gs-qy-box .dm-stage .dm-item .nickname {
  position: absolute;
  left: 0.69rem;
  top: 0.12rem;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 0.1rem;
  border-bottom: 0.02rem solid rgba(0, 143, 255, 0.6);
  display: none;
}
.gs-qy-box .dm-stage .dm-item .head-img {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
  border: 0.01rem solid #1c90ea;
  margin-right: 0.08rem;
}
.gs-qy-box .dm-stage .dm-item .head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gs-qy-box .dm-stage .dm-item .dm-text {
  max-width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #b0bac6;
  line-height: 0.22rem;
  font-weight: 400;
  margin-right: 0.1rem;
}
.gs-qy-box .dm-stage .dm-item .dm-text2 {
  display: none;
  font-size: 0.18rem;
  color: #b0bac6;
  line-height: 0.22rem;
  font-weight: 400;
  white-space: nowrap;
}
.gs-qy-box .dm-stage .dm-item .give-btn {
  position: relative;
  padding-left: 0.26rem;
  font-size: 0.13rem;
  color: #b0bac6;
  line-height: 1;
}
.gs-qy-box .dm-stage .dm-item .give-btn.active i {
  background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-give_active.png);
}
.gs-qy-box .dm-stage .dm-item .give-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.125rem;
  width: 0.23rem;
  height: 0.25rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-give.png) no-repeat;
  background-size: 100% 100%;
}
.gs-qy-box .dm-stage .dm-item_hover:hover {
  position: relative;
  width: 3.52rem;
  height: 1.46rem;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.05rem rgba(86, 103, 193, 0.4);
          box-shadow: 0 0 0.05rem rgba(86, 103, 193, 0.4);
}
.gs-qy-box .dm-stage .dm-item_hover:hover .head-img {
  position: absolute;
  top: 0.16rem;
  left: 0.08rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}
.gs-qy-box .dm-stage .dm-item_hover:hover .nickname {
  display: block;
}
.gs-qy-box .dm-stage .dm-item_hover:hover .dm-text {
  position: absolute;
  top: 0.55rem;
  left: 0.69rem;
  width: 2.73rem;
  height: 0.88rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: wrap;
}
.gs-qy-box .dm-stage .dm-item_hover:hover .give-btn {
  position: absolute;
  top: 0.17rem;
  right: 0.1rem;
}
.gs-qy-box .dm-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.27rem;
  height: 3.6rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/dm-widget-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: -0.6rem auto 0;
  padding-top: 1.03rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gs-qy-box .dm-widget-tit {
  font-size: 0.5rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
.gs-qy-box .dm-widget-text {
  font-size: 0.22rem;
  color: #b0bac6;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.14rem;
}
.gs-qy-box .dm-widget-text2 {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.27rem;
}
.gs-qy-box .dmSwiper {
  position: relative;
  width: 6.88rem;
  height: 0.6rem;
  margin-top: 0.15rem;
  overflow: hidden;
}
.gs-qy-box .dmSwiper .swiper-slide {
  width: auto;
}
.gs-qy-box .dmSwiper .swiper-scrollbar {
  height: 0.06rem;
  border: 0.01rem solid rgba(109, 0, 7, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
}
.gs-qy-box .dmSwiper .swiper-scrollbar-drag {
  background-color: #ff0000;
}
.gs-qy-box .dm-presets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.45rem;
}
.gs-qy-box .dm-presets li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  height: 0.45rem;
  padding: 0 0.28rem;
  border-radius: 0.225rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.01rem solid #ff0000;
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.42rem;
  font-weight: 400;
  cursor: pointer;
}
.gs-qy-box .dm-presets li:not(:nth-child(1)) {
  margin-left: 0.18rem;
}
.gs-qy-box .dm-presets li:hover {
  background-color: rgba(239, 58, 42, 0.6);
}
.gs-qy-box .dm-widget-text4 {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
.gs-qy-box .right {
  margin-left: 0.38rem;
}
.gs-qy-box .dm-input {
  position: relative;
  margin-top: 0.18rem;
  width: 6.22rem;
  height: 1.77rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gs-qy-box .dm-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem 0 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.4;
}
.gs-qy-box .dm-input textarea::-webkit-input-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea::-moz-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea:-ms-input-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea::-ms-input-placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input textarea::placeholder {
  color: #6d7175;
}
.gs-qy-box .dm-input .dm-send {
  position: absolute;
  right: 0;
  bottom: -0.01rem;
  width: 1.93rem;
  height: 0.45rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/dm-send.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.45rem;
}

@-webkit-keyframes transformAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 4rem));
            transform: translateX(calc(-100vw - 4rem));
  }
}

@keyframes transformAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 4rem));
            transform: translateX(calc(-100vw - 4rem));
  }
}
.shareDom {
  position: fixed;
  left: -9999em;
  top: 0;
  width: 1920px;
  height: 1080px;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/share.jpg) no-repeat;
  background-size: 100% 100%;
}
.shareDom img {
  position: absolute;
  right: 72px;
  bottom: 33px;
  width: 169px;
  height: 169px;
}

.rule-pop .pop-con {
  width: 16.11rem;
  height: 9.76rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/rules-pop-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  padding: 0 0.93rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rule-pop .rule-pop-text1 {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.8rem;
}
.rule-pop .rule-box-text {
  margin-top: 0.49rem;
}
.rule-pop .rule-box_p1 {
  font-size: 0.35rem;
  color: #ffffff;
  line-height: 0.4rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.rule-pop .rule-box_p2 {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.4rem;
  font-weight: 400;
}
.rule-pop .rule-pop-text2 {
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.4rem;
  font-weight: 400;
  margin-top: 0.4rem;
}
.rule-pop .rule-box_p3 {
  font-size: 0.26rem;
  color: #91969d;
  line-height: 0.4rem;
  font-weight: 400;
}
.rule-pop .rule-box_p4 {
  font-size: 0.26rem;
  color: #91969d;
  line-height: 0.4rem;
  font-weight: 400;
  text-indent: 2.2em;
}
.rule-pop .rule-scroll {
  height: 7.2rem;
  margin-top: 0.5rem;
  padding-right: 0.2rem;
  overflow-y: auto;
}
.rule-pop .rule-scroll::-webkit-scrollbar-track {
  background-color: #410904;
}
.rule-pop .rule-scroll::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}
.rule-pop .rule-scroll::-webkit-scrollbar-thumb {
  background-color: #ff3d2c;
}
.rule-pop ul li {
  position: relative;
  line-height: 0.4rem;
  padding-left: 0.3rem;
  font-size: 0.26rem;
  color: #91969d;
}
.rule-pop ul li::before {
  content: "";
  position: absolute;
  top: 0.135rem;
  left: 0;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #ff3d2c;
}

.record-pop .pop-con {
  width: 8.59rem;
  height: 9.76rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/record-pop-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
.record-pop .record-table-box {
  height: 6.29rem;
  overflow-y: auto;
}
.record-pop .record-table {
  width: 7.53rem;
  margin: 0.75rem auto 0;
  border-spacing: 0.21rem 0;
}
.record-pop .record-table th {
  height: 0.89rem;
  background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/record-pop-wl.png);
  background-size: 4.39rem 0.89rem;
  background-color: #4b140e;
  border: 0.02rem solid #6c1414;
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: 700;
}
.record-pop .record-table th:nth-child(1) {
  width: 2.93rem;
}
.record-pop .record-table th:nth-child(2) {
  width: 4.39rem;
}
.record-pop .record-table tr {
  height: 0.83rem;
}
.record-pop .record-table td {
  font-size: 0.26rem;
  color: #91969d;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
.record-pop .record-table tbody tr:nth-child(1) {
  padding-top: 0.14rem;
  height: 0.97rem;
}
.record-pop .record-table tbody tr:nth-child(1) td {
  padding-top: 0.14rem;
}
.record-pop .record-pagination {
  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;
  margin-top: 0.32rem;
}
.record-pop .record-pagination .record-pagination-pre {
  width: 0.2rem;
  height: 0.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-arrow-left.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 1.1rem;
}
.record-pop .record-pagination .record-pagination-next {
  width: 0.2rem;
  height: 0.27rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/icon-arrow-right.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 1.1rem;
}
.record-pop .record-pagination .record-pagination-num a {
  font-size: 0.26rem;
  color: #91969d;
  font-weight: 400;
}
.record-pop .record-pagination .record-pagination-num a:not(:nth-child(1)) {
  margin-left: 0.77rem;
}
.record-pop .record-pagination .record-pagination-num a.on {
  color: #f50000;
}

.module-team .module-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.775rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-team .team-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.45rem;
}
.module-team .team-tool .team-title {
  position: relative;
  width: 4.29rem;
  height: 0.425rem;
  font-size: 0;
  text-indent: -999em;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/module-3-title.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .team-tool .btn-rule {
  margin-left: 0.2rem;
  line-height: 1;
  padding-bottom: 0.04rem;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 0.2rem;
  color: #8d8d8d;
}
.module-team .team-tool .btn-record {
  margin-left: 0.2rem;
  line-height: 1;
  padding-bottom: 0.04rem;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 0.2rem;
  color: #8d8d8d;
}
.module-team .task-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module-team .task-panel .team-task {
  position: relative;
  width: 5.065rem;
  height: 4.82rem;
  padding-top: 0.43rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/team-task.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .task-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 4.105rem;
  line-height: 1;
  margin: 0 auto 0.4rem;
  font-weight: bold;
  font-size: 0.25rem;
  letter-spacing: 0.02rem;
  color: #dcdcdc;
}
.module-team .task-panel .task-title::before, .module-team .task-panel .task-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #c30005;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module-team .task-panel .task-title::before {
  left: 0;
}
.module-team .task-panel .task-title::after {
  right: 0;
}
.module-team .task-panel .task-list {
  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;
}
.module-team .task-panel .task-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 4.105rem;
  height: 0.55rem;
}
.module-team .task-panel .task-list li:not(:first-of-type) {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.module-team .task-panel .task-list li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  width: 100%;
  height: 1px;
  border-top: 1px solid #8c8c8c;
}
.module-team .task-panel .task-list .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.module-team .task-panel .task-list .info .title {
  line-height: 1;
  font-size: 0.18rem;
  color: #dcdcdc;
}
.module-team .task-panel .task-list .info .desc {
  line-height: 1;
  margin-top: 0.04rem;
  font-size: 0.14rem;
  color: rgba(220, 220, 220, 0.5);
}
.module-team .task-panel .task-list .number {
  line-height: 1;
  margin-right: 0.15rem;
  font-size: 0.18rem;
  color: #dcdcdc;
}
.module-team .task-panel .task-list .btn-finish {
  line-height: 1;
  padding-bottom: 0.04rem;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 0.18rem;
  color: #d539ff;
}
.module-team .task-panel .task-list .btn-finish.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.module-team .task-panel .team-lottery {
  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;
  width: 7.61rem;
  height: 4.82rem;
  padding-top: 3.54rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/team-task.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-number {
  line-height: 1;
  margin-bottom: 0.1rem;
  font-style: normal;
  font-size: 0.16rem;
  color: #fff;
}
.module-team .task-panel .team-lottery .btn-lottery {
  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: 2.745rem;
  height: 0.725rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/btn-lottery.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .btn-lottery span {
  line-height: 1;
  font-weight: bold;
  font-size: 0.23rem;
  color: #fff;
}
.module-team .task-panel .team-lottery .btn-lottery i {
  line-height: 1;
  margin-top: 0.05rem;
  font-style: normal;
  font-size: 0.12rem;
  color: #fff;
}
.module-team .task-panel .team-lottery .btn-address {
  display: none;
  position: absolute;
  bottom: 0.3rem;
  right: 0.25rem;
  line-height: 1;
  padding-bottom: 0.04rem;
  border-bottom: 1px solid;
  font-size: 0.18rem;
  color: #df665b;
}
.module-team .task-panel .team-lottery #lottery-inner_hover {
  opacity: 0;
  pointer-events: none;
}
.module-team .task-panel .team-lottery .lottery-list {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 7.19rem;
  height: 2.985rem;
}
.module-team .task-panel .team-lottery .lottery-list li {
  position: absolute;
}
.module-team .task-panel .team-lottery .lottery-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0 0 0.15rem 0.025rem inset;
          box-shadow: rgba(255, 255, 255, 0.5) 0 0 0.15rem 0.025rem inset;
  opacity: 0;
}
.module-team .task-panel .team-lottery .lottery-list li.active::after {
  opacity: 1;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 3.515rem;
  height: 2.97rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-1.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(2) {
  top: 0;
  left: 3.625rem;
  width: 1.1rem;
  height: 1.42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-2.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(3) {
  top: 0;
  left: 4.87rem;
  width: 1.1rem;
  height: 1.42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-3.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(4) {
  top: 0;
  left: 6.1rem;
  width: 1.1rem;
  height: 1.42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-4.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(5) {
  top: 1.53rem;
  left: 3.625rem;
  width: 1.1rem;
  height: 1.42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-5.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(6) {
  top: 1.53rem;
  left: 4.87rem;
  width: 1.1rem;
  height: 1.42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-6.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .task-panel .team-lottery .lottery-list li:nth-of-type(7) {
  top: 1.53rem;
  left: 6.1rem;
  width: 1.1rem;
  height: 1.42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/lottery-item-7.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .team-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.755rem;
  margin-top: 0.1rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/team-panel.jpg) no-repeat;
  background-size: 100% 100%;
}
.module-team .team-panel .team-panel-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.425rem;
  height: 0.335rem;
  line-height: 0.335rem;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: center;
  color: #d1d1d1;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/team-panel-title.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .team-panel .invite-progress {
  position: relative;
  width: 6.255rem;
}
.module-team .team-panel .invite-progress .progress-out {
  position: absolute;
  top: 1.3rem;
  left: 0.315rem;
  width: 5.645rem;
  height: 0.03rem;
  background-color: #1c0705;
  border: 1px solid #ff3d2c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.module-team .team-panel .invite-progress .progress-out .progress-in {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background-color: #ff0f00;
}
.module-team .team-panel .invite-progress .award-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-team .team-panel .invite-progress .award-list li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.15rem;
  height: 0.15rem;
}
.module-team .team-panel .invite-progress .award-list li:nth-child(1) {
  left: 0.9rem;
}
.module-team .team-panel .invite-progress .award-list li:nth-child(2) {
  left: 2.75rem;
}
.module-team .team-panel .invite-progress .award-list li:nth-child(3) {
  left: 4.55rem;
}
.module-team .team-panel .invite-progress .award-list li.on i {
  background-color: #ff0f00;
  border: none;
}
.module-team .team-panel .invite-progress .award-list li.on .award-img1,
.module-team .team-panel .invite-progress .award-list li.on .award-img2,
.module-team .team-panel .invite-progress .award-list li.on .award-img3 {
  opacity: 0;
}
.module-team .team-panel .invite-progress .award-list li.on .award-img1_on,
.module-team .team-panel .invite-progress .award-list li.on .award-img2_on,
.module-team .team-panel .invite-progress .award-list li.on .award-img3_on {
  opacity: 1;
}
.module-team .team-panel .invite-progress .award-list .award-item {
  position: absolute;
  bottom: calc(100% + 0.07rem);
  left: 50%;
  width: 0.875rem;
  height: 0.87rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/award-item.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-team .team-panel .invite-progress .award-list .award-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-team .team-panel .invite-progress .award-list .award-item .image img {
  position: absolute;
  display: block;
  width: 100%;
}
.module-team .team-panel .invite-progress .award-list .award-item .name {
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 0.11rem;
  text-align: center;
  color: #dcdcdc;
}
.module-team .team-panel .invite-progress .award-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #020c1a;
  border: 0.02rem solid #ff0f00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.module-team .team-panel .invite-progress .award-list p {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 0.17rem;
  color: #b0bac6;
  line-height: 1;
}
.module-team .team-panel .invite-progress .award-list .award-img1_on,
.module-team .team-panel .invite-progress .award-list .award-img2_on,
.module-team .team-panel .invite-progress .award-list .award-img3_on {
  opacity: 0;
}
.module-team .team-panel .invite-tream {
  position: relative;
  width: 6.52rem;
  padding-top: 0.73rem;
  padding-left: 0.375rem;
}
.module-team .team-panel .invite-tream .invite-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-team .team-panel .invite-tream .invite-list li {
  width: 0.765rem;
  height: 0.765rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/chlh20250711/images/1109/content/def_bg.png) no-repeat;
  background-size: 100% 100%;
}
.module-team .team-panel .invite-tream .invite-list li:not(:nth-child(1)) {
  margin-left: 0.48rem;
}
.module-team .team-panel .invite-tream .invite-list li img {
  width: 100%;
  max-height: 0.765rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.02rem solid #ff0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}