.ForcedSignUpDialog_icons__GzAPY {
    width: 5.1rem;
    margin-top: -3rem;
    margin-bottom: 0.5rem;
}
.ForcedSignUpDialog_tips__bf8Ds {
    line-height: 1.2;
}
.ForcedSignUpDialog_btn_icon__dzU1a {
    width: 1rem;
    margin-right: 0.5rem;
}

.AppHeader_header__32ALv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    z-index: 1000;
    transition:
            background-color 0.3s ease,
            transform 0.3s ease,
            opacity 0.3s ease;
    /*background-color: rgba(23, 23, 23, 0);*/
    background: #000;
}

.AppHeader_show_header__xIszN {
    z-index: 10001;
}

.AppHeader_header__32ALv.AppHeader_shrink__OBkSe {
    background-color: rgba(23, 23, 23, 1);
}

header.AppHeader_fade__NkgO1 {
    background-color: rgba(23, 23, 23, 0.8) !important;
}

.AppHeader_header_wrapper__lED_S {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    margin: 0 auto;
}
.AppHeader_header_logo__DW1vK {
    display: block;
}
.AppHeader_header_logo__DW1vK {
    width: 1.9rem;
    height: 0.8rem;
    cursor: pointer;
    /*background: url("/img/logo.webp");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}

.AppHeader_header_logo_img__X8Dzk {
    width: 100%;
}

.AppHeader_hd_border__c8X1_ {
    background: #000;
    border-radius: 0.6rem;
    border: 0.06rem solid var(--border-color);
}

.AppHeader_header_gold_wrapper__QJyVq {
    width: 4.8rem;
    height: 0.9rem;
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.5rem;
}

.AppHeader_gold_left__xY3k5 {
    /*font-size: .5rem;*/
}

.AppHeader_gold_right__zd52x {
    width: 0.65rem;
    height: 0.65rem;
    background: #b400ff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
}

.AppHeader_gold_plus__xMoSS {
    color: #fff;
    font-size: 0.56rem !important;
}

.AppHeader_header_switch_wrapper__eA7RC {
    width: 1.6rem;
    height: 0.9rem;
    padding: 0.1rem;
}

.AppHeader_header_vip_wrapper__o3grz {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: 0.05rem solid var(--border-color);
    padding: 0.05rem;
    background: #000;
}

.AppHeader_vip_circle__p18IY {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: .06rem solid rgba(255, 255, 255, .3);*/
    background: conic-gradient(#46bf4f var(--progress), rgba(255, 255, 255, 0.3) var(--last));
    /*padding: 0.1rem;*/
    cursor: pointer;
}

.AppHeader_circle_num__c4E6L {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    background-color: #000;
    border-radius: 50%;
    overflow: hidden;
    border: 0.05rem solid rgba(255, 255, 255, 0);
}

.AppHeader_vip_content__zXd7g {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0;
    text-align: center;
    color: #fff;
    font-family: Roboto-Black;
    margin-top: -0.05rem;
}

.AppHeader_mode__iPEzP {
    color: var(--border-color);
    vertical-align: middle;
    margin-right: 0.2rem;
}

.AppHeader_gold_num__ivaOb {
    color: #fff;
    font-size: 0.4rem;
}

.AppHeader_switch__2Nm_Q {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.AppHeader_switch__2Nm_Q input {
    opacity: 0;
    width: 0;
    height: 0;
}

.AppHeader_slider__2Oj0I {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1em;
    background: rgba(228, 145, 0, 0.36);
    transition: 0.4s;
}

.AppHeader_slider__2Oj0I:before {
    position: absolute;
    content: "G";
    height: 0.65rem;
    width: 0.65rem;
    border-radius: 0.65rem;
    left: 0;
    bottom: -0.05em;
    background-color: var(--mark-text-color);
    transition: 0.4s;
    color: #fff;
    font-size: 0.55rem;
    text-align: center;
    font-weight: 600;
    line-height: 0.65rem;
}

input:checked + .AppHeader_slider__2Oj0I {
    background: rgba(91, 228, 53, 0.36);
}

input:checked + .AppHeader_slider__2Oj0I:before {
    content: "S";
    left: 100%;
    transform: translateX(-100%);
    background-color: var(--bg-color);
}
.PwaInstall_wrapper__mxb3h {
    width: 100%;
    height: 1.6rem;
    background: linear-gradient(90deg, #4150A1, #7421A0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    display: flex;
}
.PwaInstall_wrapper_fixed__wQ54B {
    position: unset;
}

.PwaInstall_title_text__ZYjmX {
    margin-right: .2rem;
    flex: 1 1;
}

.PwaInstall_wrapper_float__dc9KW {
    position: fixed;
    z-index: 10001;
    width: 10rem;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .4rem;
    padding: 0 .2rem;
    /*animation: slideDown 1.5s ease-in-out;*/
}

.PwaInstall_content__RcK1b {
    padding-right: 0.6rem;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
    width: 12rem;
    max-width: 100%;
    font-size: .45rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PwaInstall_rewards__vVTjh {
    display: flex;
    align-items: center;
    background-color: rgba(36, 7, 88, .43);
    color: #55FF32;
    font-weight: bold;
    height: .8rem;
    border-radius: .8rem;
    font-size: .55rem;
    margin: 0 .3rem 0 .3rem;
    padding: 0 .3rem 0 0;
}

.PwaInstall_rewards_num__Hs8Dm {
    margin-right: .1rem;
}

.PwaInstall_close__0fHyA {
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: .2rem;
}

/*@keyframes slideDown {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateY(-2rem);*/
/*        !*transform-origin: center top;*!*/
/*        !*animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);*!*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
/*@keyframes flipIn {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: perspective(600px) rotateX(0deg);*/
/*        transform-origin: center top;*/
/*        animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);*/
/*    }*/
/*    50% {*/
/*        transform: perspective(600px) rotateX(-10deg);*/
/*        transform-origin: center top;*/
/*        animation-timing-function: ease-in;*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: perspective(600px) rotateX(0deg);*/
/*        transform-origin: center top;*/
/*        animation-timing-function: ease-out;*/
/*    }*/
/*}*/
.WebHeader_header__aHO0H {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    z-index: 1000;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        opacity 0.3s ease;
    /*background-color: rgba(23, 23, 23, 0);*/
    background: #000;
    margin: 0 auto;
}

.WebHeader_show_header__NkCeN {
    z-index: 10001;
}

.WebHeader_header__aHO0H.WebHeader_fixed__vh1IK {
    position: unset;
}

.WebHeader_header__aHO0H.WebHeader_shrink__P_fc9 {
    background-color: rgba(23, 23, 23, 1);
}

header.WebHeader_fade__Jo_uc {
    background-color: rgba(23, 23, 23, 0.8) !important;
}

.WebHeader_header_wrapper__okEUf {
    display: flex;
    align-items: center;
    width: 12rem;
    max-width: 100%;
    margin: 0 auto;
}
.WebHeader_morey__e46Ds {
    justify-content: center;
}
.WebHeader_header_logo__Se62p {
    display: block;
}
.WebHeader_header_logo__Se62p {
    width: 1.9rem;
    height: 0.8rem;
    cursor: pointer;
    /*background: url("/img/logo.webp");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}

.WebHeader_header_logo_img__VukHo {
    width: 100%;
}

.WebHeader_hd_border__0CO3o {
    background: #000;
    border-radius: 0.6rem;
    border: 0.06rem solid var(--border-color);
}

.WebHeader_header_gold_wrapper__QcJrY {
    width: 5.8rem;
    height: 0.9rem;
    padding: 0 0.1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.5rem;
}

.WebHeader_gold_left__9JCAi {
    /*font-size: .5rem;*/
}

.WebHeader_gold_right__p292O {
    width: 0.65rem;
    height: 0.65rem;
    background: #b400ff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
}

.WebHeader_gold_plus__WX4w_ {
    color: #fff;
    font-size: 0.56rem !important;
}

.WebHeader_header_switch_wrapper__kqa1F {
    width: 1.6rem;
    height: 0.9rem;
    padding: 0.1rem;
    margin: 0 0.3rem;
}

.WebHeader_header_vip_wrapper__VzvDY {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: 0.05rem solid var(--border-color);
    padding: 0.05rem;
    background: #000;
}

.WebHeader_download__OKTQ7 {
    /*width: 1.1rem;*/
    /*height: .8rem;*/
    /*background: red;*/
    margin-left: auto;
    text-align: center;
    font-size: 0;
}

.WebHeader_arrow__v6ByK {
    margin-bottom: 0.1rem;
    animation: WebHeader_download__OKTQ7 1s ease-in-out infinite;
}

@keyframes WebHeader_download__OKTQ7 {
    0% {
        transform: translateY(-0.2rem);
    }
    50% {
        transform: translateY(-0.1rem);
    }
    100% {
        transform: translateY(0);
    }
}

.WebHeader_vip_circle__77B6E {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: .06rem solid rgba(255, 255, 255, .3);*/
    background: conic-gradient(#46bf4f var(--progress), rgba(255, 255, 255, 0.3) var(--last));
    /*padding: 0.1rem;*/
    cursor: pointer;
}

.WebHeader_circle_num__5DihE {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    background-color: #000;
    border-radius: 50%;
    overflow: hidden;
    border: 0.05rem solid rgba(255, 255, 255, 0);
}

.WebHeader_vip_content__Pmln9 {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0;
    text-align: center;
    color: #fff;
    font-family: Roboto-Black;
    margin-top: -0.05rem;
}

.WebHeader_mode__Yaqd3 {
    color: var(--border-color);
    vertical-align: middle;
    margin-right: 0.2rem;
}

.WebHeader_gold_num__H95oq {
    color: #fff;
    font-size: 0.4rem;
}

.WebHeader_switch__GBTty {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.WebHeader_switch__GBTty input {
    opacity: 0;
    width: 0;
    height: 0;
}

.WebHeader_slider__8gHFz {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1em;
    background: rgba(228, 145, 0, 0.36);
    transition: 0.4s;
}

.WebHeader_slider__8gHFz:before {
    position: absolute;
    content: "G";
    height: 0.65rem;
    width: 0.65rem;
    border-radius: 0.65rem;
    left: 0;
    bottom: -0.05em;
    background-color: var(--mark-text-color);
    transition: 0.4s;
    color: #fff;
    font-size: 0.55rem;
    text-align: center;
    font-weight: 600;
    line-height: 0.65rem;
}

input:checked + .WebHeader_slider__8gHFz {
    background: rgba(91, 228, 53, 0.36);
}

input:checked + .WebHeader_slider__8gHFz:before {
    content: "S";
    left: 100%;
    transform: translateX(-100%);
    background-color: var(--bg-color);
}

.banner {
    height: 4.26rem;
    position: relative;
}

.banner_main {
    width: 12rem;
    margin: 0 auto;
    max-width: 100%;
}
.banner_main div {
    outline: none;
    height: 100%;
}
.banner_main .image_div {
    position: relative;
    width: 100%;
    height: 4.26rem;
}
.banner_main .image_div .img_text {
    position: absolute;
    right: 1rem;
    top: 3rem;
    width: 8rem;
}
.banner_main .image_div img {
    height: 100%;
}
.banner_main .image_div .banner_info {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0.1rem 0.1rem;
    right: 0.4rem;
    top: 3rem;
    width: 3.6rem;
    height: 0.9rem;
    background: #240758;
    border-radius: 1rem;
    color: #44ff0f;
    font-size: 0.48rem;
    text-align: right;
}
.banner_main .image_div .banner_info img {
    width: 0.6rem;
    height: 0.6rem;
}
.banner_main .image_div .banner_info div {
    display: grid;
    place-items: inherit;
    flex: 1 1;
    text-align: right;
    font-weight: bold;
    padding-right: 0.2rem;
}

.banner .indicator {
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    transform: translateX(-50%);
}
.banner .indicator_item {
    width: 0.32rem;
    height: 0.1rem;
    border-radius: 0.2rem;
    background: #515151;
    position: relative;
}
.banner .slick-active .indicator_item:after {
    content: "";
    width: 0.32rem;
    height: 0.1rem;
    border-radius: 0.2rem;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .bannerImg {
    width: 100%;
    height: 5.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .slick-dots {
    position: absolute;
    top: -0.2rem;
    height: 1rem;
}
.banner .slick-dots li {
    width: 0.35rem;
    height: 0.1rem;
    margin: 0 0.125rem !important;
    border-radius: 100%;
}
.slick-dots {
    bottom: inherit !important;
}
/*# sourceMappingURL=Banner.css.map */

.footer_footer__RiSvU {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  background: #100925;
  font-size: 0.2rem;
  color: var(--footer-tab-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 900;
}
.footer_footer__RiSvU a {
  display: block;
  flex: 1 1;
  text-align: center;
}
.footer_footer__RiSvU .footer_sc__hHMce {
  font-style: var(--mark-text-color);
}
.footer_footer_main__T4ow2 {
  width: 100%;
  margin: 0 auto;
  max-width: 15rem;
}
.footer_tab__evlcF {
  transition: all 0.3s ease;
  /* 按钮状态变化的平滑过渡 */
  position: relative;
}
.footer_tab_box__S8sA4 {
  position: relative;
}
.footer_tab_icon__Q1L9y {
  color: var(--footer-tab-color);
  font-size: 0.6rem;
}
.footer_tab_title_active__EKMBr {
  font-size: 0.3rem;
  display: none;
}
.footer_tab_title__M8vJ3 {
  font-size: 0.3rem;
  display: block;
}
.footer_tab_cur_div__bzUIg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--nav-bg-color);
  border-radius: 0.1rem 0.1rem 0 0;
  z-index: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  height: 1.7rem;
}
.footer_tab_curr__MIWq0 {
  border-radius: 0.1rem 0.1rem 0 0;
  padding-bottom: 0.35rem;
  padding-top: 0.3rem;
}
.footer_tab_curr__MIWq0 .footer_curr_bg__eLNoR {
  position: absolute;
  top: 0;
  background-color: var(--nav-bg-color);
  width: 100%;
  height: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.footer_tab_curr__MIWq0 .footer_tab_icon__Q1L9y {
  color: #211f2c;
  font-size: 0.7rem;
}
.footer_tab_curr__MIWq0 .footer_tab_title_active__EKMBr {
  color: #211f2c;
  font-weight: 400;
  font-size: 0.3rem;
  display: block;
  padding: 0.1rem 0;
}
.footer_tab_curr__MIWq0 .footer_tab_title__M8vJ3 {
  display: none;
}
.footer_statuIcon__hkDRV {
  width: 0.3rem;
  height: 0.3rem;
  background: #ff183e;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.39);
  border-radius: 50%;
  border: 1px solid #ffe9e9;
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: -0.2rem;
}
/*# sourceMappingURL=footer.module.css.map */
.Step1_2_step1__I6fDy {
    width: 100%;
    height: 100%;
    position: relative;
}
.Step1_2_arrow__qhCQP {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: calc(100% + 0.2rem);
}
.Step1_2_popover__sS_A0 {
    position: absolute;
    width: 6.9rem;
    height: 4.4rem;
    border-radius: 0.15rem;
    background: #fff;
    padding: 0.6rem 0.6rem 0.4rem 0.6rem;
    right: 0;
    top: calc(100% + 0.35rem);
    font-size: 0.4rem;
    color: #211f2c;
    line-height: 0.5rem;
}
.Step1_2_popover_step2__KsY7e {
    height: 5.1rem;
}
.Step1_2_gold_icon__UcMG7 {
    width: 0.55rem;
    vertical-align: bottom;
    margin: 0 0.25rem;
}
.Step1_2_tips__s4HU7 {
    text-align: center;
    color: #2faf15;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.4rem 0;
}
.Step1_2_button__3PnHl {
    margin-top: 0.7rem;
    text-align: center;
}
.Step1_2_button_step2__xg07W {
    margin-top: 0.15rem;
}

.Step3_4_5_step3__54YNx {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f0c549;
    border-radius: 0.1rem 0.1rem 0 0;
}
.Step3_4_5_step3__54YNx img {
    margin: 0 auto;
    display: block;
}
.Step3_4_5_arrow__IZ6i6 {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    bottom: calc(100% + 0.2rem);
}
.Step3_4_5_popover__htaIc {
    position: absolute;
    width: 6.9rem;
    height: 4.4rem;
    border-radius: 0.15rem;
    background: #fff;
    padding: 0.6rem 0.6rem 0.4rem 0.6rem;
    left: 0;
    bottom: calc(100% + 0.35rem);
    font-size: 0.4rem;
    color: #211f2c;
    line-height: 0.5rem;
}
.Step3_4_5_popover_step3__Q_R9T {
    height: 5.1rem;
    left: 0.3rem;
}
.Step3_4_5_popover_step4__UbcPt {
    height: 4.3rem;
    right: 0.3rem !important;
    left: unset;
}
.Step3_4_5_gold_icon___gYOq {
    width: 0.55rem;
    vertical-align: bottom;
    margin: 0 0.25rem;
}
.Step3_4_5_tips__4DqVd {
    text-align: center;
    color: #2faf15;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.4rem 0;
}
.Step3_4_5_button__TtMRV {
    margin-top: 0.7rem;
    text-align: center;
}
.Step3_4_5_button_Step3__hnWbB {
    margin-top: 0.15rem;
}
.Step3_4_5_button_step4__Zj4V_ {
    margin-top: 0.9rem;
}

.VipUnlockDialog_wrapper__yvYHU {
    z-index: 1001;
    width: 9.5rem;
    height: 10rem;
    background: linear-gradient(to bottom, #470d4e, #38025f);
    border-radius: 0.2rem;
    padding: 0.7rem;
    position: relative;
}
.VipUnlockDialog_top__hi5Kb {
    display: flex;
    align-items: center;
}
.VipUnlockDialog_icons_box__W_W8t {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-right: 0.2rem;
}
.VipUnlockDialog_unlock__1B0JA {
    color: #ed52ff;
    font-size: 0.8rem;
}
.VipUnlockDialog_slot_name__doJE8 {
    font-size: 0.4rem;
    color: #fff;
}
.VipUnlockDialog_title__fy8ep {
    color: #0ceb4b;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}
.VipUnlockDialog_icons__PwHSq {
    width: 3.2rem;
}
.VipUnlockDialog_tips__SjJ4p {
    display: flex;
    align-items: center;
    /*line-height: 1.2;*/
}
.VipUnlockDialog_btn_upgrade__K4Zus {
    margin-top: 1.8rem;
}
.VipUnlockDialog_close__uYWW3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.7rem;
    height: 1.4rem;
    background: url("/img/vip_icon_slices/img_gb.webp") no-repeat;
    background-size: 100% 100%;
    text-align: right;
    color: #a97ac3;
    line-height: 0.8;
    padding-right: 0.2rem;
}
.VipUnlockDialog_vip_icon__8wrWB {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.7rem;
    height: 4.9rem;
    background: url("/img/vip_icon_slices/img_jit_unlock_vip.png") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.VipUnlockDialog_tips_icon_box__eaF54 {
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.VipUnlockDialog_tips_icon__iH5H8 {
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    /*margin: 0 auto;*/
    margin-right: 0.3rem;
}
.VipUnlockDialog_tips_icon_name__d8PL7 {
    font-size: 0.35rem;
    background: linear-gradient(0deg, #ff8532 0%, #ffdb25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_lock_icon__W7jm7 {
    width: 100%;
}
.VipUnlockDialog_btn_icon__xYnVy {
    width: 1rem;
    margin-right: 0.5rem;
}

.VipUnlockDialog_member_name___DhtL {
    font-size: 1.3rem;
    background: linear-gradient(0deg, #ff8532 0%, #ffdb25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_Iron__Oxu_1 {
    background: linear-gradient(0deg, #899ba6 0%, #c6d8e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_Bronze__OIucN {
    background: linear-gradient(0deg, #fb943a 0%, #ffc796 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_Silver__TxGR8 {
    background: linear-gradient(0deg, #5fb0ff 0%, #b5daff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_Gold__RI9NK {
    background: linear-gradient(0deg, #ff8532 0%, #ffdb25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_Platinum__QZoiY {
    background: linear-gradient(0deg, #46a3ff 0%, #8dc6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_Emerald__KhLPo {
    background: linear-gradient(0deg, #14bd07 0%, #8aff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.VipUnlockDialog_member_name_hallOfFame__PusiB {
    background: linear-gradient(0deg, #ffdb25 0%, #ff5ba7 19.9951171875%, #8397ff 39.990234375%, #39ffec 60.009765625%, #80ff48 80.0048828125%, #ffdb25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.GameItem_item__WImdu {
    cursor: pointer;
    height: 5.2rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
}

.GameItem_volatile_content__TA2wA {
    position: absolute;
    bottom: 0.95rem;
    padding: 0.3rem 0.1rem;
    /*box-sizing: unset;*/
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    border-radius: 0.1rem;
}

.GameItem_volatile_content1__3nx1Q {
    background: #083d05;
}

.GameItem_volatile_content2__kf24K {
    background: #690031;
}

.GameItem_volatile_icon1__fHJsG {
    width: 0.3rem;
}

.GameItem_volatile_icon2__nuswZ {
    width: 0.4rem;
    vertical-align: middle;
}

.GameItem_yellow_text__EPbO5 {
    color: #efda06;
}

.GameItem_content_relative___eTN_ {
    width: 100%;
    height: 100%;
    position: relative;
}

.GameItem_content_relative1__Q9dw0::after {
    content: "";
    position: absolute;
    bottom: -0.4rem; /* 将三角形定位到容器外 */
    left: 0.35rem; /* 水平居中 */
    transform: translateX(-50%) rotate(180deg);

    /* 核心三角形实现 */
    width: 0;
    height: 0;
    border-left: 0.125rem solid transparent; /* 左透明边框 */
    border-right: 0.125rem solid transparent; /* 右透明边框 */
    border-bottom: 0.125rem solid #083d05; /* 底部实线边框形成三角形 */
}

.GameItem_content_relative2__4KTYR::after {
    content: "";
    position: absolute;
    bottom: -0.4rem; /* 将三角形定位到容器外 */
    left: 0.35rem; /* 水平居中 */
    transform: translateX(-50%) rotate(180deg);

    /* 核心三角形实现 */
    width: 0;
    height: 0;
    border-left: 0.125rem solid transparent; /* 左透明边框 */
    border-right: 0.125rem solid transparent; /* 右透明边框 */
    border-bottom: 0.125rem solid #690031; /* 底部实线边框形成三角形 */
}

.GameItem_volatile_label__nCRc0 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.4rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.GameItem_volatile_bg1__bxW1b {
    background: #2fbc0a;
}
.GameItem_volatile_bg2__MyC4V {
    background: #d32475;
}

.GameItem_volatile_icon__l6j_P {
    width: 0.6rem;
}

.GameItem_volatile_text__HiJ5Z {
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
}

.GameItem_mask__5Vg4o {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.GameItem_lock__eNUNY {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    font-size: 0.35rem;
    line-height: 0.62rem;
    width: 0.8rem;
    height: 0.8rem;
    /*background-color: #4a79ef;*/
    color: #ffffff;
    /*border-bottom-right-radius: 0.5rem;*/
    /*border-bottom-left-radius: 0.5rem;*/
}
.GameItem_lock_icon_box__ocDzB {
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
}
.GameItem_lock_icon__q7CL8 {
    width: 0.8rem;
}

.GameItem_gold_badge__0u_O3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.1rem;
    width: 1.1rem;
    background: url('/img/home/icon/NEWBg.webp') no-repeat center center;
    background-size: 100% 100%;
}
.GameItem_gold_badge_icon__ZSJZF {
    width: 0.74rem;
    height: 0.76rem;
    position: absolute;
    right: 0.3rem;
}

