/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._qr-code_1w40x_5 {
  min-height: 2rem;
  min-width: 2rem;
}
img[src=""], img:not([src]) {
  opacity: 0;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._warp_43mwb_5 {
  width: 100%;
  height: 100%;
  background-color: var(--cms-background-color-primary);
  background-repeat: no-repeat;
  background-size: var(--theme-max-width) auto;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999 !important;
}
._warp_43mwb_5 ._warpContent_43mwb_17 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
}
._warp_43mwb_5 ._warpContent_43mwb_17 ._warpContentItem_43mwb_27 {
  width: 90%;
  margin: 0 auto;
  background-color: var(--cms-background-color-secondary);
  padding: 0.2rem;
  border-radius: 0.16rem;
}
._warp_43mwb_5 ._warpContent_43mwb_17 ._warpContentItem_43mwb_27 ._warpContentTitle_43mwb_34 {
  font-size: 0.32rem;
  color: red;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
._warp_43mwb_5 ._warpContent_43mwb_17 ._warpContentItem_43mwb_27 ._warpContentTitle_43mwb_34 i {
  transform: scale(1.2);
}
._warp_43mwb_5 ._warpContent_43mwb_17 ._warpContentItem_43mwb_27 ._warpContentMessage_43mwb_46 {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem auto;
  text-align: center;
}
._warp_43mwb_5 ._warpContent_43mwb_17 ._warpContentItem_43mwb_27 ._warpContentButton_43mwb_55 {
  font-size: 0.28rem;
  color: var(--cms-theme-text-color-primary);
  background-color: var(--cms-primary-color);
  border-radius: 0.16rem;
  padding: 0.2rem;
  text-align: center;
  margin-top: 0.2rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._loading_1jfhi_5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._loading-box1_1jfhi_10 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._loading-box1_1jfhi_10 > div {
  zoom: 3.1;
}
._loading-box1-content_1jfhi_18 {
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  border: 0.03rem solid var(--cms-primary-color);
  border-top-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  animation: _circle_1_1jfhi_1 infinite 0.75s linear;
  zoom: 1.6;
}
@keyframes _circle_1_1jfhi_1 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading-box2_1jfhi_38 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
._loading-box2-content_1jfhi_45 {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.1rem;
  background-color: var(--cms-color-help);
  animation: __rectangle_o3h5e_1_1jfhi_1 infinite 1s ease-in-out -0.2s;
  transform: scale(2);
}
._loading-box2-content_1jfhi_45::before,
._loading-box2-content_1jfhi_45::after {
  position: absolute;
  width: 0.06rem;
  height: 0.1rem;
  content: "";
}
._loading-box2-content_1jfhi_45::before {
  left: -0.14rem;
  background-color: var(--cms-global-secondary1-color);
  animation: __rectangle_o3h5e_1_1jfhi_1 infinite 1s ease-in-out -0.4s;
}
._loading-box2-content_1jfhi_45::after {
  right: -0.14rem;
  background-color: var(--cms-secondary-color);
  animation: __rectangle_o3h5e_1_1jfhi_1 infinite 1s ease-in-out;
}
@keyframes __rectangle_o3h5e_1_1jfhi_1 {
  0%,
  80%,
  to {
    height: 0.2rem;
  }
  40% {
    height: 0.3rem;
  }
}
._loading-box3_1jfhi_81 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
._loading-box3-content_1jfhi_88 {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.2rem;
  background-color: var(--cms-color-help);
  border-radius: 100%;
  animation: __ball-rotate_1jl7g_1_1jfhi_1 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation-fill-mode: both;
  zoom: 1.5;
}
._loading-box3-content_1jfhi_88::after,
._loading-box3-content_1jfhi_88::before {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.02rem;
  border-radius: 100%;
  opacity: 0.8;
  content: "";
}
._loading-box3-content_1jfhi_88::after {
  top: 0;
  left: 0.25rem;
  background-color: var(--cms-primary-color);
}
._loading-box3-content_1jfhi_88::before {
  top: 0;
  left: -0.28rem;
  background-color: var(--cms-secondary-color);
}
@keyframes __ball-rotate_1jl7g_1_1jfhi_1 {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}
._loading-box4_1jfhi_130 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
._loading-box4-content_1jfhi_137 {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  border: 0 solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  animation: __satellite_h2boq_1_1jfhi_1 3s infinite linear;
  zoom: 1.6;
}
._loading-box4-content_1jfhi_137::before,
._loading-box4-content_1jfhi_137::after {
  position: absolute;
  top: 0.01rem;
  left: 0.01rem;
  width: 0.12rem;
  height: 0.12rem;
  background-color: var(--cms-primary-color);
  border-radius: 100%;
  box-shadow: 0 0 0.1rem var(--cms-primary-color);
  content: "";
}
._loading-box4-content_1jfhi_137::after {
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.13rem;
}
@keyframes __satellite_h2boq_1_1jfhi_1 {
  0% {
    transform: rotate(0) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
  }
}
._loading-box5_1jfhi_172 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
._loading-box5-content_1jfhi_179 {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 0;
  transform: scale(1.6);
  width: 0.5rem;
  height: 0.5rem;
}
._loading-box5-content_1jfhi_179 > div {
  position: relative;
  display: inline-block;
  float: none;
  box-sizing: border-box;
}
._loading-box5-content_1jfhi_179 > div:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60%;
  height: 60%;
  background: var(--cms-primary-color);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: __ball-atom-shrink_mm74k_1_1jfhi_1 4.5s infinite linear;
}
._loading-box5-content_1jfhi_179 > div:not(:nth-child(1)) {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none;
  animation: __ball-atom-zindex_mm74k_1_1jfhi_1 1.5s 0s infinite steps(2, end);
}
._loading-box5-content_1jfhi_179 > div:not(:nth-child(1)):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.05rem;
  margin-left: -0.05rem;
  border-radius: 50%;
  opacity: 0.75;
  animation: __ball-atom-position_mm74k_1_1jfhi_1 1.5s 0s infinite ease, __ball-atom-size_mm74k_1_1jfhi_1 1.5s 0s infinite ease;
  content: "";
}
._loading-box5-content_1jfhi_179 > div:nth-child(2) {
  animation-delay: 0.75s;
}
._loading-box5-content_1jfhi_179 > div:nth-child(2):before {
  background-color: var(--cms-color-help);
  animation-delay: 0s, -1.125s;
}
._loading-box5-content_1jfhi_179 > div:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: -0.25s;
}
._loading-box5-content_1jfhi_179 > div:nth-child(3):before {
  background-color: var(--cms-secondary-color);
  animation-delay: -1s, -0.75s;
}
._loading-box5-content_1jfhi_179 > div:nth-child(4) {
  transform: rotate(240deg);
  animation-delay: 0.25s;
}
._loading-box5-content_1jfhi_179 > div:nth-child(4):before {
  background-color: var(--cms-global-secondary1-color);
  animation-delay: -0.5s, -0.125s;
}
@keyframes __ball-atom-position_mm74k_1_1jfhi_1 {
  50% {
    top: 100%;
    left: 100%;
  }
}
._loading-box6_1jfhi_257 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.3rem;
}
._loading-box6-content_1jfhi_264 {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: var(--cms-primary-color);
  font-size: 0;
  transform: scale(2);
}
._loading-box6-content_1jfhi_264 > div {
  position: relative;
  display: inline-block;
  float: none;
  box-sizing: border-box;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0.04rem;
  background-color: currentColor;
  border: 0 solid currentColor;
  border-radius: 100%;
  animation: __ball-beat_1uen5_1_1jfhi_1 0.7s -0.15s infinite linear;
}
._loading-box6-content_1jfhi_264 > div:nth-child(2n-1) {
  animation-delay: -0.5s;
}
@keyframes __ball-beat_1uen5_1_1jfhi_1 {
  50% {
    transform: scale(0.75);
    opacity: 0.2;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
._loading-box7_1jfhi_298 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
._loading-box7-content_1jfhi_305 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0;
  zoom: 2;
}
._loading-box7-content_1jfhi_305 > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  float: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  animation: __ball-circus-position_xr4hh_1_1jfhi_1 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), __ball-circus-size_xr4hh_1_1jfhi_1 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}
._loading-box7-content_1jfhi_305 > div:nth-child(1) {
  background-color: var(--cms-color-help);
  animation-delay: 0s, -0.5s;
}
._loading-box7-content_1jfhi_305 > div:nth-child(2) {
  background-color: var(--cms-color-help);
  animation-delay: -0.5s, -1s;
}
._loading-box7-content_1jfhi_305 > div:nth-child(3) {
  background-color: var(--cms-secondary-color);
  animation-delay: -1s, -1.5s;
}
._loading-box7-content_1jfhi_305 > div:nth-child(4) {
  background-color: var(--cms-global-secondary1-color);
  animation-delay: -1.5s, -2s;
}
._loading-box7-content_1jfhi_305 > div:nth-child(5) {
  background-color: var(--cms-primary-color);
  animation-delay: -2s, -2.5s;
}
@keyframes __ball-circus-position_xr4hh_1_1jfhi_1 {
  50% {
    left: 100%;
  }
}
@keyframes __ball-circus-size_xr4hh_1_1jfhi_1 {
  50% {
    transform: scale(0.3);
  }
}
._loading-box8_1jfhi_357 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
._loading-box8_1jfhi_357 > div {
  transform: scale(3.1);
}
._loading-box8-content_1jfhi_367 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0;
}
._loading-box8-content_1jfhi_367 > div {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  float: none;
  box-sizing: border-box;
  background: transparent;
  border: 0.02rem solid currentColor;
  border-radius: 100%;
  animation: __ball-clip-rotate-multiple-rotate_y5flc_1_1jfhi_1 1s ease-in-out infinite;
}
._loading-box8-content_1jfhi_367 > div:first-child {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  border-top-color: var(--cms-color-help);
  border-right-color: transparent;
  border-bottom-color: var(--cms-secondary-color);
  border-left-color: transparent;
}
._loading-box8-content_1jfhi_367 > div:last-child {
  width: 0.16rem;
  height: 0.16rem;
  border-top-color: transparent;
  border-right-color: var(--cms-global-secondary1-color);
  border-bottom-color: transparent;
  border-left-color: var(--cms-primary-color);
  animation-duration: 0.5s;
  animation-direction: reverse;
}
@keyframes __ball-clip-rotate-multiple-rotate_y5flc_1_1jfhi_1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
._loading-box9_1jfhi_417 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 0.3rem;
  zoom: 1.2;
}
._loading-box9-content_1jfhi_425 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 3rem;
  height: 0.3rem;
  color: #000;
  font-size: 0;
  text-align: center;
}
._loading-box9-content_1jfhi_425 > div {
  position: relative;
  display: inline-block;
  float: none;
  box-sizing: border-box;
  width: 0.3rem;
  height: 0.3rem;
  white-space: nowrap;
  border-radius: 100%;
  animation: __ball-elastic-dots-anim_i24xs_1_1jfhi_1 1s infinite;
}
._loading-box9-content_1jfhi_425 > div:nth-child(1) {
  background-color: var(--cms-primary-color);
}
._loading-box9-content_1jfhi_425 > div:nth-child(2) {
  background-color: var(--cms-global-secondary1-color);
}
._loading-box9-content_1jfhi_425 > div:nth-child(3) {
  background-color: var(--cms-color-help);
}
._loading-box9-content_1jfhi_425 > div:nth-child(4) {
  background-color: var(--cms-secondary-color);
}
._loading-box9-content_1jfhi_425 > div:nth-child(5) {
  background-color: var(--cms-global-secondary3-color);
}
@keyframes __ball-elastic-dots-anim_i24xs_1_1jfhi_1 {
  0%,
  to {
    margin: 0;
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    transform: scale(0.65);
  }
}
._loading-box10_1jfhi_472 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._loading-box10_1jfhi_472 > img {
  width: 1.5rem;
  height: 1.5rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._skeleton_16yzc_5 {
  background-image: linear-gradient(90deg, var(--cms-global-spare9-color), var(--cms-global-spare9-color), var(--cms-global-spare9-color), var(--cms-global-spare10-color), var(--cms-global-spare9-color), var(--cms-global-spare9-color), var(--cms-global-spare9-color)) !important;
  background-size: 200% 100% !important;
  border-radius: 0.04rem;
  opacity: 1;
  width: 100%;
  border: 0.02rem solid var(--cms-background-color-secondary);
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@font-face {
  font-family: DIN;
  src: local("DIN");
  src: url("/assets/images/din-BJOtPqQZ.woff");
  src: url("/assets/images/din-BJOtPqQZ.woff") format("woff"), url("/assets/images/din-BKhiwNXw.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: PingFangSCRegular;
  src: local("PingFangSCRegular");
  src: url("/assets/images/PingFangSCRegular-BW20WC_0.woff");
  src: url("/assets/images/PingFangSCRegular-BW20WC_0.woff") format("woff"), url("/assets/images/PingFangSCRegular-DXxEBc_x.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: HYYakuHei;
  src: local("HYYakuHei");
  src: url("/assets/images/HYYakuHei-75W--OrYrGNO.ttf");
  src: url("/assets/images/HYYakuHei-75W--OrYrGNO.ttf") format("woff"), url("/assets/images/HYYakuHei-75W--OrYrGNO.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: DINCondensed-Bold;
  src: local("DINCondensed-Bold");
  src: url("/assets/images/DINCondensed-Bold-cb9ygbf1.woff");
  src: url("/assets/images/DINCondensed-Bold-cb9ygbf1.woff") format("woff"), url("/assets/images/DINCondensed-Bold-jIqZg1aL.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: dinpro;
  src: local("dinpro");
  src: url("/assets/images/din-BJOtPqQZ.woff");
  src: url("/assets/images/din-BJOtPqQZ.woff") format("woff"), url("/assets/images/din-BKhiwNXw.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: DinPro;
  src: local("DinPro");
  src: url("/assets/images/DINPro-BqsuQ9Hc.ttf");
  font-display: block;
}
@font-face {
  font-family: DinProBold;
  src: local("DinProBold");
  src: url("/assets/images/DINPro-Bold-DkofzpcJ.otf");
  font-display: block;
}
@font-face {
  font-family: DinProMedium;
  src: local("DinProMedium");
  src: url("/assets/images/DINPro-Medium-BAlASGyk.otf");
  font-display: block;
}
@font-face {
  font-family: DinProMedium;
  src: local("DinProMedium");
  src: url("/assets/images/DINPro-Medium-BAlASGyk.otf");
  font-display: block;
}
@font-face {
  font-family: DigifaceWide;
  src: local("DigifaceWide");
  src: url("/assets/images/DigifaceWide-DrRdXZSm.ttf");
  font-display: block;
}
@font-face {
  font-family: xm1;
  src: local("xm1");
  src: url("/assets/images/xm1-CHnqiQTt.woff2") format("woff2");
  font-display: block;
}
.ant-progress-line {
  margin-inline-end: 0 !important;
  margin-bottom: 0 !important;
}
.ant-message {
  max-width: 6.9rem !important;
}
.ant-modal-content {
  padding: 0 !important;
}
.ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
  border: none;
}
.ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr:last-child > td {
  border-bottom: none;
}
.ant-popover .ant-popover-inner {
  padding: 0 !important;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: var(--cms-text-color-secondary) !important;
}
.ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
    [colspan]
  )::before,
.ant-table-wrapper .ant-table-thead > tr > td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
    [colspan]
  )::before {
  background-color: transparent !important;
}
.van-picker__title {
  color: var(--cms-text-color-primary) !important;
}
.ant-drawer {
  max-width: var(--theme-max-width);
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  touch-action: none;
}
/*#chat-widget-container {
bottom: 66px !important;
z-index: 650!important;
}
@media screen and (max-width: 620px) {
#chat-widget-container {
bottom: 1.28rem !important;
height: calc(100% - 2.56rem) !important;
z-index: 650!important;
}
}*/
.anticon.ant-input-clear-icon,
.anticon-close-circle {
  font-size: 0.3rem !important;
  color: var(--cms-text-color-secondary) !important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
@-ms-viewport {
  width: device-width;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -0.04rem;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.ant-select-arrow {
  transition: all 0.25s ease 0s;
}
.ant-select-open .ant-select-arrow :not(.anticon-search) svg {
  transform: rotate(180deg) !important;
  transition: transform 0.3s !important;
}
.ant-select-arrow svg {
  transition: transform 0.3s !important;
}
.van-number-keyboard {
  width: var(--theme-max-width) !important;
  margin: 0 auto;
  left: auto !important;
}
body {
  margin: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.28rem;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif !important;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: "tnum";
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  margin-top: constant(safe-area-inset-top);
  margin-top: env(safe-area-inset-top);
}
html[data-android="true"] body {
  margin-top: 0 !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}
body::before {
  margin: 0;
  min-height: calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5000;
  background-color: var(--cms-background-color-primary);
  background-image: var(--body-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  will-change: transform;
}
body.bg-image-hidden::before {
  animation: fadeout var(--body-bg-animate) ease forwards;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
label {
  color: var(--cms-text-color-primary) !important;
}
.ant-select .ant-select-selector,
input.ant-input {
  color: var(--cms-text-color-primary) !important;
}
.ant-form-item-explain-error::after {
  content: "";
  background: var(--cms-text-color-secondary) !important;
}
.ant-form-item-extra {
  color: var(--cms-text-color-secondary) !important;
}
.ant-input {
  background-color: transparent !important;
}
.ant-input[disabled] {
  border-color: var(--cms-divider-color) !important;
}
.ant-picker-input > input::placeholder,
.ant-input::placeholder {
  color: var(--cms-text-color-secondary) !important;
}
.ant-select-selection-search-input::placeholder {
  color: var(--cms-text-color-secondary) !important;
}
.ant-btn-primary {
  color: none !important;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  border-color: none !important;
  background: none !important;
  color: none !important;
}
.ant-picker-input {
  border-color: var(--cms-primary-color) !important;
  color: var(--cms-text-color-primary) !important;
}
.ant-select-item {
  color: var(--cms-text-color-primary) !important;
}
.ant-select-dropdown {
  background-color: var(--cms-background-color-primary);
  color: var(--cms-text-color-primary) !important;
}
.ant-select-selector {
  background-color: transparent !important;
  box-shadow: none !important;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: var(--cms-background-color-secondary) !important;
}
.ant-picker-panel {
  color: var(--cms-text-color-primary) !important;
  border-color: var(--cms-divider-color);
}
.ant-picker-header,
.ant-picker-date-panel .ant-picker-body {
  background-color: var(--cms-background-color-secondary);
}
.ant-picker-header {
  border-bottom: 0.02rem solid var(--cms-divider-color) !important;
}
.ant-picker-panel {
  border-color: var(--cms-divider-color) !important;
}
.ant-picker-header button {
  color: var(--cms-text-color-primary);
}
.ant-picker-content th,
.ant-picker-cell {
  color: var(--cms-text-color-primary) !important;
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td,
.record-table-AcFcA .ant-table-tbody > tr.ant-table-row:hover > td,
.record-table-AcFcA .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: var(--cms-background-color-secondary) !important;
}
.ant-empty-description {
  color: var(--cms-text-color-secondary) !important;
}
.ant-input-group-addon {
  background-color: var(--cms-background-color-secondary) !important;
}
.ant-input.ant-input-lg,
.ant-input-group-addon {
  border: 0.02rem solid var(--cms-text-color-primary);
}
.ant-form {
  color: var(--cms-text-color-primary);
}
.ant-pagination-item-active {
  border-color: var(--cms-primary-color) !important;
}
.ant-pagination-item-active a {
  color: var(--cms-primary-color) !important;
}
.ant-spin-dot-item {
  background-color: var(--cms-primary-color) !important;
}
.common-loding {
  width: 1rem !important;
  height: 1rem !important;
  margin: -0.5rem !important;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-top: 0.1rem solid var(--cms-primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _common_bganimation {
  0% {
    background-position-x: 125%;
  }
  to {
    background-position-x: -32%;
  }
}
.lazy-load-image-background {
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
}
.lazy-load-image-background[data-status="loading"] {
  --skin__border: var(--cms-background-color-secondary);
  --skin__bg_2: var(--cms-background-color-primary);
  background-image: linear-gradient(90deg, var(--skin__border), var(--skin__border), var(--skin__border), var(--skin__bg_2), var(--skin__border), var(--skin__border), var(--skin__border)) !important;
  background-size: 200% 100% !important;
  border-radius: 0.04rem;
  opacity: 0.5;
  animation: _common_bganimation 0.9s linear infinite;
}
.lazy-load-image-background[data-status="loading"].rectangle-img {
  aspect-ratio: 100 / 133.43;
  /* 设置宽高比 */
}
.lazy-load-image-background[data-status="loading"].square-img {
  aspect-ratio: 1;
}
.lazy-load-image-background[data-status="loading"].activity-img {
  aspect-ratio: 281 / 127;
  /* 活动列表图的比例 */
}
.lazy-load-image-background[data-status="loading2"] {
  --skin__border: var(--cms-background-color-secondary);
  --skin__bg_2: var(--cms-background-color-primary);
  background-color: var(--skin__border);
  background-size: contain !important;
  border-radius: 0.24rem;
}
.lazy-load-image-background[data-status="loading2"].rectangle-img {
  aspect-ratio: 100 / 133.43;
  /* 设置宽高比 */
}
.lazy-load-image-background[data-status="loading2"].wide-rectangle-img {
  aspect-ratio: 377 / 147;
  /* 设置宽高比 */
}
.lazy-load-image-background[data-status="loading2"].square-img {
  aspect-ratio: 1;
}
.lazy-load-image-background[data-status="loading2"].activity-img {
  aspect-ratio: 281 / 127;
  /* 活动列表图的比例 */
}
.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._animate-header-pop-enter-active_1ux9j_5 {
  position: absolute!important;
  top: 0;
  animation: 0.3s _slideInLeft_1ux9j_1 both linear;
}
._animate-header-push-enter-active_1ux9j_10 {
  position: absolute!important;
  top: 0;
  animation: 0.3s _slideInRight_1ux9j_1 both linear;
}
._animate-header-pop-leave-active_1ux9j_15 {
  top: 0;
  width: 100%;
  z-index: 0;
  animation: 0.3s _slideOutRight_1ux9j_1 both linear;
}
._animate-header-push-leave-active_1ux9j_21 {
  top: 0;
  width: 100%;
  z-index: 0;
  animation: 0.3s _slideOutLeft_1ux9j_1 both linear;
}
._animate-page-pop-enter-active_1ux9j_27 {
  animation: 0.3s _slideInLeft_1ux9j_1 both linear;
}
._animate-page-push-enter-active_1ux9j_30 {
  animation: 0.3s _slideInRight_1ux9j_1 both linear;
}
._animate-page-pop-leave-active_1ux9j_33 {
  position: absolute!important;
  top: 0;
  width: 100%;
  z-index: 0;
  animation: 0.3s _slideOutRight_1ux9j_1 both linear;
}
._animate-page-push-leave-active_1ux9j_40 {
  position: absolute!important;
  top: 0;
  width: 100%;
  z-index: 0;
  animation: 0.3s _slideOutLeft_1ux9j_1 both linear;
}
._animate-page-top-down-active_1ux9j_47 {
  animation: 0.28s _slideTopDown_1ux9j_1 cubic-bezier(0.36, 0.66, 0.04, 1) both;
}
._animate-page-leave_1ux9j_50 {
  opacity: 0;
}
@keyframes _slideInLeft_1ux9j_1 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes _slideOutLeft_1ux9j_1 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slideInRight_1ux9j_1 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes _slideOutRight_1ux9j_1 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slideTopDown_1ux9j_1 {
  from {
    opacity: 0.01;
    transform: translateY(0.8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._overflowAnchor_1ux9j_95 {
  overflow-anchor: none;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._header_f53bs_5 {
  width: 100%;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.1rem;
  background-color: var(--cms-top-background-color);
  background-repeat: repeat;
}
._header-wrap_f53bs_15 {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 1013;
  transform: translateY(-0.02rem);
}
._header-wrap-xm_f53bs_23 {
  z-index: 1000;
}
._header-wrap-android_f53bs_26 {
  top: 0 !important;
}
._header-wrap_f53bs_15[header-root-tpl="WH17"] {
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._header-box_f53bs_32 {
  position: relative;
}
._header-box-sport_f53bs_35 > div {
  width: 100%;
  padding: 0 0.14rem !important;
}
._loadingText_f53bs_39 {
  font-size: 0.24rem !important;
  font-weight: 400 !important;
  color: var(--cms-primary-color);
  border-bottom: none !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._pendant_1o1pa_5 {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
._pendant-left_1o1pa_14 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
}
._pendant-center_1o1pa_21 {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  pointer-events: none;
}
._pendant-right_1o1pa_28 {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@keyframes _pngAnimation_t84dx_1 {
  0% {
    background-position-x: 125%;
  }
  100% {
    background-position-x: -32%;
  }
}
._my-img_t84dx_13 {
  opacity: 1;
}
._skeleton_t84dx_16[data-status=loading] {
  -webkit-animation: _pngAnimation_t84dx_1 0.9s linear infinite;
  animation: _pngAnimation_t84dx_1 0.9s linear infinite;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--cms-global-spare4-color)), color-stop(var(--cms-global-spare4-color)), color-stop(var(--cms-global-spare4-color)), color-stop(var(--cms-background-color-primary)), color-stop(var(--cms-global-spare4-color)), color-stop(var(--cms-global-spare4-color)), to(var(--cms-global-spare4-color))) !important;
  background-image: linear-gradient(90deg, var(--cms-global-spare4-color), var(--cms-global-spare4-color), var(--cms-global-spare4-color), var(--cms-background-color-primary), var(--cms-global-spare4-color), var(--cms-global-spare4-color), var(--cms-global-spare4-color)) !important;
  background-size: 200% 100%!important;
  border-radius: 0.04rem;
  opacity: 1;
  opacity: 0.5;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@keyframes _downhide_19dh9_1 {
  0% {
    height: 0.6rem;
  }
  100% {
    height: 0;
  }
}
._cms-close-btn_19dh9_13 {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cms-global-spare8-color);
}
._topDownload_19dh9_25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.2rem 0 0.1rem;
  background-color: var(--cms-top-download-bg-color);
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._topDownload-warp_19dh9_34 {
  height: auto;
  overflow: hidden;
}
._topDownload-isPrimary_19dh9_38 .cms-close-btn-F2D6A:after,
._topDownload-isPrimary_19dh9_38 .cms-close-btn-F2D6A:before {
  background: var(--cms-primary-color);
}
._topDownload-isPrimary_19dh9_38 .topDownload-btn-D2QdX {
  background: var(--cms-primary-color);
  color: var(--cms-top-download-btn-text-color);
}
._topDownload_19dh9_25 > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--cms-text-color-primary);
  gap: 0.16rem;
  font-size: 0.24rem;
}
._topDownload_19dh9_25 > div > img {
  height: 0.48rem;
}
._topDownload-btn_19dh9_42 {
  background-color: var(--cms-top-download-btn-color);
  border: thin solid var(--cms-top-download-btn-color);
  color: var(--cms-top-download-btn-text-color);
  border-radius: 0.1rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  width: 1.2rem;
  height: 0.4rem;
  white-space: normal;
  word-break: break-all;
  justify-content: center !important;
  position: absolute;
  right: 0.2rem;
}
._topDownload-btn-s2_19dh9_76 {
  background-color: transparent;
  border: 0.02rem solid var(--cms-top-download-btn-color);
  color: var(--cms-top-download-btn-color);
  right: 0.4rem;
}
._topDownload-btn-s2_19dh9_76 a {
  color: var(--cms-top-download-btn-color) !important;
}
._topDownload-btn-s2-cn_19dh9_85 a {
  font-size: 0.22rem !important;
}
._topDownload-btn_19dh9_42 a {
  color: var(--cms-top-download-btn-text-color);
  line-height: 1;
  font-weight: 400;
  font-size: 0.18rem;
  word-break: break-word;
}
._topDownload-btn_19dh9_42 a:not(:lang(zh)):not(:lang(zh_hk)) {
  font-size: 0.16rem;
  line-height: 1.13;
}
._topDownload-btn-bottom_19dh9_99 {
  width: 100%;
  max-width: 3rem;
  height: 0.8rem !important;
  line-height: 0.8rem;
  font-size: 0.28rem;
  text-align: center;
}
._topDownload-btn-bottom_19dh9_99 .anticon {
  font-size: 0.28rem;
  margin-right: 0.08rem;
}
._topDownload-text_19dh9_111 {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  max-width: 4.4rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.2;
  font-size: 0.22rem !important;
}
._topDownload-text_19dh9_111 * {
  line-height: 1.2;
  font-size: 0.22rem !important;
}
._topDownload-text_19dh9_111 span {
  font-size: 0.22rem !important;
}
._ios-download-popup_19dh9_129 {
  background: var(--cms-background-color-primary) !important;
  padding: 0 0.2rem;
}
._ios-download-popup-top_19dh9_133 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0 0.3rem 0;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._ios-download-popup-top_19dh9_133 > img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.16rem;
  margin-right: 0.3rem;
}
._ios-download-popup-top_19dh9_133 > h2 {
  margin-left: 0.2rem;
  flex: 1;
  font-size: 0.28rem;
  color: var(--cms-text-color-primary);
}
._ios-download-popup-top1_19dh9_152 > img {
  margin-right: 0 !important;
}
._ios-download-popup-top1_19dh9_152 > h2 {
  font-size: 0.32rem !important;
}
._ios-download-popup-progress_19dh9_158 {
  flex-shrink: 0;
  width: 0.96rem;
  height: 0.96rem;
}
._ios-download-popup-progress_19dh9_158 > div {
  width: 100%;
  height: 100%;
}
._ios-download-popup-progress_19dh9_158 .van-circle__text {
  color: var(--cms-text-color-primary);
}
._ios-download-popup-des_19dh9_170 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--cms-text-color-primary);
  width: 100%;
  height: 100%;
  padding: 0.4rem 0;
  font-size: 0.28rem;
}
._ios-download-popup-des_19dh9_170 > span {
  margin-right: 0.2rem;
}
._downloadPopup_19dh9_183 {
  position: relative;
  margin-bottom: 0.92rem;
}
._downloadPopup-body_19dh9_187 {
  width: 6rem;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  background-color: var(--cms-background-color-primary);
  border-radius: 0.24rem;
  margin: 0 auto;
}
._downloadPopup-body_19dh9_187 > h2 {
  font-size: 0.3rem;
  color: var(--cms-text-color-primary);
  padding: 0 0.3rem 0.2rem 0.3rem;
  text-align: center;
}
._downloadPopup-top_19dh9_200 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 1.2rem;
}
._downloadPopup-top_19dh9_200 > p {
  font-size: 0.3rem;
  color: var(--cms-text-color-primary);
}
._downloadPopup-top_19dh9_200 > h2 {
  font-size: 0.3rem;
  color: var(--cms-text-color-primary);
}
._downloadPopup-top_19dh9_200 > img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
}
._downloadPopup-top-center_19dh9_219 {
  width: 100%;
  text-align: center;
}
._downloadPopup-des_19dh9_223 {
  margin-top: 0.3rem;
  min-height: 0.7rem;
}
._downloadPopup-des-btn_19dh9_227 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.02rem solid var(--cms-primary-color);
  border-radius: 0.14rem;
  height: 0.7rem;
  line-height: 0.66rem;
  width: 100%;
  font-size: 0.2rem;
  padding: 0 0.1rem;
  background-color: transparent;
  color: var(--cms-primary-color);
  min-height: 0.7rem;
}
._downloadPopup-des-btn_19dh9_227 > a {
  color: var(--cms-primary-color);
  font-size: 0.22rem;
}
._downloadPopup-des-btn_19dh9_227 > img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.08rem;
}
._downloadPopup-des-btn_19dh9_227 .anticon {
  color: var(--cms-primary-color);
  font-size: 0.4rem;
  margin-right: 0.08rem;
}
._downloadPopup-close_19dh9_256 {
  position: absolute;
  width: 0.52rem;
  height: 0.52rem;
  left: 50%;
  bottom: -0.92rem;
  margin-left: -0.26rem;
  border: 0.04rem solid #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}
._downloadPopup-close_19dh9_256:after,
._downloadPopup-close_19dh9_256:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.04rem;
  height: 0.28rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
._downloadPopup-close_19dh9_256:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
 {
  /* cyrillic-ext */
}
.ant-drawer-content-wrapper {
  transition: all 0.3s !important;
}
.ant-drawer-mask {
  background: rgba(0, 0, 0, 0.7) !important;
}
.ant-drawer-body {
  padding: 0 !important;
}
.ant-drawer-content {
  background: none !important;
}
.ant-message {
  z-index: 2700;
  color: var(--cms-background-color-primary);
}
.ant-message .ant-message-notice-content {
  background-color: var(--cms-text-color-primary);
  border-radius: 0.12rem;
  color: var(--cms-background-color-primary);
}
.ant-message .ant-message-notice-content > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ant-message .ant-message-notice-content > div > span:last-child {
  font-size: 0.3rem;
  text-align: left;
}
.ant-message .ant-message-notice svg {
  fill: var(--cms-global-secondary1-color) !important;
}
.ant-message .ant-message-error svg {
  fill: var(--cms-color-help) !important;
}
.ant-message .ant-message-success svg {
  fill: var(--cms-global-secondary1-color) !important;
}
.ant-message .ant-message-warning svg {
  fill: var(--cms-global-secondary2-color) !important;
}
.ant-message .anticon {
  font-size: 0.44rem;
  margin-right: 0.2rem;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/images/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz-Bx6Z5P53.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
.van-overlay {
  background: rgba(0, 0, 0, 0.53);
}
.ant-form-item-explain-error {
  color: var(--cms-color-help) !important;
}
@font-face {
  font-family: iconfont;
  src: url(/assets/images/iconfont.ca1ca8ef-DbmkBLrd.woff2) format("truetype");
}
@font-face {
  font-family: SWISSC-BT;
  src: url(/assets/images/SWISSC-BT-bI9U_Lv5.ttf) format("truetype");
}
@font-face {
  font-family: SWISSC;
  src: url(/assets/images/SWISSC-DCx2bHTB.TTF) format("truetype");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 0.32rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont-plus {
  font-weight: 700;
  font-size: 0.4rem;
}
.icon-to:before {
  content: "\e64b";
}
.icon-help-2:before {
  content: "\e67f";
}
.icon-people:before {
  content: "\e646";
}
.icon-share:before {
  content: "\e61f";
}
.icon-close:before {
  content: "\e600";
}
._header_1e4fb_106 {
  padding-right: 0.2rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--cms-top-background-color);
  background-repeat: repeat;
}
._header-sport_1e4fb_115 {
  padding-right: 0 !important;
}
._header-wrap_1e4fb_118 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
}
._header-left_1e4fb_125 {
  flex: 1;
  display: flex;
  align-items: center;
  position: static !important;
  z-index: 2;
}
._header-topDownload_1e4fb_132 {
  top: 1.5rem;
}
._header-icon_1e4fb_135 {
  transition: 0.3s;
  flex-shrink: 0;
  margin: 0 0.1rem 0 0.2rem;
}
._header-rotate_1e4fb_140 {
  transform: rotate(0.5turn);
}
._header-img-box_1e4fb_143 {
  display: flex;
  max-width: 3.3rem;
  min-width: 1.2rem;
}
._header-img_1e4fb_143 {
  max-width: 100%;
  height: 0.72rem;
}
._header-box_1e4fb_152 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: static !important;
  z-index: 2;
}
._header-deposit_1e4fb_160 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
._header-deposit-btn_1e4fb_166 {
  display: flex;
  align-items: center;
  color: var(--cms-top-text-color);
  margin-left: 0.1rem;
}
._header-deposit-btn-text_1e4fb_172 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  background-color: var(--cms-top-btn-color);
  border: 0.02rem solid var(--cms-top-btn-color);
  border-radius: 0.1rem 0 0 0.1rem;
  width: 1.21rem;
  height: 0.54rem;
  text-align: center;
  line-height: 1;
}
._header-deposit-btn-text_1e4fb_172 > h4 {
  right: auto !important;
  transform: translateY(-50%) !important;
  left: 40% !important;
}
._header-deposit-btn-text_1e4fb_172::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0;
  background-color: var(--cms-top-text-color);
  display: block;
  height: 0.24rem;
  opacity: 0.3;
  width: 0.01rem;
}
._header-deposit-btn-text_1e4fb_172 span {
  word-break: break-all;
  font-size: 0.2rem;
}
._header-deposit-btn-dropdown_1e4fb_206 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.02rem solid var(--cms-top-btn-color);
  background-color: var(--cms-top-btn-color);
  border-radius: 0 0.1rem 0.1rem 0 !important;
  color: var(--cms-top-text-color);
  height: 0.54rem;
  margin-left: -0.01rem;
  width: 0.4rem;
}
._header-deposit-btn_1e4fb_166 span {
  pointer-events: none;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
._header-deposit-btn-line_1e4fb_222 {
  background-color: var(--cms-top-text-color);
  width: 0.01rem;
  height: 60%;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
._header-deposit-btn-icon_1e4fb_229 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._header-deposit-btn-icon-rotate_1e4fb_234 {
  transform: rotate(180deg);
}
._header-deposit-list_1e4fb_237 {
  position: absolute;
  top: 0.58rem;
  background-color: var(--cms-background-color-secondary);
  border: thin solid var(--cms-divider-color);
  border-radius: 0.14rem;
  height: 0;
  opacity: 0;
  text-align: center;
  overflow: hidden;
  transition: top 0.1s, height 0.1s;
}
._header-deposit-list-show_1e4fb_249 {
  top: 0.66rem;
  right: 0;
  opacity: 1;
  width: 1.74rem;
  min-height: 1.1rem;
  height: auto;
  border: thin solid var(--cms-divider-color);
  padding: 0.15rem 0;
  transition: top 0.1s, height 0.1s;
}
._header-deposit-list-show-icon_1e4fb_260 {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
._header-deposit-list_1e4fb_237 article {
  padding: 0 0.19rem;
  line-height: 0.8rem;
  min-width: 1.7rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  margin: 0;
  text-align: left;
}
._header-deposit-list-line_1e4fb_277 {
  width: 80%;
  height: 0.01rem;
  background: var(--cms-divider-color);
  margin: auto;
}
._header-money_1e4fb_283 {
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding: 0 0.084rem 0 0.02rem;
  border: thin solid var(--cms-divider-color);
  border-radius: 0.2rem;
  font-size: 0;
}
._header-money_1e4fb_283 i {
  display: inline-block;
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  background-size: 100% 100%;
}
._header-money_1e4fb_283 span {
  color: var(--cms-top-money-color);
  font-size: 0.24rem;
  overflow: hidden;
  max-width: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._header-money-currency_1e4fb_307 {
  height: 0.34rem;
  width: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-position: 0 0;
  background-image: url("/assets/images/img_hb_frame-C_5FDfFn.webp");
  background-size: 100% 100%;
}
._header-money-banlance_1e4fb_319 {
  display: flex;
  align-items: center;
  height: 100%;
}
._header-money-banlance-value_1e4fb_324 {
  font-size: 0.26rem;
  display: block;
  margin: 0 0.08rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._header-money-banlance-value_1e4fb_324 > span {
  border-bottom: 0.02rem solid var(--cms-top-money-color);
  line-height: 0.28rem;
}
._header-money-banlance-loading_1e4fb_337 {
  font-size: 0.18rem !important;
  display: block;
  margin: 0 0.073rem 0 0.1rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--cms-top-btn-color) !important;
}
._header-money-refresh_1e4fb_347 {
  flex-shrink: 0;
}
._header-money-spin_1e4fb_350 {
  animation: _spin_1e4fb_1 1.5s linear;
}
@keyframes _spin_1e4fb_1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(5turn);
  }
}
._header-avatar_1e4fb_361 {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.16rem;
}
._header-out_1e4fb_366 {
  display: flex;
  margin-left: 0.2rem;
  align-items: center;
}
._header-out_1e4fb_366 > div {
  padding: 0 0.05rem;
  min-width: 1.36rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 0.14rem;
}
._header-out_1e4fb_366 img:first-child {
  margin-right: 0.1rem;
}
._header-out_1e4fb_366 img {
  display: inline-block;
  width: 1.36rem;
  height: 0.52rem;
}
._header-out_1e4fb_366 > div:nth-of-type(1) {
  margin-right: 0.1rem;
  background: var(--cms-top-btn-color);
  color: var(--cms-top-text-color);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
._header-out_1e4fb_366 > div:nth-of-type(2) {
  background: none;
  color: var(--cms-top-btn-color);
  border: 0.02rem solid var(--cms-top-btn-color);
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
._header-out-reg_1e4fb_407 {
  box-shadow: 0 0 0 0 var(--cms-primary-color);
}
._header-out-service_1e4fb_410 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.52rem !important;
  height: 0.52rem !important;
  min-width: 0.52rem !important;
  background-color: transparent;
  margin-left: 0.1rem;
  padding: 0 !important;
}
@keyframes _regRun_1e4fb_1 {
  10%,
  90% {
    transform: translate3d(-0.02rem, 0, 0);
  }
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.6rem rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 rgba(90, 153, 212, 0);
  }
}
._header-lb_1e4fb_438 {
  position: relative;
  margin-left: 0.12rem;
  display: flex;
  align-items: center;
}
._header-lb_1e4fb_438 .anticon-search {
  font-size: 0.28rem;
  color: var(--cms-global-spare7-color);
}
._header-lan_1e4fb_448 {
  position: absolute;
  right: 0;
  top: 0.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--cms-background-color-secondary);
  border: 0.02rem solid var(--cms-divider-color);
  border-radius: 0.16rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden auto;
  transition: top 0.2s, max-height 0.3s, opacity 0.2s;
}
._header-lan-show_1e4fb_462 {
  top: 0.6rem;
  padding-bottom: 0.24rem;
  max-height: 7.2rem;
  opacity: 1;
}
._header-lan-item_1e4fb_468 {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  width: 100%;
  margin-top: 0.24rem;
}
._header-lan-item_1e4fb_468 > img {
  width: 0.48rem;
  height: 0.48rem;
}
._header-lan-item_1e4fb_468 > p {
  max-width: 3.2rem;
  font-size: 0.28rem;
  color: var(--cms-text-color-secondary);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._headerGj_1e4fb_490 {
  width: 100%;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.1rem;
  background: var(--cms-background-color-primary);
  border-bottom: 0.02rem solid var(--cms-divider-color);
  position: fixed;
  top: 0;
  left: 0;
}
._headerGj_1e4fb_490 img {
  width: 1rem;
  height: 1rem;
}
._headerGj_1e4fb_490 div {
  display: flex;
  align-items: center;
}
._headerGj_1e4fb_490 ._skeleton1_1e4fb_511 {
  width: 0.5rem !important;
  height: 0.4rem !important;
}
._headerGj_1e4fb_490 .van-skeleton {
  border-radius: 0.1rem;
  height: 0.5rem;
}
._headerGj_1e4fb_490 .van-skeleton h3 {
  display: none;
}
._loadingText_1e4fb_522 {
  font-size: 0.24rem !important;
  font-weight: 400 !important;
  color: var(--cms-primary-color);
  border-bottom: none !important;
}
._WH20_1e4fb_528 {
  color: var(--cms-text-color-primary);
  outline: 0 none;
  width: 100%;
  height: 100vh;
}
._WH20_1e4fb_528 .ant-drawer-content-wrapper {
  width: 100% !important;
  background-color: var(--cms-background-color-primary);
}
._WH20_1e4fb_528 .ant-drawer-content-wrapper .ant-drawer-body {
  padding: 0 !important;
}
._WH20_1e4fb_528 .ant-drawer-content {
  background: none !important;
}
._WH20_mask_1e4fb_544 {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(0.1rem);
  touch-action: none;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
:root {
  --van-radio-checked-icon-color: var(--cms-primary-color);
}
._icon_s19y8_8 {
  cursor: pointer;
  transition: transform 0.2s;
}
._icon-show_s19y8_12 {
  transform: rotate(180deg);
}
._shadow_s19y8_15 {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1001;
  touch-action: none;
}
._menu_s19y8_25 {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0.2rem 0.2rem 0.4rem;
  background-color: var(--cms-background-color-primary);
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden auto;
  z-index: 1002;
}
._menu-svg_s19y8_37 {
  width: 0.32rem;
  font-size: 0;
}
._menu-svg_s19y8_37 svg {
  width: 100%;
  height: 100%;
  color: var(--cms-global-spare7-color);
}
._menu-svg_s19y8_37 .path1 {
  fill: var(--cms-global-spare7-color);
}
._menu-svg_s19y8_37 .path2 {
  fill: var(--cms-background-color-primary);
}
._menu-svg_s19y8_37 .backhome3 {
  width: 0.36rem;
  height: 0.36rem;
  fill: var(--cms-global-spare7-color);
}
._menu-svg_s19y8_37 .backhome3 path {
  color: var(--cms-global-spare7-color);
}
._menu-canal_s19y8_60 {
  margin-top: 0.2rem;
}
._menu-canal-title_s19y8_63 {
  font-size: 0.26rem;
  color: var(--cms-global-spare7-color);
}
._menu-canal-item_s19y8_67 {
  width: 100%;
  height: 0.52rem;
  border-radius: 0.08rem;
  color: var(--cms-global-spare7-color);
  background: var(--cms-background-color-secondary);
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  padding: 0 0.08rem;
}
._menu-canal-item_s19y8_67 img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}
._menu-canal-item-text_s19y8_84 {
  width: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._menu-h5_s19y8_90 {
  width: 3.2rem;
}
._menu-show_s19y8_93 {
  width: 3.7rem;
}
@keyframes _expand_s19y8_1 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 3rem;
    opacity: 1;
  }
}
@keyframes _close_s19y8_1 {
  from {
    width: 3rem;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
._menu-nav_s19y8_116 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
._menu-nav-item_s19y8_122 {
  background: var(--cms-background-color-secondary);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  width: 1.6rem;
  height: 1.06rem;
  padding: 0.1rem 0.05rem;
  font-size: 0.2rem;
  border-radius: 0.14rem;
  margin-bottom: 0.1rem;
  position: relative;
}
._menu-nav-item_s19y8_122 img {
  height: 0.38rem;
  margin: 0 auto;
}
._menu-nav-item_s19y8_122 span {
  display: inline-block;
  color: var(--cms-global-spare7-color);
  font-size: 0.18rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._menu-nav-item_s19y8_122 span:lang(zh) {
  font-size: 0.24rem;
}
._menu-nav-item-icon_s19y8_153 {
  margin-left: auto;
  margin-right: auto;
}
._menu-nav-item-active_s19y8_157 {
  background: var(--cms-primary-color);
}
._menu-nav-item-active_s19y8_157 > div {
  color: var(--cms-theme-text-color-primary);
}
._menu-nav-item-active_s19y8_157 span {
  color: var(--cms-theme-text-color-primary);
}
._menu-nav2_s19y8_166 {
  width: 100%;
}
._menu-nav2-item_s19y8_169 {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  padding: 0.16rem;
  background: var(--cms-text-color-secondary);
  border-radius: 0.16rem;
  width: 100%;
  margin-top: 0.24rem;
}
._menu-nav2-item_s19y8_169 img {
  width: 0.48rem;
  height: 0.48rem;
}
._menu-nav2-item_s19y8_169 span {
  color: var(--cms-text-color-secondary);
  font-size: 0.28rem;
}
._menu-card_s19y8_187 {
  width: 100%;
  margin-top: 0.1rem;
}
._menu-card-item_s19y8_191 {
  position: relative;
  width: 100%;
  margin-top: 0.08rem;
  line-height: 1;
  height: 0.8rem;
}
._menu-card-item_s19y8_191 img {
  width: 100%;
  border-radius: 0.16rem;
}
._menu-card-item_s19y8_191 p {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 0.24rem;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
  font-size: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._menu-lanBox_s19y8_218 {
  position: relative;
  width: 100%;
  margin-top: 0.2rem;
}
._menu-lan_s19y8_218 {
  display: flex;
  align-items: center;
  padding-left: 0.12rem;
  padding-right: 0.18rem;
  gap: 0.16rem;
  min-height: 0.62rem;
  border-radius: 0.16rem;
  width: 100%;
}
._menu-lan-pop_s19y8_233 {
  padding-left: 0;
}
._menu-lan_s19y8_218 > img {
  width: 0.4rem;
  height: 0.4rem;
}
._menu-lan-text_s19y8_240 {
  font-size: 0.22rem;
  transform: scale(0.95);
  color: var(--cms-global-spare7-color);
}
._menu-lan-text-show_s19y8_245 {
  color: var(--cms-primary-color);
}
._menu-lan-el_s19y8_248 {
  stroke: none !important;
  background-color: var(--cms-background-color-primary);
  border-radius: 50%;
  overflow: hidden;
}
._menu-lan-icon_s19y8_254 {
  margin-left: auto;
  transition: transform 0.3s;
  font-size: 0;
  transform: rotate(90deg);
}
._menu-lan-icon-show_s19y8_260 {
  transform: rotate(0deg);
}
._menu-lan-list_s19y8_263 {
  background-color: var(--cms-background-color-primary);
  border-radius: 0.16rem;
  border: 0.02rem solid var(--cms-divider-color);
  max-width: 3.14rem;
  min-width: 1.7rem;
  max-height: 3.4rem;
  opacity: 1;
  overflow: hidden auto;
}
._menu-lan-list-item_s19y8_273 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  width: 100%;
  padding: 0.2rem 0.16rem;
  color: var(--cms-global-spare7-color);
}
._menu-lan-list-item_s19y8_273 > img {
  width: 0.48rem;
  height: 0.48rem;
}
._menu-lan-list-item_s19y8_273 > p {
  max-width: 3.2rem;
  font-size: 0.24rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._menu-lan-list-item-currnt_s19y8_294 {
  color: var(--cms-primary-color) !important;
}
._menu-lan-list-show_s19y8_297 {
  padding-bottom: 0.16rem;
  max-height: 5.92rem;
  opacity: 1;
  overflow: hidden auto;
}
._menu-bm_s19y8_303 {
  padding-bottom: 0.1rem;
  width: 100%;
}
._menu-bm_s19y8_303 a {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  width: 100%;
  min-height: 0.62rem;
  padding-left: 0.12rem;
}
._menu-bm-item_s19y8_315 {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  width: 100%;
  min-height: 0.62rem;
  padding-left: 0.16rem;
}
._menu-bm-item-icon_s19y8_323 {
  width: 0.36rem;
  height: 0.36rem;
}
._menu-bm-item-icon_s19y8_323 .svg-icon-UPCeJ {
  stroke: none !important;
  background-color: var(--cms-background-color-primary);
  border-radius: 50%;
  overflow: hidden;
}
._menu-bm-item-name_s19y8_333 {
  font-size: 0.22rem;
  color: var(--cms-global-spare7-color);
  word-break: break-word;
  transform: scale(0.95);
}
._homeSider-svg_s19y8_339 {
  margin: 0 0.1rem 0 0.2rem !important;
}
._homeSider-betRecord_s19y8_342 {
  border-radius: 0.1rem;
  background-color: var(--cms-background-color-secondary);
  display: flex;
  align-items: center;
  height: 0.75rem;
  font-size: 0.24rem;
  padding: 0.2rem 0;
  margin-top: 0.1rem;
}
._homeSider-betRecord_s19y8_342 > img {
  width: 0.38rem;
  margin: 0 0.1rem 0 0.2rem;
}
._homeSider-betRecord_s19y8_342 > span {
  display: inline-block;
  width: 1.9rem;
  line-height: 0.28rem;
  text-align: left;
  font-size: 0.24rem;
  color: var(--cms-global-spare7-color);
}
._homeSider-betRecord_s19y8_342:hover {
  cursor: pointer;
}
._homeSider-cb_s19y8_367 {
  padding: 0.1rem;
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  width: 100%;
}
._homeSider-cb-title_s19y8_374 {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: var(--cms-global-spare7-color);
  margin-bottom: 0.1rem;
}
._homeSider-card_s19y8_381 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem;
}
._homeSider-card-item_s19y8_387 {
  position: relative;
  width: calc(50% - 0.04rem);
  line-height: 1;
  min-height: 0.8rem;
  cursor: pointer;
  background-color: var(--cms-background-color-primary);
  border-radius: 0.2rem;
}
._homeSider-card-item-per_s19y8_396 {
  height: 0.32rem;
  left: unset;
  position: absolute;
  right: -0.1rem;
  top: -0.08rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
._homeSider-card-item-per_s19y8_396 div:nth-of-type(1) {
  background-color: var(--cms-color-help);
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  color: #fff;
  font-size: 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.08rem;
  width: 100%;
}
._homeSider-card-item-per_s19y8_396 div:nth-of-type(2) {
  border-bottom: 0.07rem solid transparent;
  border-left: 0.07rem solid var(--cms-color-help);
  border-right: 0.07rem solid transparent;
  height: 0;
  width: 0;
}
._homeSider-card-item_s19y8_387:first-child {
  margin-top: 0;
}
._homeSider-card-item_s19y8_387 img {
  height: 100%;
  width: 100%;
  border-radius: 0.16rem;
}
._homeSider-card-item_s19y8_387 p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1rem 0 0 0.1rem;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
._homeSider-card-item_s19y8_387 span {
  position: absolute;
  line-height: 1.2;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #fff;
  max-width: 0.8rem;
  top: 0.08rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  left: 0.06rem;
}
._homeSider-card-item-twh11_s19y8_464 span {
  font-size: 0.2rem;
}
._homeSider-card-item-agent_s19y8_467 {
  grid-column-start: span 2;
}
._homeSider-card-item-agent_s19y8_467 > p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 0 0;
  font-size: 0.24rem;
}
._network_s19y8_477 {
  margin-top: 0.16rem !important;
  padding: 0 0.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
._network_s19y8_477 > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
._network_s19y8_477 > div:nth-of-type(2) {
  width: 0.2rem !important;
}
._network-wrap_s19y8_494 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 0.08rem;
}
._network-value_s19y8_501 {
  font-size: 0.16rem;
  color: var(--cms-text-color-primary);
}
._network-value-z_s19y8_505 {
  color: var(--cms-global-secondary2-color);
}
._network-value-x_s19y8_508 {
  color: var(--cms-global-secondary3-color);
}
._network-value-h_s19y8_511 {
  color: var(--cms-global-secondary1-color);
}
._network-name_s19y8_514 {
  color: var(--cms-global-spare7-color);
  font-size: 0.22rem;
  margin-left: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: normal;
  max-width: 1.44rem;
  white-space: nowrap;
}
._network-name-a_s19y8_524 {
  max-width: 2rem;
}
._network-name_s19y8_514:hover {
  color: var(--cms-global-spare7-color);
}
._network-line_s19y8_530 {
  line-height: 1em;
}
._network-line-z_s19y8_533 > span {
  background-color: var(--cms-global-secondary2-color) !important;
}
._network-line-z_s19y8_533 > span:last-child {
  background-color: var(--cms-background-color-primary) !important;
}
._network-line-x_s19y8_539 > span:first-child {
  background-color: var(--cms-global-secondary3-color) !important;
}
._network-line-x_s19y8_539 > span {
  background-color: var(--cms-background-color-primary) !important;
}
._network-line-h_s19y8_545 > span {
  background-color: var(--cms-global-secondary1-color) !important;
}
._network-line_s19y8_530 > span {
  display: inline-block;
  width: 0.06rem;
  border-radius: 0.12rem;
  margin-right: 0.04rem;
}
._network-line_s19y8_530 > span:nth-of-type(1) {
  height: 0.16rem;
}
._network-line_s19y8_530 > span:nth-of-type(2) {
  height: 0.24rem;
}
._network-line_s19y8_530 > span:nth-of-type(3) {
  height: 0.3rem;
}
._network-list_s19y8_563 {
  padding: 0.2rem 0;
  border-radius: 0.16rem;
  width: 4rem;
  height: 4rem;
  overflow-y: auto;
  background-color: var(--cms-background-color-secondary);
  color: var(--cms-text-color-primary);
}
._network-list-item_s19y8_572 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.02rem solid var(--cms-divider-color);
  padding: 0.2rem;
  cursor: pointer;
}
._network-list-item_s19y8_572 > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
._network-list-item_s19y8_572:hover {
  background-color: var(--cms-background-color-primary);
}
._network-check_s19y8_588 > div {
  margin-left: 0.16rem;
}
._network-check-round_s19y8_591 {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 100%;
  border: 0.02rem solid var(--cms-divider-color);
}
._network-check_s19y8_588 .van-radio__icon--checked .van-icon {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._network-icon_s19y8_601 {
  margin-left: auto;
  transition: transform 0.3s;
  font-size: 0;
  transform: rotate(90deg);
}
._network-icon-show_s19y8_607 {
  transform: rotate(0deg);
}
.ant-drawer {
  z-index: 1002 !important;
}
.network-popover .ant-popover-arrow {
  display: none;
}
.network-popover .ant-popover-inner {
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.16rem;
}
.network-popover .ant-popover-inner-content {
  padding: 0;
}
.lanList-popover .ant-popover-arrow {
  display: none;
}
.lanList-popover .ant-popover-inner {
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.16rem;
}
.lanList-popover .ant-popover-inner-content {
  padding: 0;
}
._searchWrap_s19y8_633 {
  align-items: center;
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.14rem;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  padding-right: 0.18rem;
  color: var(--cms-text-color-secondary);
  font-size: 0.22rem;
  padding-left: 0.08rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._lang-list_7czj1_5 {
  width: 100%;
  margin-bottom: 0;
  overflow-y: auto;
  max-height: calc(var(--vh)*100 - 5rem);
}
._lang-list-cell_7czj1_11 {
  margin: 0 0.16rem;
}
._lang-list-cell-border_7czj1_14 {
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._lang-list-cell_7czj1_11:last-child {
  border-bottom: none;
}
._lang-list-active_7czj1_20 {
  color: var(--cms-primary-color) !important;
}
._lang-list-item_7czj1_23 {
  padding: 0.3rem 0.36rem;
  border-bottom: 0.02rem solid #f2f2f2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._lang-list-item_7czj1_23 img,
._lang-list-item_7czj1_23 svg {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.22rem;
}
._lang-list-item_7czj1_23 p {
  font-size: 0.26rem;
  font-weight: 500;
}
._lang-list-item_7czj1_23:hover {
  background-color: #f2f2f2;
}
._lang-list-item-left_7czj1_45 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._radioCircle_cb2f0_5 {
  display: inline-block;
  vertical-align: middle;
  border: 0.02rem solid #9A9A9A;
  border-radius: 0.14rem;
  width: 0.28rem;
  height: 0.28rem;
  font-size: 0;
  overflow: hidden;
}
._radioCircle-checked_cb2f0_15 {
  position: relative;
  border-color: var(--cms-primary-color);
}
._radioCircle-checked_cb2f0_15:before,
._radioCircle-checked_cb2f0_15:after {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: var(--cms-primary-color);
  height: 0.02rem;
}
._radioCircle-checked_cb2f0_15:before {
  top: 0.14rem;
  left: 0.03rem;
  width: 0.08rem;
  transform: rotate(45deg);
}
._radioCircle-checked_cb2f0_15:after {
  top: 0.12rem;
  left: 0.07rem;
  width: 0.14rem;
  transform: rotate(135deg);
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._music_1a74a_5 {
  width: 100%;
  padding: 0.04rem 0.1rem;
  background: var(--cms-background-color-secondary);
  color: var(--cms-text-color-primary);
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
  height: 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  line-height: normal;
}
._music-play_1a74a_16 {
  padding-top: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.16rem;
  height: 0.36rem;
}
._music-play-control_1a74a_25 {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-around;
}
._music-song-name_1a74a_31 {
  font-size: 0.18rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: var(--cms-global-spare7-color);
  margin-top: 0.06rem;
  line-height: normal;
}
._music-menu_1a74a_42 {
  position: relative;
}
._music-menu-count_1a74a_45 {
  color: var(--cms-text-color-secondary);
  position: absolute;
  font-size: 0.14rem;
  line-height: 0.19rem;
  top: -0.14rem;
  left: -0.22rem;
  padding: 0 0.06rem;
  background: var(--cms-background-color-primary);
  border: 0.01rem solid var(--cms-divider-color);
  border-radius: 0.2rem;
  min-width: 0.3rem;
  user-select: none;
  text-align: center;
  font-weight: 700;
}
._music_1a74a_5 i {
  color: var(--cms-primary-color);
  cursor: pointer;
  font-size: 0.26rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._pendant_u3e8r_5 {
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
._pendant-rb_u3e8r_16,
._pendant-lt_u3e8r_17 {
  width: 0.4rem;
  height: 0.4rem;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
}
._pendant-rb_u3e8r_16 {
  bottom: 0;
  right: 0;
}
._pendant-lt_u3e8r_17 {
  top: 0;
  left: 0;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._warp_1vpzk_5 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  transform: translate(0.1rem, -50%);
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0.28rem;
  justify-content: center;
  margin-bottom: 0;
}
._warp_1vpzk_5 h4 {
  margin-bottom: 0;
}
._warp-recharge63_1vpzk_21 {
  width: 1.1rem !important;
  background-color: transparent;
  border-radius: 0.16rem;
  top: -0.2rem;
  right: -0.2rem;
}
._warp-recharge63_1vpzk_21 img {
  width: 100%;
}
._warp-con_1vpzk_31 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.06rem;
  font-size: 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  background-color: var(--cms-global-secondary3-color);
  border-radius: 0.13rem 0.13rem 0.13rem 0;
  color: #fff;
  word-break: keep-all;
}
._warp-con-point_1vpzk_44 {
  width: 0.16rem;
  height: 0.16rem;
  background-color: var(--cms-global-secondary3-color);
  border-radius: 0.08rem;
  transform: translate(0, 0.04rem);
}
._warp-con-hot1_1vpzk_51 {
  width: 0.13481rem;
  height: 0.13481rem;
  background-color: #ff4a4a;
  border-radius: 0.13481rem;
  position: absolute;
  top: 0.06rem !important;
  right: -0.04rem !important;
  z-index: 4;
}
._warp-con-pointXm_1vpzk_61 {
  position: absolute;
  top: 0.12rem;
  right: 0.18rem;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #ff4a4a;
  border-radius: 50%;
}
._warp-wh17_1vpzk_70 {
  font-weight: normal!important;
  background-color: var(--cms-global-secondary3-color) !important;
  border-radius: 0.16rem 0.148rem 0.148rem 0 !important;
}
._warp-gold_1vpzk_75 {
  color: #ffff00;
}
._warp-con1_1vpzk_78 {
  border-left: 0.079rem solid var(--cms-global-secondary3-color);
  border-bottom: 0.066rem solid transparent;
  border-right: 0.066rem solid transparent;
  height: 0;
  width: 0;
}
._warp-spoint_1vpzk_85 {
  min-width: 0.32rem;
}
._warp-spoint_1vpzk_85 > h4:first-child {
  width: 0.16rem !important;
  height: 0.16rem !important;
  border-radius: 0.16rem;
  font-size: 0;
  padding: 0 !important;
}
._warp-spoint_1vpzk_85 > h4:last-child {
  display: none;
}
._top-right_1vpzk_98 {
  transform: translate(100%, -50%);
  right: 0.1rem;
  top: -0.02rem;
  max-width: 1.2rem;
}
._top-right-wh17_1vpzk_104 {
  transform: translate(100%, -50%);
  right: 0.35rem;
  top: 0;
}
._active-tab_1vpzk_109 {
  transform: translate(50%, -50%);
  top: -0.02rem;
  right: -0.1rem;
}
._active-tab1_1vpzk_114 {
  transform: translate(50%, -50%);
  top: -0.08rem;
  right: -0.1rem;
}
._warp_1vpzk_5[weal-count-template='WH20'][weal-count-code='recharge'][weal-count-position="tabBar"],
._warp_1vpzk_5[weal-count-template='XM1'][weal-count-code='recharge'][weal-count-position="tabBar"] {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: _breath_1vpzk_1 3s ease-in-out infinite;
  background-color: var(--cms-primary-color);
  border-radius: 0.16rem;
  width: 1.1rem !important;
  height: 0.44rem;
}
._warp_1vpzk_5[weal-count-template='WH20'][weal-count-code='recharge'][weal-count-position="tabBar"] ._warpConImg_1vpzk_131,
._warp_1vpzk_5[weal-count-template='XM1'][weal-count-code='recharge'][weal-count-position="tabBar"] ._warpConImg_1vpzk_131 {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  left: 0;
  top: -0.14rem;
}
._warp_1vpzk_5[weal-count-template='WH20'][weal-count-code='recharge'][weal-count-position="tabBar"] > div:first-child,
._warp_1vpzk_5[weal-count-template='XM1'][weal-count-code='recharge'][weal-count-position="tabBar"] > div:first-child {
  background-color: transparent;
  border-radius: 0;
  color: var(--cms-top-text-color);
  font-size: 0.18rem;
  padding-left: 0.44rem;
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
}
._warp_1vpzk_5[weal-count-template='WH20'][weal-count-code='recharge'][weal-count-position="tabBar"] > div:last-child,
._warp_1vpzk_5[weal-count-template='XM1'][weal-count-code='recharge'][weal-count-position="tabBar"] > div:last-child {
  width: 0.24rem;
  aspect-ratio: 1 / 0.5;
  background: var(--cms-primary-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -0.12rem;
  border: 0 none;
  border-top: 0.02rem solid var(--cms-top-text-color);
  height: auto;
}
@keyframes _breath_1vpzk_1 {
  /* 第一次呼吸 */
  0% {
    transform: scale(1) translate(0.16rem, -135%);
  }
  10% {
    transform: scale(1.2) translate(0.16rem, -135%);
  }
  20% {
    transform: scale(1) translate(0.16rem, -135%);
  }
  /* 第二次呼吸 */
  20% {
    transform: scale(1) translate(0.16rem, -135%);
  }
  30% {
    transform: scale(1.2) translate(0.16rem, -135%);
  }
  40% {
    transform: scale(1) translate(0.16rem, -135%);
  }
  /* 暂停 1 秒（保持不动） */
  60%,
  100% {
    transform: scale(1) translate(0.16rem, -135%);
  }
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._qlogin_1h739_5 {
  width: 100%;
  height: auto;
}
._qlogin-title_1h739_9 {
  font-size: 0.26rem;
  color: var(--cms-global-spare7-color);
}
._qlogin-btn_1h739_13 {
  width: 100%;
  height: 0.52rem;
  border-radius: 0.08rem;
  color: var(--cms-text-color-primary);
  background: var(--cms-background-color-secondary);
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  padding: 0 0.08rem;
}
._qlogin-btn_1h739_13 img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
 {
  /* cyrillic-ext */
}
.ant-drawer-content-wrapper {
  transition: all 0.3s !important;
}
.ant-drawer-mask {
  background: rgba(0, 0, 0, 0.7) !important;
}
.ant-drawer-body {
  padding: 0 !important;
}
.ant-drawer-content {
  background: none !important;
}
.ant-message {
  z-index: 2700;
  color: var(--cms-background-color-primary);
}
.ant-message .ant-message-notice-content {
  background-color: var(--cms-text-color-primary);
  border-radius: 0.12rem;
  color: var(--cms-background-color-primary);
}
.ant-message .ant-message-notice-content > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ant-message .ant-message-notice-content > div > span:last-child {
  font-size: 0.3rem;
  text-align: left;
}
.ant-message .ant-message-notice svg {
  fill: var(--cms-global-secondary1-color) !important;
}
.ant-message .ant-message-error svg {
  fill: var(--cms-color-help) !important;
}
.ant-message .ant-message-success svg {
  fill: var(--cms-global-secondary1-color) !important;
}
.ant-message .ant-message-warning svg {
  fill: var(--cms-global-secondary2-color) !important;
}
.ant-message .anticon {
  font-size: 0.44rem;
  margin-right: 0.2rem;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/images/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz-Bx6Z5P53.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
.van-overlay {
  background: rgba(0, 0, 0, 0.53);
}
.ant-form-item-explain-error {
  color: var(--cms-color-help) !important;
}
@font-face {
  font-family: iconfont;
  src: url(/assets/images/iconfont.ca1ca8ef-DbmkBLrd.woff2) format("truetype");
}
@font-face {
  font-family: SWISSC-BT;
  src: url(/assets/images/SWISSC-BT-bI9U_Lv5.ttf) format("truetype");
}
@font-face {
  font-family: SWISSC;
  src: url(/assets/images/SWISSC-DCx2bHTB.TTF) format("truetype");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 0.32rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont-plus {
  font-weight: 700;
  font-size: 0.4rem;
}
.icon-to:before {
  content: "\e64b";
}
.icon-help-2:before {
  content: "\e67f";
}
.icon-people:before {
  content: "\e646";
}
.icon-share:before {
  content: "\e61f";
}
.icon-close:before {
  content: "\e600";
}
._header_1e4fb_106 {
  padding-right: 0.2rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--cms-top-background-color);
  background-repeat: repeat;
}
._header-sport_1e4fb_115 {
  padding-right: 0 !important;
}
._header-wrap_1e4fb_118 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
}
._header-left_1e4fb_125 {
  flex: 1;
  display: flex;
  align-items: center;
  position: static !important;
  z-index: 2;
}
._header-topDownload_1e4fb_132 {
  top: 1.5rem;
}
._header-icon_1e4fb_135 {
  transition: 0.3s;
  flex-shrink: 0;
  margin: 0 0.1rem 0 0.2rem;
}
._header-rotate_1e4fb_140 {
  transform: rotate(0.5turn);
}
._header-img-box_1e4fb_143 {
  display: flex;
  max-width: 3.3rem;
  min-width: 1.2rem;
}
._header-img_1e4fb_143 {
  max-width: 100%;
  height: 0.72rem;
}
._header-box_1e4fb_152 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: static !important;
  z-index: 2;
}
._header-deposit_1e4fb_160 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
._header-deposit-btn_1e4fb_166 {
  display: flex;
  align-items: center;
  color: var(--cms-top-text-color);
  margin-left: 0.1rem;
}
._header-deposit-btn-text_1e4fb_172 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  background-color: var(--cms-top-btn-color);
  border: 0.02rem solid var(--cms-top-btn-color);
  border-radius: 0.1rem 0 0 0.1rem;
  width: 1.21rem;
  height: 0.54rem;
  text-align: center;
  line-height: 1;
}
._header-deposit-btn-text_1e4fb_172 > h4 {
  right: auto !important;
  transform: translateY(-50%) !important;
  left: 40% !important;
}
._header-deposit-btn-text_1e4fb_172::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0;
  background-color: var(--cms-top-text-color);
  display: block;
  height: 0.24rem;
  opacity: 0.3;
  width: 0.01rem;
}
._header-deposit-btn-text_1e4fb_172 span {
  word-break: break-all;
  font-size: 0.2rem;
}
._header-deposit-btn-dropdown_1e4fb_206 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.02rem solid var(--cms-top-btn-color);
  background-color: var(--cms-top-btn-color);
  border-radius: 0 0.1rem 0.1rem 0 !important;
  color: var(--cms-top-text-color);
  height: 0.54rem;
  margin-left: -0.01rem;
  width: 0.4rem;
}
._header-deposit-btn_1e4fb_166 span {
  pointer-events: none;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
._header-deposit-btn-line_1e4fb_222 {
  background-color: var(--cms-top-text-color);
  width: 0.01rem;
  height: 60%;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
._header-deposit-btn-icon_1e4fb_229 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._header-deposit-btn-icon-rotate_1e4fb_234 {
  transform: rotate(180deg);
}
._header-deposit-list_1e4fb_237 {
  position: absolute;
  top: 0.58rem;
  background-color: var(--cms-background-color-secondary);
  border: thin solid var(--cms-divider-color);
  border-radius: 0.14rem;
  height: 0;
  opacity: 0;
  text-align: center;
  overflow: hidden;
  transition: top 0.1s, height 0.1s;
}
._header-deposit-list-show_1e4fb_249 {
  top: 0.66rem;
  right: 0;
  opacity: 1;
  width: 1.74rem;
  min-height: 1.1rem;
  height: auto;
  border: thin solid var(--cms-divider-color);
  padding: 0.15rem 0;
  transition: top 0.1s, height 0.1s;
}
._header-deposit-list-show-icon_1e4fb_260 {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
._header-deposit-list_1e4fb_237 article {
  padding: 0 0.19rem;
  line-height: 0.8rem;
  min-width: 1.7rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  margin: 0;
  text-align: left;
}
._header-deposit-list-line_1e4fb_277 {
  width: 80%;
  height: 0.01rem;
  background: var(--cms-divider-color);
  margin: auto;
}
._header-money_1e4fb_283 {
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding: 0 0.084rem 0 0.02rem;
  border: thin solid var(--cms-divider-color);
  border-radius: 0.2rem;
  font-size: 0;
}
._header-money_1e4fb_283 i {
  display: inline-block;
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  background-size: 100% 100%;
}
._header-money_1e4fb_283 span {
  color: var(--cms-top-money-color);
  font-size: 0.24rem;
  overflow: hidden;
  max-width: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._header-money-currency_1e4fb_307 {
  height: 0.34rem;
  width: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-position: 0 0;
  background-image: url("/assets/images/img_hb_frame-C_5FDfFn.webp");
  background-size: 100% 100%;
}
._header-money-banlance_1e4fb_319 {
  display: flex;
  align-items: center;
  height: 100%;
}
._header-money-banlance-value_1e4fb_324 {
  font-size: 0.26rem;
  display: block;
  margin: 0 0.08rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._header-money-banlance-value_1e4fb_324 > span {
  border-bottom: 0.02rem solid var(--cms-top-money-color);
  line-height: 0.28rem;
}
._header-money-banlance-loading_1e4fb_337 {
  font-size: 0.18rem !important;
  display: block;
  margin: 0 0.073rem 0 0.1rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--cms-top-btn-color) !important;
}
._header-money-refresh_1e4fb_347 {
  flex-shrink: 0;
}
._header-money-spin_1e4fb_350 {
  animation: _spin_1e4fb_1 1.5s linear;
}
@keyframes _spin_1e4fb_1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(5turn);
  }
}
._header-avatar_1e4fb_361 {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.16rem;
}
._header-out_1e4fb_366 {
  display: flex;
  margin-left: 0.2rem;
  align-items: center;
}
._header-out_1e4fb_366 > div {
  padding: 0 0.05rem;
  min-width: 1.36rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 0.14rem;
}
._header-out_1e4fb_366 img:first-child {
  margin-right: 0.1rem;
}
._header-out_1e4fb_366 img {
  display: inline-block;
  width: 1.36rem;
  height: 0.52rem;
}
._header-out_1e4fb_366 > div:nth-of-type(1) {
  margin-right: 0.1rem;
  background: var(--cms-top-btn-color);
  color: var(--cms-top-text-color);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
._header-out_1e4fb_366 > div:nth-of-type(2) {
  background: none;
  color: var(--cms-top-btn-color);
  border: 0.02rem solid var(--cms-top-btn-color);
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
._header-out-reg_1e4fb_407 {
  box-shadow: 0 0 0 0 var(--cms-primary-color);
}
._header-out-service_1e4fb_410 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.52rem !important;
  height: 0.52rem !important;
  min-width: 0.52rem !important;
  background-color: transparent;
  margin-left: 0.1rem;
  padding: 0 !important;
}
@keyframes _regRun_1e4fb_1 {
  10%,
  90% {
    transform: translate3d(-0.02rem, 0, 0);
  }
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.6rem rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 rgba(90, 153, 212, 0);
  }
}
._header-lb_1e4fb_438 {
  position: relative;
  margin-left: 0.12rem;
  display: flex;
  align-items: center;
}
._header-lb_1e4fb_438 .anticon-search {
  font-size: 0.28rem;
  color: var(--cms-global-spare7-color);
}
._header-lan_1e4fb_448 {
  position: absolute;
  right: 0;
  top: 0.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--cms-background-color-secondary);
  border: 0.02rem solid var(--cms-divider-color);
  border-radius: 0.16rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden auto;
  transition: top 0.2s, max-height 0.3s, opacity 0.2s;
}
._header-lan-show_1e4fb_462 {
  top: 0.6rem;
  padding-bottom: 0.24rem;
  max-height: 7.2rem;
  opacity: 1;
}
._header-lan-item_1e4fb_468 {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  width: 100%;
  margin-top: 0.24rem;
}
._header-lan-item_1e4fb_468 > img {
  width: 0.48rem;
  height: 0.48rem;
}
._header-lan-item_1e4fb_468 > p {
  max-width: 3.2rem;
  font-size: 0.28rem;
  color: var(--cms-text-color-secondary);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._headerGj_1e4fb_490 {
  width: 100%;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.1rem;
  background: var(--cms-background-color-primary);
  border-bottom: 0.02rem solid var(--cms-divider-color);
  position: fixed;
  top: 0;
  left: 0;
}
._headerGj_1e4fb_490 img {
  width: 1rem;
  height: 1rem;
}
._headerGj_1e4fb_490 div {
  display: flex;
  align-items: center;
}
._headerGj_1e4fb_490 ._skeleton1_1e4fb_511 {
  width: 0.5rem !important;
  height: 0.4rem !important;
}
._headerGj_1e4fb_490 .van-skeleton {
  border-radius: 0.1rem;
  height: 0.5rem;
}
._headerGj_1e4fb_490 .van-skeleton h3 {
  display: none;
}
._loadingText_1e4fb_522 {
  font-size: 0.24rem !important;
  font-weight: 400 !important;
  color: var(--cms-primary-color);
  border-bottom: none !important;
}
._WH20_1e4fb_528 {
  color: var(--cms-text-color-primary);
  outline: 0 none;
  width: 100%;
  height: 100vh;
}
._WH20_1e4fb_528 .ant-drawer-content-wrapper {
  width: 100% !important;
  background-color: var(--cms-background-color-primary);
}
._WH20_1e4fb_528 .ant-drawer-content-wrapper .ant-drawer-body {
  padding: 0 !important;
}
._WH20_1e4fb_528 .ant-drawer-content {
  background: none !important;
}
._WH20_mask_1e4fb_544 {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(0.1rem);
  touch-action: none;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._footer_1pmpo_5 {
  padding: 0.3rem 0.36rem 1rem!important;
  background: var(--cms-background-color-secondary);
  width: 100%;
}
._footer_1pmpo_5 p {
  color: #9ba7b5;
}
._footer-link_1pmpo_13 {
  display: flex;
}
._footer-link-left_1pmpo_16 {
  width: 50%;
}
._footer-link-right_1pmpo_19 {
  width: 50%;
}
._footer-link-title_1pmpo_22 {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
}
._footer-link-content_1pmpo_26 section {
  margin-top: 0.28rem;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
}
._footer-img_1pmpo_31 {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-top: 0.36rem;
  flex-wrap: wrap;
}
._footer-img_1pmpo_31 img {
  width: 0.64rem;
  height: 0.64rem;
}
._footer-img3_1pmpo_42 {
  justify-content: center;
  gap: 0.16rem;
}
._footer-about_1pmpo_46 {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  margin-top: 0.48rem;
  font-weight: bold;
}
._footer-text_1pmpo_52 {
  color: var(--cms-text-color-secondary);
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 2.2;
  padding: 0.26rem 0 0.5rem 0;
  text-align: center;
}
._footer-logo_1pmpo_60 {
  text-align: center;
}
._footer-logo_1pmpo_60 img {
  max-width: 50%;
}
._footer-box_1pmpo_66 {
  padding: 0.56rem 0;
  border-top: 0.02rem solid var(--cms-divider-color);
}
._footer-box-head_1pmpo_70 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: 500;
  color: var(--cms-text-color-primary);
  line-height: 0.38rem;
}
._footer-box-body_1pmpo_77 {
  padding-top: 0.4rem;
  text-align: center;
}
._footer-box-body_1pmpo_77 img {
  margin: 0.16rem;
}
._warp_1pmpo_84 {
  position: relative;
  z-index: 3;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@media screen and (min-width: 500px) {
  ._tabbar-shadow_189gl_6 {
    box-shadow: 0 -0.44rem 0.44rem -0.44rem rgba(0, 0, 0, 0.46) !important;
  }
}
._tabbarShow_189gl_10 {
  z-index: 1100 !important;
  left: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
._tabbar_189gl_6 {
  width: 100%;
  background-color: var(--cms-bottom-nav-bg-color);
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  background-repeat: repeat;
  padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}
._tabbar-tcn21_189gl_29 {
  height: 1rem;
  border-radius: 0.24rem 0.24rem 0 0;
}
._tabbar-tcn21_189gl_29 ._tabbar-item-svg_189gl_33 {
  width: 0.48rem;
  height: 0.48rem;
}
._tabbar-tcn21_189gl_29 ._tabbar-item-svg_189gl_33 img {
  width: 100%;
  height: 100%;
}
._tabbar-tcn21_189gl_29 ._tabbar-item-text_189gl_41 {
  font-size: 0.24rem;
  font-weight: 400;
}
._tabbar-tcn21_189gl_29 ._tabbar-item-con_189gl_45 {
  gap: 0.02rem;
}
._tabbar-tcn21_189gl_29 .tabbarWraps {
  height: 1rem;
}
._tabbar-tcn21_189gl_29 .tabbarItemCenter strong {
  width: 0.84rem;
  height: 0.84rem;
  margin-top: -0.4rem;
  margin-bottom: 0.04rem;
}
._tabbar-tcn21_189gl_29 .tabbarItemCenter strong img {
  width: 100%;
  height: 100%;
}
._tabbar-twh16_189gl_61 {
  background-color: transparent;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  background-position: 0 -0.2rem;
  position: fixed;
  z-index: 9999 !important;
}
._tabbar-twh16_189gl_61::before {
  width: 100%;
  height: 0.4rem;
  display: inline-block;
  background-color: transparent;
  content: "";
}
._tabbar-twh16_189gl_61 ._tabbar-leftMenu_189gl_76 {
  background-color: var(--cms-bottom-nav-bg-color);
}
._tabbar-twh16_189gl_61 ._tabbar-wraps_189gl_79 ._tabbar-item-text-center_189gl_79 {
  color: white !important;
}
._tabbar-twh16_189gl_61 ._tabbar-leftMenu-item_189gl_82 {
  height: 1.6rem;
  gap: 0.1rem;
}
._tabbar-twh16_189gl_61 ._tabbar-leftMenu-item_189gl_82 ._tabbar-item-svg_189gl_33 {
  width: 0.96rem;
  height: 0.96rem;
  margin-top: 0.08rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
._tabbar-twh16_189gl_61 ._tabbar-leftMenu-item_189gl_82 ._tabbar-item-svg_189gl_33 img {
  width: 0.96rem;
  height: 0.96rem;
}
._tabbar-twh16_189gl_61 ._tabbar-upbtn_189gl_98 {
  top: 0;
}
._tabbar-twh16_189gl_61 ._tabbar-upbtn_189gl_98::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.18rem solid var(--cms-primary-color);
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  left: 50%;
  margin-left: -0.14rem;
  z-index: 2;
  transform: rotate(180deg);
  transform-origin: center center;
  border-radius: 0.08rem;
}
._tabbar-twh16_189gl_61 ._tabbar-upbtn_189gl_98 ._tabbarItemConIcon_189gl_119 {
  display: none;
}
._tabbar-twh16_189gl_61 ._tabbar-upbtnActive_189gl_122::before {
  transform: rotate(0deg) !important;
  margin-top: -0.1rem !important;
}
._tabbar-twh17_189gl_126,
._tabbar-tcn22_189gl_127 {
  background-color: transparent;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center bottom;
}
._tabbar-twh17_189gl_126 ._tabbar-item-svg_189gl_33,
._tabbar-tcn22_189gl_127 ._tabbar-item-svg_189gl_33 {
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.14rem;
}
._tabbar-twh17_189gl_126 ._tabbar-item-svg_189gl_33 img,
._tabbar-tcn22_189gl_127 ._tabbar-item-svg_189gl_33 img {
  width: 100%!important;
  height: 100%!important;
}
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 {
  width: 1.06rem !important;
  height: 1.06rem !important;
  position: relative;
  overflow: visible;
  margin-top: -0.4rem;
  width: 0.9rem !important;
  height: 0.9rem !important;
  margin-top: -0.1rem;
}
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgWrapper_189gl_158,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgWrapper_189gl_158 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg1_189gl_167,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg1_189gl_167,
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg2_189gl_169,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg2_189gl_169 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  object-fit: contain;
}
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg1_189gl_167,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg1_189gl_167 {
  z-index: 1;
}
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg2_189gl_169,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 ._tabbarItemSvgImg2_189gl_169 {
  z-index: 2;
  animation: _heartbeat_189gl_1 1s ease-in-out infinite;
}
._tabbar-twh17_189gl_126 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 img,
._tabbar-tcn22_189gl_127 ._thirdItem_189gl_147 ._tabbar-item-svg_189gl_33 img {
  width: 100% !important;
  height: 100% !important;
}
._tabbar-twh17_189gl_126 ._tabbar-wraps_189gl_79,
._tabbar-tcn22_189gl_127 ._tabbar-wraps_189gl_79 {
  height: 1.84rem;
  margin-top: -0.64rem;
  height: 1.44rem;
  margin-top: -0.24rem;
}
._tabbar-twh17_189gl_126 ._tabbar-wraps_189gl_79 ._tabbar-item-text_189gl_41,
._tabbar-tcn22_189gl_127 ._tabbar-wraps_189gl_79 ._tabbar-item-text_189gl_41 {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  color: var(--cms-global-spare12-color);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Arial, Roboto, "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif !important;
}
._tabbar-twh17_189gl_126 ._tabbar-active_189gl_205 ._tabbar-item-text_189gl_41,
._tabbar-tcn22_189gl_127 ._tabbar-active_189gl_205 ._tabbar-item-text_189gl_41 {
  color: var(--cms-global-spare13-color) !important;
}
._tabbar-tcn17_189gl_209,
._tabbar-twh18_189gl_210 {
  height: 1.1rem;
}
._tabbar-tcn17_189gl_209 ._tabbar-wraps_189gl_79,
._tabbar-twh18_189gl_210 ._tabbar-wraps_189gl_79 {
  height: 1.1rem;
}
._tabbar-tcn17_189gl_209 ._tabbar-item-con_189gl_45,
._tabbar-twh18_189gl_210 ._tabbar-item-con_189gl_45 {
  gap: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
  padding-bottom: 0.15rem;
  justify-content: flex-end;
}
._tabbar-tcn17_189gl_209 ._tabbar-item-con-img_189gl_229,
._tabbar-twh18_189gl_210 ._tabbar-item-con-img_189gl_229 {
  width: auto;
  height: 0.55rem;
  font-size: 0.48rem;
}
._tabbar-weizhi_189gl_235 {
  height: 1.24rem;
}
._tabbar-d-special-bg_189gl_238 {
  background-color: transparent;
}
._tabbar-d-special-bg_189gl_238._tabbarShow_189gl_10 {
  background-color: var(--cms-background-color-primary);
}
._tabbar-special-bg_189gl_244 {
  width: 100%;
  height: 1.28rem;
  position: fixed;
  bottom: 0;
  left: 0;
}
._tabbar-special-bg_189gl_244::after {
  width: 100%;
  height: 0.4rem;
  content: "";
  display: inline-block;
  background: var(--cms-bottom-nav-bg-color);
  position: relative;
  top: -0.3rem;
}
._tabbar-special-bg_189gl_244 > svg {
  width: 100%;
  height: 1.28rem;
}
._tabbar-special-bg_189gl_244 > svg path {
  fill: var(--cms-bottom-nav-bg-color);
}
._tabbar-shadow_189gl_6 {
  box-shadow: 0 0 0.44rem 0.4rem rgba(0, 0, 0, 0.46);
}
._tabbar-wraps_189gl_79 {
  height: 1.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
._tabbar-upbtnActive_189gl_122 ::before {
  transform: rotate(0deg) !important;
  margin-top: 0 !important;
}
._tabbar-upbtn_189gl_98 {
  width: 2.74rem;
  height: 0.46rem;
  color: var(--cms-primary-color);
  position: absolute;
  top: -0.44rem;
  left: 50%;
  margin-left: -1.36rem;
}
._tabbar-upbtn_189gl_98 ::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.14rem solid var(--cms-background-color-primary);
  border-left: 0.14rem solid transparent;
  border-right: 0.14rem solid transparent;
  border-bottom: 0.14rem solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  left: 50%;
  margin-left: -0.14rem;
  z-index: 2;
  transform: rotate(180deg);
  transform-origin: center center;
}
._tabbar-leftMenu_189gl_76 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
._tabbar-leftMenu-item_189gl_82 {
  width: 20%;
  height: 1.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  cursor: pointer;
  color: var(--cms-text-color-secondary);
  position: relative;
}
._tabbar-leftMenu-item-per_189gl_325 {
  height: 0.32rem;
  left: unset;
  position: absolute;
  right: 0.1rem;
  top: -0.08rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
._tabbar-leftMenu-item-per_189gl_325 div:nth-of-type(1) {
  background-color: var(--cms-color-help);
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  color: #fff;
  font-size: 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.08rem;
  width: 100%;
}
._tabbar-leftMenu-item-per_189gl_325 div:nth-of-type(2) {
  border-bottom: 0.07rem solid transparent;
  border-left: 0.07rem solid var(--cms-color-help);
  border-right: 0.07rem solid transparent;
  height: 0;
  width: 0;
}
._tabbar-leftMenu-item_189gl_82 img {
  width: 0.5rem;
}
._tabbar-leftMenu-item-text_189gl_356 {
  width: 100%;
  font-size: 0.22rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
._tabbar-active_189gl_205 > div {
  color: var(--cms-global-spare13-color, var(--cms-primary-color));
}
._tabbar-active_189gl_205 .twoToneFill {
  fill: var(--cms-global-spare13-color) !important;
}
._tabbar-active_189gl_205 .twoToneFill1 {
  fill: transparent !important;
}
._tabbar-active_189gl_205 .twoToneStroke {
  stroke: var(--cms-global-spare13-color) !important;
}
._tabbar-active_189gl_205 .bottomNavHunter path,
._tabbar-active_189gl_205 .bottomNavEsport path,
._tabbar-active_189gl_205 .bottomNavEgame path {
  fill: var(--cms-global-spare13-color) !important;
}
._tabbar-active_189gl_205 .bottomNavChess svg path:first-child {
  fill: var(--cms-global-spare13-color) !important;
}
._tabbar-active_189gl_205 .bottomNavChess svg circle,
._tabbar-active_189gl_205 .bottomNavChess svg path {
  stroke: var(--cms-global-spare13-color) !important;
}
._tabbar-item_189gl_33 {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 101;
}
._tabbar-item_189gl_33 > div .chat path {
  fill: var(--cms-global-spare12-color) !important;
}
._tabbar-item-cire_189gl_404 {
  padding-left: 0.06rem;
  padding-right: 0.06rem;
  font-size: 0.18rem;
  height: 0.26rem;
  background-color: var(--cms-global-secondary3-color);
  border-radius: 0.13rem 0.13rem 0.13rem 0;
  color: #fff;
  position: absolute;
  right: 0.3rem;
  top: 0.08rem;
}
._tabbar-item-special_189gl_416 {
  position: relative;
  width: 1.12rem;
  height: 1.12rem;
  background: #fff;
  box-shadow: 0 -0.08rem 0.16rem #d0d0ed80;
  border-radius: 50%;
  /* 弧形底栏（tabbarSpecialBg）：中间大圆整体上移，与左右项文案基线对齐 */
  margin: -0.53rem 0 0 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
._tabbar-item-special_189gl_416 img {
  width: 0.56rem;
  height: 0.48rem;
  z-index: 9;
}
._tabbar-item-special_189gl_416 > svg {
  z-index: 99;
  color: #ffffff;
}
._tabbar-item-special_189gl_416 > svg path {
  fill: #fff;
}
._tabbar-item-special_189gl_416 > div {
  margin: 0 !important;
}
._tabbar-item-special_189gl_416 > div svg {
  z-index: 99;
}
._tabbar-item-special_189gl_416 > div svg path {
  fill: #fff;
}
._tabbar-item-special_189gl_416::after {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  content: "";
  background: var(--cms-primary-color);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
._tabbar-item_189gl_33 .svg-icon-UPCeJ {
  color: var(--cms-global-spare12-color, var(--cms-text-color-secondary));
}
._tabbar-item-gif_189gl_465 {
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.04rem;
}
._tabbar-item-con_189gl_45 {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--cms-global-spare12-color, var(--cms-text-color-secondary));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  cursor: pointer;
}
._tabbar-item-con-img_189gl_229 {
  width: 0.48rem;
  display: block;
  object-fit: contain;
}
._tabbar-item-svg_189gl_33 {
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._tabbar-item-svg_189gl_33 svg {
  color: var(--cms-global-spare12-color);
}
._tabbar-item-svg_189gl_33 .bottomNavChess svg circle,
._tabbar-item-svg_189gl_33 .bottomNavChess svg path:first-child {
  fill: var(--cms-global-spare13-color) !important;
  stroke: var(--cms-global-spare13-color) !important;
}
._tabbar-item-text_189gl_41 {
  width: 100%;
  font-size: 0.24rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  font-family: Arial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}
._tabbar-item-text-special_189gl_518 {
  position: relative;
  margin-top: -0.04rem;
}
._tabbar-item-text-chfs_189gl_522 {
  font-size: 0.20037rem;
  line-height: 0.24044rem;
}
._tabbar-item-cz_189gl_526 {
  padding-top: 0.08rem;
  background: linear-gradient(180deg, var(--cms-primary-color) 0%, var(--cms-secondary-color) 100%);
  border: 0.12rem solid var(--cms-background-color-secondary);
  border-radius: 50%;
  width: 1.36rem;
  height: 1.36rem;
  color: var(--cms-theme-text-color-primary);
  text-align: center;
  margin-top: -0.48rem;
  position: relative;
}
._tabbar-item-cz-tag_189gl_538 {
  position: absolute;
  top: -0.5rem;
  left: -0.26rem;
  padding: 0 0.08rem;
  background-color: #ffc64a;
  border-radius: 0.08rem;
  font-size: 0.22rem;
  font-weight: 700;
  min-width: 1.68rem;
  height: 0.36rem;
  color: #dd244a;
  animation: _twinkling_189gl_1 1s ease-in-out infinite;
  transform: scale(0.8);
  white-space: nowrap;
}
._tabbar-item-cz-tag_189gl_538::after {
  position: absolute;
  left: 41%;
  bottom: -0.36rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.2rem;
  border-style: solid;
  border-color: #ffc64a transparent transparent transparent;
}
@keyframes _twinkling_189gl_1 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
._tabbar-item-cz-text_189gl_577 {
  font-size: 0.18rem;
  font-weight: 600;
  animation: _tabBarBlink_189gl_1 1.5s ease 0s infinite normal none running;
}
._tabbar-item-cz-cn_189gl_582 {
  font-size: 0.3rem;
}
._tabbar-item-tag_189gl_585 {
  position: absolute;
  top: -0.28rem;
  left: -0.16rem;
  padding: 0 0.08rem;
  background-color: #ffc64a;
  border-radius: 0.08rem;
  font-size: 0.22rem;
  font-weight: 700;
  min-width: 1.36rem;
  height: 0.36rem;
  color: #dd244a;
  animation: _twinkling_189gl_1 1s ease-in-out infinite;
  transform: scale(0.8);
}
._tabbar-item-tag_189gl_585::after {
  position: absolute;
  left: 50%;
  bottom: -0.36rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.2rem;
  border-style: solid;
  border-color: #ffc64a transparent transparent transparent;
}
@keyframes _twinkling_189gl_1 {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
._tabbar-item-cn17_189gl_623,
._tabbar-item-wh18_189gl_624 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 0.15rem;
}
._tabbar_189gl_6 ._rollingBallAnimation_189gl_634 {
  animation: _rotation_189gl_1 1.6s infinite;
}
@keyframes _rotation_189gl_1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
._tabbarGj_189gl_645 {
  width: 100%;
  height: 1.28rem;
  background: var(--cms-bottom-nav-bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
}
._tabbarGj_189gl_645 .van-skeleton {
  background: var(--cms-background-color-secondary);
  border-radius: 0.1rem;
  height: 0.8rem;
  width: 0.8rem;
  margin: 0 0.3rem;
}
._tabbarGj_189gl_645 .van-skeleton h3 {
  display: none;
}
._badgeWrapper_189gl_667 {
  position: relative;
  position: absolute;
  top: -0.44rem;
}
._badgeWrapper_189gl_667 ._itemImg_189gl_672 {
  z-index: 1;
  position: relative;
  display: block;
  line-height: 0;
  max-width: 100%;
  width: 1.3rem !important;
  height: auto !important;
}
@keyframes _tabBarBlink_189gl_1 {
  0% {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
  25% {
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
  }
  50% {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
  75% {
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
  }
  100% {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
}
@keyframes _heartbeat_189gl_1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes _lightSweep_189gl_1 {
  0% {
    left: -20%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  90% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._pendant_5imo8_5 {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
._pendant-left_5imo8_14 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
._pendant-center_5imo8_20 {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
._pendant-right_5imo8_26 {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._containerWrapper_u6pp2_5 {
  position: relative;
  width: 6.0109rem;
  display: flex;
  align-items: center;
  background: transparent;
  flex-direction: column;
  min-height: 5rem;
  margin-top: 1.2rem;
  color: var(--cms-text-color-primary);
  background-color: transparent;
  overflow: hidden;
}
._dialogBox_u6pp2_18 {
  background: var(--cms-background-color-primary);
  border-radius: 0.2rem;
  text-align: center;
  width: 6rem;
  position: relative;
  box-sizing: border-box;
  min-height: 3.36rem;
}
._dialogBox_u6pp2_18 ._dialogTitle_u6pp2_27 {
  font-size: 0.30055rem;
  font-weight: 400;
  color: var(--cms-text-color-primary);
  padding: 0.20037rem 0.30055rem 0.30055rem;
}
._dialogBox_u6pp2_18 ._dialogContent_u6pp2_33 {
  font-size: 0.2204rem;
  line-height: 0.34062rem;
  color: var(--cms-text-color-primary);
  padding: 0 0.30055rem 0.30055rem;
}
._dialogBox_u6pp2_18 ._dialogContent_u6pp2_33 div {
  text-align: left;
  white-space: pre-wrap;
  word-break: break-all;
  min-height: 1.31rem;
  max-height: 1.8rem;
  align-items: center;
  overflow: auto;
}
._dialogBox_u6pp2_18 ._dialogContent_u6pp2_33 ._dialogButton_u6pp2_48 {
  border: none;
  border-radius: 1rem;
  height: 0.70104rem;
  background: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  font-size: 0.24044rem;
  width: 100%;
  margin-top: 0.4rem;
}
._dialogBtn_u6pp2_58 {
  position: absolute;
  bottom: 0.44rem;
  width: 100%;
  width: 0.601rem;
  height: 0.601rem;
}
._dialogTip_u6pp2_65 {
  position: absolute;
  top: 4.6rem;
  font-size: 0.22rem;
  text-align: center;
  color: var(--cms-theme-text-color-primary);
}
._hide_u6pp2_72 {
  display: none;
}
._popupWrap_u6pp2_75 {
  position: relative;
  z-index: 2010;
}
._popupWrap_u6pp2_75 .van-overlay {
  backdrop-filter: unset !important;
}
._popupWrap_u6pp2_75 .van-popup {
  color: var(--cms-text-color-primary);
  background-color: transparent;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._warp_vzhyv_5 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: calc(100vh - 1.2rem);
}
._warp_vzhyv_5 .activity—nav-tab {
  flex: 1;
  overflow: hidden;
}
._warp_vzhyv_5 .activity—nav-tab .van-tabs__content {
  height: 100%;
}
._warp_vzhyv_5 .activity—nav-tab .van-tab__panel {
  height: 100%;
}
._warp_vzhyv_5 .activity—nav-tab .van-tabs__wrap {
  display: none;
  height: 0;
}
._warp_vzhyv_5 .activity—nav-tab .van-tab__panel-wrapper--inactive {
  height: 0;
  overflow: visible;
}
._warp_vzhyv_5 ._tabContent_vzhyv_30 {
  position: relative;
  height: calc(100% - 0.94rem);
  overflow: hidden;
}
._warp_vzhyv_5 ._tabContent-twh16_vzhyv_35 {
  height: calc(100% - 1.34rem);
}
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-left-enter-active,
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-left-leave-active,
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-right-enter-active,
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-right-leave-active {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
}
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-left-enter-from {
  opacity: 0;
  transform: translateX(100%);
}
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-left-leave-to {
  opacity: 0;
  transform: translateX(-100%);
}
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-right-enter-from {
  opacity: 0;
  transform: translateX(-100%);
}
._warp_vzhyv_5 ._tabContent_vzhyv_30 .slide-right-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
._warp_vzhyv_5 ._tabPane_vzhyv_62 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@keyframes _move-up-in_vzhyv_1 {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
._container-animation_vzhyv_80 {
  animation: _move-up-in_vzhyv_1 0.3s linear;
}
._warpPp_vzhyv_83 {
  height: 100%;
}
._warpCn_vzhyv_86 {
  font-family: PingFang SC;
}
._warpCn_vzhyv_86 .tab {
  top: 0 !important;
  height: 0.9rem!important;
  color: var(--cms-theme-text-color-primary) !important;
  background-color: var(--cms-primary-color) !important;
  align-items: flex-end !important;
}
._warpCn_vzhyv_86 .tab > div {
  background-color: transparent !important;
}
._warpCn_vzhyv_86 .tab > div:first-child svg {
  color: var(--cms-theme-text-color-primary);
}
._warpCn_vzhyv_86 .tab .containerHeader {
  padding-right: 0.4rem;
}
._warpCn_vzhyv_86 .tab .van-tabs__wrap {
  display: flex;
  align-items: flex-end;
}
._warpCn_vzhyv_86 .tab .van-tabs__nav {
  height: auto !important;
  padding-bottom: 0 !important;
  padding-top: 0.08rem !important;
}
._warpCn_vzhyv_86 .tab .van-tab {
  width: auto;
  display: inline-flex;
  padding: 0.14rem 0.28rem;
  white-space: nowrap;
  flex: none;
  height: 0.7rem;
  color: var(--cms-theme-text-color-primary);
  font-size: 0.26rem;
  margin-right: 0;
}
._warpCn_vzhyv_86 .tab .van-tab.van-tab--active {
  background-color: var(--cms-background-color-primary);
  border-radius: 0.16rem 0.16rem 0 0;
}
._warpCn_vzhyv_86 .tab .van-tab.van-tab--active .van-tab__text span {
  color: var(--cms-primary-color);
}
._warpCn_vzhyv_86 .tab .van-tab .van-tab__text span {
  color: var(--cms-theme-text-color-primary);
}
._warpCn_vzhyv_86 .tab .van-tabs__line {
  display: none;
}
._warpCn_vzhyv_86 .warp {
  top: 0.9rem!important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._rebateContent_2lhnd_5 {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
._rebat_2lhnd_5 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
._rebat-xm_2lhnd_15 {
  overflow: auto;
  display: block;
}
._rebat-top_2lhnd_19 {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.06rem;
  font-size: 0.22rem;
  color: var(--cms-text-color-secondary);
  height: 0.7rem;
  align-items: center;
  flex-shrink: 0;
}
._rebat-top-money_2lhnd_30 {
  color: var(--cms-top-money-color);
  font-size: 0.22rem;
}
._rebat-content_2lhnd_34 {
  display: flex;
  gap: 0.14rem;
  padding: 0 0.16rem 0 0.16rem;
  flex: 1;
  overflow: hidden;
}
._rebat-content-xm_2lhnd_41 {
  gap: 0.19231rem;
  padding: 0 0.24rem 0.6rem;
}
._rebat-content-xm_2lhnd_41 > div {
  max-height: none !important;
  height: max-content !important;
  overflow: hidden !important;
}
._rebat-content-xm_2lhnd_41 ._rebat-content-right_2lhnd_50 ._list_2lhnd_50 ._list-item_2lhnd_50 {
  padding: 0 0.4rem 0 0.12308rem !important;
  margin-bottom: 0.19231rem !important;
}
._rebat-content-left_2lhnd_54 {
  width: 24.3%;
  overflow: scroll;
}
._rebat-content-left-xm_2lhnd_58 {
  width: 1.28953rem;
}
._rebat-content-left-xm_2lhnd_58 .van-sidebar {
  gap: 0.19231rem !important;
  height: max-content !important;
  overflow: hidden !important;
}
._rebat-content-left-xm_2lhnd_58 .van-button {
  font-size: 0.2306rem !important;
  background: linear-gradient(270deg, var(--cms-global-spare5-color) 0%, var(--cms-primary-color) 130.92%) !important;
}
._rebat-content-left-xm_2lhnd_58 .van-sidebar-item {
  border-radius: 0.1922rem !important;
}
._rebat-content-left-xm_2lhnd_58 .van-badge__wrapper > div {
  height: 1.20906rem;
  flex-direction: column;
  justify-content: center;
}
._rebat-content-left-xm_2lhnd_58 .van-badge__wrapper > div > div {
  width: 0.6154rem !important;
  height: 0.6154rem !important;
}
._rebat-content-left-xm_2lhnd_58 .van-badge__wrapper > div > span {
  line-height: 1;
  flex: none;
  font-size: 0.2306rem;
}
._rebat-content-left_2lhnd_54 .van-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
._rebat-content-left_2lhnd_54 .van-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--cms-background-color-primary);
  color: var(--cms-text-color-secondary);
  border-radius: 0.12rem;
}
._rebat-content-left_2lhnd_54 .van-sidebar-item--select,
._rebat-content-left_2lhnd_54 .van-sidebar-item--select:active {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._rebat-content-left_2lhnd_54 .van-sidebar-item--select::before {
  display: none;
}
._rebat-content-left_2lhnd_54 .van-sidebar-item__text {
  width: 100%;
  padding: 0 0.04rem 0 0.06rem;
}
._rebat-content-left_2lhnd_54 ._sidebarItem_2lhnd_114 {
  display: flex;
  align-items: center;
  gap: 0.03rem;
  text-align: center;
  height: 0.7rem;
}
._rebat-content-left_2lhnd_54 ._sidebarItem_2lhnd_114 span {
  flex: 1;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.28rem;
  text-overflow: ellipsis;
  vertical-align: middle;
  word-break: break-word;
}
._rebat-content-left_2lhnd_54 ._sidebarItem-chfs_2lhnd_130 {
  font-size: 0.24rem !important;
  letter-spacing: 0.04rem;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 ._receiveBtn_2lhnd_140 {
  width: 1.22rem;
  padding: 0;
  font-size: 0.2rem;
  color: var(--cms-theme-text-color-primary);
  background: var(--cms-primary-color);
  border: none;
  height: 0.5rem;
  border-radius: 0.1rem;
  text-wrap: nowrap;
  line-height: 1.3;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 ._receiveBtn_2lhnd_140 span {
  width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  line-height: 1.2;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 ._receiveBtn-chfs_2lhnd_159 {
  font-size: 0.2rem !important;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn-primary:focus,
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn-primary:hover {
  background: var(--cms-primary-color) !important;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn[disabled],
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn[disabled]:hover,
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn[disabled]:focus,
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn[disabled]:active {
  color: #fff !important;
  background: var(--cms-grey-secondary-color);
  font-weight: 500;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn:focus,
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn:hover {
  border-color: var(--cms-primary-color) !important;
}
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn > .anticon + span,
._rebat-content-left_2lhnd_54 ._sidebarBtn_2lhnd_134 .ant-btn > span + .anticon {
  margin-left: 0.02rem;
}
._rebat-content-rightLoading_2lhnd_182 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.6rem;
}
._rebat-content-right_2lhnd_50 {
  flex: 1;
  overflow-x: hidden;
}
._rebat-content-right_2lhnd_50 ._listEmpty_2lhnd_197 {
  height: 100%;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._rebat-content-right_2lhnd_50 ._empty_2lhnd_204 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._rebat-content-right_2lhnd_50 ._list_2lhnd_50 {
  display: flex;
  flex-direction: column;
}
._rebat-content-right_2lhnd_50 ._list-item_2lhnd_50 {
  padding: 0.2rem 0 0.1rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cms-background-color-primary);
  border-radius: 0.1rem;
  color: var(--cms-text-color-secondary);
  min-height: 1.06rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
}
._rebat-content-right_2lhnd_50 ._list-item-center_2lhnd_226 {
  flex: 1;
  padding-left: 0.1rem;
}
._rebat-content-right_2lhnd_50 ._list-item-center_2lhnd_226 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._rebat-content-right_2lhnd_50 ._list-item-center-left_2lhnd_235 {
  display: flex;
  align-items: center;
  width: 2.6rem;
}
._rebat-content-right_2lhnd_50 ._list-item-center-left_2lhnd_235 img {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  max-width: 100%;
}
._rebat-content-right_2lhnd_50 ._list-item-center-left-item_2lhnd_247 {
  display: flex;
  align-items: baseline;
}
._rebat-content-right_2lhnd_50 ._list-item-center-left-item_2lhnd_247 label {
  margin-right: 0.04rem;
  line-height: 1.1;
  word-break: break-word;
}
._rebat-content-right_2lhnd_50 ._list-item-center-left-item_2lhnd_247 span {
  color: var(--cms-text-color-primary);
}
._rebat-content-right_2lhnd_50 ._list-item-center-right_2lhnd_259 {
  width: 2rem;
  padding-right: 0.04rem;
  flex-shrink: 0;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
}
._rebat-content-right_2lhnd_50 ._list-item-center-right-item_2lhnd_267 {
  display: flex;
  align-items: center;
  width: 100%;
}
._rebat-content-right_2lhnd_50 ._list-item-center-right-item_2lhnd_267 label {
  line-height: 1.1;
  margin-right: 0.04rem;
  word-break: break-word;
  font-size: 0.18rem;
}
._rebat-content-right_2lhnd_50 ._list-item-center-right-item_2lhnd_267 span {
  color: var(--cms-text-color-primary);
}
._rebat-content-right_2lhnd_50 ._list-item-center-right-chfs_2lhnd_281 {
  width: 1.68rem;
  padding-right: 0.06rem;
  align-items: baseline;
}
._rebat-content-right_2lhnd_50 ._list-item-arrow_2lhnd_286 {
  padding: 0 0.18rem 0 0;
  color: var(--cms-text-color-secondary);
}
._rebat-content-right_2lhnd_50 ._list-item-arrow_2lhnd_286 > div {
  width: 0.26rem !important;
  height: 0.26rem !important;
}
._rebat-content-right_2lhnd_50 ._list-item-progress_2lhnd_294 {
  width: 2.6rem;
  position: relative;
  height: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: var(--cms-global-spare4-color);
}
._rebat-content-right_2lhnd_50 ._list-item-progress-out_2lhnd_302 {
  width: 100%;
  height: 100%;
  background-color: var(--cms-global-spare4-color);
  position: relative;
  border-radius: 0.2rem;
}
._rebat-content-right_2lhnd_50 ._list-item-progress-in_2lhnd_309 {
  height: 100%;
  background-color: var(--cms-global-spare5-color);
  position: relative;
  border-radius: 0.2rem;
}
._rebat-content-right_2lhnd_50 ._list-item-progress-text_2lhnd_315 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  color: var(--cms-global-spare6-color);
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
._rebat-content-right_2lhnd_50 ._list-item-txt_2lhnd_332 {
  width: 2rem;
  padding-right: 0.04rem;
  flex-shrink: 0;
  padding-left: 0.2rem;
}
._rebat-content-right_2lhnd_50 ._list-item-txt_2lhnd_332 label {
  line-height: 1.1;
  margin-right: 0.04rem;
  word-break: break-word;
}
._rebat-content-right_2lhnd_50 ._list-item-txt_2lhnd_332 span {
  color: var(--cms-top-money-color);
}
._rebat-content-right_2lhnd_50 ._list-item-txt-chfs_2lhnd_346 {
  width: 1.68rem;
  padding-right: 0.06rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm_2lhnd_350 {
  flex-direction: column;
  position: relative;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top_2lhnd_354 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.01923rem 0;
  font-size: 0.19231rem;
  color: var(--cms-text-color-secondary);
  width: 100%;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-lable_2lhnd_363 {
  flex: 1;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-lable_2lhnd_363 img {
  width: 0.4614rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-lable-txt_2lhnd_369 {
  margin: 0 0.03846rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-lable-amount_2lhnd_372 {
  color: var(--cms-text-color-primary);
  font-weight: 600;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-bet_2lhnd_376 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  max-width: 2.3077rem;
  color: var(--cms-text-color-secondary);
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-bet-txt_2lhnd_384 {
  margin: 0 0.03846rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-top-bet-num_2lhnd_387 {
  color: var(--cms-text-color-primary);
  font-weight: 600;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-center_2lhnd_391 {
  width: 100%;
  font-size: 0.19231rem;
  color: var(--cms-text-color-secondary);
  display: flex;
  padding: 0.01923rem 0;
  justify-content: space-between;
  line-height: 1.5;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-center-lable_2lhnd_400 {
  margin-left: 0.5rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-center-num-txt_2lhnd_403 {
  color: var(--cms-text-color-secondary);
  margin: 0 0.03846rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-center-num-amount_2lhnd_407 {
  color: var(--cms-top-money-color);
}
._rebat-content-right_2lhnd_50 ._list-item-xm-bottom_2lhnd_410 {
  width: 100%;
  margin: 0.12538rem 0.4rem 0.12585rem 0.5rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-bottom-pro_2lhnd_414 {
  width: 100%;
  height: 0.0768rem;
  border-radius: 0.04rem;
  background-color: var(--cms-global-spare4-color);
  position: relative;
  overflow: hidden;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-bottom-pro-value_2lhnd_422 {
  height: 100%;
  background-color: var(--cms-global-spare5-color);
  border-radius: 0.04rem;
}
._rebat-content-right_2lhnd_50 ._list-item-xm-arrow_2lhnd_427 {
  position: absolute;
  right: 0.04rem;
  top: 50%;
  transform: translateY(-50%);
}
._refresh-btn_2lhnd_433 {
  word-break: normal;
  text-align: center;
  width: 1.2rem;
  border-radius: 0.14rem;
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cms-primary-color);
  cursor: pointer;
  box-sizing: border-box;
  border: 0.02rem solid var(--cms-primary-color);
  background: transparent !important;
}
._refresh-btn_2lhnd_433 span {
  margin-left: 0.04rem;
  font-size: 0.14rem;
  align-items: center;
  text-align: center;
  color: var(--cms-primary-color);
}
._refresh-btn-chfs_2lhnd_456 span {
  font-size: 0.2rem !important;
}
@keyframes _spin_2lhnd_1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._animate-spin_2lhnd_467 {
  animation: _spin_2lhnd_1 0.5s linear;
  animation-iteration-count: infinite;
  transform-origin: center center;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._empty_12q0m_5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
._empty_12q0m_5 img {
  margin-bottom: 0.2rem;
}
._empty-no-bg_12q0m_14 {
  background: none !important;
}
._empty-wrap_12q0m_17 {
  width: 100%;
  min-height: 2.04rem;
  margin: 0 auto;
  font-size: 0.28rem;
}
._empty-wrap_12q0m_17 > img {
  width: 2.1rem;
  height: 2.1rem;
}
._empty-wrap-mango_12q0m_27 {
  color: var(--cms-text-color-secondary) !important;
}
._empty-wrap_12q0m_17 p:nth-of-type(1) {
  font-size: 0.26rem;
  line-height: 0.56rem;
  color: var(--cms-text-color-secondary);
}
._empty-wrap_12q0m_17 p:nth-of-type(2) {
  font-size: 0.26rem;
  line-height: 0.56rem;
  color: var(--cms-primary-color);
  cursor: pointer;
}
._empty-refresh_12q0m_41 {
  font-size: 0.26rem;
  line-height: 0.56rem;
  color: var(--cms-primary-color);
  cursor: pointer;
}
._XM1_12q0m_47 div[data-svg="treasureNodata"],
._WH20_12q0m_48 div[data-svg="treasureNodata"] {
  width: 4rem !important;
  height: 3.8564rem !important;
}
._XM1_12q0m_47 ._empty-wrap-mango_12q0m_27,
._WH20_12q0m_48 ._empty-wrap-mango_12q0m_27 {
  color: var(--cms-grey-secondary-color) !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._container_qjwhb_5 {
  width: 100%;
  background-color: var(--cms-background-color-primary);
  border-bottom: 0.01rem solid var(--cms-divider-color);
  position: fixed;
  position: relative;
  height: 0.9rem;
  top: 0;
  z-index: 20;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
._container-back_qjwhb_19 {
  width: 0.9rem;
  width: 0.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  cursor: pointer;
  flex-shrink: 0;
}
._container-back_qjwhb_19 img {
  width: 0.7rem;
}
._container_qjwhb_5 .van-tabs__wrap {
  width: 100%;
  height: 100%;
}
._container_qjwhb_5 .van-tabs {
  width: 100%;
  height: 100%;
}
._container_qjwhb_5 .van-tabs__nav {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
._container_qjwhb_5 .van-tab {
  margin: 0;
  padding: 0 0.3rem !important;
  flex: none !important;
}
._container_qjwhb_5 .van-tab--active .van-tab__text {
  color: var(--cms-primary-color);
}
._container_qjwhb_5 .van-tab--active::after {
  display: block !important;
}
._container_qjwhb_5 .van-tab__text {
  font-size: 0.24rem;
  font-weight: 500;
  color: var(--cms-text-color-primary);
}
._container_qjwhb_5 .van-tabs__line {
  width: 0.5556rem;
  height: 0.04rem;
  background: var(--cms-primary-color);
  border-radius: 0.04rem;
}
._container_qjwhb_5 .van-tabs__nav--line {
  box-sizing: content-box !important;
}
._container-left_qjwhb_70 {
  width: 0.6rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--cms-background-color-primary);
  z-index: 3;
}
._container-right_qjwhb_82 {
  width: 0.6rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  background-color: var(--cms-background-color-primary);
  z-index: 3;
}
._container-header_qjwhb_95 {
  display: flex;
  background-color: var(--cms-background-color-primary);
  height: 100%;
  overflow: auto;
  position: relative;
  flex: 1;
}
._container-header-span_qjwhb_103 {
  position: relative;
}
._container-header-span_qjwhb_103 > div:first-child:not(.rebate) {
  right: -0.2rem !important;
}
._container-animation_qjwhb_109 {
  animation: _move-up-in_qjwhb_1 0.3s linear;
}
@keyframes _move-up-in_qjwhb_1 {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
._special_qjwhb_124 {
  height: 0.96rem;
}
._special_qjwhb_124 .van-tab {
  padding: 0 0.2rem !important;
  transition: background-color 1s ease;
}
._special_qjwhb_124 .van-tab__text {
  font-size: 0.28rem;
  font-weight: 400;
}
._special_qjwhb_124 .van-tab:active {
  background-color: var(--van-tab-active-bg-color);
}
._special_qjwhb_124 .van-tab--active .van-tab__text {
  font-weight: 700;
}
._special_qjwhb_124 .van-tabs__wrap {
  padding: 0 0.06rem;
}
._hideLine_qjwhb_144 .van-tabs__line {
  opacity: 0 !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._configImageBg_1qfqt_5 {
  width: 100%;
}
._configImage_1qfqt_5 {
  width: 100%;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._activity_vp5tu_5 {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  --animate-duration: 0.5s;
  --animate-delay: 0s;
}
._activity_vp5tu_5 .van-sidebar {
  height: 100%;
  padding-left: 0.2rem;
  width: 1.9rem;
  min-height: 0.6rem;
  flex-shrink: 0;
}
._activity_vp5tu_5 .van-sidebar-item {
  width: 1.5rem;
  height: 0.7rem;
  padding: 0;
  background: var(--cms-background-color-primary);
  color: var(--cms-text-color-secondary);
  border-radius: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
._activity_vp5tu_5 .van-sidebar-item:nth-last-child(2) {
  background-color: transparent;
}
._activity_vp5tu_5 .van-sidebar-item__text {
  height: 100%;
}
._activity_vp5tu_5 .van-sidebar-item:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
._activity_vp5tu_5 .van-sidebar-item--select,
._activity_vp5tu_5 .van-sidebar-item--select:active {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._activity_vp5tu_5 .van-sidebar-item--select::before {
  display: none;
}
._activity_vp5tu_5 .van-badge__wrapper {
  display: unset;
}
._activity_vp5tu_5 ._slideItem_vp5tu_56 {
  display: flex;
  align-items: center;
  text-align: center;
  width: 1.5rem;
  height: 100%;
  overflow: hidden;
}
._activity_vp5tu_5 ._slideItem_vp5tu_56 img {
  height: 0.36rem;
  margin-left: 0.1rem;
  z-index: 3;
}
._activity_vp5tu_5 ._slideItem_vp5tu_56 span {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  word-break: break-word;
  z-index: 3;
}
._activity_vp5tu_5 ._slideItem-chfs_vp5tu_83 span {
  font-size: 0.24rem;
  line-height: 0.32rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  padding: 0.3em 0.3em;
}
._activity_vp5tu_5 ._slideItem-a9999999_vp5tu_95 {
  width: 1.2rem;
  border-radius: 0.14rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._activity_vp5tu_5 ._slideItem-a9999999_vp5tu_95 img {
  display: none;
}
._activity_vp5tu_5 ._slideItem-a9999999_vp5tu_95 span {
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem !important;
  color: var(--cms-theme-text-color-primary);
  text-align: center;
}
._activity-name_vp5tu_118 {
  font-size: 0.28rem;
  color: #fff;
  font-weight: 700;
  width: 50%;
  text-align: center;
}
._activity-main_vp5tu_125 {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 0.2rem;
  position: relative;
}
._activity-main-bg_vp5tu_132 {
  width: 5.4rem;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: var(--cms-background-color-secondary);
  z-index: 100;
  margin-left: 1.8rem;
}
._activity-main-bg_vp5tu_132 > div {
  width: 5.4rem;
  height: 2.54rem;
  background: var(--cms-background-color-primary);
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
}
._activity-main-item_vp5tu_149 {
  position: relative;
  width: 100%;
  margin-bottom: 0.2rem;
  overflow: hidden;
  width: 5.4rem;
  border-radius: 0.1rem;
}
._activity-main-item-img_vp5tu_157 {
  width: 100%;
  min-height: 1.66rem;
}
._activity-main-item-con_vp5tu_161 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.2rem 0.28rem;
  background-color: var(--cms-background-color-secondary);
  width: 100%;
}
._activity-main-item-con-title_vp5tu_169 {
  font-weight: 700;
  font-size: 0.3rem;
  color: var(--cms-text-color-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._activity-main-item-con-title_vp5tu_169 .van-button {
  max-width: 2rem;
  background-color: var(--cms-primary-color);
  border-color: var(--cms-theme-divider-color);
  margin-left: 0.2rem;
  border-radius: 0.4rem;
}
._activity-main-item-con-title_vp5tu_169 .van-button .van-button__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
._activity-main-item-con-desc_vp5tu_191 {
  padding-top: 0.2rem;
  padding-bottom: 0.28rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: var(--cms-text-color-secondary);
}
._activity-main-item-con-btn-cen_vp5tu_198 {
  justify-content: space-between !important;
}
._activity-main-item-con-btn-wrap_vp5tu_201 {
  display: flex;
  justify-content: center;
}
._activity-main-item-con-btn-wrap-btn2_vp5tu_205 {
  position: absolute;
  top: 0;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  max-width: 60%;
  font-weight: 700;
  text-align: center;
  font-size: 0.22rem;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all;
}
._activity-main-item-con-btn-wrap-btn2-text_vp5tu_221 {
  position: absolute;
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding: 0 0.2rem;
  display: block;
  color: var(--cms-theme-text-color-primary);
}
._activity-main-item-time_vp5tu_229 {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
._activity-main-item-time_vp5tu_229 p {
  font-size: 0.16rem;
  color: var(--cms-text-color-secondary);
}
._refresh-button_vp5tu_238 {
  margin-left: calc((1.5rem - 1.2rem) / 2);
  text-align: center;
  width: 1.2rem;
  border-radius: 0.14rem;
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cms-primary-color);
  cursor: pointer;
  box-sizing: border-box;
  border: 0.02rem solid var(--cms-primary-color);
}
._refresh-button_vp5tu_238 span {
  margin-left: 0.04rem;
  font-size: 0.14rem;
  align-items: center;
  text-align: center;
  display: block;
}
._refresh-button-chfs_vp5tu_260 {
  font-size: 0.18033rem !important;
}
@keyframes _spin_vp5tu_1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._animate-spin_vp5tu_271 {
  animation: _spin_vp5tu_1 0.9s linear;
  animation-iteration-count: infinite;
  transform-origin: center center;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._fade-enter-active_38wel_5,
._fade-leave-active_38wel_6,
._slide-enter-active_38wel_7,
._slide-leave-active_38wel_8 {
  transition: transform 0.3s;
}
._slide-enter-from_38wel_11,
._slide-leave-to_38wel_12 {
  transform: translateX(100%);
}
._slide-enter-to_38wel_15,
._slide-leave-from_38wel_16 {
  transform: translateX(0);
}
._fade-enter-from_38wel_19,
._fade-leave-to_38wel_20 {
  transform: translateX(-100%);
}
._fade-enter-to_38wel_23,
._fade-leave-from_38wel_24 {
  transform: translateX(0);
}
._tipIcon_38wel_27 {
  width: 0.6rem;
  height: 0.6rem;
  border: 0.02rem solid red;
  display: inline-block;
  border-radius: 0.6rem;
  position: relative;
}
._tipIcon-left_38wel_35 {
  width: 0.02rem;
  height: 0.4rem;
  background: red;
  transform: rotate(45deg);
  position: absolute;
  display: inline-block;
  top: 0.08rem;
}
._tipIcon-right_38wel_44 {
  width: 0.02rem;
  height: 0.4rem;
  background: red;
  transform: rotate(-45deg);
  position: absolute;
  display: inline-block;
  top: 0.08rem;
}
._sportHeader_38wel_53 .handicap-filter-ta {
  top: 0.84rem !important;
}
._sportHeader_38wel_53 .handicap-filter-ta .match-type {
  padding-top: 0.1rem !important;
}
._sportHeader_38wel_53 .home-header-ta {
  top: calc(var(--sport-header-height) - 0.04rem) !important;
}
._sportHeader_38wel_53 .drawer-content {
  margin-top: calc(var(--sport-header-height) - 0.08rem) !important;
}
._sportHeader_38wel_53 .home-bet-ta {
  padding-top: 0.84rem !important;
}
._sportHeader_38wel_53 .match-list-sort {
  top: calc(2.7rem) !important;
}
.sport-header-container > div {
  padding: 0 0.2rem !important;
}
._sport-container_38wel_74 {
  height: 100%;
  background-color: var(--bg-color-primary);
  font-size: var(--font-size-sm);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: CustomFont -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Tahoma, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Open Sans, sans-serif;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column !important;
  color: var(--color-primary);
}
._sport-container_38wel_74._saftyPadding_38wel_88 {
  padding-bottom: 1rem;
}
._sport-container_38wel_74 iframe,
._sport-container_38wel_74 video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
}
._sport-container_38wel_74 .ant-skeleton {
  padding: 0 0.16rem 0.16rem;
}
._sport-header-container_38wel_71 > div {
  padding-right: 0 !important;
}
._backtop_38wel_108 {
  color: var(--color-primary);
  background-color: var(--bg-color-tertiary);
  width: 1.08rem;
  height: 1.08rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._backtop_38wel_108 > i {
  color: var(--green-1);
  font-size: var(--font-size-lg);
  font-weight: bold;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._container_1kpbt_5 {
  min-height: 50vh;
  position: relative;
  z-index: 3;
}
._container-tch20_1kpbt_10,
._container-tch22_1kpbt_11 {
  min-height: 33vh;
}
._khContainer_1kpbt_14 {
  min-height: 33vh;
}
._container_1kpbt_5._containerTwh17_1kpbt_17 {
  min-height: auto;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._notice_1wyr5_5 {
  width: 100%;
}
._notice-bg_1wyr5_8 {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--cms-text-color-secondary);
  z-index: 2;
  box-sizing: border-box;
  padding: 0 0.06rem;
  box-shadow: 0 0.03rem 0.09rem rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  width: calc(100% - 0.4rem);
  margin: 0 0.2rem;
  padding: 0 0 0 0.1rem;
  height: 0.5rem;
}
._notice-bg-awh998_1wyr5_23,
._notice-bg-awh999_1wyr5_24 {
  box-shadow: 0 0 0.1rem 0 var(--cms-primary-color) !important;
  border-radius: 0.1rem;
  padding: 0.04rem 0.04rem;
}
._notice-bg-awh11_1wyr5_29 {
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.2rem;
  padding: 0 0.08rem;
  box-shadow: 0 0 0.09rem 0 var(--skin__web_left_bg_shadow);
  height: 0.4rem;
}
._notice-bg-awh11_1wyr5_29 > div {
  display: flex;
  align-items: center;
}
._notice-bg-awh11_1wyr5_29 i {
  margin-right: 0 !important;
}
._notice-bg-awh11_1wyr5_29 i svg {
  width: 0.28rem;
  height: 0.28rem;
}
._notice-bg-awh11_1wyr5_29 ._right-img_1wyr5_47 {
  width: 0.45rem !important;
}
._notice-bg-awh11_1wyr5_29 ._messageIcon_1wyr5_50 {
  width: 0.35rem !important;
}
._notice-bg-marquee_1wyr5_53 {
  overflow: hidden;
  position: relative;
  flex: 1 1 0;
  display: flex;
  font-size: 0.26rem;
}
._notice-bg-match_1wyr5_60 {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  padding: 0.02rem 0.04rem;
  font-size: 0.2rem;
  border-radius: 0.08rem;
  max-width: 1.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._notice-email_1wyr5_72 {
  color: var(--cms-primary-color) !important;
}
._notice-email_1wyr5_72 rect {
  fill: var(--cms-background-color-primary);
}
._notice-search_1wyr5_78 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.68rem;
  border-radius: 0.2rem;
  border: 0.02rem solid var(--cms-divider-color);
  background-color: var(--cms-background-color-secondary);
  color: var(--cms-text-color-secondary);
  padding: 0.2rem;
  margin: 0.08rem 0 0 0;
}
._notice-search_1wyr5_78 .anticon-search {
  font-size: 0.4rem;
  color: var(--cms-primary-color);
}
._notice-message-box_1wyr5_94 {
  position: relative;
  display: inline-flex;
}
._notice-message-box-tips_1wyr5_98 {
  height: 0.32rem;
  left: 0.2rem;
  position: absolute;
  right: 0;
  top: -0.15rem;
  width: fit-content;
  z-index: 100;
}
._notice-message-box-tips-box_1wyr5_107 {
  font-size: 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.07rem;
  background-color: var(--cms-global-secondary3-color);
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  color: #fff;
}
._notice-message-box-tips-tail_1wyr5_116 {
  border-bottom: 0.07rem solid transparent;
  border-left: 0.07rem solid var(--cms-global-secondary3-color);
  border-right: 0.07rem solid transparent;
  height: 0;
  width: 0;
}
._notice_1wyr5_5 ._imgBox_1wyr5_123 {
  margin: 0;
  display: inline-block;
}
._notice_1wyr5_5 ._leftIcon_1wyr5_127 {
  width: 0.36rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
._notice_1wyr5_5 ._right_1wyr5_47 {
  flex-shrink: 0;
  text-align: center;
  line-height: normal;
  margin-left: 0.14rem;
}
._notice_1wyr5_5 ._right-img_1wyr5_47 {
  width: 0.6rem;
}
._notice_1wyr5_5 ._noticeTips_1wyr5_141 {
  height: 0.32rem;
  left: 0.34rem;
  position: absolute;
  right: 0;
  top: -0.11rem;
  width: fit-content;
  z-index: 100;
}
._notice_1wyr5_5 ._messageIcon_1wyr5_50 {
  height: auto;
  width: 0.52rem;
  vertical-align: baseline;
  transform: translateY(-0.05rem);
}
._notice_1wyr5_5[notice-tpl="CN7"] {
  padding: 0 0.15039rem;
}
._noticeBgACN7_1wyr5_159 {
  height: 0.7312rem;
  padding: 0 0.16029rem;
  border-bottom-right-radius: 0.16029rem;
  border-bottom-left-radius: 0.16029rem;
  overflow: hidden;
  background-color: var(--cms-background-color-primary);
}
._notice_1wyr5_5[notice-tpl="WH8"] {
  margin-bottom: 0.2rem;
}
._notice_1wyr5_5[notice-tpl="WH17"] {
  height: 0.601rem;
  display: flex;
  justify-content: center;
  box-shadow: 0 0.06rem 0.12rem #0000000f;
  margin: 0 0.14rem;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 0 0.18rem;
  width: auto;
}
._notice_1wyr5_5[notice-tpl="WH17"] ._leftIcon_1wyr5_127 {
  width: 0.4006rem;
  height: 0.4006rem;
}
._notice_1wyr5_5[notice-tpl="WH17"] ._messageIcon_1wyr5_50 {
  width: 0.4006rem;
  height: 0.3504rem;
}
._notice_1wyr5_5[notice-tpl="WH17"] ._rightImg_1wyr5_188 {
  width: auto !important;
}
._notice_1wyr5_5[notice-tpl="CN17"],
._notice_1wyr5_5[notice-tpl="WH18"] {
  margin-top: 0.2rem;
}
._notice_1wyr5_5[notice-tpl="CN17"] ._noticeW18_1wyr5_195,
._notice_1wyr5_5[notice-tpl="WH18"] ._noticeW18_1wyr5_195 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 0.2rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  border: thin solid var(--cms-divider-color);
  color: var(--cms-text-color-secondary);
  background-color: var(--cms-background-color-secondary);
}
._notice_1wyr5_5[notice-tpl="CN17"] ._messageIcon_1wyr5_50,
._notice_1wyr5_5[notice-tpl="WH18"] ._messageIcon_1wyr5_50 {
  width: 0.4rem;
  transform: translateY(0);
}
._hotEventDialog_1wyr5_214 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
._hotEventDialog-imgBox_1wyr5_227 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
._hotEventDialog-imgBox_1wyr5_227 img {
  width: 100%;
}
._hotEventDialog-close_1wyr5_237 {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.04rem solid #fff;
  border-radius: 50%;
  width: 0.48rem;
  height: 0.48rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@keyframes _notice-scrols_rsa33_1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}
._noticeCon-content_rsa33_13 {
  cursor: pointer;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  color: var(--cms-text-color-secondary);
  font-size: 0.24rem;
  font-weight: bolder;
  -webkit-text-size-adjust: none;
}
._noticeCon-content-list_rsa33_23 {
  white-space: nowrap;
  will-change: transform;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
._noticeCon-content-list_rsa33_23:hover {
  animation-play-state: paused;
}
._noticeCon-content-item_rsa33_32 {
  white-space: nowrap;
  display: inline-block;
  padding-right: 1rem;
  color: var(--cms-text-color-primary);
}
._noticeCon-content-item_rsa33_32 * {
  font-size: 0.24rem !important;
}
._noticeCon-content-item_rsa33_32 font {
  font-size: 0.24rem !important;
}
._noticeCon-content-item_rsa33_32 p {
  font-size: 0.24rem !important;
}
._noticeCon-content-item_rsa33_32 span {
  font-size: 0.24rem !important;
}
._noticeNodata_rsa33_50 {
  color: var(--cms-primary-color);
}
._marqueeWrap_rsa33_53 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0.5rem;
  line-height: 0.5rem;
  -webkit-text-size-adjust: none;
}
._marqueeContent_rsa33_61 {
  width: auto;
  position: absolute;
  font-size: 0.24rem;
  -webkit-text-size-adjust: none;
}
._item_rsa33_67 {
  -webkit-text-size-adjust: none;
}
._item_rsa33_67 * {
  font-size: 0.24rem !important;
  display: inline;
}
._item_rsa33_67 br {
  display: none;
}
._item_rsa33_67 font {
  font-size: 0.24rem !important;
}
._item_rsa33_67 p {
  font-size: 0.24rem !important;
}
._item_rsa33_67 span {
  font-size: 0.24rem !important;
}
._zhfs_rsa33_86 {
  -webkit-text-size-adjust: none;
}
._zhfs_rsa33_86 * {
  font-size: 0.24044rem !important;
  display: inline;
}
._zhfs_rsa33_86 br {
  display: none;
}
._zhfs_rsa33_86 font {
  font-size: 0.24044rem !important;
}
._zhfs_rsa33_86 p {
  font-size: 0.24044rem !important;
}
._zhfs_rsa33_86 span {
  font-size: 0.24044rem !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._banner_7wkkg_5 {
  padding: 0 0.2rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
._banner_7wkkg_5._isPadding_7wkkg_11 {
  padding: 0 0.62rem;
}
._banner_7wkkg_5._isApp_7wkkg_14 {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
._banner_7wkkg_5 {
  /* 自定义指示器样式 */
}
._banner_7wkkg_5 .swiper-wrapper {
  display: flex;
  overflow: visible;
}
._banner_7wkkg_5 .swiper {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: visible;
}
._banner_7wkkg_5 .swiper img[lazy="loading"] {
  height: 2rem !important;
}
._banner_7wkkg_5 .swiper-slide {
  width: 100%;
  height: auto;
  border-radius: 0.24rem;
  overflow: hidden !important;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
._banner_7wkkg_5 .swiper-item {
  width: 100%;
  height: 100%;
}
._banner_7wkkg_5 .swiper-item img {
  width: 100%;
  height: 100%;
  display: block;
}
._banner_7wkkg_5 .swiper-item .swiper-item-img {
  position: relative;
  z-index: 1;
}
._banner_7wkkg_5 .custom-pagination {
  position: absolute;
  height: 0.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.06rem;
  z-index: 90;
}
._banner_7wkkg_5 .custom-bullet {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: var(--cms-text-color-secondary);
  opacity: 1;
}
._banner_7wkkg_5 .custom-bullet .dot-progress {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
._banner_7wkkg_5 .swiper-pagination-bullet-active.custom-bullet {
  width: 0.24rem !important;
  height: 0.1rem;
  background: var(--cms-theme-text-color-primary);
}
._fixBanner_7wkkg_86 {
  position: fixed;
  left: 0;
  z-index: 999;
}
._banner_7wkkg_5[banner-tpl="WH17"] {
  height: 2.1036rem;
}
._banner_7wkkg_5[banner-tpl="WH17"] .swiper {
  height: 100% !important;
}
._hideBanner_7wkkg_97 {
  height: 0 !important;
}
._plr0_7wkkg_100 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
._carouselMode_7wkkg_104 .swiper {
  min-height: 2rem;
}
._carouselMode_7wkkg_104 .swiper-slide {
  width: 100% !important;
  height: 2rem;
}
._carouselMode_7wkkg_104 .swiper-item {
  height: 2rem;
  overflow: hidden;
  border-radius: 0.08rem;
  background-color: var(--cms-global-spare4-color);
}
._carouselMode_7wkkg_104 .swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._banner_tm593_5 {
  position: relative;
  padding: 0 0.2rem 0.2rem;
  border-radius: 0.2rem !important;
  overflow: hidden;
}
._banner-download_tm593_11 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 0 0.2rem;
}
._banner-download_tm593_11 > div {
  border-radius: 0.2rem 0.2rem 0 0;
  border-bottom: none;
  background: var(--cms-top-download-bg-color) !important;
}
._banner_tm593_5[banner-warp-tpl="WH20"],
._banner_tm593_5[banner-warp-tpl="XM1"] {
  border-radius: 0 !important;
  padding: 0;
}
._banner_tm593_5[banner-warp-tpl="WH17"] {
  padding: 0 0.06rem;
  margin: 0 0.14rem;
  border-radius: 0 !important;
  position: relative;
}
._banner_tm593_5[banner-warp-tpl="WH17"]::before,
._banner_tm593_5[banner-warp-tpl="WH17"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.12rem;
  background: #0000000F;
  filter: blur(0.12rem);
}
._banner_tm593_5[banner-warp-tpl="WH17"]::before {
  left: -0.06rem;
}
._banner_tm593_5[banner-warp-tpl="WH17"]::after {
  right: -0.06rem;
}
._banner_tm593_5[banner-warp-tpl="WH18"] {
  padding: 0!important;
  border-radius: 0 !important;
  position: relative;
}
._banner_tm593_5[banner-warp-tpl="CN17"] {
  padding: 0!important;
  border-radius: 0 !important;
  position: relative;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._marketing_6p44z_5 {
  --marketing-box-margin: 0 auto 0.2rem;
  --marketing-box-padding: 0.2rem 0 0;
  --marketing-box-width: 7.1rem;
  --marketing-box-sm-item-width: 0.9rem;
  --marketing-box-sm-item-height: 0.9rem;
  --scroll-marketing-box-sm-item-gap: 0.18rem;
  user-select: none;
  margin-top: -0.2rem;
}
._marketing_6p44z_5 ._main_6p44z_15 {
  overflow-x: scroll;
  overflow-y: hidden;
  justify-content: flex-start;
  margin: var(--marketing-box-margin);
  padding: var(--marketing-box-padding);
  width: var(--marketing-box-width);
  display: flex;
}
._marketing_6p44z_5 ._main_6p44z_15 ._marketingItem_6p44z_24 {
  width: var(--marketing-box-sm-item-width);
  height: var(--marketing-box-sm-item-height);
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}
._marketing_6p44z_5 ._main_6p44z_15 ._marketingItem_6p44z_24 + ._marketingItem_6p44z_24 {
  margin-left: var(--scroll-marketing-box-sm-item-gap);
}
._marketing_6p44z_5 ._main_6p44z_15 ._marketingItem_6p44z_24 ._marketingBg_6p44z_34 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._marketing_6p44z_5 ._main_6p44z_15 ._marketingItem_6p44z_24 ._marketingTitle_6p44z_39 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: max-content;
  max-width: 1.06rem;
  border-radius: 0.5rem;
  color: var(--color, #fff);
  padding: 0.04rem 0.05rem;
  background-color: var(--bg, #ea4e3d);
  min-width: 0.6rem;
  box-shadow: inset 0 0 0 0.01rem rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 0;
}
._marketing_6p44z_5 ._main_6p44z_15 ._marketingItem_6p44z_24 ._marketingTitle_6p44z_39 > span {
  font-size: 0.22rem;
  line-height: 1.25;
  text-align: center;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._marketing_6p44z_5 ._main_6p44z_15 ._marketingItem_6p44z_24 ._marketingTitle_6p44z_39 > span:not(:lang(zh-CN)):not(:lang(zh_hk)) {
  font-size: 0.18rem;
}
._marketing_6p44z_5 ._marketingBox_6p44z_70[data-length="1"] {
  justify-content: center;
}
._marketing_6p44z_5 ._marketingBox_6p44z_70[data-length="2"] {
  justify-content: space-between;
  padding: 0.2rem 1.8rem 0;
}
._marketing_6p44z_5 ._marketingBox_6p44z_70[data-length="3"] {
  justify-content: space-between;
  padding: 0.2rem 1.2rem 0;
}
._marketing_6p44z_5 ._marketingBox_6p44z_70[data-length="4"] {
  justify-content: space-between;
  padding: 0.2rem 0.2rem 0;
}
._marketing_6p44z_5 ._marketingBox_6p44z_70[data-length="5"],
._marketing_6p44z_5 ._marketingBox_6p44z_70[data-length="6"] {
  justify-content: space-between;
  padding: 0.2rem 0 0;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._navs_dtou2_5 {
  width: 100%;
  padding: 0 0.2rem;
  margin-bottom: 0.15rem;
  height: 1.2rem;
  margin-top: 0.48rem;
}
._navs_dtou2_5 ._container_dtou2_12 {
  display: flex;
  gap: 0.12rem;
  width: 100%;
}
._navs_dtou2_5 ._container_dtou2_12 ._item_dtou2_17 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  cursor: pointer;
  max-width: 25%;
  position: relative;
  flex: 1;
}
._navs_dtou2_5 ._container_dtou2_12 ._item_dtou2_17 img {
  width: 100%;
  border-radius: 0.165rem;
  object-fit: cover;
}
._nav2_dtou2_31 {
  margin-bottom: 0;
  margin-top: 0;
}
._nav2_dtou2_31 ._container_dtou2_12 {
  gap: 0.19282rem;
}
._nav2_dtou2_31 ._container_dtou2_12 ._item_dtou2_17 {
  min-width: 1.61969rem;
  border-radius: 0.11569rem;
  box-shadow: 0 -0.08rem var(--cms-background-color-primary) inset, 0 0.02rem var(--cms-background-color-primary) inset;
  height: 1.214rem;
}
._nav2_dtou2_31 ._container_dtou2_12 ._item_dtou2_17 span {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  padding: 0 0.13497rem;
  font-size: 0.26995rem;
  font-weight: 600;
  color: var(--cms-text-color-primary);
  line-height: 0.40492rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@keyframes _downshow_1j5k0_1 {
  0% {
    padding-top: 1.16rem;
  }
  80% {
    padding-top: 1.16rem;
  }
  100% {
    padding-top: 1.5rem;
  }
}
@keyframes _downhide_1j5k0_1 {
  0% {
    padding-top: 1.5rem;
  }
  100% {
    padding-top: 1.1rem;
  }
}
._home_1j5k0_24 {
  position: relative;
}
._home-cn_1j5k0_27 {
  padding-top: 0 !important;
}
._home-pm80_1j5k0_30 {
  padding-bottom: 1.6rem;
}
._home-topDownloadShowa_1j5k0_33 {
  animation: _downshow_1j5k0_1 1s linear;
}
._home-topDownloadHidea_1j5k0_36 {
  animation: _downhide_1j5k0_1 0.5s linear;
}
._home-pb_1j5k0_39 {
  padding-bottom: 1.2rem;
}
._home_1j5k0_24 ._homePattern_1j5k0_42 {
  position: fixed;
  width: var(--theme-max-width);
  height: 100%;
  z-index: -1;
  background-position: center;
}
._homeGj1_1j5k0_49 {
  padding-top: 0 !important;
}
._homeGj_1j5k0_49 {
  z-index: 999;
}
._homeGj-banner_1j5k0_55 {
  padding: 0.2rem;
}
._homeGj-banner_1j5k0_55 .van-skeleton {
  border-radius: 0.1rem;
  height: 2.22rem;
}
._homeGj-banner_1j5k0_55 .van-skeleton h3 {
  display: none;
}
._homeGj-notice_1j5k0_65 {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._homeGj-notice_1j5k0_65 .van-skeleton {
  height: 0.7rem;
}
._homeGj-notice_1j5k0_65 .van-skeleton h3 {
  display: none;
}
._homeGj-nav_1j5k0_77 {
  padding: 0 0.2rem;
  display: flex;
  background: var(--cms-background-color-secondary);
  height: 1rem;
  justify-content: space-between;
  margin-top: 0.2rem;
  align-items: center;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._homeGj-nav_1j5k0_77 .van-skeleton {
  background: var(--cms-background-color-primary);
  border-radius: 0.1rem;
  height: 0.8rem;
  width: 23%;
}
._homeGj-nav_1j5k0_77 .van-skeleton h3 {
  display: none;
}
._homeGj-game_1j5k0_96 {
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
._homeGj-game_1j5k0_96 .van-skeleton {
  background: var(--cms-background-color-secondary);
  border-radius: 0.1rem;
  width: 2.12rem;
  height: 3rem;
  margin-bottom: 0.2rem;
}
._homeGj-game_1j5k0_96 .van-skeleton h3 {
  display: none;
}
._pd0720_1j5k0_112 {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  padding-bottom: 1.76rem;
}
._noPaading_1j5k0_117 {
  padding-top: 0 !important;
}
._loginBannerWrap_1j5k0_120 {
  position: relative;
  padding: 0.2rem 0 0.2rem;
  margin-top: 0.26995rem;
  background-color: var(--cms-background-color-secondary);
}
._loginBannerWrap-register_1j5k0_126 {
  position: relative;
  z-index: 1;
}
._loginBannerWrap-banner_1j5k0_130 {
  position: relative;
  z-index: 1;
}
._loginBannerWrap-img_1j5k0_134 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._forum_1njvx_5 {
  width: 100%;
  overflow-x: hidden;
}
._forum_1njvx_5 .ant-pagination {
  display: flex;
  justify-content: center;
  padding: 0.2rem 0;
}
._forum_1njvx_5 .ant-pagination-prev {
  min-width: 0.48rem !important;
}
._forum_1njvx_5 .ant-pagination-item,
._forum_1njvx_5 .ant-pagination-item > a,
._forum_1njvx_5 .ant-pagination-item-link {
  width: 0.48rem;
  height: 0.48rem;
  min-width: 0;
  line-height: 0.48rem;
}
._forum_1njvx_5 .ant-pagination-item-active {
  background: var(--cms-primary-color);
  border: 0.02rem solid transparent;
}
._forum_1njvx_5 .ant-pagination-item-active a {
  color: var(--cms-theme-text-color-primary);
}
._forum_1njvx_5 .ant-pagination-item-active:hover {
  background: var(--cms-primary-color);
}
._forum-sendpost_1njvx_35 {
  width: 100%;
  padding: 0 0.2rem;
  margin: 0 auto;
  line-height: 0.8rem;
  text-align: center;
  background: var(--cms-background-color-primary);
  color: var(--cms-primary-color);
  font-size: 0.24rem;
}
._forum-list_1njvx_45 {
  background-color: var(--cms-background-color-secondary);
}
._forum-nav_1njvx_48 {
  width: 96%;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
._forum-nav_1njvx_48 span {
  flex: 1;
  margin: 0 0.1rem;
  display: flex;
  justify-content: center;
  line-height: 0.6rem;
  border-radius: 0.08rem 0.08rem 0 0;
  text-align: center;
  background: var(--cms-background-color-primary);
  color: var(--cms-primary-color);
}
._forum-nav-active_1njvx_65 {
  background: var(--cms-primary-color) !important;
  color: var(--cms-background-color-primary) !important;
}
._forum-con_1njvx_69 {
  width: 100%;
  margin: 0 auto;
  background-color: var(--cms-background-color-primary);
  position: relative;
}
._forum-con-tz_1njvx_75 {
  width: 100%;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._forum-con-more_1njvx_82 {
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cms-background-color-primary);
}
._forum-con-more_1njvx_82 > span {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--cms-text-color-secondary);
}
._forum-con-more_1njvx_82 > span::after {
  width: 0.14rem;
  height: 0.14rem;
  border-top: 0.02rem solid var(--cms-text-color-secondary);
  border-right: 0.02rem solid var(--cms-text-color-secondary);
  display: inline-block;
  content: "";
  transform: rotate(135deg);
  position: absolute;
  right: -0.24rem;
  top: 0.06rem;
}
._forum-con-more_1njvx_82 > span::before {
  width: 0.14rem;
  height: 0.14rem;
  border-top: 0.02rem solid var(--cms-text-color-secondary);
  border-right: 0.02rem solid var(--cms-text-color-secondary);
  display: inline-block;
  content: "";
  transform: rotate(135deg);
  position: absolute;
  right: -0.24rem;
  top: 0.16rem;
}
._forum-con-close_1njvx_119 {
  display: inline-block !important;
}
._forum-con-list_1njvx_122 {
  padding: 0.16rem;
  border-bottom: 0.04rem solid var(--cms-divider-color);
}
._forum-con-list-top_1njvx_126 {
  display: flex;
  align-items: flex-start;
}
._forum-con-list-top_1njvx_126 img {
  width: 0.4rem;
}
._forum-con-list-top-date_1njvx_133 {
  margin: 0 0.08rem;
  border-radius: 0.08rem;
  display: inline-block;
  background: red;
  color: var(--cms-theme-text-color-primary);
}
._forum-con-list-top-text_1njvx_140 {
  height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
._forum-con-list-bottom_1njvx_148 {
  width: 100%;
  display: flex;
  height: 0.44rem;
  align-items: center;
  font-size: 0.24rem;
}
._forum-con-list-bottom-hot_1njvx_155 {
  margin-left: 0.48rem;
}
._forum-con-list-bottom_1njvx_148 img {
  width: 0.3rem;
}
._forum-con-list-bottom-gly_1njvx_161 {
  color: red;
}
._forum-con-list-bottom-shijian_1njvx_164 {
  color: #aaa9ad;
}
._forum-con-list-bottom-num_1njvx_167 {
  color: var(--cms-primary-color);
}
._forum-con-list-bottom_1njvx_148 > div {
  flex: 1;
  display: flex;
  margin-right: 0.2rem;
  align-items: center;
  justify-content: flex-end;
}
._forum-con-list-bottom_1njvx_148 > div img {
  margin: 0 0.08rem;
}
._forum-favorite_1njvx_180 {
  padding: 0 0.2rem;
  margin: 0.2rem auto;
}
._forum-favorite-title_1njvx_184 {
  font-size: 0.28rem;
  font-weight: 900;
  text-align: center;
}
.forumBack {
  width: 1.4rem;
  height: 1.4rem;
  position: fixed;
  right: 0;
  z-index: 9;
}
.forumBack img {
  width: 1.4rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._game_ast9c_5 {
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
  overflow: hidden;
  --advertisement-box-width: var(--card-benchmark);
  --advertisement-box-height: calc(var(--card-benchmark) * 1.33);
  --poster-image-border-base-radius: calc(var(--card-benchmark) * 0.125);
  --poster-image-border-radius: var(--poster-image-border-base-radius);
  --card-benchmark: 2.1rem;
  --cardRowSpacing: 0.15rem;
  --cardColSpacing: 0.14rem;
  --list-ordinary-width: 6.9rem;
  --list-ordinary-height: 8.979rem;
  --list-ordinary-left-right-spacing: 0.3rem;
  --list-ordinary-top-bot-spacing: 0.3rem;
}
._game-tabs_ast9c_22 {
  background: var(--cms-background-color-primary);
  position: relative;
}
._game-tabItem_ast9c_26 {
  width: auto;
  min-width: 0.8rem;
  max-width: 3rem;
  padding-top: 0.06rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--cms-text-color-secondary);
}
._game-tabItem-wrap_ast9c_36 {
  width: 100%;
  height: 0.46rem;
  margin-bottom: 0.054rem;
}
._game-tabItem-img_ast9c_41 {
  height: 0.46rem;
  line-height: 0.46rem;
}
._game-tabItem-img_ast9c_41 img {
  height: 100%;
}
._game-tabItem-name_ast9c_48 {
  color: var(--cms-text-color-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.06rem;
  height: 2em;
  width: 100%;
  font-size: 0.24rem;
  line-height: 1;
  text-align: center;
  word-break: break-word;
  z-index: 3;
  display: block;
  white-space: nowrap;
  --webkit-line-clamp: 1;
}
._game-btn_ast9c_67 {
  position: absolute;
  width: 0.36rem;
  height: 0.36rem;
  z-index: 101;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-self: center;
  top: 50%;
  transform: translateY(-50%);
}
._game-btn_ast9c_67 > i {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0.01rem solid hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  color: var(--cms-text-color-primary);
  cursor: pointer;
  display: flex;
  height: 0.36rem;
  justify-content: center;
  width: 0.36rem;
}
._game-btn_ast9c_67 > i > i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
._game-left_ast9c_96 {
  left: 0.1rem;
}
._game-left_ast9c_96 > i {
  transform: rotate(180deg);
}
._game-right_ast9c_102 {
  right: 0.1rem;
}
._game-prev_ast9c_105,
._game-next_ast9c_106 {
  position: absolute;
  margin-top: 0.3rem;
  z-index: 100;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0.02rem solid hsla(0, 0%, 100%, 0.1);
}
._game-prev_ast9c_105:after,
._game-next_ast9c_106:after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-left: 0.02rem solid var(--cms-text-color-primary);
  border-bottom: 0.02rem solid var(--cms-text-color-primary);
  opacity: 0.8;
}
._game-prev_ast9c_105 {
  left: 0.26rem;
}
._game-prev_ast9c_105:after {
  top: 0.12rem;
  left: 0.14rem;
  transform: rotate(45deg);
}
._game-next_ast9c_106 {
  right: 0.26rem;
}
._game-next_ast9c_106:after {
  top: 0.12rem;
  left: 0.1rem;
  transform: rotate(-135deg);
}
._game-con-title_ast9c_142 {
  padding: 0 0.2rem;
  width: 100%;
  justify-content: space-between;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--cms-text-color-primary);
  min-height: 0.52rem;
}
._game-con-title-name_ast9c_152 {
  display: flex;
  align-items: center;
  color: var(--cms-text-color-primary);
  margin-right: 0.04rem;
  font-size: 0.3rem;
}
._game-con-title-btn_ast9c_159 {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-size: 0.28rem;
  color: var(--cms-mango-primary-color);
  align-items: center;
  height: 100%;
  cursor: pointer;
}
._game-con-title-btn-all_ast9c_170 {
  background: var(--cms-mango-background-color2);
  display: block;
  height: 100%;
  line-height: 0.64rem;
  padding: 0 0.2rem;
  border-radius: 0.32rem;
  color: var(--cms-mango-text-color);
  font-size: 0.26rem;
}
._game-con-title-btn-all_ast9c_170 span {
  color: var(--cms-primary-color);
  margin-left: 0.06rem;
  font-size: 0.28rem;
}
._game-con-title-btn-icon_ast9c_185 {
  transform: rotate(180deg);
}
._game-con-title-btn_ast9c_159 .swiper-button-disabled {
  opacity: 0.7 !important;
}
._game-con-title-btn_ast9c_159 div {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cms-mango-background-color2);
  color: var(--cms-mango-text-color);
  top: 0.4rem !important;
  cursor: pointer;
}
._game-con-title-btn_ast9c_159 div::after {
  display: none !important;
}
._game-con-title-btn_ast9c_159 div:nth-of-type(1) {
  left: auto !important;
  right: 0.76rem !important;
}
._game-con-title-btn_ast9c_159 div:nth-of-type(2) {
  right: 0 !important;
}
._game-con-title_ast9c_142 img {
  height: 0.4rem;
  margin-right: 0.07rem;
}
._game-con-title-more_ast9c_217 {
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  cursor: pointer;
}
._game-con-item_ast9c_222 {
  position: relative;
  min-height: 2.88rem;
  background: var(--cms-background-color-secondary);
  border-radius: 0.24rem;
  width: var(--advertisement-box-width);
  height: var(--advertisement-box-height);
}
._game-con-item-svg_ast9c_230 {
  width: 100%;
  height: 100%;
  position: absolute;
}
._game-con-item-svg_ast9c_230 svg {
  width: 85% !important;
  margin: 0 auto !important;
}
._game-con-item_ast9c_222 .svg-icon {
  position: absolute;
  top: 0.6rem;
}
._game-con-item-sc_ast9c_243 {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 5;
}
._game-con-pad_ast9c_251 {
  width: fit-content;
  margin-top: var(--div-div-margin-top);
}
._game-con-cen_ast9c_255 {
  width: var(--list-ordinary-width);
  column-gap: calc(var(--list-ordinary-left-right-spacing) - 0.01rem);
  row-gap: var(--list-ordinary-top-bot-spacing);
}
._game-con-wrap_ast9c_260 {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  width: var(--list-ordinary-width);
  column-gap: calc(var(--list-ordinary-left-right-spacing) - 0.01rem);
  row-gap: var(--list-ordinary-top-bot-spacing);
}
._game-con-wrap-bg_ast9c_268 {
  display: flex;
  flex-direction: column;
}
._game-con-wrap-title_ast9c_272 {
  padding-left: 0.1rem;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.1rem;
  color: var(--cms-text-color-primary);
}
._game-con-wrap-logo_ast9c_283 {
  padding-left: 0.1rem;
}
._game-con-wrap-logo_ast9c_283 img {
  width: 50% !important;
  height: 100% !important;
}
._game-con-wrap-img_ast9c_290 {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  border-radius: var(--poster-image-border-radius);
  cursor: pointer;
  z-index: 3;
}
._game-con-wrap-img_ast9c_290 img {
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
._game-con-wrap-img-popup_ast9c_305 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
._game-con-wrap-img-popup_ast9c_305 span {
  font-weight: bold;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  color: var(--cms-mango-primary-color) !important;
}
._game-con-wrap-name_ast9c_325 {
  padding: 0.1rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--cms-text-color-secondary);
}
._game-con-footer_ast9c_332 {
  line-height: normal;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  text-align: center;
  margin: 0.3rem 0 0.2rem 0;
  cursor: pointer;
}
._game-con-footer_ast9c_332 div {
  padding-bottom: 0.1rem;
}
._game-con-footer_ast9c_332 span {
  position: relative;
  padding-right: 0.2rem;
  color: var(--cms-global-spare-color);
}
._game-con-footer_ast9c_332 span:after,
._game-con-footer_ast9c_332 span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.04rem;
  transform: rotate(-45deg);
  width: 0.098rem;
  height: 0.098rem;
  border-left: 0.02rem solid var(--cms-global-spare-color);
  border-bottom: 0.02rem solid var(--cms-global-spare-color);
}
._game-con-footer_ast9c_332 span:before {
  top: 0.1rem;
}
._game-empty_ast9c_363 {
  width: 100%;
  height: 8rem;
  margin-bottom: 0.64rem;
  display: flex;
  font-size: 0.28rem;
  color: var(--cms-mango-text-color3);
  align-items: center;
  justify-content: center;
}
._game_ast9c_5 .van-tabs__wrap {
  background: var(--cms-background-color-primary);
  min-height: 0.6rem;
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: auto!important;
}
._game_ast9c_5 .van-sticky {
  padding: 0 0.2rem;
  background: var(--cms-background-color-primary);
}
._game_ast9c_5 .van-tabs__nav {
  background: transparent;
  padding: 0 !important;
  border-bottom: 0.01rem solid var(--cms-divider-color) !important;
}
._game_ast9c_5 .van-tab--disabled {
  cursor: pointer;
}
._game_ast9c_5 .van-tabs__content,
._game_ast9c_5 .van-tabs__content *:not(.swiper):not(.swiper *) {
  transition: none !important;
}
._game_ast9c_5 .van-tabs__content .advertiseList,
._game_ast9c_5 .van-tabs__content *:not(.swiper):not(.swiper *) .advertiseList {
  margin-bottom: 0 !important;
}
._game_ast9c_5 .van-tabs__line {
  background: var(--cms-primary-color);
  height: 0.06rem;
  width: 1.5rem;
  border-radius: 0.06rem 0.06rem 0 0;
  bottom: 0;
  display: none !important;
}
._game_ast9c_5 .van-tab__text {
  width: auto;
  min-width: 0.8rem;
  max-width: 3rem;
}
._game_ast9c_5 .van-tab {
  padding: 0 !important;
  font-size: 0.24rem;
  flex: none;
}
._game_ast9c_5 .van-tab:not(:nth-of-type(1)) {
  margin-left: 0.45rem;
}
._game_ast9c_5 ._tabItemTitle_ast9c_422 {
  padding-top: 0.06rem;
  width: auto;
  min-width: 0.8rem;
  max-width: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--cms-text-color-secondary);
}
._game_ast9c_5 ._tabItemTitle_ast9c_422 ._icon_ast9c_432 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.46rem;
  font-size: 0.6rem;
}
._game_ast9c_5 ._tabItemTitle_ast9c_422 ._icon_ast9c_432 > img {
  width: 0.6rem;
  max-width: 100%;
  -webkit-user-drag: none;
}
._game_ast9c_5 ._tabItemTitle_ast9c_422 ._text_ast9c_445 {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.06rem;
  height: 2em;
  width: 100%;
  font-size: 0.24rem;
  line-height: 1;
  text-align: center;
  word-break: break-word;
  z-index: 3;
  display: block;
  white-space: nowrap;
  --webkit-line-clamp: 1;
}
._layoutBox_ast9c_463 {
  --div-div-margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.3rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
/* H5样式  */
._popup_24r4b_6 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10;
  border-radius: 0.16rem;
}
._popup_24r4b_6 i {
  font-style: normal;
  font-weight: bold;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  color: var(--cms-text-color-primary) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  width: 96%;
}
._popup-disable_24r4b_35 {
  width: 2.1rem !important;
  height: auto !important;
  max-width: 2.4rem !important;
}
/** PC样式 */
._pcpopup_24r4b_41 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
._pcpopup_24r4b_41 i {
  font-style: normal;
  font-weight: bold;
  font-size: 0.3rem;
  text-align: center;
  color: var(--cms-text-color-primary) !important;
  margin-top: 0.16rem;
}
._pcpopup_24r4b_41:hover {
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._collect_1xk65_5 {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 50;
  --circle-star-icon-side: 0.34rem;
  cursor: pointer;
  border-radius: 50%;
}
._collect_1xk65_5._active_1xk65_14 {
  overflow: hidden;
  background: var(--cms-primary-color) !important;
}
._collect_1xk65_5._svgIcon_1xk65_18 {
  opacity: 0.8;
  box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.3);
}
._collect_1xk65_5 svg {
  color: #cccccc !important;
}
._collect_1xk65_5 > div {
  width: 0.34rem !important;
  height: 0.34rem !important;
}
._collect_1xk65_5 ._favoriteArea_1xk65_29 {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin: -0.06rem;
  padding: 0.06rem;
  line-height: 0;
  cursor: pointer;
}
._collect_1xk65_5 ._favoriteArea_1xk65_29 ._circleStarIcon_1xk65_41 {
  width: var(--circle-star-icon-side);
  height: var(--circle-star-icon-side);
  font-size: var(--circle-star-icon-side);
  border-radius: 50%;
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.3);
  background-size: 100% 100%;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._pendant_1ly6n_5 {
  width: 2.13rem;
  height: 0.84rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
._pendant_1ly6n_5 img,
._pendant_1ly6n_5 canvas {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._pendant_bo7ha_5 {
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
._pendant-rb_bo7ha_16 {
  width: 0.5rem;
  height: 0.5rem;
  background-position: 0 0;
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._onlinePeople_u4je5_5 {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  background: red;
  width: fit-content;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.06rem;
  padding-right: 0.12rem;
  border-top-left-radius: 0.15rem;
  border-bottom-right-radius: 0.18rem;
  font-size: 0.21rem;
  color: #fff;
  display: flex;
  align-items: center;
}
._onlinePeople_u4je5_5 span {
  margin-left: 0.08rem;
}
._gameZan_u4je5_26 {
  position: absolute;
  z-index: 50;
  top: -0.02rem;
  left: 0;
  line-height: 1;
}
._gameZan_u4je5_26 ._gameICon_u4je5_33 {
  width: 0.4rem !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._hotwin_1swvd_5 {
  width: 100%;
  height: 0.36rem;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  top: -0.04rem;
  color: var(--cms-text-color-primary);
  font-size: 0.22rem;
  overflow: hidden;
}
._hotwin-con_1swvd_21 {
  width: 100%;
  height: 100%;
  padding: 0 0.04rem;
  display: flex;
  overflow: hidden;
  line-height: 0.36rem;
  background-size: 100% auto;
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  justify-content: space-between;
}
._hotwin-con_1swvd_21 > span:first-child {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
}
._hotwin-con_1swvd_21 > span:last-child {
  width: 0.68rem;
  margin-left: 0.1rem;
  font-family: none;
  flex-shrink: 0;
  font-size: 0.2rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@media screen and (orientation: landscape) {
  ._top-header_ssixr_6 {
    height: 0.36rem !important;
  }
  ._top-header-content_ssixr_9 {
    height: 0.36rem !important;
  }
  ._top-header-back_ssixr_12 {
    width: 0.24rem !important;
    height: 0.24rem !important;
  }
}
@media screen and (min-width: 500px) {
  ._top-header_ssixr_6 {
    height: 0.9rem !important;
  }
  ._top-header_ssixr_6._top-header-xm_ssixr_21 {
    height: 0.9614rem;
  }
  ._top-header-content_ssixr_9 {
    height: 0.9rem !important;
  }
  ._top-header-content_ssixr_9._top-header-xm_ssixr_21 {
    height: 0.9614rem;
  }
  ._top-header-back_ssixr_12 {
    width: 0.26rem !important;
    height: 0.36rem !important;
  }
}
._top-header_ssixr_6 {
  position: relative;
  height: 0.9rem;
  min-height: 0.9rem;
  line-height: normal;
}
._top-header_ssixr_6._top-header-xm_ssixr_21 {
  height: 0.9614rem;
  min-height: 0.9614rem;
}
._top-header_ssixr_6._top-header-xm_ssixr_21 ._headerBack_ssixr_45 {
  padding-left: 0.4rem;
}
._top-header_ssixr_6._top-header-xm_ssixr_21 ._headerBold_ssixr_48 {
  font-weight: 600;
  font-size: 0.34rem;
  background: var(--cms-top-background-color);
}
._top-header_ssixr_6._top-header-xm_ssixr_21 ._headerBold_ssixr_48 > div {
  max-width: 5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: auto;
}
._top-header_ssixr_6::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  transform: scale(0.5);
}
._top-header-contentCn_ssixr_71 {
  background-color: transparent !important;
}
._top-header-contentCn_ssixr_71 div {
  color: var(--cms-theme-text-color-primary) !important;
}
._top-header-contentCn_ssixr_71 div:last-child span {
  color: var(--cms-theme-text-color-primary) !important;
}
._top-header-contentCn_ssixr_71 .topHeaderCenter {
  background-color: var(--cms-primary-color) !important;
  color: var(--cms-theme-text-color-primary) !important;
}
._top-header-content_ssixr_9 {
  display: flex;
  height: 0.9rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: var(--cms-background-color-primary);
}
._top-header-content_ssixr_9._fixed_ssixr_92 {
  position: fixed;
  z-index: 111;
  left: 0;
  right: 0;
  top: 0;
  top: constant(safe-area-inset-top);
  top: env(safe-area-inset-top);
}
._top-header-content_ssixr_9._android_ssixr_101 {
  top: 0 !important;
}
._top-header-left_ssixr_104 {
  position: absolute;
  min-width: 0.8rem;
  flex-shrink: 0;
}
._top-header-left_ssixr_104 img {
  width: 0.75rem;
  height: 0.75rem;
}
._top-header-left_ssixr_104 span {
  width: 0.36rem;
}
._top-header-right_ssixr_116 {
  justify-content: right;
  position: absolute;
  right: 0;
  padding-right: 0.32rem;
}
._top-header-right_ssixr_116 span {
  font-size: 0.36rem;
  color: var(--cms-text-color-primary);
}
._top-header-back_ssixr_12 {
  width: 0.24rem !important;
  height: 0.24rem !important;
}
._top-header-center_ssixr_130 {
  flex-grow: 1;
  overflow: hidden;
}
._top-header-center_ssixr_130 > div {
  max-width: 4.3rem;
  word-break: break-all;
  text-align: center;
  unicode-bidi: plaintext;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}
._top-header-center_ssixr_130 > div:not(:lang(zh-CN)) {
  word-break: break-all;
}
._headerSection_ssixr_150 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--cms-text-color-primary);
  font-size: 0.3rem;
}
._headerBold_ssixr_48 {
  font-weight: 600;
  font-size: 0.38564rem;
  background: var(--cms-top-background-color);
}
._headerBold_ssixr_48 > div {
  max-width: 5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: auto;
}
._headerBack_ssixr_45 {
  width: 1.4rem;
  height: 100%;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--cms-text-color-secondary);
  font-size: 0.24rem;
}
._hide_ssixr_180 {
  display: none;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
div[data-type="MobileRegisterLink"] > div > div:last-child {
  background: transparent !important;
}
._warp_2yi9u_8 {
  width: 6rem;
  max-height: calc(var(--vh, 1vh) * 100 - 2rem);
  margin: 0 auto;
  color: var(--cms-text-color-primary);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
._warp-con_2yi9u_20 {
  background: var(--cms-background-color-primary);
  border: 0.02rem solid var(--cms-text-color-secondary);
  border-radius: 0.16rem;
  width: 100%;
  flex: 1;
  padding: 0.24rem 0.24rem 0.28rem;
  font-size: 0.19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
._warp-con-top_2yi9u_34 {
  flex: 1;
  overflow: auto;
}
._warp-con-top-tit_2yi9u_38 {
  text-align: center;
  margin-bottom: 0.4rem;
}
._warp-con-top_2yi9u_34 div,
._warp-con-top_2yi9u_34 p {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
._warp-con-bottom_2yi9u_47 {
  margin-top: 0.22rem;
  width: 100%;
  height: 0.7rem;
  background: var(--cms-primary-color);
  color: var(--cms-background-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.14rem;
  font-size: 0.24rem;
  flex-shrink: 0;
}
._warp-con-close_2yi9u_60 {
  margin: 0.3rem auto 0;
  position: relative;
  color: #ffffff;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._ctmer_16tig_5 {
  width: 100%;
  padding: 0 0.2rem;
  padding-bottom: 1rem;
  flex: 1;
  overflow: auto;
}
._ctmer-header_16tig_12 > div > div:first-child {
  width: 10%;
}
._ctmer-header_16tig_12 > div > div:nth-child(2) {
  width: 80%;
}
._ctmer-header_16tig_12 > div > div:nth-child(2) > span {
  font-size: 0.26rem;
  line-height: 1.3em;
}
._ctmer-info_16tig_22 {
  width: 100%;
  height: auto;
  background: var(--cms-background-color-primary);
  display: flex;
  padding: 0.16rem 0.24rem;
  border-radius: 0.16rem 0.16rem 0 0;
  margin-top: 0.2rem;
}
._ctmer-info-header_16tig_31 {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 100%;
  overflow: hidden;
}
._ctmer-info-header_16tig_31 img {
  width: 100%;
  height: 100%;
}
._ctmer-info-des_16tig_41 {
  flex: 1;
}
._ctmer-info-des-title_16tig_44 {
  font-weight: 900;
  font-size: 0.32rem;
  color: var(--cms-text-color-primary);
  line-height: 0.36rem;
}
._ctmer-info-des-content_16tig_50 {
  font-weight: 400;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  line-height: 0.26rem;
  margin-top: 0.14rem;
}
._ctmer-btns_16tig_57 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.2rem;
  gap: 0.16rem;
}
._ctmer-btns_16tig_57 > button {
  width: auto;
  min-width: 1.6rem;
  max-width: 2.1rem;
  height: 0.62rem;
  font-size: 0.2rem;
  line-height: 0.22rem;
  text-align: center;
  color: var(--cms-primary-color);
  border: 0.02rem solid var(--cms-primary-color);
  border-radius: 0.14rem;
  padding: 0 0.15rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
._ctmer-btns_16tig_57 > button .van-button__content {
  width: 100%;
  justify-content: center;
}
._ctmer-btns_16tig_57 > button .van-button__text {
  width: 100%;
  display: flex;
  align-items: center;
}
._ctmer-btns_16tig_57 > button .van-button__text img {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.12rem;
  border-radius: 50%;
  flex-shrink: 0;
}
._ctmer-btns_16tig_57 > button .van-button__text span {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
}
._ctmer-tab_16tig_110 {
  margin-top: 0.2rem;
}
._ctmer-tabFaq_16tig_113 {
  margin-top: 0 !important;
}
._ctmer-tabFaq_16tig_113 .van-tabs__wrap {
  border-bottom: none !important;
  padding-top: 0.2rem;
  height: fit-content !important;
}
._ctmer-tabFaq_16tig_113 .van-tab {
  min-width: 1.7rem;
  min-height: 0.55rem;
  font-size: 0.24rem;
  border: 0.02rem solid var(--cms-divider-color);
  border-radius: 0.12rem;
  padding: 0 0.2rem;
  margin-right: 0.2rem !important;
  color: var(--cms-text-color-primary);
  height: fit-content;
}
._ctmer-tabFaq_16tig_113 .van-tab:last-child {
  margin-right: 0;
}
._ctmer-tabFaq_16tig_113 .van-tabs__nav {
  border-bottom: none !important;
}
._ctmer-tabFaq_16tig_113 .van-tab--active {
  background: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  border: 0.02rem solid var(--cms-primary-color);
}
._ctmer-tabFaq_16tig_113 .van-tab--active span {
  color: var(--cms-theme-text-color-primary) !important;
}
._ctmer-tabFaq_16tig_113 .van-tab--active::after {
  display: none !important;
}
._ctmer-tabFaq_16tig_113 .van-tab__panel {
  padding: 0 0.2rem !important;
}
._ctmer-tabTitle_16tig_152 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  line-height: 0.24rem;
}
._ctmer-tabTitle_16tig_152 > img {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.1rem;
}
._ctmer-tabTitle_16tig_152 > span {
  color: var(--cms-text-color-primary);
}
._ctmer-collapseTitle_16tig_166 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  line-height: 0.24rem;
}
._ctmer-collapseTitle_16tig_166 > img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.2rem;
}
._ctmer-collapseItem_16tig_177 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem 0 0.64rem;
  height: 0.8rem;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._ctmer-collapseItem_16tig_177 > p {
  flex: 1;
  font-size: 0.22rem;
  margin-right: 0.2rem;
  color: var(--cms-text-color-primary);
  max-width: 4.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._ctmer-collapseItem_16tig_177 > div {
  width: 0.24rem !important;
  height: 0.24rem !important;
  transform: rotate(-90deg);
  color: var(--cms-divider-color);
}
._ctmer-listWrap_16tig_201 {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 3.88rem;
}
._ctmer-listWrap_16tig_201 > div:last-child {
  border-bottom: none;
}
._ctmer-listWrap_16tig_201 .van-button {
  width: 1.2rem;
  height: 0.5rem;
  background: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  font-size: 0.2rem;
  border-radius: 0.12rem;
  text-align: center;
  line-height: 0.24rem;
  border: 0;
  padding: 0 0.08rem;
}
._ctmer-listWrap_16tig_201 .van-button__text {
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._ctmer-listItem_16tig_230 {
  width: 100%;
  display: flex;
  padding: 0.2rem 0;
  align-items: center;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._ctmer-listItem_16tig_230 > img {
  width: 0.7rem;
  height: 0.7rem;
}
._ctmer-listItem-info_16tig_241 {
  flex: 1;
  margin: 0 0.14rem;
  min-width: 1.5rem;
}
._ctmer-listItem-info-pa_16tig_246 {
  max-width: 4.6rem;
  font-size: 0.24rem;
  height: 0.35rem;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  color: var(--cms-text-color-primary);
}
._ctmer-listItem-info-pa_16tig_246 span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
._ctmer-listItem-info-pa_16tig_246 span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--cms-text-color-secondary);
}
._ctmer-listItem-info-pa-text1_16tig_271 {
  color: var(--cms-text-color-secondary) !important;
}
._ctmer-listItem-info-pa-text2_16tig_274 {
  color: var(--cms-text-color-primary) !important;
}
._ctmer-listItem-info-url_16tig_277 {
  display: flex;
  align-items: center;
  max-width: 4.6rem;
  height: 0.35rem;
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  white-space: nowrap;
  overflow: hidden;
}
._ctmer-listItem-info-url_16tig_277 span {
  max-width: 4rem;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._ctmer-listItem-info-url_16tig_277 > div {
  flex-shrink: 0;
  margin-left: 0.08rem;
}
._ctmer-help-warp_16tig_298 {
  border-radius: 0.16rem;
  color: var(--cms-text-color-primary);
  background-color: var(--cms-background-color-primary);
  margin-top: 0.2rem;
}
._ctmer-help-search_16tig_304 {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.2rem 0.2rem 0 0.2rem;
  height: 1rem;
}
._ctmer-help-search_16tig_304 span {
  width: 2.4rem;
  font-size: 0.28rem;
  font-weight: 900;
  color: var(--cms-text-color-primary);
}
._ctmer-help-search-input_16tig_317 {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex: 1;
  position: relative;
  border: 0.02rem solid var(--cms-divider-color);
  border-radius: 0.4rem;
  cursor: pointer;
}
._ctmer-help-search-input_16tig_317 input {
  flex: 1;
  border: none;
  padding: 0 0.2rem;
  height: 0.6rem;
  border-radius: 0.12rem;
  background-color: transparent;
  color: var(--cms-text-color-primary);
  font-size: 0.24rem;
  pointer-events: none;
}
._ctmer-help-search-input-icon_16tig_338 {
  color: var(--cms-primary-color);
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
._ctmer-help-tab_16tig_346 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  line-height: 0.24rem;
  gap: 0.1rem;
  font-weight: 500;
}
._ctmer-help-tab_16tig_346 > img {
  width: 0.32rem;
  height: 0.32rem;
}
._ctmer-help-item_16tig_358 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.12rem 0;
  font-size: 0.24rem;
  height: 0.82rem;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._ctmer-help-item_16tig_358:last-child {
  border-bottom: none;
}
._ctmer-help-item_16tig_358 > div {
  display: flex;
  align-items: center;
}
._ctmer-help-item-hot_16tig_374 {
  font-size: 0.18rem;
  background-color: #f04437;
  margin-left: 0.02rem;
  color: #fff;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._ctmer-help-item-icon_16tig_386 {
  width: 0.26rem;
  height: 0.26rem;
  color: var(--cms-text-color-secondary);
  margin-left: 0.12rem;
}
._ctmer_16tig_5 .van-tab {
  margin-right: 0.6rem;
}
._ctmer_16tig_5 .van-tab--active span {
  color: var(--cms-primary-color);
}
._ctmer_16tig_5 .van-tabs__wrap {
  height: 0.7rem;
  border-bottom: 0.02rem solid var(--cms-divider-color);
  background-color: var(--cms-background-color-primary);
}
._ctmer_16tig_5 .van-tabs__wrap .van-tabs__nav {
  background-color: var(--cms-background-color-primary);
}
._ctmer_16tig_5 .van-tab__panel {
  background-color: var(--cms-background-color-primary);
  border-radius: 0 0 0.16rem 0.16rem;
  padding: 0 0.2rem;
}
._ctmer_16tig_5 .van-tabs__line {
  display: none;
}
._ctmer_16tig_5 .van-tab--active {
  position: relative;
}
._ctmer_16tig_5 .van-tab--active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.04rem;
  bottom: 0 !important;
  display: inline-block;
  background: var(--cms-primary-color);
}
._ctmer_16tig_5 .van-tab__text {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
}
._ctmer_16tig_5 .van-collapse .van-cell {
  background: var(--cms-background-color-primary);
  color: var(--cms-text-color-primary);
  padding: 0;
  height: 1.1rem;
  line-height: 1.1rem;
  align-items: center;
}
._ctmer_16tig_5 .van-collapse .van-cell::after {
  left: 0;
  right: 0;
  border-color: var(--cms-divider-color);
}
._ctmer_16tig_5 .van-hairline--top-bottom:after,
._ctmer_16tig_5 .van-hairline-unset--top-bottom:after {
  display: none;
}
._ctmer_16tig_5 .van-collapse-item--border::after {
  border-color: var(--cms-divider-color);
  left: 0;
  right: 0;
}
._ctmer_16tig_5 .van-cell__right-icon {
  color: var(--cms-divider-color);
}
._ctmer_16tig_5 .van-collapse-item__content {
  background: var(--cms-background-color-primary);
  padding: 0;
}
._ctmerDetail_16tig_459 {
  overflow: hidden;
}
._ctmerDetail-content_16tig_462 {
  padding: 0.2rem;
  background: var(--cms-background-color-secondary);
  border-radius: 0.1rem;
  color: var(--cms-text-color-primary);
  font-size: 0.22rem;
  height: calc(var(--vh, 1vh) * 100 - 1.4rem);
  margin: 0.2rem;
  box-shadow: 0 0.06rem 0.2rem rgba(174, 184, 199, 0.2);
  overflow-y: auto;
}
._ctmerDetail_16tig_459 > div:first-child > div > div:nth-of-type(2) span {
  font-size: 0.26rem;
  height: auto;
  line-height: 1;
  align-content: center;
}
._ctmerFaqPopup-actionSheet_16tig_479 {
  max-height: 70vh;
  background: var(--cms-background-color-primary) !important;
}
._ctmerFaqPopup-actionSheet_16tig_479 .van-action-sheet__header {
  color: var(--cms-text-color-primary);
  width: 80%;
  margin: 0 auto;
  height: 0.96rem;
  line-height: 1.2;
  font-size: 0.28rem;
  padding: 0 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._ctmerFaqPopup-actionSheet_16tig_479 .van-action-sheet__content {
  overflow: hidden;
}
._ctmerFaqPopup-content_16tig_498 {
  flex: 1;
  overflow-y: auto;
  padding: 0.24rem 0.32rem;
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  line-height: 1.5;
}
._ctmerPopup-actionSheet_16tig_506 {
  height: calc(100% - 2rem);
  background: var(--cms-background-color-primary) !important;
}
._ctmerPopup-actionSheetOverlay_16tig_510 {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.2rem);
}
._ctmerPopup-actionSheet_16tig_506 .van-action-sheet__content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._ctmerPopup-header_16tig_519 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 0.96rem;
  margin: 0 auto;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
._ctmerPopup-headerTitle_16tig_529 {
  color: var(--cms-text-color-primary);
  font-size: 0.32rem;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._ctmerPopup-close_16tig_541 {
  position: absolute;
  top: 0.3rem;
  left: 0.4rem;
}
._ctmerPopup-close_16tig_541 > div {
  width: 0.28rem !important;
  height: 0.28rem !important;
}
._ctmerPopup-close_16tig_541 > div path {
  fill: var(--cms-text-color-primary);
}
._ctmerPopup-content_16tig_553 {
  height: calc(var(--vh, 1vh) * 40 - 0.96rem);
  overflow-y: auto;
}
._ctmerPopup-itemWrap_16tig_557 {
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._ctmerPopup-item_16tig_557 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  padding: 0.16rem;
}
._ctmerPopup-item_16tig_557 > img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.16rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._welfareCenter-xm_13luv_5 {
  padding: 0.2rem 0.24rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._welfareCenter-xm-header_13luv_11 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.32rem;
  font-weight: 400;
  color: var(--cms-text-color-primary);
  line-height: 1.5;
  margin-bottom: 0.5576rem;
}
._welfareCenter-xm-header_13luv_11 > span:last-child {
  color: var(--cms-top-money-color);
  font-size: 0.3152rem;
  margin-left: 0.04rem;
}
._welfareCenter-xm-body_13luv_26 {
  display: flex;
  flex-direction: column;
}
._welfareCenter-xm-body-history_13luv_30 {
  height: 100%;
}
._welfareCenter-xm-body-header_13luv_33 {
  height: 1.0922rem;
  border-radius: 0.1154rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.2308rem;
  font-weight: 700;
  color: var(--cms-text-color-primary);
  background-color: var(--cms-background-color-primary);
}
._welfareCenter-xm-body-header_13luv_33 span {
  width: 25%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
._welfareCenter-xm-body-item_13luv_51 {
  width: 100%;
  height: 7.42656rem;
  overflow-y: auto;
}
._welfareCenter-xm-body-item-history_13luv_56 {
  height: auto;
  flex: 1;
}
._welfareCenter-xm-body-item-empty_13luv_60 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
._welfareCenter-xm-body-item-empty_13luv_60 img {
  width: 3.2298rem;
  height: auto;
  margin-bottom: 0;
}
._welfareCenter-xm-body-item-content_13luv_71 {
  height: 1.0922rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.2308rem;
  color: var(--cms-text-color-secondary);
}
._welfareCenter-xm-body-item-content_13luv_71 span {
  width: 25%;
  align-items: center;
  justify-content: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  word-break: break-word;
}
._welfareCenter-xm-body-item-content_13luv_71 > span:nth-child(1) {
  color: var(--cms-text-color-primary);
}
._welfareCenter-xm-body-item-content_13luv_71 > span:nth-child(3) {
  color: var(--cms-top-money-color);
}
._welfareCenter-xm-body-item_13luv_51 .van-loading {
  width: 100% !important;
  height: auto !important;
}
._welfareCenter-xm-body-item_13luv_51 .van-loading span {
  display: inline-flex;
  width: auto !important;
}
._welfareCenter-xm-body-item_13luv_51 .van-loading .van-loading__text {
  height: auto !important;
  color: var(--cms-text-color-secondary) !important;
}
._welfareCenter-xm-body-item_13luv_51 .van-list__finished-text {
  height: 0.346rem;
  margin-top: 0.08rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}
._welfareCenter-xm-btn_13luv_117 {
  height: 0.8846rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  font-size: 0.28rem;
  font-weight: 500;
  border-radius: 0.1154rem;
}
._welfareCenter-xm-btn-noData_13luv_128 {
  opacity: 0.5;
  cursor: not-allowed;
}
._loading_13luv_132 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
._popupOverlay_13luv_145 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
._popupContent_13luv_158 {
  background: var(--cms-background-color-secondary);
  border-radius: 0.2304rem;
  width: 6.54rem;
  position: relative;
  text-align: center;
  animation: _slideUpIn_13luv_1 0.2s ease-out;
  padding-bottom: 0.3846rem;
}
._popupContentClosing_13luv_167 {
  animation: _slideDownOut_13luv_1 0.2s ease-out;
}
._popupImage_13luv_170 {
  width: 100%;
  height: 1.923rem;
  position: relative;
  background-size: 100% 100%;
  border-radius: 0.2304rem 0.2304rem 0 0;
}
._popupImage_13luv_170 img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
._congratsText_13luv_183 {
  color: var(--cms-text-color-secondary);
  font-size: 0.2692rem;
  text-align: center;
  margin: 0.3846rem auto;
  line-height: 1.72;
  width: 80%;
}
._congratsText_13luv_183 ._rewardAmount_13luv_191 {
  color: var(--cms-primary-color);
  font-weight: 700;
  font-size: 0.3406rem;
}
._confirmButton_13luv_196 {
  background: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  border-radius: 0.1154rem;
  text-align: center;
  font-size: 0.2692rem;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  width: 2.8856rem;
  height: 0.8844rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes _slideUpIn_13luv_1 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes _slideDownOut_13luv_1 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._empty_14vvs_5 {
  margin: 0 auto;
  max-height: 100%;
}
._empty_14vvs_5 p {
  color: var(--cms-text-color-secondary) !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._container_1d0bo_5 {
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  display: flex;
  flex-direction: column;
  background-color: var(--cms-background-color-primary);
}
._container-bx_1d0bo_13 {
  width: 95%;
  height: fit-content;
  padding-bottom: 0.2rem;
  border-radius: 0.1rem;
  box-shadow: 0 0.03rem 0.009rem rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  background-color: var(--cms-background-color-secondary);
  position: relative;
}
._container-bx-title_1d0bo_23 {
  color: var(--cms-text-color-primary);
  font-size: 0.26rem;
  margin: 0 0.3rem;
  padding-top: 0.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
._container-bx-title-text2_1d0bo_32 {
  display: inline-flex;
  align-items: center;
  color: var(--cms-global-secondary1-color);
  gap: 0.02rem;
  position: relative;
  margin: 0 0.06rem;
}
._container-bx-title-text2_1d0bo_32 svg {
  color: var(--cms-global-secondary1-color);
}
._container-bx-title-text3_1d0bo_43 {
  font-size: 0.22rem;
  color: var(--cms-text-color-secondary);
}
._container-bx-title-text3_1d0bo_43 span {
  color: var(--cms-global-secondary3-color);
}
._container-bx-list_1d0bo_50 {
  width: 6.5rem;
  margin: 0.12rem auto 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: scroll;
}
._container-bx-list-item_1d0bo_58 {
  margin-right: 0.82rem;
  position: relative;
}
._container-bx-list-item-top_1d0bo_62 {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.02rem solid var(--cms-divider-color);
  position: relative;
}
._container-bx-list-item-top_1d0bo_62::after {
  width: 0.72rem;
  height: 0.02rem;
  content: "";
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cms-divider-color);
}
._container-bx-list-item-top_1d0bo_62::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 1.72rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-left: 0.08rem solid var(--cms-divider-color);
  border-top: 0.08rem solid  transparent;
  border-bottom: 0.08rem solid  transparent;
  border-right: 0.08rem solid  transparent;
}
._container-bx-list-item-top_1d0bo_62 img {
  width: 100%;
}
._container-bx-list-item-top_1d0bo_62 span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  font-size: 0.16rem;
  color: var(--cms-text-color-primary);
}
._container-bx-list-item-top-success_1d0bo_108 img {
  width: 0.6rem;
}
._container-bx-list-item-top-success_1d0bo_108 span {
  bottom: 0.18rem;
}
._container-bx-list-item-bottom_1d0bo_114 {
  padding: 0 0.02rem;
  width: fit-content;
  max-width: 1rem;
  border: 0.02rem solid var(--cms-text-color-primary);
  height: 0.22rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--cms-text-color-primary);
  font-size: 0.2rem;
  margin: 0.05rem auto;
  line-height: 1;
  line-height: 0.22rem;
}
._container-bx-list-item-bottom_1d0bo_114 > div {
  flex-shrink: 0;
}
._container-bx-list-item-bottom-success_1d0bo_133 {
  border: 0.02rem solid var(--cms-primary-color);
  color: var(--cms-primary-color);
}
._container-bx-list-item-bottom-success_1d0bo_133 svg {
  color: var(--cms-primary-color) !important;
}
._container-bx-list-item-bottom_1d0bo_114 svg {
  color: var(--cms-text-color-primary);
}
._container-bx-list_1d0bo_50 > div:last-child {
  margin-right: 0;
}
._container-bx-list_1d0bo_50 > div:last-child > div::after {
  display: none;
}
._container-bx-list_1d0bo_50 > div:last-child > div::before {
  display: none;
}
._container-bx-list-line_1d0bo_152 {
  position: absolute;
  top: 0.48rem;
  width: 100%;
}
._container-bx-list-line-item_1d0bo_157 {
  width: 0.8rem;
  height: 0.02rem;
  background-color: var(--cms-divider-color);
}
._container-bx-dt_1d0bo_162 {
  color: var(--cms-primary-color);
  margin-left: auto;
}
._container-con_1d0bo_166 {
  height: 100%;
  background-color: var(--cms-background-color-primary);
  display: flex;
  flex-direction: column;
}
._container-nav_1d0bo_172 {
  padding: 0 0.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
._container-nav-list_1d0bo_178 {
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
}
._container-nav-list-item_1d0bo_186 {
  height: 0.52rem;
  padding: 0 0.14rem;
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.3rem;
  border: 0.02rem solid var(--cms-divider-color);
  color: var(--cms-text-color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  position: relative;
}
._container-nav-list-item-count_1d0bo_199 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  transform: translate(0.1rem, -50%);
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0.28rem;
  justify-content: center;
}
._container-nav-list-item-count_1d0bo_199 > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.06rem;
  padding-right: 0.06rem;
  font-size: 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  background-color: var(--cms-global-secondary3-color);
  border-radius: 0.13rem 0.13rem 0.13rem 0;
  color: #fff;
}
._container-nav-list-item-count_1d0bo_199 > p:last-child {
  border-left: 0.079rem solid var(--cms-global-secondary3-color);
  border-bottom: 0.066rem solid transparent;
  border-right: 0.066rem solid transparent;
  height: 0;
  width: 0;
}
._container-nav-list-item_1d0bo_186 > span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
._container-nav-list-item-active_1d0bo_236 {
  background: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  border-color: transparent;
}
._container-nav-list-item-flzx_1d0bo_241 {
  width: 1.2rem;
  height: 0.5rem;
  margin: 0 auto;
  font-size: 0.2rem;
}
._container-nav-list-item-max_1d0bo_247 {
  font-size: 0.2rem;
}
._container-nav-list-item-chfs_1d0bo_250 {
  font-size: 0.24rem;
  line-height: 1.5;
}
._container-ban_1d0bo_254 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem 0.2rem 0.2rem;
}
._container-ban_1d0bo_254 img {
  width: 0.9rem;
  height: 0.72rem;
}
._container-ban_1d0bo_254 > div {
  width: 0.36rem !important;
  height: 0.36rem !important;
}
._container-main_1d0bo_268 {
  flex: 1;
  padding: 0 0.2rem;
}
._container-empty_1d0bo_272 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
._refresh-button_1d0bo_280 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cms-primary-color);
  font-size: 0.24rem;
  width: 1.5rem;
  padding-left: 0.1rem;
}
._refresh-button_1d0bo_280 span {
  margin-left: 0.04rem;
  font-size: 0.16rem;
  align-items: center;
  text-align: center;
  display: flex;
}
._refresh-button-chfs_1d0bo_296 {
  font-size: 0.24rem !important;
  line-height: 1;
}
@keyframes _spin_1d0bo_1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._animate-spin_1d0bo_308 {
  animation: _spin_1d0bo_1 0.9s linear;
  animation-iteration-count: infinite;
  transform-origin: center center;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
@media (hover: hover) {
  ._taskCard_1xi01_6 {
    overflow-y: hidden;
  }
  ._taskCard_1xi01_6:hover {
    overflow-y: auto;
  }
}
._taskCard_1xi01_6 {
  padding: 0 0.08rem 0.2rem 0.2rem;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  scrollbar-gutter: stable;
  scrollbar-color: var(--cms-divider-color) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
._taskCard_1xi01_6::-webkit-scrollbar {
  width: 0.12rem;
}
._taskCard_1xi01_6::-webkit-scrollbar-thumb {
  border-radius: 0.06rem;
}
._taskCard_1xi01_6::-webkit-scrollbar-track {
  border-radius: 0.06rem;
}
._taskCard_1xi01_6::-webkit-scrollbar-button,
._taskCard_1xi01_6::-webkit-scrollbar-button:start:decrement,
._taskCard_1xi01_6::-webkit-scrollbar-button:end:increment {
  display: none;
}
._taskCard-item_1xi01_38 {
  margin-bottom: 0.2rem;
  background-color: var(--cms-background-color-secondary);
  min-height: 1rem;
  border-radius: 0.14rem;
  box-shadow: 0 0.03rem 0.07rem 0 var(--cms-background-color-primary);
  overflow: hidden;
}
._taskCard-item-left_1xi01_46 {
  height: 100%;
  display: flex;
  padding: 0 0.2rem;
  min-height: 0.46rem;
  background-color: var(--cms-divider-color);
}
._taskCard-item-left_1xi01_46 > div {
  color: var(--cms-text-color-primary);
  font-size: 0.24rem;
  line-height: 0.4rem;
  max-height: 0.4rem;
  width: 100%;
  display: flex;
}
._taskCard-item-left_1xi01_46 > div span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._taskCard-item-left_1xi01_46 > div span:last-child {
  margin: 0 0.06rem;
}
._taskCard-item-left-icon_1xi01_69 {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
._taskCard-item-right_1xi01_74 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cms-background-color-secondary);
  padding: 0.1rem 0.2rem;
}
._taskCard-item-right-nologin_1xi01_81 section {
  background: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._taskCard-item-right-num_1xi01_85 {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  margin-top: 0.2rem;
}
._taskCard-btn_1xi01_90 {
  border-radius: 0.1rem;
  width: 1.5rem;
  height: 0.6rem;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._taskCard-btn-nor_1xi01_104 {
  border: 0.02rem solid var(--cms-divider-color);
  color: var(--cms-text-color-primary);
}
._taskCard-btn-com_1xi01_108 {
  background-color: var(--cms-primary-color);
  color: var(--cms-background-color-primary);
}
._taskCard-btn-disable_1xi01_112 {
  border: 0.02rem solid var(--cms-divider-color);
  color: var(--cms-text-color-secondary);
}
._taskCard-tip_1xi01_116 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.14rem;
  margin-bottom: 0.2rem;
}
._taskCard-tip-rew_1xi01_123 {
  flex: 1;
  font-size: 0.18rem;
  color: var(--cms-text-color-secondary);
  display: flex;
  align-items: center;
  line-height: 1;
}
._taskCard-tip-rew_1xi01_123 > div {
  display: flex;
  flex-direction: column;
  width: 1.2rem;
  margin-right: 0.05rem;
}
._taskCard-tip-rew-red_1xi01_137 {
  font-size: 0.22rem;
  color: var(--cms-global-secondary1-color);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.08rem;
}
._taskCard-tip-rew-red1_1xi01_145 {
  color: var(--cms-global-secondary2-color);
}
._taskCard-tip-rew-currency_1xi01_148 {
  width: 0.35rem;
  height: 0.35rem;
  background-color: var(--cms-global-secondary2-color);
  border-radius: 50%;
  font-size: 0.23rem;
  color: var(--cms-background-color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._taskCard-tip-rew-currency1_1xi01_159 {
  font-size: 0.16rem;
}
._taskCard-tip-rew_1xi01_123 > div {
  display: inline-flex;
  align-items: center;
}
._taskCard-tip-pro_1xi01_166 {
  font-size: 0.2rem;
  color: var(--cms-text-color-primary);
  min-width: 1.6rem;
  margin-left: 0.15rem;
  margin-right: 0.2rem;
  position: relative;
  height: 0.24rem;
}
._taskCard-tip-pro-txt_1xi01_175 {
  color: var(--cms-global-spare6-color);
  font-size: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 0.24rem;
  line-height: normal;
  text-align: center;
}
._taskCard-tip-pro_1xi01_166 .ant-progress-line {
  height: 0.24rem;
}
._taskCard-tip-pro_1xi01_166 .ant-progress-outer {
  height: 100% !important;
}
._taskCard-tip-pro_1xi01_166 .ant-progress-inner {
  position: absolute;
  top: 0;
  background: var(--cms-global-spare4-color);
  vertical-align: initial;
}
._taskCard-tip-pro_1xi01_166 .ant-progress-bg {
  height: 0.24rem !important;
  background-color: var(--cms-global-spare5-color) !important;
}
._taskCard-desa_1xi01_203 {
  margin-bottom: 0.2rem;
  background: var(--cms-background-color-primary);
  padding: 0.1rem;
  min-height: 1rem;
  border-radius: 0.08rem;
}
._taskCard-desa_1xi01_203 > div {
  color: var(--cms-text-color-secondary);
  font-size: 0.26rem;
  font-weight: 400;
  margin-bottom: 0.08rem;
}
._taskCard-desa_1xi01_203 p {
  color: var(--cms-text-color-secondary);
  font-size: 0.26rem;
  font-weight: normal;
}
._taskCard-popup_1xi01_221 {
  background: none;
  width: 5.8rem;
}
._taskCard-detail_1xi01_225 {
  border-radius: 0.2rem;
  width: 100%;
  overflow: hidden;
  background-color: var(--cms-background-color-primary);
}
._taskCard-detail-title_1xi01_231 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background-color: var(--cms-background-color-primary);
  width: 100%;
  height: 1.2rem;
  font-size: 0.36rem;
  color: var(--cms-text-color-primary);
}
._taskCard-detail-title-close_1xi01_243 {
  color: var(--cms-text-color-primary) !important;
}
._taskCard-detail-content_1xi01_246 {
  padding: 0.3rem;
}
._taskCard-detail-item_1xi01_249 {
  padding-bottom: 0.28rem;
}
._taskCard-detail-item-title_1xi01_252 {
  font-size: 0.24rem;
  font-weight: 500;
  color: var(--cms-text-color-secondary);
}
._taskCard-detail-item-desc_1xi01_257 {
  font-size: 0.2rem;
  color: var(--cms-text-color-secondary);
}
._taskCard-share_1xi01_261 {
  width: 100%;
  text-align: center;
}
._taskCard-share-content_1xi01_265 {
  padding: 0.32rem 0.8rem;
  background-color: var(--cms-background-color-primary);
  border-radius: 0.2rem;
}
._taskCard-share-title_1xi01_270 {
  font-size: 0.32rem;
  font-weight: 500;
  color: var(--cms-text-color-secondary);
}
._taskCard-share-img_1xi01_275 {
  width: 100%;
  height: 4.2rem;
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
._taskCard-share-img_1xi01_275 img {
  width: 100%;
}
._taskCard-share-btn_1xi01_284 {
  background-color: var(--cms-primary-color);
  border-radius: 0.4rem;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  color: var(--cms-theme-text-color-primary);
}
._taskCard-share-copy_1xi01_294 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.08rem;
  margin-top: 0.32rem;
}
._taskCard-share-copy-text_1xi01_301 {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
}
._taskCard-share-copy-icon_1xi01_305 {
  font-size: 0;
}
._taskCard-share-close_1xi01_308 {
  width: 100%;
  text-align: center;
  margin-top: 0.7rem;
  font-size: 0;
}
._taskCard_1xi01_6 .van-pull-refresh {
  height: 100%;
  overflow: initial;
}
._taskCard_1xi01_6 .van-list__finished-text {
  color: var(--cms-text-color-secondary);
}
._taskCard_1xi01_6 .van-slider__bar {
  background: var(--cms-primary-color);
}
._taskCard_1xi01_6 .van-slider {
  background: var(--cms-background-color-primary);
}
._hide_1xi01_327 {
  opacity: 0;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
.loanShadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  pointer-events: none;
}
._loan_1fipg_5 {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.2rem;
  font-size: 0.22rem;
}
._loan-header_1fipg_22 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.2rem;
  background-color: var(--cms-background-color-primary);
  color: var(--cms-text-color-primary);
  border-radius: 0.1rem;
  line-height: 1.82;
}
._loan-header-left_1fipg_32 {
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding: 0 0.08rem 0 0.02rem;
  border-radius: 0.2rem;
  font-size: 0;
  background-color: var(--cms-background-color-primary);
}
._loan-header-left-nologin_1fipg_41 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.08rem 0 0.02rem;
  position: relative;
  z-index: 101;
}
._loan-header-left-nologin-icon_1fipg_49 {
  transition: transform 0.3s ease;
  cursor: pointer;
}
._loan-header-left-nologin-icon-active_1fipg_53 {
  transform: rotate(180deg);
}
._loan-header-left-nologin-content_1fipg_56 {
  width: 5.22rem;
  max-height: 0;
  position: absolute;
  top: 0.5rem;
  left: -0.4rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  border: 0 solid var(--cms-divider-color);
  background-color: var(--cms-background-color-secondary);
  transition: max-height 0.3s ease, padding 0.3s ease, border-width 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 100;
}
._loan-header-left-nologin-content_1fipg_56::before {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  border-left: 0.02rem solid var(--cms-divider-color);
  border-top: 0.02rem solid var(--cms-divider-color);
  background-color: var(--cms-background-color-secondary);
  transform: rotate(45deg);
  top: -0.12rem;
  left: 0.4rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
._loan-header-left-nologin-content-active_1fipg_85 {
  max-height: 10rem;
  padding: 0.2rem;
  border-width: 0.02rem;
  opacity: 1;
}
._loan-header-left-nologin-content-active_1fipg_85::before {
  opacity: 1;
}
._loan-header-left-nologin-content-item_1fipg_94 {
  background-color: var(--cms-background-color-primary);
  border-radius: 0.2rem;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}
._loan-header-left-nologin-content-item-top_1fipg_100 {
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
._loan-header-left-nologin-content-item-top_1fipg_100 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
._loan-header-left-nologin-content-item-top_1fipg_100 span strong {
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  font-weight: normal;
}
._loan-header-left-nologin-content-item-top-money_1fipg_117 {
  font-size: 0.24rem;
  color: var(--cms-top-money-color);
  font-style: normal;
  margin: 0 0.06rem;
}
._loan-header-left-nologin-content-item-bottom_1fipg_123 {
  min-height: 0.36rem;
  display: flex;
  align-items: center;
}
._loan-header-left-nologin-content-item-bottom_1fipg_123 span {
  font-size: 0.24rem;
}
._loan-header-left-nologin-content-item-btn_1fipg_131 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
._loan-header-left-nologin-content-item-btn_1fipg_131 > div {
  flex: 1;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.14rem;
  border: 0.02rem solid var(--cms-primary-color);
  font-size: 0.24rem;
  position: relative;
}
._loan-header-left-nologin-content-item-btn_1fipg_131 > div:first-child {
  color: var(--cms-primary-color);
}
._loan-header-left-nologin-content-item-btn_1fipg_131 > div:last-child {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._loan-header-left-nologin-content_1fipg_56 > div:last-child {
  margin-bottom: 0;
}
._loan-header-left-currency_1fipg_158 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.34rem;
  width: 0.34rem;
  overflow: hidden;
}
._loan-header-left-currency_1fipg_158 i {
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.34rem;
  height: 0.34rem;
}
._loan-header-left-banlance_1fipg_175 {
  display: flex;
  align-items: center;
}
._loan-header-left-banlance-value1_1fipg_179 {
  font-size: 0.28rem;
  color: var(--cms-top-money-color);
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}
._loan-header-left-banlance-value2_1fipg_186 {
  position: relative;
}
._loan-header-left-banlance-value2_1fipg_186::after {
  position: absolute;
  width: 100%;
  height: 0.01rem;
  bottom: 0.02rem;
  background-color: var(--cms-top-money-color);
  display: inline-block;
  content: "";
}
._loan-header-left-banlance-value_1fipg_179 {
  margin: -0.04rem 0.07rem 0 0.1rem;
  max-width: 1.64rem;
  height: 0.36rem;
}
._loan-header-left-banlance-value_1fipg_179 > span {
  border-bottom: 0.02rem solid var(--cms-top-money-color);
  color: var(--cms-top-money-color);
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._loan-header-left-banlance-loading_1fipg_211 {
  font-size: 0.18rem !important;
  display: block;
  margin: 0 0.073rem 0 0.1rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--cms-top-btn-color) !important;
}
._loan-header-left-refresh_1fipg_221 {
  flex-shrink: 0;
}
._loan-header-left-spin_1fipg_224 {
  animation: _spin_1fipg_1 1.5s linear;
}
@keyframes _spin_1fipg_1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(5turn);
  }
}
._loan-header-right-title_1fipg_235 {
  color: var(--cms-text-color-secondary);
  margin-right: 0.1rem;
}
._loan-header-right-money_1fipg_239 {
  color: var(--cms-text-color-primary);
  font-size: 0.24rem;
  font-weight: 400;
}
._loan_1fipg_5 ._loanInfo_1fipg_244 {
  display: flex;
  padding: 0.2rem 0;
  background-color: var(--cms-background-color-primary);
  border-radius: 0.1rem;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  line-height: 1.36;
}
._loan_1fipg_5 ._loanInfo-item-line_1fipg_262 {
  width: 0.02rem;
  height: 80%;
  background-color: var(--cms-divider-color);
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemTitle_1fipg_267 {
  color: var(--cms-text-color-primary);
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemMoney_1fipg_270 {
  color: var(--cms-text-color-primary);
  font-size: 0.44rem;
  margin: 0.1rem 0;
  line-height: 1;
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemMoney-a1_1fipg_276 {
  font-weight: 600;
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemMoney-active_1fipg_279 {
  margin: 0;
  height: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemTips_1fipg_286 {
  color: var(--cms-text-color-secondary);
  font-size: 0.2rem;
  height: 0.28rem;
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemBtn_1fipg_291 {
  margin-top: 0.2rem;
  height: 0.7rem;
  width: 2.2rem;
  padding: 0 0.1rem;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  background-color: var(--cms-grey-secondary-color);
  color: #fff;
  text-align: center;
}
._loan_1fipg_5 ._loanInfo-item_1fipg_253 ._loanInfoItemBtn-active_1fipg_305 {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._loan_1fipg_5 ._loanRule_1fipg_309 {
  flex: 1;
  overflow: auto;
  background-color: var(--cms-background-color-primary);
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
._loan_1fipg_5 ._loanRule_1fipg_309 ._loanRuleContent_1fipg_316 {
  font-size: 0.26rem;
  color: var(--cms-text-color-secondary);
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tab {
  font-size: 0.26rem;
  padding: 0 0.08rem;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tabs__wrap {
  height: 0.8rem;
  background-color: transparent;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tabs__nav {
  height: 0.8rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tabs__line {
  height: 0.04rem;
  bottom: 0;
  background-color: var(--cms-primary-color) !important;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tabs__content {
  flex: 1;
  overflow: auto;
  padding: 0.2rem;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .ant-select {
  margin-right: 0.2rem;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .ant-select.ant-select-open .ant-select-selector {
  border-color: var(--cms-primary-color) !important;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .ant-select-arrow .anticon {
  color: var(--cms-text-color-primary);
}
._loan_1fipg_5 ._loanRule_1fipg_309 .ant-select-selector {
  min-width: 1.56rem;
  max-width: 1.76rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  border: 0.02rem solid var(--cms-divider-color) !important;
  border-color: var(--cms-divider-color) !important;
  font-size: 0.22rem;
  border-radius: 0.26rem;
  color: var(--cms-text-color-primary);
  padding: 0 0.16rem;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .ant-select-selector .ant-select-selection-item {
  line-height: 0.5rem;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tab__panel {
  height: 100%;
}
._loan_1fipg_5 ._loanRule_1fipg_309 .van-tab__text {
  max-width: 2.4rem;
  word-break: break-all;
  display: flex;
  align-items: center;
  line-height: 1.2;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._warpbg_1fipg_392 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup-scale-enter-active, .popup-scale-leave-active {
  transition: all 0.2s ease;
}
.popup-scale-enter-from, .popup-scale-leave-to {
  opacity: 0;
  transform: scale(0.5);
}
.popup-scale-enter-to, .popup-scale-leave-from {
  opacity: 1;
  transform: scale(1);
}
.loanSelect .ant-select-item {
  font-size: 0.22rem;
  color: var(--cms-text-color-primary) !important;
}
.loanSelect .ant-select-item-option-active {
  background-color: transparent !important;
  color: var(--cms-primary-color) !important;
}
.loanSelect .rc-virtual-list {
  background-color: var(--cms-background-color-primary);
}
.loanSelect .ant-select-dropdown {
  background-color: var(--cms-background-color-primary);
  border: 0.02rem solid var(--cms-divider-color);
}
[class*="ContentBottom"] {
  scrollbar-width: thin;
  scrollbar-color: var(--cms-divider-color) transparent;
}
[class*="ContentBottom"]::-webkit-scrollbar {
  width: 0.12rem !important;
}
[class*="ContentBottom"]::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 0.06rem;
}
[class*="ContentBottom"]::-webkit-scrollbar-thumb {
  background: var(--cms-divider-color) !important;
  border-radius: 0.06rem;
}
[class*="ContentBottom"]::-webkit-scrollbar-thumb:hover {
  background: var(--cms-text-color-secondary) !important;
}
._warppopup_1fipg_451 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._warppopup-content_1fipg_457 {
  width: 6.8rem;
  min-height: 4rem;
  max-height: 11.26rem;
  background-color: var(--cms-background-color-secondary);
  border-radius: 0.2rem;
  padding: 0.2rem 0.28rem 0.3rem 0.28rem;
  font-size: 0.24rem;
  border: 0.02rem solid var(--cms-divider-color);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
._warppopup-content_1fipg_457 .ant-select {
  width: 100% !important;
  margin-bottom: 0.2rem !important;
}
._warppopup-content_1fipg_457 .ant-select-selector {
  width: 100% !important;
  height: 0.8rem !important;
  border-radius: 0.1rem !important;
  border: 0.02rem solid var(--cms-divider-color) !important;
  padding: 0 0.1rem !important;
  background-color: var(--cms-background-color-primary) !important;
  color: var(--cms-text-color-primary) !important;
  line-height: 0.8rem !important;
}
._warppopup-content_1fipg_457 .ant-select-selection-item {
  line-height: 0.8rem !important;
  font-size: 0.24rem !important;
  text-indent: 0.1rem !important;
  color: var(--cms-text-color-primary) !important;
}
._warppopup-content-title_1fipg_490 {
  font-size: 0.28rem;
  font-weight: 600;
  color: var(--cms-text-color-primary);
  text-align: center;
}
._warppopup-content-time_1fipg_496 {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem auto;
  width: 100%;
}
._warppopup-content-time_1fipg_496 > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
._warppopup-content-time_1fipg_496 > div > span:first-child {
  color: var(--cms-text-color-secondary);
}
._warppopup-content-time_1fipg_496 > div > span:last-child {
  color: var(--cms-text-color-primary);
}
._warppopup-content-form-title_1fipg_513 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
}
._warppopup-content-form-title_1fipg_513 > span:first-child {
  color: var(--cms-text-color-primary);
}
._warppopup-content-form-title_1fipg_513 > span:last-child {
  color: var(--cms-text-color-secondary);
}
._warppopup-content-form-item_1fipg_526 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._warppopup-content-form-item-allDisable_1fipg_532 {
  color: var(--cms-text-color-secondary);
  pointer-events: none;
}
._warppopup-content-form-item-icon_1fipg_536 {
  position: absolute;
  left: 0.2rem;
  z-index: 1;
  color: var(--cms-text-color-secondary);
}
._warppopup-content-form-item-icon1_1fipg_542 {
  position: absolute;
  right: 0.2rem;
  z-index: 1;
}
._warppopup-content-form-item-icon2_1fipg_547 {
  position: absolute;
  right: 0.6rem;
  z-index: 1;
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  border-radius: 50%;
}
._warppopup-content-form-item-icon3_1fipg_555 {
  position: relative;
  right: 0.1rem;
}
._warppopup-content-form-item_1fipg_526 > span:first-child {
  color: var(--cms-text-color-secondary);
  position: absolute;
  left: 0.2rem;
  z-index: 1;
  font-size: 0.28rem;
}
._warppopup-content-form-item_1fipg_526 > span:last-child {
  color: var(--cms-primary-color);
  position: absolute;
  right: 0.2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
._warppopup-content-form-item_1fipg_526 input {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem;
  border: 0.02rem solid var(--cms-divider-color);
  padding: 0 0.1rem;
  text-indent: 0.48rem;
  background-color: var(--cms-background-color-primary);
  color: var(--cms-text-color-primary);
}
._warppopup-content-btn_1fipg_585 {
  width: 100%;
  height: 0.8rem;
  background-color: var(--cms-grey-secondary-color);
  color: #fff;
  font-size: 0.28rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  margin-top: 0.4rem;
}
._warppopup-content-btn-active_1fipg_599 {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._warppopup-content-content_1fipg_603 {
  margin-top: 0.24rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}
._warppopup-content-content_1fipg_603 > div {
  border-radius: 0.14rem;
  line-height: 1.4;
}
._warppopup-content-content_1fipg_603 > div span {
  flex: 1;
  text-align: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  word-break: break-all;
  padding: 0 0.2rem;
}
._warppopup-content-content-top_1fipg_622 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-primary);
  border: 0.02rem solid var(--cms-divider-color);
  background-color: var(--cms-background-color-primary);
  box-sizing: content-box;
  height: 0.8rem;
  flex-shrink: 0;
}
._warppopup-content-content-top_1fipg_622 span {
  color: var(--cms-text-color-primary) !important;
}
._warppopup-content-content-bottom_1fipg_637 {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--cms-background-color-primary);
}
._warppopup-content-content-bottom_1fipg_637::-webkit-scrollbar {
  width: 0.12rem !important;
}
._warppopup-content-content-bottom_1fipg_637::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 0.06rem;
}
._warppopup-content-content-bottom_1fipg_637::-webkit-scrollbar-thumb {
  background: var(--cms-background-color-primary) !important;
  border-radius: 0.06rem;
}
._warppopup-content-content-bottom_1fipg_637::-webkit-scrollbar-thumb:hover {
  background: var(--cms-background-color-primary) !important;
}
._warppopup-content-content-bottom_1fipg_637 > div:nth-child(even) {
  background-color: var(--cms-background-color-primary);
}
._warppopup-content-content-bottom-item_1fipg_663 {
  width: 100%;
  height: 0.8rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  box-sizing: content-box;
  border-radius: 0.14rem;
  position: relative;
}
._warppopup-content-content-bottom-item_1fipg_663 span {
  color: var(--cms-text-color-secondary);
}
._warppopup-content-content-bottom-item-active_1fipg_679 span {
  color: var(--cms-text-color-primary) !important;
}
._warppopup-content-content-bottom-item-currlevel_1fipg_682 {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eb4d3d;
  min-width: 0.52rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.1rem;
  border-radius: 0.14rem 0;
}
._warppopup-close_1fipg_695 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  border: 0.04rem solid #fff;
}
._loanSource_1fipg_705 {
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
}
._loanSource_1fipg_705 ._loanSourceTitle_1fipg_709 {
  line-height: 1.34;
  margin-bottom: 0.2rem;
}
._loanSource_1fipg_705 ._loanSourceTitle_1fipg_709 ._loanSourceMoney_1fipg_713 {
  color: var(--cms-text-color-primary);
  margin: 0 0.1rem;
}
._loanSource_1fipg_705 ._loanSourceContent_1fipg_717 ._loanSourceContentItem_1fipg_717 {
  background-color: var(--cms-background-color-secondary);
  min-height: 0.6rem;
  line-height: 0.3rem;
  padding: 0.15rem 0.2rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
._loanSource_1fipg_705 ._loanSourceContent_1fipg_717 ._loanSourceContentItem_1fipg_717 ._loanSourceContentItemTitle_1fipg_725 {
  display: flex;
  align-items: center;
}
._loanSource_1fipg_705 ._loanSourceContent_1fipg_717 ._loanSourceContentItem_1fipg_717 ._loanSourceContentItemTitle_1fipg_725 ._loanSourceContentItemTitleLeft_1fipg_729 {
  color: var(--cms-text-color-secondary);
}
._loanSource_1fipg_705 ._loanSourceContent_1fipg_717 ._loanSourceContentItem_1fipg_717 ._loanSourceContentItemTitle_1fipg_725 ._loanSourceContentItemTitleMoney_1fipg_732 {
  color: var(--cms-text-color-primary);
  margin: 0 0.04rem;
}
._loanSource_1fipg_705 ._loanSourceContent_1fipg_717 ._loanSourceContentItem_1fipg_717 ._loanSourceContentItemTitle_1fipg_725 ._loanSourceContentItemTitleIcon_1fipg_736 {
  color: var(--cms-primary-color);
  margin-left: 0.04rem;
}
._loanRecord_1fipg_740 {
  font-size: 0.26rem;
  color: var(--cms-text-color-secondary);
  display: flex;
  flex-direction: column;
  height: 100%;
}
._loanRecord_1fipg_740 ._loanRecordContentLoading_1fipg_747 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
._loanRecord_1fipg_740 ._loanRecordContentEmpty_1fipg_755 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
._loanRecord_1fipg_740 ._loanRecordTitle_1fipg_763 {
  display: flex;
  justify-content: space-between;
}
._loanRecord_1fipg_740 ._loanRecordTitle-right_1fipg_767 {
  display: flex;
}
._loanRecord_1fipg_740 ._loanRecordTitle-right-title_1fipg_770 {
  color: var(--cms-text-color-secondary);
  margin-right: 0.04rem;
  max-width: 1.36rem;
  line-height: 1.2;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
}
._loanRecord_1fipg_740 ._loanRecordTitle-right-money_1fipg_781 {
  color: var(--cms-text-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
}
._loanRuleContentEmpty_1fipg_788 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
._listContent_1fipg_796 {
  flex: 1;
  height: 100%;
  margin-top: 0.2rem;
  overflow: auto;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.2rem 0.16rem;
  background-color: var(--cms-background-color-secondary);
  border: 0.02rem solid var(--cms-divider-color);
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemTop_1fipg_812 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemTop_1fipg_812 ._listContentItemTopTitle_1fipg_818 {
  color: var(--cms-text-color-primary);
  font-size: 0.24rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemTop_1fipg_812 ._listContentItemTopMoney_1fipg_822 {
  color: var(--cms-top-money-color);
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom_1fipg_825 {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-status1_1fipg_831 {
  color: var(--cms-text-color-secondary);
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-status4_1fipg_834 {
  color: var(--cms-text-color-secondary);
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-status2_1fipg_837 {
  color: var(--cms-primary-color);
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-status3_1fipg_840 {
  color: var(--cms-primary-color);
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-status5_1fipg_843 {
  color: var(--cms-color-help);
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom_1fipg_825 > div {
  flex: 1;
  line-height: 1.2;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom_1fipg_825 > div:last-child {
  text-align: right;
  font-size: 0.24rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a1_1fipg_854 > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a1_1fipg_854 > div:first-child > span {
  display: flex;
  flex-direction: column;
  font-size: 0.18rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a1_1fipg_854 > div:first-child > span i {
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a1_1fipg_854 > div:first-child > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 2.84rem;
  font-size: 0.18rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a1_1fipg_854 > div:first-child > span:last-child {
  display: flex;
  flex-direction: row;
  font-size: 0.2rem;
  gap: 0.1rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a1_1fipg_854 > div:last-child {
  flex: 0.2;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a2_1fipg_886 > div:first-child {
  display: flex;
  flex-direction: column;
  font-size: 0.18rem;
  gap: 0.1rem;
  flex: 2;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a2_1fipg_886 > div:last-child {
  display: flex;
  flex-direction: row;
  font-size: 0.18rem;
  gap: 0.04rem;
  flex: 4;
  justify-content: flex-end;
  white-space: nowrap;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a2_1fipg_886 > div:last-child span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1.2rem;
}
._listContent_1fipg_796 ._listContentItem_1fipg_802 ._listContentItemBottom-a2_1fipg_886 > div:last-child span:nth-child(2) {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 2.84rem;
}
._loading_1fipg_915 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: var(--cms-theme-text-color-primary);
}
._loading_1fipg_915 > span:first-child {
  margin-right: 0.24rem;
}
._loading_1fipg_915 > span:last-child {
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: var(--cms-theme-text-color-primary);
  box-shadow: 0.12rem 0 var(--cms-theme-text-color-primary), -0.12rem 0 var(--cms-theme-text-color-primary);
  position: relative;
  animation: _flash_1fipg_1 0.5s ease-out infinite alternate;
}
@keyframes _flash_1fipg_1 {
  0% {
    background-color: #fff2;
    box-shadow: 0.12rem 0 #fff2, -0.12rem 0 var(--cms-theme-text-color-primary);
  }
  50% {
    background-color: var(--cms-theme-text-color-primary);
    box-shadow: 0.12rem 0 #fff2, -0.12rem 0 var(--cms-theme-text-color-primary);
  }
  100% {
    background-color: #fff2;
    box-shadow: 0.12rem 0 var(--cms-theme-text-color-primary), -0.12rem 0 #fff2;
  }
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._notice_tjyks_5 {
  width: 100%;
  height: 100%;
  background-color: var(--cms-background-color-secondary);
  display: flex;
  flex-direction: column;
}
._notice-title_tjyks_12 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._notice-detail_tjyks_18 {
  padding: 0.3rem;
  color: var(--cms-text-color-secondary);
  font-size: 0.24rem;
  flex: 1;
}
._notice_tjyks_5 .topHeaderContentCn {
  background-color: var(--cms-primary-color) !important;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._rechare-ifarme_1ig76_5 {
  width: 100%;
  overflow: scroll;
  border: none;
  height: 100%;
}
._back_1ig76_11 {
  width: 0.26rem !important;
  height: 0.36rem !important;
}
._rotate_1ig76_15 {
  animation: _rotateAnimation_1ig76_1 1s linear infinite;
}
@keyframes _rotateAnimation_1ig76_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._records_1wase_5 {
  color: var(--cms-text-color-secondary);
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}
._records_1wase_5 .ant-select-open {
  border: 0.02rem solid var(--cms-primary-color) !important;
}
._records_1wase_5 .ant-select-open .ant-select-selector .ant-select-selection-item {
  color: var(--cms-text-color-secondary) !important;
}
._records-top_1wase_15 {
  min-height: 0.8rem;
  padding: 0.2rem;
  font-size: 0.22rem;
  color: var(--cms-color-help);
  background-color: var(--cms-background-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: thin solid var(--cms-divider-color);
}
._records-top_1wase_15 > p {
  text-align: center;
  padding: 0 0.2rem;
}
._records-top-refresh_1wase_30 {
  margin-left: 0.1rem;
  display: inline-block;
}
._records-top-refresh_1wase_30 > div {
  width: 0.22rem !important;
  height: 0.22rem !important;
}
._records-content_1wase_38 {
  padding: 0 0.2rem 0.2rem;
}
._records-select_1wase_41 {
  max-width: 3.15rem;
  min-width: 1.6rem;
  width: auto !important;
  background-color: var(--cms-background-color-primary) !important;
  border-radius: 0.5rem;
  box-shadow: none;
  border: none;
  font-size: 0.2rem;
  color: var(--cms-text-color-secondary) !important;
}
._records-select_1wase_41 .ant-select-selector {
  border-radius: 0.5rem !important;
  height: 0.5rem !important;
  line-height: 0.5rem !important;
  border-color: var(--cms-divider-color) !important;
}
._records-select_1wase_41 .ant-select-selection-item,
._records-select_1wase_41 .ant-select-arrow {
  line-height: 0.5rem !important;
  color: var(--cms-text-color-secondary) !important;
}
._records-select-dropDown_1wase_63 {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  font-size: 0.24rem;
  background-color: var(--cms-background-color-primary) !important;
  width: auto !important;
  max-height: 5.1rem !important;
}
._records-select-dropDown_1wase_63 .ant-select-item {
  color: var(--cms-text-color-secondary) !important;
  font-size: 0.24rem !important;
  line-height: 0.8rem !important;
  min-height: 0.8rem !important;
  padding: 0 0.2rem !important;
}
._records-select-dropDown_1wase_63 .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: var(--cms-background-color-primary) !important;
  color: var(--cms-text-color-primary) !important;
  font-weight: normal !important;
}
._records-tab_1wase_82 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
  font-size: 0.22rem;
}
._records-tab-right_1wase_89 {
  font-size: 0.22rem;
  margin-left: 0.2rem;
  text-align: right;
  display: flex;
  align-items: center;
}
._records-tab-right-balance_1wase_96 {
  color: var(--cms-text-color-primary);
  margin-left: 0.05rem;
  margin-right: 0.1rem;
}
._records-tab-right-openModal_1wase_101 {
  font-size: 0.22rem;
  color: var(--cms-primary-color);
}
._records-li_1wase_105 {
  line-height: 1.5;
  padding: 0.2rem;
  background-color: var(--cms-background-color-primary);
  border-radius: 0.1rem;
  font-size: 0.22rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._records-li_1wase_105:nth-child(2n) {
  background-color: var(--cms-background-color-secondary);
}
._records-li-title_1wase_119 {
  color: var(--cms-text-color-primary);
  font-size: 0.22rem;
}
._records-li-time_1wase_123 {
  color: var(--cms-text-color-secondary);
  font-size: 0.2rem;
}
._records-li-amount_1wase_127 {
  color: var(--cms-text-color-secondary);
  font-size: 0.24rem;
  font-weight: 700;
}
._records-li-right_1wase_132 {
  display: flex;
  align-items: center;
  text-align: right;
}
._records-li-right-icon_1wase_137 {
  margin-left: 0.15rem;
}
._records-li-right-icon_1wase_137 svg {
  transform: rotate(180deg);
}
._records-status-not_1wase_143 {
  color: var(--cms-global-secondary3-color);
}
._records-status-ing_1wase_146 {
  color: var(--cms-global-secondary2-color);
}
._records-status-done_1wase_149 {
  color: var(--cms-global-secondary1-color);
}
._loadingBox_1wase_152 {
  height: 100%;
}
._myScroll_1wase_155 {
  overflow-y: auto;
}
.spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50% !important;
  margin: -0.2rem;
  width: 2rem;
  transform: translateX(-50%);
}
.spin-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--cms-primary-color);
}
.spin-wrap .common-loding.loading {
  width: 0.3rem !important;
  height: 0.3rem !important;
  border: 0.04rem solid hsla(0, 0%, 100%, 0.5);
  border-top: 0.04rem solid var(--cms-primary-color);
  margin: 0 0.2rem 0 0 !important;
}
.spin-wrap .text {
  font-size: 0.22rem;
  color: var(--cms-text-color-secondary);
}
._balance-refresh_1wase_183 {
  flex-shrink: 0;
}
._balance-spin_1wase_186 {
  animation: _spin_1wase_158 1.5s linear;
}
@keyframes _spin_1wase_158 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(5turn);
  }
}
._date-header_1wase_197 {
  position: relative;
  display: flex;
  align-items: center;
  width: 3.6rem;
  padding-right: 0.3rem;
  background-color: var(--cms-background-color-primary);
  border: 0.02rem solid var(--cms-divider-color);
  border-radius: 0.25rem;
  overflow: hidden;
}
._date-header_1wase_197 .ant-picker {
  border: none;
  padding: 0.08rem 0;
  font-size: 0.24rem;
  background: none;
}
._date-header_1wase_197 .ant-picker-input {
  width: 100%;
  text-align: center;
}
._date-header_1wase_197 .ant-picker-focused {
  position: relative;
  box-shadow: none;
  border-radius: none;
}
._date-header_1wase_197 .ant-picker-focused:after {
  position: absolute;
  content: "";
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  height: 0.03rem;
  background-color: var(--cms-primary-color);
}
._date-header_1wase_197 .ant-picker-input > input {
  font-size: 0.2rem;
  color: var(--cms-text-color-primary);
  text-align: center;
}
._date-body_1wase_237 {
  font-size: 0.2rem;
}
._date-body_1wase_237 .ant-picker-header > button:hover {
  color: var(--cms-primary-color);
}
._date-body_1wase_237 .ant-picker-cell .ant-picker-cell-inner {
  height: 0.4rem;
  min-width: 0.4rem;
  line-height: 0.4rem;
}
._date-body_1wase_237 .ant-picker-header-view button {
  font-size: 0.26rem;
  color: var(--cms-text-color-primary) !important;
}
._date-body_1wase_237 .ant-picker-header-prev-btn,
._date-body_1wase_237 .ant-picker-header-next-btn {
  min-width: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.06rem;
  border: 0.02rem solid var(--cms-divider-color);
  color: var(--cms-primary-color);
}
._date-body_1wase_237 .ant-picker-panel-container {
  border: 0.02rem solid var(--cms-divider-color);
  background: var(--cms-background-color-primary);
}
._date-body_1wase_237 .ant-picker-header {
  display: flex;
  align-items: center;
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._date-body_1wase_237 .ant-picker-header-view {
  position: relative;
}
._date-body_1wase_237 .ant-picker-header-view:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
._date-body_1wase_237 .ant-picker-header,
._date-body_1wase_237 .ant-picker-body {
  background: var(--cms-background-color-primary);
}
._date-body_1wase_237 .ant-picker-header-super-prev-btn,
._date-body_1wase_237 .ant-picker-header-super-next-btn {
  display: none;
}
._date-body_1wase_237 .ant-picker-cell-disabled {
  color: var(--cms-text-color-secondary) !important;
}
._date-body_1wase_237 .ant-picker-cell-disabled:before {
  background: none;
}
._date-body_1wase_237 .ant-picker-cell-selected .ant-picker-cell-inner {
  color: var(--cms-theme-text-color-primary) !important;
  background-color: var(--cms-primary-color);
}
._date-body_1wase_237 .ant-picker-cell-today .ant-picker-cell-inner {
  background-color: none;
}
._date-body_1wase_237 .ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: var(--cms-primary-color);
}
._date-body_1wase_237 .ant-picker-content th {
  font-weight: bold;
}
._date-body_1wase_237 .ant-picker-panel .ant-picker-footer {
  border-top-color: var(--cms-divider-color);
}
._date-jt_1wase_315 {
  position: absolute;
  right: 0.1rem;
  top: 0.12rem;
  color: var(--cms-text-color-secondary);
  transition: all 0.25s ease 0s;
}
._date-jt-actived_1wase_322 {
  top: 0.08rem;
  transform: rotate(180deg);
}
._date-footer_1wase_326 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}
._date-footer_1wase_326 div {
  width: 1.2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.14rem;
}
._date-footer_1wase_326 div:first-child {
  border: 0.02rem solid var(--cms-primary-color);
  color: var(--cms-primary-color);
}
._date-footer_1wase_326 div:last-child {
  background-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
}
._codingPopup_1wase_347 {
  margin-top: -0.64rem;
  width: 6.2rem;
  border-radius: 0.2rem;
  border: thin solid var(--cms-divider-color);
  background-color: var(--cms-background-color-primary);
  color: var(--cms-text-color-secondary);
  position: relative;
  padding-bottom: 0.4rem;
}
._codingPopup-top_1wase_357 {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: var(--cms-text-color-primary);
  text-align: center;
}
._codingPopup-body_1wase_364 {
  max-height: calc(60vh);
  overflow: auto;
  font-size: 0.22rem;
  padding: 0 0.4rem 0 0.42rem;
  word-wrap: break-word;
}
._codingPopup-title_1wase_371 {
  color: var(--cms-text-color-primary);
  font-weight: 700;
}
._codingPopup-subTitle_1wase_375 {
  font-weight: 700;
}
._codingPopup-p_1wase_378 {
  text-indent: 2em;
  line-height: 0.4rem;
}
._codingPopup-em_1wase_382 {
  color: var(--cms-primary-color);
  margin-left: 0.04rem;
}
._codingPopup-game_1wase_386 .ant-input-affix-wrapper {
  background-color: transparent;
  height: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 0.4rem;
  border: thin solid var(--cms-divider-color);
}
._codingPopup-game_1wase_386 input {
  font-size: 0.22rem;
}
._codingPopup-game_1wase_386 .ant-input-affix-wrapper:focus,
._codingPopup-game_1wase_386 .ant-input-affix-wrapper-focused {
  box-shadow: none;
  border-color: var(--cms-primary-color);
}
._codingPopup-game_1wase_386 .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: var(--cms-primary-color);
}
._codingPopup-game_1wase_386 .van-loading {
  width: 100% !important;
  text-align: center;
}
._codingPopup-game_1wase_386 .van-loading__spinner {
  width: 0.4rem;
  color: var(--cms-primary-color);
}
._codingPopup-game_1wase_386 .van-loading__text {
  width: 'auto' !important;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
}
._codingPopup-game-suffix_1wase_417 {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
._codingPopup-game-suffix_1wase_417 > div:last-child {
  margin-left: 0.16rem;
}
._codingPopup-game-empty_1wase_425 {
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
._codingPopup-select_1wase_432 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.22rem;
  margin-top: 0.2rem;
}
._codingPopup-select-title_1wase_439 {
  display: inline-block;
  text-align: center;
  width: 1.84rem;
}
._codingPopup-select-item_1wase_444 {
  width: 1.6rem;
  height: 0.5rem;
  border: thin solid var(--cms-divider-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.4rem;
  font-size: 0.22rem;
  color: var(--cms-text-color-secondary);
  padding: 0 0.15rem 0 0.2rem;
}
._codingPopup-select-item_1wase_444 > span {
  display: inline-block;
  max-width: 1.01rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._codingPopup-select-item_1wase_444 > div {
  width: 0.22rem;
  height: 0.22rem;
  color: var(--cms-text-color-secondary);
}
._codingPopup-select-item_1wase_444:first-child {
  margin-right: 0.13rem;
}
._codingPopup-select_1wase_432 > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
._codingPopup-modal-btns_1wase_476 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._codingPopup-close_1wase_481 {
  position: absolute;
  width: 0.52rem;
  height: 0.52rem;
  left: 50%;
  bottom: -0.76rem;
  margin-left: -0.26rem;
  border: 0.04rem solid #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}
._codingPopup-close_1wase_481:after,
._codingPopup-close_1wase_481:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.04rem;
  height: 0.28rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
._codingPopup-close_1wase_481:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.coding-modal .ant-modal-content {
  border-radius: 0.2rem;
  background-color: var(--cms-background-color-primary);
  border: thin solid var(--cms-divider-color);
}
.coding-modal .ant-modal-content .ant-modal-header {
  min-height: 0.8rem;
  padding: 0.2rem 0.3rem;
  background-color: var(--cms-background-color-primary);
  border-bottom: thin solid var(--cms-divider-color);
  border-radius: 0.2rem 0.2rem 0 0;
}
.coding-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  text-align: center;
  font-size: 0.3rem;
  color: var(--cms-text-color-primary);
}
.coding-modal .ant-modal-content .ant-modal-body {
  padding: 0 0 0.2rem 0;
}
.coding-modal .ant-modal-content .ant-modal-body .ant-checkbox-wrapper {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.22rem;
  padding: 0 0.2rem;
}
.coding-modal .ant-modal-content .ant-modal-body .ant-checkbox-wrapper > span:last-child {
  flex: 1;
}
.coding-modal .ant-modal-content .ant-modal-body .ant-checkbox-inner {
  background-color: transparent;
  border-color: var(--cms-divider-color);
}
.coding-modal .ant-modal-content .ant-modal-body .ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--cms-primary-color);
  border-color: var(--cms-primary-color);
}
.coding-modal .ant-modal-content .ant-modal-body .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: var(--cms-theme-text-color-primary);
}
.coding-modal .ant-modal-content .ant-modal-body .ant-checkbox {
  order: 2;
}
.coding-modal .ant-modal-content .ant-modal-footer {
  border-top: 0;
  padding: 0.1rem 0.2rem 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.16rem;
}
.coding-modal .ant-modal-content .ant-modal-footer .van-button--plain {
  border-color: var(--cms-primary-color) !important;
  color: var(--cms-primary-color) !important;
  background: transparent !important;
}
.coding-modal .ant-modal-content .ant-modal-footer .van-button--plain:active {
  background-color: transparent;
}
.coding-modal .ant-modal-content .ant-modal-footer .van-button--primary {
  flex: 1;
  height: 0.7rem;
  border-radius: 0.14rem;
  background: var(--cms-primary-color);
  border-color: var(--cms-primary-color);
  color: var(--cms-theme-text-color-primary);
  font-size: 0.24rem;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._details_r9vcg_5 {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  height: 100%;
  background-color: var(--cms-background-color-secondary);
}
._details_r9vcg_5 ._primaryColor_r9vcg_10 {
  color: var(--cms-primary-color) !important;
}
._details_r9vcg_5 .ant-spin-container::after {
  background-color: transparent;
}
._details-wrap_r9vcg_16 {
  border: 0;
  margin: 0.2rem;
  padding: 0;
  width: auto;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  line-height: normal;
}
._details-ul_r9vcg_25 {
  padding: 0 0.2rem;
  border-radius: 0.1rem;
  background: var(--cms-background-color-primary);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
}
._details-li_r9vcg_31 {
  align-items: center;
  border-bottom: 0.01rem solid var(--cms-divider-color);
  display: flex;
  font-size: 0.24rem;
  justify-content: space-between;
  padding: 0.2rem 0;
  width: 100%;
  flex-wrap: wrap;
}
._details-li-succ_r9vcg_41 {
  color: var(--cms-global-secondary1-color) !important;
}
._details-li-err_r9vcg_44 {
  color: var(--cms-global-secondary2-color) !important;
}
._details-li-wrap_r9vcg_47 {
  border: 0;
  margin: 0.2rem;
  padding: 0;
  width: auto;
  font-size: 0.24rem;
  color: var(--cms-text-color-secondary);
  line-height: normal;
}
._details-li-span_r9vcg_56 {
  display: flex;
  max-width: 80%;
}
._details-li-act_r9vcg_60 {
  color: var(--cms-global-secondary2-color) !important;
}
._details-li-dm_r9vcg_63 {
  text-align: right;
}
._details-li_r9vcg_31 div {
  text-align: right;
}
._details-li-out_r9vcg_69 {
  width: 2.8rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: var(--cms-global-spare4-color);
  position: relative;
  overflow: hidden;
  margin-top: 0.08rem;
}
._details-li-out-inner_r9vcg_78 {
  height: 0.2rem;
  border-radius: 0.1rem;
  background: var(--cms-global-spare5-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
._details-li-out-text_r9vcg_87 {
  width: 100%;
  height: 0.2rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cms-text-color-primary);
  z-index: 6;
  font-size: 0.18rem;
}
._details-li-footer_r9vcg_101 {
  min-height: 1.26rem;
  align-items: flex-start;
  justify-content: center;
  padding: 0.2rem 0;
  box-shadow: 0 -0.03rem 0.1rem rgba(0, 0, 0, 0.1);
  font-size: 0.24rem;
  color: var(--cms-global-secondary1-color);
  line-height: 0.32rem;
}
._details-li-footer_r9vcg_101 span {
  color: var(--cms-primary-color);
}
._details-li-footer_r9vcg_101 p {
  line-height: 0.32rem;
}
._details-li-defa_r9vcg_117 {
  color: var(--cms-text-color-secondary) !important;
}
._details-li-tip_r9vcg_120 {
  line-height: 0.32rem;
  color: var(--cms-global-secondary1-color) !important;
}
._details-li-tip_r9vcg_120 a {
  color: var(--cms-primary-color) !important;
}
._details-li_r9vcg_31:last-child {
  border: none;
}
._details-li_r9vcg_31 p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
._details-li_r9vcg_31 span {
  display: flex;
  align-items: center;
}
._details-li_r9vcg_31 span a {
  color: var(--cms-text-color-primary) !important;
}
._details-li_r9vcg_31 span:last-child {
  color: var(--cms-text-color-primary);
  max-width: 68%;
  text-align: right;
  white-space: pre-wrap;
  word-break: break-all;
}
._details-withdrawWrap_r9vcg_149 {
  border-radius: 0.1rem;
  background: var(--cms-background-color-primary);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.3rem 0.2rem;
  min-height: 40vh;
}
._details-withdrawStatus_r9vcg_156 {
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
._details-withdrawStatus-box_r9vcg_163 {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
._details-withdrawStatus-box-line1_r9vcg_174 {
  width: 0.06rem;
  height: 0.3rem;
  position: relative;
  background: #fff;
  border-radius: 0.03rem;
  top: -0.1rem;
}
._details-withdrawStatus-box-line2_r9vcg_182 {
  width: 0.3rem;
  height: 0.06rem;
  position: relative;
  background: #fff;
  position: absolute;
  top: 0.24rem;
  border-radius: 0.03rem;
}
._details-withdrawStatus-box-success_r9vcg_191 {
  background-color: var(--cms-global-secondary1-color);
}
._details-withdrawStatus-box-error_r9vcg_194 {
  background-color: var(--cms-color-help);
}
._details-withdrawStatus-box-ing_r9vcg_197 {
  background-color: var(--cms-global-secondary2-color);
}
._details-withdrawStatus-text_r9vcg_200 {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  font-weight: 700;
}
._details-withdrawStatus-text-success_r9vcg_206 {
  color: var(--cms-global-secondary1-color);
}
._details-withdrawStatus-text-error_r9vcg_209 {
  color: var(--cms-color-help);
}
._details-withdrawStatus-text-ing_r9vcg_212 {
  color: var(--cms-global-secondary2-color);
}
._details-withdrawStatus-amount_r9vcg_215 {
  color: var(--cms-text-color-primary);
  font-size: 0.5rem;
  height: 0.73rem;
  line-height: 0.73rem;
  display: flex;
  align-items: center;
}
._details-withdrawStatus_r9vcg_156 li:first-child {
  border-top: 0.02rem solid var(--cms-color-help);
}
._details-withdrawUi_r9vcg_226 {
  padding-top: 0.3rem;
  border-top: 0.02rem dashed var(--cms-text-color-secondary);
}
._details-withdrawLi_r9vcg_230 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 0.26rem;
  padding-bottom: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.26rem;
}
._details-withdrawLi_r9vcg_230 img {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.1rem;
}
._details-withdrawLi_r9vcg_230 span:last-child {
  color: var(--cms-text-color-primary);
  max-width: 68%;
  text-align: right;
  white-space: pre-wrap;
  word-break: break-all;
}
._details_r9vcg_5 ul._flex-end_r9vcg_251 {
  padding: 0.1rem 0;
  color: var(--cms-text-color-primary);
  border-bottom: 0.02rem solid var(--cms-divider-color);
}
._details_r9vcg_5 ul._flex-end_r9vcg_251 > li._typeAmount_r9vcg_256 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
._details_r9vcg_5 ._progressWrapper_r9vcg_261 {
  width: 3rem;
}
._details_r9vcg_5 ._progressWrapper_r9vcg_261:not(:lang(zh)) {
  margin: 0.04rem 0;
}
._details_r9vcg_5 ._progressWrapper_r9vcg_261._fullWidth_r9vcg_267 {
  width: 100%;
}
._details_r9vcg_5 ._ui-progress_r9vcg_270 {
  position: relative;
  height: 0.2rem;
  background: var(--cms-global-spare4-color);
  border-radius: 0.2rem;
  overflow: hidden;
}
._details_r9vcg_5 ._ui-progressPortion_r9vcg_277 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--cms-global-spare5-color);
  border-radius: inherit;
  transform-origin: 0;
  transition: all 0.3s;
}
._details_r9vcg_5 ._ui-progressText_r9vcg_287 {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  color: var(--cms-global-spare6-color);
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}
._details_r9vcg_5 ._loseAllMoney_r9vcg_299 {
  color: #04be02;
  color: var(--cms-global-secondary1-color);
  line-height: 0.32rem;
  text-align: center;
  font-weight: 700;
}
._details_r9vcg_5 ._loseAllMoney_r9vcg_299 ._amount_r9vcg_306 {
  color: var(--cms-text-color-primary);
}
._details_r9vcg_5 ._lost-money-tips_r9vcg_309 {
  text-align: center;
  color: var(--cms-text-color-secondary);
}
._details_r9vcg_5 ._footerText_r9vcg_313 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 0.25rem 0;
  font-size: 0.24rem;
}
._details_r9vcg_5 ._loadingWrapper_r9vcg_323 {
  min-height: calc(100vh - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
._statusNotAccepted_r9vcg_329 {
  color: var(--cms-text-color-secondary) !important;
}
._statusAccepting_r9vcg_332 {
  color: var(--cms-global-secondary2-color) !important;
}
._statusRefuse_r9vcg_335 {
  color: var(--cms-global-secondary3-color) !important;
}
._statusDone_r9vcg_338 {
  color: var(--cms-global-secondary1-color) !important;
}
._statusMoney_r9vcg_341 {
  color: var(--cms-top-money-color) !important;
}
._copy_r9vcg_344 {
  color: var(--cms-global-secondary1-color) !important;
  margin-left: 0.08rem;
}
._cashOrderNo_r9vcg_348 {
  display: flex;
  font-size: 0.22rem;
}
._approveReasonCss_r9vcg_352 {
  display: flex;
  align-items: center;
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._page_1fa6i_5 {
  background-color: var(--cms-background-color-primary);
  overflow: hidden;
  font-size: 0.26048rem;
  color: var(--cms-theme-text-color-primary);
  width: 100%;
  max-width: var(--theme-max-width);
}
._content_1fa6i_13 {
  margin: 0.20037rem 0.15028rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
._box_1fa6i_19 {
  background-color: var(--cms-background-color-primary);
  border-radius: 0.2rem;
  position: relative;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(0.16rem);
  transition: transform 0.2s ease;
  padding: 0.2rem;
  background-size: 2.31rem 2.02rem;
  background-repeat: no-repeat;
  background-position-x: 1.01rem;
  margin: 0 0.08rem 0.18rem;
  border: 0.014rem solid var(--cms-divider-color);
  width: 3.44rem;
  height: 2.02rem;
}
._box-label_1fa6i_35 {
  display: flex;
  width: 1.20208rem;
  position: relative;
  height: 0.60104rem;
  font-size: 0.24044rem;
  color: var(--cms-text-color-primary);
}
._box-label_1fa6i_35 div {
  font-size: 0.2204rem;
  font-weight: 400;
  height: 100%;
  margin-left: 0.13024rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._box-label_1fa6i_35 div p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 1.4rem;
}
._box-label_1fa6i_35 div p:last-child {
  margin-top: 0.02004rem;
  font-size: 0.16029rem;
}
._box-label_1fa6i_35::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.46rem;
  background-color: var(--label-color);
  top: 50%;
  transform: translateY(-50%) translate(-0.045rem) scaleX(0.25);
}
/****************************下面主题色2.1之后会全部删除****************************************/
:root {
  --cms-bottom-tabbar-height: 1.28rem;
}
._ranking_vqddu_5 {
  padding: 0.4rem 0.2rem 0.6rem;
}
._ranking_vqddu_5 ._rankingTop_vqddu_8 {
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--cms-text-color-primary);
}
._ranking_vqddu_5 ._rankingTop_vqddu_8 > span {
  display: flex;
  align-items: center;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 {
  background: var(--cms-background-color-primary);
  border-radius: 0.08rem;
  overflow: hidden;
  padding: 0 0.1rem;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._header_vqddu_25 {
  display: flex;
  padding: 0.16rem 0;
  font-size: 0.28rem;
  font-weight: 500;
  color: var(--cms-text-color-primary);
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._header_vqddu_25 span {
  flex: 1;
  text-align: left;
  word-break: break-all;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._header_vqddu_25 span:nth-child(2) {
  text-align: center;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._header_vqddu_25 span:nth-child(3) {
  text-align: right;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._body_vqddu_43 {
  padding: 0.12rem 0 0.18rem;
  max-height: 2.4rem;
  overflow: hidden;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._body_vqddu_43 ._row_vqddu_48 {
  display: flex;
  font-size: 0.2rem;
  line-height: 1.6;
  color: var(--cms-text-color-secondary);
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._body_vqddu_43 ._row_vqddu_48 span {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._body_vqddu_43 ._row_vqddu_48 span:nth-child(2) {
  justify-content: center;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._body_vqddu_43 ._row_vqddu_48 span:nth-child(3) {
  justify-content: flex-end;
}
._ranking_vqddu_5 ._rankingList_vqddu_19 ._body_vqddu_43 ._row_vqddu_48 span:nth-child(3) {
  color: var(--cms-color-help);
}
