.GameFrame_content__TrC6A {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(122, 30, 123, 0.8), rgba(94, 23, 136, 0.8));
    /*width: 100%;*/
    /*height: 100%;*/
    overflow: auto; /* 内容超出时滚动 */
    /*padding: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.GameHome_home__VLyIt {
    position: fixed;
    top: 0.1rem;
    left: 0.2rem;
    padding: 0.2rem;
    z-index: 99;
}

.GameLoad_game_container__bf0tA {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    /*background-color: #361b4a;*/
    background: linear-gradient(180deg, rgba(122, 30, 123, 0.8), rgba(94, 23, 136, 0.8)) rgba(94, 23, 136, 1);
}
.GameLoad_game_fixed__0mZaS {
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
}

.GameLoad_game_content__RRBvM {
    /*width: 5rem;*/
    height: 10rem;
    text-align: center;
    /*display: flex;*/
}
.GameLoad_game_box__A9XL8 {
    text-align: center;
    position: relative;
    width: 8rem;
    height: 8rem;
    padding-bottom: 0.3rem;
    box-sizing: content-box;
    margin: 0 auto;
}

.GameLoad_circle_1__KOujU,
.GameLoad_circle_2__uUGXj,
.GameLoad_circle_3__2UiGv,
.GameLoad_circle_4__GHtOL {
    border: 0.05rem solid transparent;
    border-top-color: rgba(227, 104, 255, 0.5);
    border-right-color: rgba(227, 104, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.GameLoad_circle_4__GHtOL {
    width: 7.8rem;
    height: 7.8rem;
    margin-left: -3.9rem;
    margin-top: -3.9rem;
    /*animation: spin 2.25s linear infinite;*/
}

.GameLoad_circle_3__2UiGv {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    /*animation: spin 2s linear infinite;*/
}

.GameLoad_circle_2__uUGXj {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -2.25rem;
    margin-top: -2.25rem;
    /*animation: spin 1.75s linear reverse infinite;*/
}

.GameLoad_circle_1__KOujU {
    width: 3.72rem;
    height: 3.72rem;
    margin-left: -1.86rem;
    margin-top: -1.86rem;
    /*animation: spin 1.5s linear infinite;*/
    border-width: 0.1rem;
    opacity: 0.9;
}

.GameLoad_icon__pjZYw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.48rem;
    height: 3.48rem;
    margin-left: -1.74rem;
    margin-top: -1.74rem;
    overflow: hidden;
    border-radius: 50%;

    border: 0.2rem solid rgba(227, 104, 255, 0.1);
}

@keyframes GameLoad_spin__Q_JvV {
    0% {
        transform: rotate(0deg) translateZ(0);
    }
    100% {
        transform: rotate(360deg) translateZ(0);
    }
}

/* 添加媒体查询控制 */
/*@media (prefers-reduced-motion: reduce) {*/
/*    .circle_1, .circle_2, .circle_3, .circle_4 {*/
/*        animation: none !important;*/
/*        border-top-color: transparent;*/
/*        border-right-color: transparent;*/
/*    }*/
/*}*/

.GameLoad_game_title__PvOPL {
    text-align: center;
    color: #b378ce;
    font-size: 0.7rem;
    font-weight: 800;
}
.GameLoad_game_info__SOyCj {
    text-align: center;
    color: #bb81d4;
    font-size: 0.45rem;
    padding-top: 0.3rem;
    font-weight: 500;
}

.RedeemBottomInfo_notice__vsLxg {
    bottom: 1.8rem;
    font-weight: 400;
    font-size: 0.3rem;
    color: #5a5c9f;
    line-height: 0.4rem;
    padding: 0.5rem 1rem;
}

/* AddressCom.module.css */
.AddressCom_container__Ihrlh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.8rem, 1fr));
  grid-gap: 0.2rem;
  padding: 0.2rem;
  corlor: #211f2c;
}
.AddressCom_formGroup__5Vxbb {
  /*background-color: lightblue;*/
  padding: 0.1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.AddressCom_formGroup__5Vxbb:nth-child(0) {
  z-index: 10;
}
.AddressCom_formGroup__5Vxbb:nth-child(1) {
  z-index: 9;
}
.AddressCom_formGroup__5Vxbb:nth-child(2) {
  z-index: 8;
}
.AddressCom_label__D4SOo {
  display: block;
  font-size: 0.4rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.AddressCom_input__z3Nlb {
  width: 100%;
  height: 1rem;
  border: 0;
  border-radius: 0.15rem;
  font-size: 0.36rem;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 9;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
}
.AddressCom_button__dC__8 {
  padding: 12px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.AddressCom_button__dC__8:hover {
  background-color: #45a049;
}
/* 自定义下拉框 */
.AddressCom_customDropdown__9OSgP {
  position: relative;
  z-index: 1;
  display: flex;
}
.AddressCom_customDropdown__9OSgP input {
  color: #765c88;
}
.AddressCom_shrink__dJrNb {
  position: absolute;
  top: 0;
  right: 0;
  color: #b270c6;
  display: block;
  height: 1rem;
  line-height: 1rem;
  z-index: 10;
}
.AddressCom_dropdownList__kzjYe {
  position: absolute;
  top: 0.9rem;
  width: 100%;
  background: #cbbdd0;
  border-radius: 0 0 0.15rem 0.15rem;
  display: block;
  max-height: 4rem;
  overflow-y: auto;
  z-index: 1;
  padding-top: 0.1rem;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.AddressCom_dropdownItem__5V18C {
  cursor: pointer;
  font-size: 0.36rem;
  color: #211f2c;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.AddressCom_dropdownItem__5V18C:hover {
  background-color: #b270c6;
}
/* 显示下拉菜单 */
.AddressCom_customDropdown__9OSgP.AddressCom_open__1WcLM .AddressCom_dropdownList__kzjYe {
  display: block;
}
/*# sourceMappingURL=AddressCom.module.css.map */
.redeem_btn__8IoY1 {
  width: 9rem;
  display: block;
  color: #fff;
  height: 1.2rem;
  font-size: 0.6rem;
  background: #0090ff;
  margin: 0.7rem auto;
  border-radius: 1rem;
}
.redeem_btn_cash_out_confirm__0oDxY {
  margin-top: 2.4rem;
}
.redeem_listLogo__hFSHC {
  position: relative;
  min-height: 1.8rem;
  width: 2.8rem;
  margin: 0.2rem auto;
}
.redeem_logoItem__wPDrk {
  width: 2.1rem;
  height: 1.3rem;
  margin: 0.1rem 0.1rem;
  position: relative;
  box-sizing: content-box;
  cursor: pointer;
  border-radius: 0.23rem;
}
.redeem_logoItem__wPDrk img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.redeem_logoItem__wPDrk input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.redeem_curActive__ZeC_2 {
  border: 0.08rem solid #ffffff;
}
.redeem_curActive__ZeC_2:after {
  content: "";
  width: 0;
  height: 0;
  z-index: 9;
  position: absolute;
  bottom: -0.23rem;
  left: 50%;
  display: block;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0.2rem;
  border-color: #ffffff transparent transparent transparent;
  border-radius: 0.2rem;
  transform: translate(-50%, 0);
}
.redeem_content__f1SIe {
  width: 100%;
  margin: 0.2rem auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0.3rem;
  border-radius: 0.15rem;
  color: #ffffff;
}
.redeem_emailBox__qW7gw .redeem_info__3cqob {
  font-size: 0.3rem;
  color: #b263c9;
  width: 8rem;
  margin: 0.5rem auto;
  text-align: center;
}
.redeem_eTitle__6OX6N {
  font-size: 0.6rem;
  font-weight: 500;
}
.redeem_inputBox__akT34 .redeem_inputName__Pbxaj {
  width: 2rem;
  text-align: right;
  margin-right: 0.2rem;
  font-size: 0.4rem;
  line-height: 0.4rem;
}
.redeem_inputBox__akT34 .redeem_input__qs_iP {
  width: 6.4rem;
  height: 1rem;
  background-color: #e4e4e4;
  border-radius: 0.15rem;
  position: relative;
  font-size: 0.4rem;
}
.redeem_inputBox__akT34 input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  color: #000000;
  font-size: 0.4rem;
}
.redeem_inputBox__akT34 input:-ms-input-placeholder {
  color: #9e94a5;
}
.redeem_inputBox__akT34 input::placeholder {
  color: #9e94a5;
}
.redeem_inputBox__akT34 .redeem_err__w7pZI {
  position: absolute;
  bottom: -0.38rem;
  left: 0.2rem;
  color: #ff235c;
  font-size: 0.3rem;
}
.redeem_inputItem__NppZQ {
  padding: 0.4rem 0;
}
/* AddressForm.css */
.redeem_form-group__fLKT8 {
  margin-bottom: 15px;
}
.redeem_redeemInfo__j1NYl {
  padding: 0.5rem 0.6rem;
}
.redeem_accountBox___ZZ6k {
  width: 100%;
  margin: 0.2rem auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 0.15rem;
  color: #ffffff;
}
.redeem_avatar__T88rJ {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  position: relative;
}
.redeem_iconPen__WrDu3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #4f9bf8;
  color: #ffffff;
  overflow: hidden;
  border-radius: 50%;
  border: #411957 0.06rem solid;
  cursor: pointer;
}
.redeem_accountInfo___5N58 {
  padding: 0.2rem 0.4rem;
  max-width: 80%;
}
.redeem_accountInfo___5N58 .redeem_title__8fA9E {
  font-weight: bold;
  font-size: 0.4rem;
}
.redeem_accountInfo___5N58 .redeem_account__mD8xg {
  font-weight: 400;
  font-size: 0.52rem;
  padding-top: 0.2rem;
}
.redeem_outBox__Mrstj {
  width: 100%;
  margin: 0.2rem auto;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.4rem 0.6rem;
  border-radius: 0.15rem;
  color: #ffffff;
}
.redeem_redeemInfoBottom__aiyjb {
  background-color: #3a0f55;
  padding: 0.4rem 0.6rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.redeem_redeemInfoBottom_info__o9jRI {
  font-weight: 500;
  font-size: 0.4rem;
  color: #ffffff;
}
.redeem_redeemInfoBottom_info2__lmcv_ {
  padding-top: 0.2rem;
}
.redeem_outAmount__VGcad {
  padding: 0.4rem 0;
}
.redeem_outAmount_type__cjHNH {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  position: relative;
}
.redeem_outAmount_type__cjHNH img {
  width: 100%;
}
.redeem_outAmount_input__aeWLi {
  position: relative;
  width: 6.8rem;
  height: 1rem;
  margin-left: 0.4rem;
}
.redeem_outAmount_input__aeWLi input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.36rem;
  padding: 0.2rem 0.39rem;
  background-color: #e4e4e4;
  border-radius: 0.15rem;
  color: #000000;
}
.redeem_outAmount_input__aeWLi input:-ms-input-placeholder {
  color: #9e94a5;
}
.redeem_outAmount_input__aeWLi input::placeholder {
  color: #9e94a5;
}
.redeem_outAmount_input_err__Dp7dX {
  font-weight: 500;
  font-size: 0.3rem;
  color: #db496f;
  padding-left: 0.4rem;
  padding-top: 0.1rem;
}
.redeem_inf___q3EF {
  font-size: 0.4rem;
}
.redeem_outInfo_item__j_J47 {
  padding: 0.1rem 0;
}
.redeem_outInfo_tips__rk0N_ {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #db496f;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.2rem;
}
.redeem_outInfo_tipsDow__WrW3T {
  position: absolute;
  opacity: 1;
  display: block;
  top: 0.8rem;
  left: -0.5rem;
  background-color: #ffffff;
  color: #000000;
  width: 7.2rem;
  border-radius: 0.15rem;
  padding: 0.3rem 0.5rem;
}
.redeem_outInfo_tipsDow_icon__KXtQi {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}
.redeem_outInfo_tipsDow__WrW3T h3 {
  font-size: 0.46rem;
  font-weight: 700;
}
.redeem_outInfo_tipsDow__WrW3T section {
  font-size: 0.44rem;
  font-weight: 400;
  padding: 0.15rem 0;
}
.redeem_outInfo_tipsDow__WrW3T :after {
  content: "";
  width: 0;
  height: 0;
  z-index: 9;
  position: absolute;
  left: 0.55rem;
  top: -0.2rem;
  display: block;
  border-width: 0.2rem 0.2rem 0 0.2rem;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-bottom: 0.2rem solid #ffffff;
  border-radius: 0;
}
.redeem_SCIcon__E3qLI {
  margin-right: 0.3rem;
  width: 0.86rem;
  height: 0.86rem;
}
.redeem_redeem_account_wrapper__W7GCj,
.redeem_redeem_cash_out_wrapper__QWrhC {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 1.6rem 0.3rem 1rem 0.3rem;
  background: linear-gradient(180deg, rgba(122, 30, 123, 0.8), rgba(94, 23, 136, 0.8));
}
.redeem_cardAddIcon__hCcUY {
  width: 4.4rem;
  height: 2.4rem;
  margin: 0.2rem auto;
  cursor: pointer;
}
/*# sourceMappingURL=redeem.module.css.map */
.UI_test__x5scQ {
    background: red;
    font-size: 0.3rem;
}

.UI_confirmBody__iBE1G {
    text-align: left;
    font-size: 0.45rem;
}
.UI_account__pjJUF {
    background-color: #e4e4e4;
    width: 7.6rem;
    min-height: 1rem;
    padding: 0.2rem 0.2rem;
    text-align: center;
    color: #211f2c;
    margin: 0.2rem auto;
    border-radius: 0.15rem;
    font-size: 0.52rem;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    display: block !important;
}

.UI_s_head__SDCEn {
    background-color: rgba(0, 0, 0, 0.3);
    color: #bc8cf0;
    border-radius: 0.1rem;
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
}

.UI_s_col__OMv41 {
    width: 30%;
}

.BubbleTipFree_container__SEiwr {
    position: relative;
    /*display: inline-block;*/
}

.BubbleTipFree_btn__Rs2ek {
    position: relative;
    width: 0.48rem;
    height: 0.48rem;
    background-color: #db496f;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0.2rem;
}

/*.question-mark-button {*/
/*    !*background-color: #f0f0f0;*!*/
/*    !*border: 1px solid #ccc;*!*/
/*    !*border-radius: 50%;*!*/
/*    width: 0.8rem;*/
/*    height: 0.8rem;*/
/*    background: url("/img/redeem/img_smdi.webp") no-repeat;*/
/*    background-size: 100% 100%;*/
/*    cursor: pointer;*/
/*    font-size: 0.3rem;*/
/*    color: #333;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.question-mark-button:hover {*/
/*    !*background-color: #e0e0e0;*!*/
/*}*/

.BubbleTipFree_tip__lWWwf {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 6rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.15rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: BubbleTipFree_fadeIn__JFW7g 0.3s ease;
}

.BubbleTipFree_arrow_left__l225R {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1001;
}

.BubbleTipFree_content__MITTC {
    padding: 0.3rem;
    font-size: 0.43rem;
}

.BubbleTipFree_content__MITTC p {
    margin: 0;
    color: #333;
    line-height: 1.5;
}

@keyframes BubbleTipFree_fadeIn__JFW7g {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.list_wrapper__qDZgR {
    color: #fff;
    padding: 0 2%;
    min-height: 70vh;
    overflow: auto;
}
.list_head__WhRXE {
    display: flex;
    font-size: 0.4rem;
    color: #aa62dc;
    padding: 0.6rem 0 0.3rem 0;
}
.list_row__pVpzE {
    display: flex;
    background: rgba(56, 15, 86, 0.8);
    margin-bottom: 0.4rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    padding: 0.2rem 0;
    align-items: center;
}
.list_col__TUp8w {
    flex: 1 1;
}
.list_sucess__9u04_ {
    color: #39e516;
}
.list_waiting__YcOjL {
    color: #00b4ff;
}
.list_fail__339FB {
    color: #d9001b;
}
.list_icon_coin__pUf44 {
    width: 0.55rem;
}
.list_icon_payment__HLXgy {
    width: 0.92rem;
    height: 0.92rem;
    vertical-align: middle;
    margin-right: 0.2rem;
}
.list_empty__2RKN8 {
    height: 6rem;
    line-height: 6rem;
    color: #999;
    font-size: 0.4rem;
}

.select_list__Zr69X {
    max-height: 6.5rem;
}
.select_out_item__Nkeh2 {
    padding: 0.05rem 0.36rem;
    cursor: pointer;
}
.select_goBack__j1hTC {
    position: absolute;
    top: 0.125rem;
    left: 0.2rem;
}
.select_header__Q_bGA {
    height: 1.6rem;
    font-size: 0.7rem;
    line-height: 1.6rem;
    background: linear-gradient(180deg, rgba(122, 20, 123, 0.8), rgba(94, 23, 136, 0.8));
}
.select_tips__pJXcj {
    font-size: 0.4rem;
    color: #46bf4f;
    padding-top: 0;
}

.page_page__hPHK_ {
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 1.6rem;
}
.page_goBack__mt7g2 {
    position: absolute;
    top: 0.125rem;
    left: 0.2rem;
}
.page_header__KYKQN {
    height: 1.6rem;
    font-size: 0.7rem;
    line-height: 1.6rem;
    background: linear-gradient(180deg, rgba(122, 20, 123, 0.8), rgba(94, 23, 136, 0.8));
}
.page_tips__EFApw {
    font-size: 0.4rem;
    color: #46bf4f;
    padding-top: 0;
}

.redeem_page__TzuYV {
  padding: 0 0.3rem;
  color: #fff;
  text-align: center;
}
.redeem_title__bDKY2 {
  text-align: center;
  position: relative;
  /*margin-top: .15rem;*/
}
.redeem_history__uxa3P {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 4.05rem;
  border: 0.06rem solid var(--border-color);
  padding: 0.1rem;
  border-radius: 1rem;
  width: 0.8rem;
  height: 0.8rem;
}
.redeem_record_box__tv5LY {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redeem_redeemHistoryIcon__soKTZ {
  color: #ffffff;
  font-size: 0.5rem !important;
}
.redeem_itemCenter__Tier8 {
  background: linear-gradient(180deg, #7a1e7b, #5e1788);
  border-radius: 0.25rem;
  width: 9.06rem;
  margin: 0.4rem auto;
  padding: 0.56rem 0.25rem;
  position: relative;
}
.redeem_itemCenterMore__yEi1l {
  position: absolute;
  top: 0.05rem;
  right: 0.1rem;
}
.redeem_item__JuIVB {
  width: 100%;
  height: 2.7rem;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
}
.redeem_item__JuIVB .redeem_info__zv3_R {
  font-weight: 400;
  font-size: 0.45rem;
  color: #ffffff;
  padding-top: 0.48rem;
}
.redeem_itemTop__N9J7W {
  margin-top: 0.25rem;
}
.redeem_gold___VDz3 {
  padding-top: 0.2rem;
}
.redeem_gold___VDz3 .redeem_goldIcon__M12Hn {
  margin-right: 0.3rem;
  width: 0.86rem;
  height: 0.86rem;
}
.redeem_gold___VDz3 .redeem_val___1u8b {
  font-weight: 700;
  font-size: 0.9rem;
}
.redeem_btn__IAJdd {
  width: 9rem;
  display: block;
  color: #fff;
  height: 1.2rem;
  font-size: 0.6rem;
  background: #33d24a;
  margin: 0.4rem auto;
  border-radius: 1rem;
  font-weight: 700;
}
.redeem_tips_bottom__XuwPN {
  max-width: 10.24rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0.45rem;
  color: #ffffff;
}
.redeem_bubbleTipContent__Mrry7{
  padding: 0.7rem 0.6rem 0.4rem!important;
}
.redeem_bubble__nPexP{
  right: -0.25rem !important;
}
.redeem_textBefore__OqJe2 {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.45rem;
  text-align: left;
  display: block;
}

.redeem_textBefore__OqJe2 li {
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: 0.7rem;
}

.redeem_textBefore__OqJe2 li:before {
  content: "●";
  color: #999999;
  font-size: 0.5rem;
  position: absolute;
  left: 0;
  top: -0.05rem;
}
/*# sourceMappingURL=redeem.module.css.map */
.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: space-between;
    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);
}
.newcomerGiftPack_layer__SIsOi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    padding: 0 0.5rem;
}

.newcomerGiftPack_wrapper__1UXHX {
    z-index: 1001;
    width: 9.2rem;
    max-width: 9.2rem;
    height: 11rem;
    background: url("data:image/webp;base64,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")
        no-repeat;
    background-size: 100% 100%;
}

.newcomerGiftPack_content__22LhA {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 0.4rem;
}

.newcomerGiftPack_content__22LhA h4 {
    color: #f1ab39;
}

.newcomerGiftPack_content__22LhA h1 {
    color: #fff;
}

.newcomerGiftPack_icon_close__eEryu {
    position: absolute;
    top: 0;
    right: 0.3rem;
    z-index: 1010;
}

.newcomerGiftPack_main__7ZKuY {
    width: 94%;
    height: 4.4rem;
    background: #5a0c86;
    border-radius: 0.3rem;
    margin: 1.2rem auto 0.5rem auto;
    position: relative;
}

.newcomerGiftPack_main_icon__JIKbg {
    width: 4.8rem;
    margin-top: -1.1rem;
}

.newcomerGiftPack_text_claim__olEXt {
    font-size: 0.5rem;
    color: #9a8aff;
    margin-top: -0.1rem;
}

.newcomerGiftPack_icon_gold__3y8Dc {
    width: 1rem;
    margin-right: 0.2rem;
}

.newcomerGiftPack_text_num__J166M {
    font-size: 1.3rem;
    font-weight: 900;
    color: #faee31;
}

.newcomerGiftPack_text_num__J166M:nth-last-child(1) {
    color: #44ff0f;
}

.newcomerGiftPack_text_plus__49rcU {
    font-weight: 900;
    margin: 0 0.3rem;
    color: #fff;
    display: inline-block;
    vertical-align: 0.1rem;
}

.HomeTips_home_tips__vo8Na {
    position: relative;
}

.HomeTips_home_tips_main__VogVg {
    background: #1d1829;
    width: 12rem;
    padding: 0.1rem 0.5rem;
    margin: 0 auto;
    max-width: 100%;
}

.HomeTips_home_item__bfnU7 {
}

.HomeTips_home_icon__WbMwd {
    font-size: 0.65rem;
    color: #68656e;
}

.HomeTips_home_txt__Jsd2J {
    padding-left: 0.1rem;
    font-size: 0.28rem;
    font-weight: 900;
    color: #b2b2b2;
}

.AccumulatedCharge_accumulatedChargeMain__EdjAy{
  height: 2rem;
}
.AccumulatedCharge_accumulatedContent__cKD3Q {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  top: -0.21rem;
}
.AccumulatedCharge_accumulatedCharge__UciO1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.AccumulatedCharge_bg__jvRf9 {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border-image: linear-gradient(0deg, #921b86, #65089c) 4 4;
}
.AccumulatedCharge_timeStyle__efksO {
  min-width: 1.62rem;
  height: 0.41rem;
  border-radius: 0.2rem;
  font-family: Roboto;
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
  position: absolute;
  bottom: -0.48rem;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  padding: 0 0.1rem;
}
.AccumulatedCharge_timeStyle__efksO p{
  font-family: Roboto;
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
}
.AccumulatedCharge_timeStyle__efksO span{
  font-size: 0.28rem;
  color: #796790;
}
.AccumulatedCharge_statuIcon__T53Oh {
  width: 0.33rem;
  height: 0.33rem;
  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.8rem;
  top: .2rem;
}

.AmountLossPopup_amountLossPopupMain__yc5O1{
    height: 2rem;
}
.AmountLossPopup_amountLossPopupContent___eo7f {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    top: -0.21rem;
}
.AmountLossPopup_amountLoss__oTf1L {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.AmountLossPopup_bg__eeWng {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border-image: linear-gradient(0deg, #921b86, #65089c) 4 4;
}
.AmountLossPopup_timeStyle__0gtWe {
    min-width: 1.62rem;
    height: 0.41rem;
    border-radius: 0.2rem;
    font-family: Roboto;
    font-weight: bold;
    font-size: 0.3rem;
    color: #ffffff;
    position: absolute;
    bottom: -0.48rem;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding: 0 0.1rem;
}
.AmountLossPopup_timeStyle__0gtWe p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
}
.AmountLossPopup_timeStyle__0gtWe span {
    font-size: 0.28rem;
    color: #796790;
}
.AmountLossPopup_statuIcon__8Ld5v {
    width: 0.33rem;
    height: 0.33rem;
    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.8rem;
    top: 0.2rem;
}

.AmountLossPopup_bgstyle__zkk3Q{
    position: absolute;
    top: 0.85rem;
    left: 0.6rem;
}
.HomePopupsList_home_popups_list__QXmLV {
    max-width: 12rem;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    padding: 0 0.2rem;
    margin: 0.3rem auto 0;

    scrollbar-width: none;
    -ms-overflow-style: none;
}
.HomePopupsList_home_popups_list__QXmLV::-webkit-scrollbar {
    display: none;
}
.HomePopupsList_accumulated_charge__7d4QX,
.HomePopupsList_inbox_popup__UWjP7,
.HomePopupsList_vip_club_popup__qKV0Q,
.HomePopupsList_amount_loss_popup__ESuLg {
    width: 2.6rem;
    height: 2rem;
    background: #211b2e;
    border-radius: 0.1rem;
    margin: 0.4rem 0.11rem 0;
    border-bottom: 4px solid #3e224c;
    padding-bottom: 4px;
    position: relative;
    flex-shrink: 0;
}

.HomePopupsList_accumulated_charge__7d4QX::after,
.HomePopupsList_inbox_popup__UWjP7::after,
.HomePopupsList_vip_club_popup__qKV0Q::after,
.HomePopupsList_amount_loss_popup__ESuLg::after {
    content: "";
    width: 0.6rem;
    border-radius: 50%;
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    box-shadow: 0 0 30px 25px rgba(236, 135, 11, 0.2);
}
.HomePopupsList_selected__6MkFD {
    border-bottom: 4px solid #ec4cff;
    padding-bottom: 4px;
}

.InBoxPopup_inBoxPopupMain__iuTHw {
    height: 2rem;
}
.InBoxPopup_inBoxPopupContent__qr073 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    top: -0.21rem;
}
.InBoxPopup_inBox___nifH {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.InBoxPopup_bg__KG6eu {
    width: 0.98rem;
    height: 1.2rem;
    border-radius: 50%;
    border-image: linear-gradient(0deg, #921b86, #65089c) 4 4;
}
.InBoxPopup_timeStyle__YA5QX {
    min-width: 1.62rem;
    height: 0.41rem;
    border-radius: 0.2rem;
    font-family: Roboto;
    font-weight: bold;
    font-size: 0.3rem;
    color: #ffffff;
    position: absolute;
    bottom: -0.48rem;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding: 0 0.1rem;
}
.InBoxPopup_timeStyle__YA5QX p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
}

.InBoxPopup_statuIcon__svdb_ {
    width: 0.33rem;
    height: 0.33rem;
    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.8rem;
    top: 0.2rem;
}

.InfoDetailBox_gift_content__bEoQ6 {
    padding: 0;
    margin: 0.5rem 0;
    text-align: left;
    white-space: pre-wrap;
}

.InfoDetailBox_gift_msg_content__98LYC {
    height: auto;
    min-height: 4rem;
    max-height: 6rem;
    overflow-y: auto;
    width: 9rem;
    padding-right: 0.5rem;
}

/* .gift_msg_content::-webkit-scrollbar {
    width: 0.1rem;
}

.gift_msg_content::-webkit-scrollbar-track {
    background: none;
    border-radius: 0.25rem;
}

.gift_msg_content::-webkit-scrollbar-thumb {
    background: #33d24a !important;
    border-radius: 0.25rem; 
}

.gift_msg_content::-webkit-scrollbar-thumb:hover {
    background: #28a745 !important; 
} */

.InfoDetailBox_gift_box__7shtA {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.3rem;
    text-align: left;
    height: 3rem;
}

.InfoDetailBox_gift_list__UCbTt {
    display: flex;
    gap: 0.3rem;
    text-align: center;
    font-size: 0.4rem;
    margin-top: 0.2rem;
    color: #33d24a;
    font-weight: bold;
}

.InfoDetailBox_gift__l45_G {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.1rem;
    padding: 0.25rem 0.3rem 0.1rem 0.3rem;
    position: relative;
}

.InfoDetailBox_gift_no_bg__gcECR {
    background: none;
}

.InfoDetailBox_gift_gray__xo7Fo {
    background: none;
    border-radius: 0.2rem;
    /*filter: brightness(0.5);*/
}

.InfoDetailBox_gift_gray__xo7Fo::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(27, 28, 38, 0.6);
    border-radius: 0.1rem;
}

.InfoDetailBox_gift_icon__bTeDK {
    width: 1.2rem;
}

.InfoDetailBox_gift_check__PgP57 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.7rem;
}

.InfoDetailBox_gc_color__zkHya {
    color: #faee31;
    margin-top: -0.15rem;
}

.InfoDetailBox_sc_color__ehe_w {
    color: #33d24a;
    margin-top: -0.15rem;
}
.InfoDetailBox_mask__n7gzh {
    height: 17rem;
    position: absolute;
    background: #000000;
    opacity: 0.2;
    width: 10rem;
    right: -0.5rem;
    top: 0.3rem;
    z-index: -1;
    border-radius: 0.2rem;
}
.InfoDetailBox_defaultBtn__kfWCL {
    min-width: 4rem;
    width: 7rem;
    background-color: #3ddc97;
    border: none;
    border-radius: 0.6rem;
    padding: 0.2rem 1rem;
    color: white;
    cursor: pointer;
    font-size: 0.62rem;
    font-weight: 700;
}

.InfoDetailBox_greenBtn__s2d0s {
    background-color: #17c147;
}

.InfoDetailBox_greenBtn__s2d0s:hover {
    background-color: #17c147;
}
.InfoDetailBox_blueBtn__3lArb {
    background-color: #0090ff;
}

.InfoDetailBox_blueBtn__3lArb:hover {
    background-color: #0090ff;
}

.InfoDetailBox_button_styles__71RxV {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.7rem;
}

.inboxDialog_modalOverlay__DJlTx {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    top: 1.8rem;
    margin: 0 auto;
}

.inboxDialog_modal__7WQIC {
    background: #05011d;
    color: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 0.3rem;
    max-width: 12rem;
}

.inboxDialog_header__bJKAb {
    text-align: center;
    background-image: url("/img/rewards/banner_inbox@2x.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.inboxDialog_headerContent__Qjfdp {
    display: flex;
    align-items: center;
}
.inboxDialog_headerContent__Qjfdp img {
    width: 0.52rem;
    margin: 0 0.56rem;
    /* height: 0.32rem; */
}
.inboxDialog_headerContent__Qjfdp h1 {
    font-weight: lighter !important;
}

.inboxDialog_emails__L5wf9 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: calc(100% - 3.8rem) !important;
    /* height: 100%; */
    overflow-y: auto;
    margin-top: 0.3rem;
    padding: 0 0.4rem 0.4rem 0.4rem;
    position: relative;
}

.inboxDialog_emailItem__VEYVq {
    padding: 0.5rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #2a0a3b, #22083f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.inboxDialog_item_gray___s5QA {
    background: #261c31;
    color: #655c6f;
}

.inboxDialog_item_gray___s5QA .inboxDialog_rechargeLabel__ieGhy {
    color: #655c6f;
}

.inboxDialog_item_gray___s5QA .inboxDialog_emailValue__adTHG {
    color: #4f4659;
}

.inboxDialog_statuIcon__A8JlP {
    width: 0.39rem;
    height: 0.39rem;
    background: #ff183e;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.39);
    border-radius: 50%;
    border: 1px solid #ffe9e9;
    position: absolute;
    right: 0;
    top: 0;
}

.inboxDialog_leftContent__zGUjN {
    display: flex;
    align-items: center;
    width: 100%;
}
.inboxDialog_iconStyle__bSq1I {
    width: 1rem;
    margin-right: 0.4rem;
}

.inboxDialog_emailDetails__VaXth {
    display: flex;
    justify-content: space-between;
    /* margin: 0.2rem 0; */
    font-size: 14px;
    color: #333;
}
.inboxDialog_delTime__shl_0 {
    color: #1cd551;
}

.inboxDialog_emailButton__Si5Du {
    width: 2.8rem;
    height: 1rem;
    background: #0090ff;
    border-radius: 0.5rem;

    font-family: Roboto;
    font-weight: 700;
    font-size: 0.52rem;
    color: #ffffff;
}
.inboxDialog_claimButton__GgR7z {
    background: #1cd551;
}
.inboxDialog_emailButton__Si5Du:hover {
    opacity: 0.9;
}

.inboxDialog_emailButton__Si5Du:active {
    transform: scale(0.98);
}

.inboxDialog_checkmark__XQffP {
    display: inline-block;
    height: 0.52rem;
    /* position: absolute;
  bottom: -0.1rem;
  right: 0; */
}
.inboxDialog_checkmark__XQffP img {
    width: 100%;
    height: 100%;
    transform: scaleX(-1); /* 水平翻转 */
}

.inboxDialog_progressContainer__gyfA8 {
    width: 100%;
    color: #fff;
    font-family: Arial, sans-serif;
    background: var(--tabs-bg-color);
    height: 2rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem 0.2rem 0;
    margin: 0.4rem 0;
    display: flex;
}
.inboxDialog_progressContainerImg__z95OY {
    width: 2.7rem !important;
    height: 2rem !important;
    position: relative !important;
}
.inboxDialog_progressStyle__jPLZH {
    width: 77%;
}

.inboxDialog_label__tZHqA {
    margin-bottom: 8px;
    font-size: 0.4rem;
    color: #d0c0e0;
    position: relative;
    right: 0.5rem;
    margin-top: 0.2rem;
}

.inboxDialog_progressBar__lFm7f {
    position: relative;
    height: 0.4rem;
    border-radius: 50px;
    padding: 0.1rem;
    background-color: #3e2146; /* 背景条颜色 */
    overflow: hidden;
    right: 0.5rem;
}

.inboxDialog_progressFill__Yy3xi {
    height: 100%;
    background-color: #ff8c00; /* 进度条颜色 */
    transition: width 0.3s ease;
    border-radius: 50px;
}

.inboxDialog_milestones__eQHKA {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ffffff;
    right: 0.5rem;
    top: 5px;
}

.inboxDialog_milestone__CepLz {
    position: relative;
    text-align: center;
    font-size: 0.38rem;
}

.inboxDialog_rechargeText__42y1y {
    font-size: 0.4rem;
    color: #d0c0e0;
    margin-bottom: 0.1rem;
}

.inboxDialog_rechargeLabel__ieGhy {
    color: #d0c0e0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 7rem;
}

.inboxDialog_rechargeTarget___h4Fc {
    color: #1cd551;
    font-weight: bold;
}

.inboxDialog_rechargeProgress___sPwQ {
    color: #d0c0e0;
}

.inboxDialog_progressComplete__qrLlt {
    color: #1cd551; /* 完成时的颜色 */
    font-weight: bold;
}

.inboxDialog_progressIncomplete__LbxLf {
    color: #d0c0e0; /* 未完成时的颜色 */
}
.inboxDialog_emailValue__adTHG {
    color: #7b6b8d;
    display: flex;
    align-items: center;
    font-size: 0.4rem;
}

.inboxDialog_emailValue__adTHG span {
    margin-left: 0.2rem;
}
.inboxDialog_noPresent__yCBYu {
    width: 100%;
    height: 0.49rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.52rem;
    color: #454354;
    text-align: center;
    margin-bottom: 1rem;
}

.VipClubPopup_vipClubPopupMain__KBwuD {
    height: 2rem;
}
.VipClubPopup_vipClubPopupContent__Mvcvf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    top: -0.21rem;
}
.VipClubPopup_vipClub__x7fFK {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.VipClubPopup_bg__0MDEJ {
    width: 1.44rem;
    height: 1.2rem;
    border-radius: 50%;
    border-image: linear-gradient(0deg, #921b86, #65089c) 4 4;
}
.VipClubPopup_timeStyle__ZFOCJ {
    min-width: 1.62rem;
    height: 0.41rem;
    border-radius: 0.2rem;
    font-family: Roboto;
    font-weight: bold;
    font-size: 0.3rem;
    color: #ffffff;
    position: absolute;
    bottom: -0.48rem;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding: 0 0.1rem;
}
.VipClubPopup_timeStyle__ZFOCJ p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
}

.GrandPrizeAnnouncement_main__iUkim {
    width: 12rem;
    max-width: 100%;
    margin: 0 auto;
}

.GrandPrizeAnnouncement_category_title__w5B0O {
    font-size: .5rem;
    text-align: center;
    color: var(--game-category-title);
}

.GrandPrizeAnnouncement_category_title_name__fQ4t3 {
    margin: 0 .2rem;
    color: #fff;
}

.GrandPrizeAnnouncement_list_wrapper__xcL3_ {
    margin-top: .4rem;
    height: 16rem;
    overflow: hidden;
    position: relative;
}

.GrandPrizeAnnouncement_list_content__3i7TM {
    width: 100%;
    height: 16rem;
    margin-top: -1.6rem;
}

.GrandPrizeAnnouncement_has_bg__WTEVZ {
    background: #261c31;
}

.GrandPrizeAnnouncement_list_item__vfzHb {
    position: absolute;
    width: 100%;
    height: 1.6rem;
    display: flex;
    color: #fff;
    font-size: .3rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 .3rem;
    transition: transform 0.5s ease-in-out;
}

.GrandPrizeAnnouncement_list_item__vfzHb:hover {
    /*transform: scale(1.05);*/
    /*transition: all .2s ease-in-out;*/
}

.GrandPrizeAnnouncement_list_animate_active__1AdGL {
    transform: translate(0, 1.6rem);
}

.GrandPrizeAnnouncement_item_left__knl12 {
    display: flex;
}

.GrandPrizeAnnouncement_item_avatar__77IM7 {
    display: block;
    width: .8rem;
    height: .8rem;
    overflow: hidden;
    margin-right: .2rem;
    cursor: pointer;
}

.GrandPrizeAnnouncement_item_game_name__q5Jsw {
    font-size: .4rem;
}

.GrandPrizeAnnouncement_player_name__IzjLj {
    color: #78767c;
}

.GrandPrizeAnnouncement_vip_icon__OED_M {
    width: .3rem;
    height: .3rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin-left: .1rem;
    margin-top: -0.1rem;
}

.GrandPrizeAnnouncement_item_total__iSuUf {
    color: #0CEB4B;
    font-weight: 600;
    text-align: right;
}

.GrandPrizeAnnouncement_bet_info__n0_Oh {
    font-size: .25rem;
    margin-bottom: .1rem;
}

.GrandPrizeAnnouncement_bet_num__2xhjs {
    background: #44444a;
    margin-right: .1rem;
}

.GrandPrizeAnnouncement_bet_rate__E6jQZ {
    background: #3154f8;
}

.GrandPrizeAnnouncement_bet_num__2xhjs, .GrandPrizeAnnouncement_bet_rate__E6jQZ {
    padding: 0.05rem .1rem;
    border-radius: .05rem;
}
.page_page__sC1co {
    width: 100%;
    height: 100%;
    overflow-y: inherit;
    padding-bottom: 0.3rem;
    padding-top: 1.8rem;
}

.page_show_pwa_install__S0ORl {
    padding-top: 0;
}

.page_game_list_wrapper__rpdrD {
    position: relative;
    padding: 0 0.3rem;
    margin-top: 0.6rem;
}

.page_game_list_title__7yiUm {
    font-size: 0.5rem;
    color: var(--game-category-title);
    text-align: center;
    margin-bottom: 0.35rem;
}

.page_ft_icon_title__cU0SY {
    color: var(--font-icon-color);
    width: 1.2em !important;
    height: 1.2em !important;
}

.page_game_list_grid__WQ0UU {
    display: grid;
    grid-column-gap: 0.2rem;
    column-gap: 0.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 0.3rem;
    row-gap: 0.3rem;
    max-width: 12rem;
    margin: 0 auto;
}

.page_grid_item__HyxKP {
    /*background: #fff;*/

    cursor: pointer;
}

.page_btn__6DjOs {
}

.page_container__rigBV {
    /*grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));*/
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    gap: 0.2rem;
    /*padding: 0 0.2rem;*/
    justify-content: flex-start; /* 左对齐 */
}

.page_grid__gdJNW {
    flex: 1 1 2rem; /* 可增长，可缩小，基础宽度为 5rem */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 0.4rem;
    background: #33d24a;
    margin: 0.1rem auto;
    border-radius: 1rem;
}

.SettingsDialog_layer__O7BkR {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}
.SettingsDialog_settings_wrapper__t9nQJ {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.16rem;
}
.SettingsDialog_content__7NvKR {
    width: 4.1rem;
    height: 3.25rem;
    border-radius: 0.175rem;
    background: linear-gradient(180deg, rgba(115, 34, 160, 0.8), rgba(44, 13, 66, 0.8));
    position: relative;
    padding: 0.45rem 0.22rem 0 0.22rem;
}
.SettingsDialog_close__XxiK0 {
    position: absolute;
    top: 0.12rem;
    right: 0.12rem;
    color: #a97ac3;
}
.SettingsDialog_item__PpMRO {
    height: 0.55rem;
    background: rgba(22, 8, 44, 0.4);
    border-radius: 0.11rem;
    margin-bottom: 0.11rem;
    display: flex;
    padding: 0 0.16rem;
    align-items: center;
    justify-content: space-between;
}
.SettingsDialog_item__PpMRO:nth-last-child(1) {
    font-size: 0.22rem;
}

/** 竖屏样式 ***/
@media screen and (max-aspect-ratio: 13/9) {
    .SlotHeader_slot_header__jHqZf {
        width: 100%;
        height: 2.9rem;
        background: rgba(16, 9, 37, 0.55);
        padding: 0.9rem 0.4rem 0 0.4rem;
        position: relative;
        top: 0;
        left: 0;
        z-index: 900;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* 防止在内容溢出时压缩 */
    }

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

    .SlotHeader_btns_portrait__2a7uu {
        position: absolute;
        bottom: 0;
        width: 6.7rem;
        height: 1.1rem;
        background: url("/img/game/bg_head.webp") no-repeat;
        background-size: 100% 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0;
        padding: 0.2rem;
    }

    .SlotHeader_device_orient_icon__Wq7UA {
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        right: 0;
        bottom: 0.4rem;
        background: url("/img/game/ico_pmzh.webp") no-repeat;
        background-size: 100% 100%;
    }

    .SlotHeader_coin_wrapper__QdFZG {
        /*transform: scale(.5);*/
        /*transform-origin: 0% 0%;*/
        position: absolute;
        left: 0.5rem;
        top: 0.05rem;
    }

    .SlotHeader_crown_wrapper__2cR0F {
        /*transform: scale(.4);*/
        /*transform-origin: 0% 0%;*/
        position: absolute;
        right: 0;
        top: 0.05rem;
    }

    .SlotHeader_flex_wrapper__DoQdq {
        width: 100%;
        /*height: 100%;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .SlotHeader_flex__KBxeU {
        display: flex;
        align-items: center;
    }
}

/** 横屏样式 ***/
@media screen and (min-aspect-ratio: 13/9) {
    .SlotHeader_slot_header__jHqZf {
        width: 100%;
        height: 0.55rem;
        background: rgba(16, 9, 37, 0.55);
        padding: 0 0.22rem;
        position: relative;
        top: 0;
        left: 0;
        z-index: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* 防止在内容溢出时压缩 */
    }

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

    .SlotHeader_coin_wrapper__QdFZG {
        transform: scale(0.5);
        transform-origin: 0% 0%;
        position: absolute;
        left: 0.5rem;
        top: 0.05rem;
    }

    .SlotHeader_crown_wrapper__2cR0F {
        transform: scale(0.4);
        transform-origin: 0% 0%;
        position: absolute;
        right: 0;
        top: 0.05rem;
    }

    .SlotHeader_flex_wrapper__DoQdq {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .SlotHeader_flex__KBxeU {
        display: flex;
        align-items: center;
    }
}

.SlotSpin_slot_spin__rQ7qm {
    position: fixed;
    bottom: 0.05rem;
    right: 0.28rem;
    width: 1.12rem;
    height: 1.12rem;
    background: url("/img/slot/slot_spin.webp") no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}
.SlotSpin_dropdown_wrapper__g7_S4 {
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}
.SlotSpin_dropdown__8i238 {
    width: 0.67rem;
    height: 1.9rem;
    border-radius: 0.055rem;
    background: rgba(16, 9, 37, 0.8);
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}
.SlotSpin_drop_item__fKbKk {
    font-size: 0.22rem;
    padding: 0.055rem 0;
}
.SlotSpin_drop_item__fKbKk:active {
    background: rgba(16, 9, 37, 0.8);
}

