/* 多彩模糊背景 - 精确还原图片效果 */
.background-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 154, 61, 0.8) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(87, 199, 133, 0.8) 0%, transparent 40%),
        radial-gradient(circle at 40% 70%, rgba(58, 140, 255, 0.8) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(255, 222, 89, 0.8) 0%, transparent 40%);
    filter: blur(8px);
    z-index: 1;
}

/* 弹窗遮罩层 */
.Login-modal-overlay {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 152;
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease;
}
.Login-modal-butClose{
    position: absolute;
    top: 0.2rem;
    right:0.5rem;
    width: 0.55rem;
    height: 0.55rem;
    cursor:pointer;
}
.Login-modal-butClose img{
    width:100%;
}
.Login-modal-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

/* 弹窗主体 - 精确匹配图片设计 */
.login-modal {
    width: 10rem;
    height: 12rem;
    border-radius: 0.4rem;
    overflow: hidden;
    position: absolute;
    background: #121325;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
}

.Login-modal-overlay.hidden .login-modal {
    transform: translateY(-30px);
}

/* 标签栏 - 精确匹配图片 */
.tab-header {
    display: flex;
    padding: 0 0.5rem;
}


.Login-modal-overlay .login-main{
    position: relative;
    width: 100%;
    padding:0.2rem 0.4rem 0;
    margin-top: 0;
    border-radius: 0.44rem;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE/Edge */
}

.Login-modal-overlay .tab {
    text-align: left;
    padding: 0.5rem 0 0.3rem 0;
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 900;
    cursor: pointer;
    transition: color 0.2s ease;
    position: relative;
    width: 2.4rem;
}

.Login-modal-overlay .tab.active {
    font-size: 0.5rem;
    font-weight: 900;
    background: linear-gradient(90deg, #48e5c2 0%, #00b4d8 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(72, 229, 194, 0.6)) drop-shadow(0 0 20px rgba(0, 180, 216, 0.4));
}


.Login-modal-overlay .tab.active .left-item-arrow {
    position: absolute;
    left: 0.45rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.88rem solid transparent;
    border-right: 0.88rem solid transparent;
    border-bottom: 0.44rem solid #104639;
}

.Login-modal-overlay .tab.active .right-item-arrow {
    position: absolute;
    left:0.45rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.88rem solid transparent;
    border-right: 0.88rem solid transparent;
    border-bottom: 0.44rem solid #104639;
}

.Login-modal-overlay .tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    
     /* 黄色下划线 */
}

/* 输入框样式 - 精确匹配图片 */
.Login-modal-overlay .input-group {
    margin-bottom: 0.40rem;
    line-height: 0.4rem;
}

.Login-modal-overlay .input-label {
    display: block;
    color: #b8e6cc; /* 浅青色 */
    font-size: 0.35rem;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.LogincontentGrad{
    display:grid;
    grid-template-columns:1fr 1fr;
}
.ui-checkbox__accent{
    color: white;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 0.65rem;
    padding-top:0.35rem;
}
.ui-checkbox__accent .checkbox__input {
    border-radius: 50%;
}
.ui-checkbox__accent .checkbox__input{
    accent-color: #1a1b35;
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: accent-color 0.2s ease;
    outline: none;
    color: #ccc;
    border: none;
}
.ui-checkbox__accent .ui-checkbox__label{
    margin-top: -4px;
    position: absolute;
    padding-left: 6px;
}
.RecuperarSenha{
    color: #3ff7cb;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 1rem;
    cursor:pointer;
    text-align: right;
}
.Login-modal-overlay .input-field {
    padding:0.16rem 0.16rem 0.16rem 1rem;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgb(18 19 37);
    border-radius:12px;
    color: white;
    font-size:0.32rem;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
    height:1.13rem;
    -moz-appearance: textfield; /* 将其外观设置为普通文本框 */
}


/* 针对 Chrome, Safari, Edge, Opera 等 WebKit/Blink 内核浏览器 */
.Login-modal-overlay .input-field::-webkit-outer-spin-button,
.Login-modal-overlay .input-field::-webkit-inner-spin-button {
  -webkit-appearance: none; /* 移除默认外观 */
  margin: 0; /* 移除可能残留的边距 */
}

.Login-modal-overlay .input-field:focus {
    border-color: #57c785; /* 亮绿色 */
}
.Login-modal-overlay .User-icon-error .input-field:focus,.Login-modal-overlay .User-icon-error .password-input:focus {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #E00000;
}
.Login-modal-overlay .input-field::placeholder,.Login-modal-overlay .password-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.signup-item-error{
    position: relative;
    line-height: 0.52rem;
    font-size: 0.373rem;
    border-radius: 0.22rem;
    width: 9.8rem;
    padding: 0.1rem 0.1rem;
    color: #4c4c52;
    text-align: left;
}
/*****  消息的红点  ******/
.msg-redpoint {
    position: absolute;
    border-radius: 0.3rem;
    background: #FF0000;
    top: 0.1rem;
    right: 0.1rem;
    border: 0.5px solid rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #FFFFFF;
    transition: transform 0.1s ease-in-out;
    padding: 0.02rem 0.1rem;
}
/* 用户输入框 */
.Login-modal-overlay .User-container {
    position: relative;
}
.Login-modal-overlay .User-icon {
    position: absolute;
    left:0.16rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b8e6cc;
    font-size: 0.32rem;
}
.Login-modal-overlay .User-icon-reg .input-field{
    padding:0.16rem 0.16rem 0.16rem 1.7rem;
}
.Login-modal-overlay .User-icon-reg .User-icon{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
}
/* 按钮样式 */
.Login-modal-overlay .sms-btn {
    padding: 0.4rem 0.33rem;
    border: none;
    border-radius: 4px;
    background-color: #037a58;
    color: white;
    font-size: 0.42rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s;
    position: absolute;
    right: 0;
    width: 2rem;
    height: 1.16rem;
    top: 0px;border-radius: 15px;
}
/* 禁用状态样式 */
.Login-modal-overlay .sms-btn.disabled {
  background-color:#2f5f52;
  cursor: not-allowed;
  opacity:0.8;
}
.Login-modal-overlay .User-icon-reg span{
    font-size: 0.3rem;
    font-style: normal;
    margin-top: 0.12rem;
    line-height: 0.32rem;
}
.Login-modal-overlay .User-icon img {
    height: 0.5rem;
    margin-top: 0.05rem;
    margin-left: 0.15rem;
}
/* 密码输入框 */
.Login-modal-overlay .password-container {
    position: relative;
}

.Login-modal-overlay .password-icon,.Login-modal-overlay .fa-vcard {
    position: absolute;
    left: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b8e6cc;
    font-size: 0.32rem;
}
.Login-modal-overlay .password-icon img, .Login-modal-overlay .fa-vcard img{
    width: 0.5rem;
    margin-left: 0.1rem;
}
.Login-modal-overlay .password-toggle {
    position: absolute;
    right:0.28rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8cd4a6;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 0.32rem;
}
.Login-modal-overlay .password-toggle .iconsee {
    position: absolute;
    width: 0.80rem;
    height: 0.80rem;
    right: 0.006rem;
    top: 50%;
    margin-top: -0.38rem;
    opacity: 1;
    border-radius: 0.6rem;
    padding: 0.14rem;
}
.Login-modal-overlay .password-toggle:hover {
    color: #ffde59;
}

.Login-modal-overlay .password-input {
    width:100%;
    padding:0.16rem 0.16rem 0.16rem 1rem;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgb(18 19 37);
    border-radius:12px;
    color: white;
    font-size:0.38rem;
    outline: none;
    transition: border-color 0.2s ease;
    height: 1.13rem;
}

.Login-modal-overlay .password-input:focus {
    border-color: #57c785;
}

/* 登录按钮 - 精确匹配图片 */
.Login-modal-overlay .login-button {
    width: 100%;
    color: #e7e7e7;
    border: none;
    font-size: 0.28rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 10px;
    letter-spacing: 0.5px;
    height: 1rem;
}
/****  灰色按钮样式  ****/
.buttonHuiStyle{
    opacity: 1;
    border-radius: 0.4rem;
    background: linear-gradient(to bottom, #a8a8a8 0%, #4a4a4a 20%, #333333 80%, #888888 100%);
    box-shadow: 0px -1px 4.5px 0px #B8B8B8 inset;
}
/****  高亮绿色按钮样式  ****/
.buttonRightStyle{
    background: linear-gradient(176deg, #102521 0%, #0e3b30 100%);
    box-shadow: inset 0 -6px 8.1px 0 #015F49, inset 0 -1px 4.5px 0 #78FFC6;
    color: white;
    border-top: 1px solid #12dd79 !important;
    border-bottom: 1px solid #297260 !important;
    outline: none;
    border-radius: 0.4rem;
}
/****  深绿色按钮样式  ****/
.buttonStyle{
    background: linear-gradient(176deg, #102521 0%, #0e3b30 100%);
    box-shadow: inset 0 -6px 8.1px 0 #015F49, inset 0 -1px 4.5px 0 #78FFC6;
    color: white;
    border-top: 1px solid #12dd79 !important;
    border-bottom: 1px solid #297260 !important;
    outline: none;
    border-radius: 0.4rem;
}
.borderKu {
    position: relative;
    /* 保留上下实色边框 */
    border-top: 1px solid #12de79;
    border-bottom: 1px solid #28715e;
    border-left: none;   /* 交给伪元素处理 */
    border-right: none;  /* 交给伪元素处理 */
}

/* 左边框渐变 */
.borderKu::before {
    content: "";
    position: absolute;
    inset: 0;              /* 铺满整个按钮 */
    padding: 0 1px;        /* 左右各 1px，模拟左右边框厚度 */
    border-radius: inherit;
    background: linear-gradient(
        180deg,
        #12de79,
        #198a5d,
        #28715e
    );
    mask: 
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
}

/* 右边框渐变 */
.borderKu::after {
    content: "";
    position: absolute;
    inset: 0;              /* 铺满整个按钮 */
    padding: 0 1px;        /* 左右各 1px，模拟左右边框厚度 */
    border-radius: inherit;
    background: linear-gradient(
        180deg,
        #12de79,
        #198a5d,
        #28715e
    );
    mask: 
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
}
.Login-modal-overlay .login-button.active{
    background-image: linear-gradient(180deg, #00ffb5 0%, #24a882 100%);
}
.Login-modal-overlay .login-button:hover {
    background-color: #45b074;
}

.Login-modal-overlay .login-button:disabled {
    background-color: #8cd4a6;
    cursor: not-allowed;
}


.loading-container{
    display: flex;           /* 使用Flexbox布局 */
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    min-height: 100vh;      /* 至少占满整个视口高度 */
    background: #ffffff;
    margin: 0;
    flex-direction: column;
    position:relative;
    z-index:10000
}
.loading-container .loader {
    width: 50px;
    height: 50px;
    border: 4px solid #ddd;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loading-container .loadingText{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #a3a2a2;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.showAdMain{
    position: relative;
    margin-top: 0px;
    left: 0px;
    width: 8.4rem;
    height: 9rem;
}
.showAdMainImg0012 {
    width: 4rem;
    height: 4rem;
    position: absolute;
    margin: 0 auto;
    left: 2.6rem;
    top: -1.9rem;
}
.showAdMainImg{
    position: absolute; 
    object-fit: contain; 
    width: 8.4rem; 
    height: 10rem;
    border-radius:0.2rem;
    border:none;
    outline: none;
}
.showAdItemCon{
    position: absolute; 
    top: 50%; 
    margin-top: -0.44rem; 
    left: 50%; 
    margin-left: -0.44rem;
    width: 0.88rem; 
    height: 0.88rem;
    background: rgba(0, 0, 0, 0.65); 
    border-radius: 0.5rem;
}
.showAdItemImg{
    position: absolute; 
    top: 50%; 
    margin-top: -0.275rem; 
    left: 50%;
    margin-left: -0.275rem; 
    width: 0.55rem; 
    height: 0.55rem;
}

/***   登录后的样式 开始   ****/
.checkLoginYes .right-coinframe {
    position: relative;
    margin-left: 0.22rem;
    height: 0.8rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.22rem;
    background: #121325;
}
.checkLoginYes .right-coinframe .coin-unit {
    margin-right: 0.1rem;
    color: rgb(0 255 99);
    font-size: 0.3rem;
}
.checkLoginYes .right-coinframe .coin-value {
    color:#FFFFFF;
    font-size: 0.426rem;
    font-weight: 400;
    margin-right: 0.15rem;
}
.checkLoginYes .right-coinframe .coin-arrow {
    width: 0.4rem;
    height: 0.4rem;
}
.site-MainMenu-icon .app-name-leftbg-unread {
    position: absolute;
    top: 0.3rem;
    margin-left: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.37rem;
    background: #FF0102;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #FFFFFF;
    font-size: 0.26rem;
    border-radius: 0.4rem;
}

.top-noty-bar-frame {
    position: relative;
    width: 10rem;
    margin-top: 2.5rem;
    margin-bottom: -0.6rem;
}
.top-noty-bar-frame .noty-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height:3rem;
    object-fit:cover;
}
.top-noty-bar-frame .sys-login {
    position: absolute;
    bottom: 1.15rem;
    left: 0.44rem;
    width: 4.4444rem;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease-in-out;
}
.top-noty-bar-frame .sys-reg {
    position: absolute;
    bottom: 1.15rem;
    right: 0.44rem;
    width: 4.4444rem;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease-in-out;
}
.top-noty-bar-frame .sys-reglogin-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-noty-bar-frame .sys-reg-icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
    z-index: 1;
}
.top-noty-bar-frame .sys-reg-title {
    color: #FFFFFF;
    font-size: .373rem;
    font-weight: 700;
    z-index: 1;
}

.top-noty-bar-frame .sys-login-icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
    z-index: 1;
}
.top-noty-bar-frame .sys-login-title {
    color: #ffffff;
    font-size: .373rem;
    font-weight: 700;
    z-index: 1;
}
.ltMain-panel-content .topwith-frame-login {
    position: relative;
    margin-top: 3.22rem;
    width: 6.24rem;
    height:2rem;
    display: flex;
    border-radius: 0.33rem;
}
.ltMain-panel-content .topwith-frame-login .douzhu{
    position: relative;
    margin-top: -1.8rem;
}
.ltMain-panel-content .topwith-frame-login-avatar {
    position: absolute;
    top: 0.1rem;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid rgb(255 255 255);
    border-radius: 1.22rem;
}
.ltMain-panel-content .topwith-frame-login-nickname {
    position: absolute;
    top: 0.278rem;
    left: 1.55rem;
    width: 4.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #FFFFFF;
    font-size: .373rem;
}
.ltMain-panel-content .topwith-frame-login-usercode {
    position: absolute;
    top: 0.88rem;
    left: 1.55rem;
    width: 4.5rem;
    height: 0.44rem;
    line-height: 0.44rem;
    display: flex;
    align-items: center;
}
.ltMain-panel-content .topwith-frame-login-usercode .usercode-value {
    color: rgba(255, 255, 255, 0.65);
    font-size: .32rem;
}
.ltMain-panel-content .topwith-frame-login-usercode .usercode-copy {
    width: 0.3333rem;
    height: 0.3333rem;
    margin-left: 0.1rem;
}
.ltMain-panel-content .ggame-leftmenu-content-redpoint {
    position: absolute;
    top: -0.1rem;
    right: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF0102;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    font-size: .285rem;
    border-radius: 0.4rem;
}
.games-grid .game-item .act-unread{
    position: absolute;
    top: 0.26rem;
    left: 1.1rem;
    width: 0.33rem;
    height: 0.33rem;
    border-radius: 0.3rem;
    background: #FE7919;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #FFFFFF;
}
.checkLoginNo{
    display: flex;
    gap: 0.15rem;
}
.checkLoginNoLine{
    margin-top: 1.5rem;
}
.bottom-nav .red-point {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.4rem;
    background: #FF0000;
    border: 0.5px solid rgba(255, 255, 255, 0.75);
    color: #FFFFFF;
    font-size: .22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/**  这是登录后用户界面的样式  **/
.BottomLinePage5 .hdialog-person-content {
    position: relative;
    margin-top: 0;
    left: 0;
    width: 10rem;
    overflow-x: hidden;
    overflow-y: scroll;
    background-image:url('../image/user/personal_bg.png');
    background-repeat: no-repeat;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.BottomLinePage5 .hdialog-person-content .person-profile {
    position: relative;
    width: 10rem;
    height: 6rem;
}
.BottomLinePage5 .hdialog-person-content .person-profile-avatar {
    position: absolute;
    top: 0.44rem;
    left: 0.7rem;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.BottomLinePage5 .hdialog-person-content .person-profile-name {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    width: 7.88rem;
    height: 0.67rem;
    color: #FFFFFF;
    font-size: .373rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-profile-code {
    position: absolute;
    top: 1.5rem;
    left: 0.5rem;
    height: 0.67rem;
    width: 7.88rem;
    border-radius: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: .26rem;
}
.BottomLinePage5 .hdialog-person-content .person-profile-code .copy-icon {
    width: 0.33rem;
    height: 0.33rem;
    margin-left: 0.1rem;
}
.BottomLinePage5 .BalancecontentView{
    position: absolute;
    top: 2.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 8.6rem;
    left: 0.7rem;
    background: #1d1d39;
    padding: 0.3rem 0;
    border-radius: 0.3rem;
    text-align: center;
}
.BottomLinePage5 .BalancecontentKuan{
    top: 7.2rem;
    position: relative;
}
.BottomLinePage5 .hdialog-person-content .BalancecontentView .person-profile-coin {
    text-align: center;
    border-right: 1px solid #4b4b65;
}
.BottomLinePage5 .hdialog-person-content .person-profile-coin-title {
    color: rgb(153 153 153);
    font-size: .32rem;
    font-weight: 400;
    display: block;
}
.BottomLinePage5 .hdialog-person-content .person-profile-coin-value {
    color: #ffffff;
    font-size: .42rem;
    font-weight: 700;
    display: block;
    padding-top: 0.3rem;
}
.BottomLinePage5 .hdialog-person-content .BalancecontentView .person-profile-coin2 {
    text-align: center;
}
.BottomLinePage5 .hdialog-person-content .person-profile-topup {
    position: absolute;
    bottom: 1.15rem;
    left: 0.55rem;
    width: 4rem;
    height: 0.9rem;
    line-height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .person-profile-topup .sys-reglogin-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.BottomLinePage5 .hdialog-person-content .person-profile-topup .sys-login-icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
    z-index: 1;
}
.BottomLinePage5 .hdialog-person-content .person-profile-topup .sys-login-title {
    color: #FFFFFF;
    font-size: .373rem;
    font-weight: 700;
    z-index: 1;
}
.BottomLinePage5 .hdialog-person-content .person-profile-tricon {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.15rem;
}
.BottomLinePage5 .hdialog-person-content .person-profile-withdraw {
    position: absolute;
    bottom: 1.15rem;
    right: 0.7rem;
    width: 4rem;
    height: 0.9rem;
    line-height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .person-profile-withdraw .sys-reglogin-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.BottomLinePage5 .hdialog-person-content .person-profile-withdraw .sys-login-icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
    z-index: 1;
}
.BottomLinePage5 .hdialog-person-content .person-profile-withdraw .sys-login-title {
    color: #FFFFFF;
    font-size: .373rem;
    font-weight: 700;
    z-index: 1;
}
.BottomLinePage5 .hdialog-person-content .person-profile-tricon {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.15rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe {
    position: relative;
    left: 0.66rem;
    width: 8.68rem;
    height:6.6rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3.11rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg1 .vip-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.11rem;
    z-index: 2;
    display: flex;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg1 .vip-frame-icon {
    position: absolute;
    top: 0.11rem;
    left: 0.44rem;
    width: 100%;
    height: 1.33rem;
    width: 1.33rem;
    display: none;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg1 .vip-frame-text {
    position: absolute;
    top: 1.35rem;
    left: 1rem;
    width: 4rem;
    height: 98%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg1 .vip-frame-text-title {
    background:linear-gradient(90deg, #ccfdc1, #79c968);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: .78rem;
    font-weight: 700;
    margin-right: 0.1rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg1 .vip-frame-text-value {
    background:linear-gradient(90deg, #ccfdc1, #79c968);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: .853rem;
    font-weight: 700;
}
.BottomLinePage5 .hdialog-person-content .view-more-vip {
    position: absolute;
    top: 2.6rem;
    left: 0.6rem;
    width: 2rem;
    height: 0.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    transition: transform 0.1s ease-in-out;
    z-index: 2;
    background: #000000;
    border-radius: 0.8rem;
    border: 1px solid #4CAF50;
}
.BottomLinePage5 .hdialog-person-content .view-more-vip-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.BottomLinePage5 .hdialog-person-content .view-more-vip-text {
    position: absolute;
    top: 0;
    right: 0.6rem;
    line-height: 0.48rem;
    text-align: right;
    color: rgba(255, 255, 255, 0.65);
    font-size: .28rem;
}
.BottomLinePage5 .hdialog-person-content .item-arrow-vip {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.28rem;
    height: 0.28rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bg2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.72rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-curvip {
    position: relative;
    margin-top: 0.6rem;
    left: 0.22rem;
    width: 8.24rem;
    height: 1.35rem;
    overflow: hidden;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe {
    position: absolute;
    top: 0;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.66rem;
    display: flex;
    align-items: flex-end;
    color:#ffffff;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .left-title {
    position: absolute;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: .3rem;
    text-align: left;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .right-value {
    position: absolute;
    right: 0;
    width: 100%;
    color: #ffffff;
    font-size: .32rem;
    text-align: right;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe {
    position: absolute;
    top: 0.78rem;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.22rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .total-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.16rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0.14rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .cur-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0.16rem;
    background: #00563E;
    border-radius: 0.14rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .cur-frame-point {
    width: 0.16rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 0.14rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe {
    position: absolute;
    top: 1.05rem;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe .left-title {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #063F30;
    font-size: .3rem;
    text-align: left;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe .right-value {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    color: #00563E;
    font-size: .3rem;
    text-align: right;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe .right-value2 {
    color:#f1cb01;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-remainvip {
    position: relative;
    left: 0.22rem;
    width: 8.24rem;
    height: 1.55rem;
    border-radius: 0.22rem;
    overflow: hidden;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe {
    position: absolute;
    top: 0;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.66rem;
    display: flex;
    align-items: flex-end;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .left-title2 {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: .32rem !important;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .left-title {
    position: absolute;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: .3rem;
    text-align: left;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe {
    position: absolute;
    top: 0.78rem;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.22rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .total-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.16rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0.14rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .cur-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0.16rem;
    background: #00563E;
    border-radius: 0.14rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .cur-frame-point {
    width: 0.16rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 0.14rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe {
    position: absolute;
    top: 1.05rem;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe .left-title {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: .3rem;
    text-align: left;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-bottomframe .right-value {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    color:#ffffff;
    font-size: .3rem;
    text-align: right;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-remainvip {
    position: relative;
    left: 0.22rem;
    width: 8.24rem;
    height: 1.55rem;
    border-radius: 0.22rem;
    overflow: hidden;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe {
    position: absolute;
    top: 0;
    left: 0.22rem;
    width: 7.8rem;
    height: 0.66rem;
    display: flex;
    align-items: flex-end;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .left-title2 {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: .32rem !important;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .right-value2 {
    color: #FFFFFF !important;
    font-size: .346rem !important;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-topframe .right-value {
    position: absolute;
    right: 0;
    width: 100%;
    color:#ffffff;
    font-size: .32rem;
    text-align: right;
}
.BottomLinePage5 .hdialog-person-content .person-rebateframe {
    position: relative;
    left: 0.66rem;
    width: 8.68rem;
    height: 1.34rem;
    background:#1d1d39;
    border-radius: 0.22rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .rebate-left {
    position: absolute;
    left: 0.44rem;
    width: 6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.BottomLinePage5 .hdialog-person-content .rebate-left-title {
    color: rgba(255, 255, 255, 0.85);
    font-size: .373rem;
    font-weight: 700;
    margin-right: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .rebate-left-unit {
    color: rgba(255, 255, 255, 0.65);
    font-size: .32rem;
    font-weight: 400;
    margin-right: 0.11rem;
}
.BottomLinePage5 .hdialog-person-content .rebate-left-value {
    color: #FFEE00;
    font-size: .426rem;
    font-weight: 700;
}
.BottomLinePage5 .hdialog-person-content .view-more {
    position: absolute;
    right: 1.1rem;
    width: 2rem;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: .32rem;
}
.BottomLinePage5 .hdialog-person-content .item-arrow {
    position: absolute;
    right: 0.5rem;
    width: 0.44rem;
    height: 0.44rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe {
    position: relative;
    left: 0.66rem;
    width: 8.68rem;
    padding-bottom: 0.22rem;
    background: #1d1d39;
    border-radius: 0.22rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-title {
    position: relative;
    left: 0;
    width: 8.68rem;
    height: 1.11rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .rebate-left {
    position: absolute;
    left: 0.44rem;
    width: 6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.BottomLinePage5 .hdialog-person-content .rebate-left-title {
    color: rgba(255, 255, 255, 0.85);
    font-size: .373rem;
    font-weight: 700;
    margin-right: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .view-more {
    position: absolute;
    right: 1.1rem;
    width: 2rem;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: .32rem;
}
.BottomLinePage5 .hdialog-person-content .item-arrow {
    position: absolute;
    right: 0.5rem;
    width: 0.44rem;
    height: 0.44rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-item {
    position: relative;
    left: 0.44rem;
    width: 7.8rem;
    height: 0.88rem;
    overflow: hidden;
    margin-bottom: 0.11rem;
    background: #121325;
    border-radius: 0.22rem;
    display: flex;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-item-left {
    position: absolute;
    left: 0.22rem;
    width: 6rem;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.65);
    font-size: .32rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-item-right {
    position: absolute;
    right: 0.44rem;
    width: 6rem;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.45);
    font-size: .32rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-item-right .reward-unit {
    color: rgba(255, 255, 255, 0.45);
    font-size: .32rem;
    margin-right: 0.1rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-item-right .reward-value {
    color: #FFEE00;
    font-size: .373rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-share-title {
    position: relative;
    left: 0.44rem;
    width: 7.8rem;
    height: 0.88rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: .32rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-share-content {
    position: relative;
    left: 0.44rem;
    width: 7.8rem;
    height: 1.34rem;
    display: flex;
    align-items: center;
    overflow: scroll hidden;
    background: #1d1d39;
    border-radius: 0.22rem;
    padding: 0.3rem 0.1rem;
    /* 隐藏滚动条 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-share-container {
    white-space: nowrap;
    display: inline-block;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-share-item {
    position: relative;
    display: inline-block;
    height: 1.1rem;
    width: 1.1rem;
    top: 0.08rem;
    margin-right: 0.01rem;
    overflow: hidden;
    transition: transform 0.1s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-share-item-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.33rem;
    height: 0.66rem;
    width: 0.66rem;
}
.BottomLinePage5 .hdialog-person-content .person-agentframe .agent-share-item-title {
    position: absolute;
    top: 0.8rem;
    left: -0.1rem;
    width: 1.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: .22rem;
}
.BottomLinePage5 .hdialog-person-content .person-otherframe {
    position: relative;
    left: 0.66rem;
    width: 8.68rem;
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
    background: #1d1d39;
    border-radius: 0.22rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .other-item {
    position: relative;
    left: 0;
    width: 8.68rem;
    height: 1.33rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.04);
    transition: transform 0.2s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .other-item-left {
    position: absolute;
    left: 0.44rem;
    width: 6rem;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.65);
    font-size: .373rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .other-item-left .left-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .other-item-left .left-title {
    color: rgba(255, 255, 255, 0.65);
    font-size: .373rem;
}
.BottomLinePage5 .hdialog-person-content .item-arrow {
    position: absolute;
    right: 0.5rem;
    width: 0.44rem;
    height: 0.44rem;
}
.BottomLinePage5 .hdialog-person-content .person-exitframe {
    position: relative;
    left: 0.66rem;
    width: 8.68rem;
    height: 1.33rem;
    background: #1d1d39;
    border-radius: 0.22rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease-in-out;
}
.BottomLinePage5 .hdialog-person-content .other-item-left {
    position: absolute;
    left: 0.44rem;
    width: 6rem;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.65);
    font-size: .373rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.BottomLinePage5 .hdialog-person-content .other-item-left .left-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.22rem;
}
.BottomLinePage5 .hdialog-person-content .other-item-left .left-title {
    color: rgba(255, 255, 255, 0.65);
    font-size: .373rem;
}
.BottomLinePage5 .hdialog-person-content .item-arrow {
    position: absolute;
    right: 0.5rem;
    width: 0.44rem;
    height: 0.44rem;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .cur-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0.16rem;
    background: linear-gradient(90deg, #35f6c9, #1d8cf5);
    border-radius: 0.14rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.BottomLinePage5 .hdialog-person-content .person-vipframe-middleframe .cur-frame2 {
    background: linear-gradient(90deg, #35f6c9, #1d8cf5);
}

.bottom-slide-backLogin-panel.active {
    transform: translateY(0);
}
.bottom-slide-backLogin-panel{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    z-index: 164;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    /* border-radius: 1rem 1rem 0 0; */
    overflow: hidden;
}
.bottom-slide-backLogin-panel .overlayLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
    z-index: 97;
    pointer-events: all; /* 关键：捕获所有点击事件 */
}
.hdialog-exit-frame {
    position: absolute;
    bottom: 0rem;
    height: 9rem;
    width: 10rem;
    border-top-left-radius: 0.88rem;
    border-top-right-radius: 0.88rem;
    background:#121325;
    z-index: 98;
}
.hdialog-exit-frame .top-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 3.64rem;
    border-top-left-radius: 0.88rem;
    border-top-right-radius: 0.88rem;
}
.hdialog-exit-frame .top-content-title {
    position: absolute;
    top: 0.64rem;
    left: 0;
    width: 10rem;
    height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .426rem;
    color: #FFFFFF;
}
.hdialog-exit-frame .top-content-tips {
    position: absolute;
    top: 1.7rem;
    left: 0.5rem;
    width: 9rem;
    height: 1.07rem;
    line-height: 0.52rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .346rem;
    color: rgba(255, 255, 255, 0.65);
}
.hdialog-exit-frame .top-content-exit {
    width: 4rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .426rem;
    cursor: pointer;
    border-radius: 0.7rem;
}
.hdialog-exit-frame .bottom-content {
    position: absolute;
    top: 3.853rem;
    left: 0;
    width: 10rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}
.hdialog-exit-frame .bottom-content-cancel {
    width: 4rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .426rem;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    background: #1d1d39;
    border-radius: 0.7rem;
    border: 1px solid #147852;
}

/***  充值页面的样式  ***/
.wallet-page-topup {
    position: relative;
    margin-top:1.6rem;
    left: 0;
    width: 10rem;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0.88rem 0.88rem 0 0;
    /* 隐藏滚动条 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.topup-top-title-banner {
    border-radius: 0.22rem;
    width: 9.4rem;
    background: #1d1d39;
    padding: 0.3rem;
    margin: 0 auto;
}
.paycontetnMain,.SaquecontetnMain{
    background: #1d1d39;
    padding: 0.3rem;
    width: 9.4rem;
    margin: 0 auto;
}
.topup-pay-title {
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.85);
}
.tpay-frame{
    position: relative;
    top: 0.3rem;
    width: 9.5rem;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.topup-pay-item {
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 0.26rem;
    height: 1rem;
    line-height: 0.88rem;
    width: 2rem;
    border-radius: 0.22rem;
    overflow: hidden;
    /* 隐藏滚动条 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.topup-pay-item .pitem1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .346rem;
    border-radius: 0.22rem;
    border: 1px solid #3f7e89;
}
.topup-pay-item .pitem2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: .346rem;
    border-radius: 0.22rem;
}
.topup-top-title-banner-line {
    position: relative;
    left: 0;
    width: 10rem;
    height: 0.5px;
    background: rgb(18 19 37);
}
.withdr-top-title {
    position: relative;
    height: 2.6rem;
}
.withdr-top-title .tips {
    position: absolute;
    width: 8rem;
    line-height: 0.6rem;
    top: 0;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.65);
}
.withdr-top-title .amount {
    position: absolute;
    width: 8.8rem;
    height: 1.5rem;
    font-size: .533rem;
    top: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    background: #121325;
    border-radius: 0.3rem;
}
.withdr-top-title .amount img{
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
}
.withdr-top-title .amount .value {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    font-weight: 400;
}
.withdr-item-tips {
    position: relative;
    margin-top: 0.2rem;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    border-radius: 0.22rem;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
}
.withdr-item-tips .icon {
    position: absolute;
    left: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.2rem;
    opacity: 0.45;
}
.withdr-item-tips .text {
    position: relative;
    left: 1rem;
    text-align: left;
    line-height: 0.5rem;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.45);
    width: 7.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.topup-top-title {
    position: relative;
    height: 2.3rem;
}
.topup-top-normaltips {
    position: absolute;
    top: 0;
    left: 0.33rem;
    font-size: .343rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    border-radius: 0.22rem;
    width: 10rem;
    padding-left: 0.3rem;
    height: 0.88rem;
    line-height: 0.44rem;
    justify-content: flex-start;
}
.topup-float-tips {
    z-index: 10;
    position: absolute;
    top: 2.9rem;
    width: 4rem;
    height: 1.5rem;
    right: 0.1rem;
    font-size: 0.3rem;
    line-height: .426rem;
    color: rgba(255, 255, 255, 0.85);
}
.topup-float-tips .span2 {
    z-index: 10;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 3.65rem;
    height: 100%;
}
.signup-item-normal-topup {
    background: #121325;
    border: 1px solid rgb(18 19 37);
    border-radius: 0.22rem;
}
.topup-signup-item {
    position: relative;
    width: 8.8rem;
    margin: 0 auto;
    border-radius: 0.22rem;
    padding: 0 0.3rem;
    height: 1.3rem;
}
.topup-signup-item .input-normal {
    position: absolute;
    border: none;
    top: -0.25rem;
    /* height: 1rem; */
    /* line-height: 1rem; */
    left: 0.8rem;
    width: 3.3rem;
    padding: 0;
    font-size: .373rem;
    background-color: transparent;
    color: #FFFFFF;
    font-size: .426rem;
}
.input-normal.bubble-tip {
    /* 原有样式保持不变 */
    position: absolute;
    padding: 0 0.2rem;
    background-color: #009B36; /* 气泡背景色 */
    border-radius: 0.2rem;
    font-size: 0.426rem;
    color: #ffffff;
    box-sizing: border-box;
    width:auto;
}

/* 画出气泡的小尾巴（三角形） */
.input-normal.bubble-tip::after {
    content: '';
    position: absolute;
    top: 100%; /* 放在元素底部 */
    left: 0.5rem; /* 调整尾巴的左右位置 */
    width: 0;
    height: 0;
    border: 0.2rem solid transparent;
    border-top-color: #009B36; /* 尾巴颜色和气泡一致 */
    border-bottom: 0; /* 隐藏底部边框 */
    margin-top: -0.1rem; /* 微调位置 */
}
.topup-signup-item .input {
    position: absolute;
    border: none;
    left: 1.2rem;
    width: 6.6rem;
    padding: 0;
    background-color: transparent;
    color: #e1e1e1;
    font-size: 0.426rem;
    outline: none;
    top: 0.4rem;
    -moz-appearance: textfield;
}
.topup-signup-item .input::-webkit-outer-spin-button,
.topup-signup-item .input::-webkit-inner-spin-button {
  -webkit-appearance: none; /* 移除默认外观 */
  margin: 0; /* 移除可能残留的边距 */
}
.topup-signup-item .title-unit {
    left: 0.35rem;
    font-size: .427rem;
    font-weight: bold;
    position: absolute;
    top: 0.4rem;
}
.topup-signup-item .clear {
    position: absolute;
    right: 0.4rem;
    height: 1.3rem;
    width: 1rem;
}
.topup-signup-item .clear img {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    margin-top: -0.3rem;
    left: 50%;
    margin-left: -0.3rem;
    opacity: 0.65;
}
.topup-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    width: 9.4rem;
    height: 3.5rem;
    line-height: 1rem;
    left: 50%;
    margin-left: -4.5rem;
}
.topup-item .item {
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
    width: 2.86rem;
    height: 1rem;
    border-radius: 0.22rem;
    background: rgb(18 19 37);
    border: 1px solid rgb(18 19 37);
    text-align: center;
    color: #FFFFFF;
    font-size: .373rem;
    overflow: visible;
    position: relative;
}
.topup-item .item.active{
    border: 1px solid #13a851;
}
.signup-item-topup {
    left: 50% !important;
    margin-left: -3.85rem !important;
}
.signup-item-signup-disable {
    position: relative;
    margin-top: 0.53rem;
    width: 8rem;
    left: 0.22rem;
    margin-bottom: 0.6rem;
    height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/rechargeBut.png);
    background-size: 8rem 1.3rem;
    border-radius: 0.22rem;
    opacity: 1;
}
.signup-item-signup-disable.active{
    opacity:1;
    background-image: url(../image/rechargeBut_click.png);
}
.title-bar-component{
    width: 9rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 1.5rem;
}
.title-bar-component .title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 .325rem;
    font-size: .475rem;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0rem;
}
.title-bar-component .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: .1875rem;
    height: .625rem;
    background-image: linear-gradient(0deg, #1d1d39 0%, #1d1d39 100%);
    border-radius: .0938rem;
}
.dropdown {
    position: relative;
    width: 9.5rem;
    margin: 0 auto;
    padding: 0;
    height: 1.3rem;
    border: solid .0625rem #1d1d39;
    border-radius: 0.22rem;
    padding-top: .1rem;
    
}

.dropdown-btn {
    margin: 0 .3125rem;
    width: 8rem;
    height: 1rem;
    cursor: pointer;
    font-size: 0.426rem;
    line-height:1rem;
}
.popover-reference__content__icon {
    margin-right: .375rem;
    width: 0.7375rem;
    height: 0.7375rem;
    flex-shrink: 0;
    vertical-align: middle;
}
.dropdown-options {
  list-style: none;
  padding: 0 .3125rem;
  margin: 0;
  border: 1px solid rgb(18 19 37);
  border-radius: .1375rem;
  position: absolute;
  background-color: rgb(18 19 37);
  width: 100%;
  z-index: 991;
  font-size: 0.426rem;
}

.dropdown-options li {
    cursor: pointer;
    unicode-bidi: isolate;
}
.dropdown-options li.content_item {
    display: flex;
    align-items: center;
    padding: .375rem .1375rem .375rem 0;
    cursor: pointer;
}
.dropdown-options li.content_item .content_text {
    flex: 1;                 /* 核心代码：自动占满剩余宽度 */
}
.dropdown-options li.content_item span {
    color: #ffffff;
    font-weight: 400;
    font-stretch: normal;
}
.dropdown-options li.content_item-active span {
    color: #4870d5;
}
@font-face {
    font-family: icomoon;
    src: url(../webfonts/icomoon.eot?5m2sr6);
    src: url(../webfonts/icomoon.eot?5m2sr6#iefix) format("embedded-opentype"),url(../webfonts/icomoon.ttf?5m2sr6) format("truetype"),url(../webfonts/icomoon.woff?5m2sr6) format("woff"),url(../webfonts/icomoon.svg?5m2sr6#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
[class^=icon-],[class*=" icon-"] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.dropdown-options li.content_item .active-icon {
    display: none;
    flex-shrink: 0;          /* 防止空间不足时被挤压变形 */
    margin-left: auto;       /* 强制靠右对齐（双重保险） */
}
.dropdown-options li.content_item-active  .active-icon{
    display: block;
}
.item__bonus {
    content: "";
    position: absolute;
    top: -.2rem;
    left: -.0355rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .175rem;
    height: .4125rem;
    font-size: .3rem;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #e8c767;
    background-color: #1A3830;
    border-radius: .225rem 0rem;
    z-index: 1;
}
.sdcommon-text-disable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.33rem;
    text-align: center;
    font-size: .346rem;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
}
/*** 红包掉落的效果样式 ***/
.red-envelope {
    position: absolute;
    width:1.4rem;
    height:2.2rem;
    background: linear-gradient(135deg, #d62828, #a4161a);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s;
    z-index:0;
}

.red-envelope:hover {
    transform: scale(1.1);
}

.red-envelope:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #ffd700, #ffcc00);
    border-radius: 5px 5px 0 0;
}

.red-envelope:after {
    content: 'f';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffcc00;
    font-size: 24px;
    font-weight: bold;
}


/* 红包点击效果 */
.envelope-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: linear-gradient(135deg, #d62828, #a4161a);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 5px solid #ffcc00;
    z-index: 1000;
    transition: transform 0.3s ease-out;
    text-align: center;
}

.envelope-popup.open {
    transform: translate(-50%, -50%) scale(1);
}

.envelopeMain .rain-result1 {
    position: absolute;
    top: 50%;
    margin-top: -4.44rem;
    left: 50%;
    width: 6.66rem;
    height: 8.88rem;
    margin-left: -3.33rem;
}
.envelopeMain .rain-close {
    position: absolute;
    top: 9rem;
    left: 50%;
    margin-left: -0.7rem;
    width: 1.4rem;
    height: 1.4rem;
}
.envelopeMain .rain-close img {
    position: absolute;
    top: 0.2rem;
    left: 50%;
    margin-left: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
}
.envelopeMain .rain-result1 .Red_envelope_close_img{
    position: absolute;
    top: -1.8rem;
    width: 4rem;
    left: 35%;
    margin-left: -1rem;
}
.envelopeMain .rain-result1 .Red_envelope_title{
    position: absolute;
    top: 2.4rem;
    font-size: 0.56rem;
    width: 6.6rem;
    left: 1rem;
    color: #ccff00;
}
.envelopeMain .rain-result1 .tips1 {
    position: absolute;
    top: 3.45rem;
    left: 0.5rem;
    width: 4.6rem;
    height: auto;
}
.envelopeMain .rain-result1 .tips1-img {
    opacity: 0.65;
    position: absolute;
    top: 0.09rem;
    left: 0;
    width: 0.28rem;
    height: auto;
}
.envelopeMain .rain-result1 .tips1-span {
    position: absolute;
    top: 0;
    left: 0.45rem;
    width: 5.5rem;
    font-size: .346rem;
    color: #ffffff;
    line-height: 0.48rem;
}
.envelopeMain .rain-result1 .tips2 {
    position: absolute;
    top: 4.6rem;
    left: 0.5rem;
    width: 4.6rem;
    height: auto;
}
.envelopeMain .rain-result1 .tips2-img {
    opacity: 0.65;
    position: absolute;
    top: 0.09rem;
    left: 0;
    width: 0.28rem;
    height: auto;
}
.envelopeMain .rain-result1 .tips2-span {
    position: absolute;
    top: 0;
    left: 0.45rem;
    width: 5.5rem;
    font-size: .346rem;
    color: #ffffff;
    line-height: 0.5rem;
}
.envelopeMain .rain-result1 .receive-btn {
    position: absolute;
    left: 0;
    bottom: 0.7rem;
    width: 6.66rem;
    height: 2.22rem;
}
.envelopeMain .rain-result1 .receive-btn.receive-btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.envelopeMain .rain-result1 .rain-claim-block-msg {
    position: absolute;
    left: 0.45rem;
    right: 0.45rem;
    bottom: 3.1rem;
    max-height: 2.4rem;
    overflow: auto;
    font-size: .32rem;
    line-height: 0.44rem;
    color: rgba(255, 220, 180, 0.95);
    text-align: center;
    z-index: 2;
}
/* 钞票样式 */
/*.envelopeMain .money {
    position: absolute;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    top: -100px;
}*/

.envelopeMain .money {
    position: absolute;
    top: -100px; /* 初始位置在屏幕上方 */
    pointer-events: none; /* 红包本身可以点击 */
    cursor: pointer;
    user-select: none;
    /* 动画定义 */
    animation: 
        floatDown var(--duration) linear forwards,
        flipMoney var(--flip-duration) ease-in-out infinite,
        swayMoney var(--sway-duration) ease-in-out infinite alternate;
}

.envelopeMain .money-bill {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

.envelopeMain .money-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* 钞票飘落动画 */
@keyframes floatDown {
    0% {
        top: -100px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 110vh;
        opacity: 0; /* 落地消失 */
    }
}

/* 3. 3D 翻滚 (模拟钞票在空中翻转) */
@keyframes flipMoney {
    0% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }
    25% {
        transform: perspective(200px) rotateX(180deg) rotateY(45deg);
    }
    50% {
        transform: perspective(200px) rotateX(360deg) rotateY(90deg);
    }
    75% {
        transform: perspective(200px) rotateX(540deg) rotateY(45deg);
    }
    100% {
        transform: perspective(200px) rotateX(720deg) rotateY(0deg);
    }
}

/* 4. 左右飘动 (模拟空气阻力) */
@keyframes swayMoney {
    0% {
        /* 初始位置 */
        transform: translateX(0) rotate(0deg);
    }
    25% {
        /* 向右飘，身体向右倾斜 */
        transform: translateX(30px) rotate(15deg);
    }
    50% {
        /* 回到中间 */
        transform: translateX(0) rotate(0deg);
    }
    75% {
        /* 向左飘，身体向左倾斜 */
        transform: translateX(-30px) rotate(-15deg);
    }
    100% {
        /* 回到初始 */
        transform: translateX(0) rotate(0deg);
    }
}
.envelopeMain .money { 
    position: absolute; 
    animation: fall linear forwards; 
    z-index: 1;
}

.envelopeMain .money img { 
    width: 100%; 
    height: 100%; 
    object-fit: contain;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.7));
}

/* 下落动画 - 随机时长和延迟 */
@keyframes fall {
    0% { 
        top: -100px; 
        opacity: 1; 
        transform: rotate(0deg) translateX(var(--swing, 0px));
    }
    100% { 
        top: 100vh; 
        opacity: 0; 
        transform: rotate(var(--rotate, 720deg)) translateX(calc(var(--swing, 0px) + var(--end-swing, 0px)));
    }
}


/***** 中奖页面 *****/
.showAdMainLine{
    position: absolute;
    top: 3.5rem;
    width: 8.4rem;
    z-index: 152;
    height: 6.4rem;
    padding: 0rem 1rem 0;
    border-radius: 0 0 0.5rem 0.5rem;
}
.showAdMainLineMoney{
    padding: 0rem 0 2rem;
    font-size: 0.8rem;
    color: #cdff06;
    text-align: center;
}
.showAdMainLineMoney .ResultMoneyItem {
    font-size: 1rem;
    font-weight: bold;
    margin-left: 0.07rem;
}
.showAdMainLineButton{
    width: 100%;
    position:relative;
}
.showAdMainLineButton img{
    margin: 0.5rem auto 0;
    display: block;
    width: 4.5rem;
}
.showAdMainLineButton span{
    position: absolute;
    top: 0.24rem;
    font-weight: 700;
    font-size: 0.45rem;
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
    width: 6.66rem;
}
/**   egg中奖  **/
.EGGpopLoginMain .showAdMain{
    position: relative;
    margin-top: 0px;
    left: 0px;
    width: 6rem;
    height: 11.2rem;
    overflow: hidden;
}
.EGGpopLoginMain .showAdMainImg{
    width: 6rem;
}
.EGGpopLoginMain .showAdMainLightImg{
    z-index: 124;
    height: auto;
    width: 100%;
    position: absolute;
    animation: daily-egg-bg 7.5s linear infinite;
}
.EGGpopLoginMain .showAdMainLine{
    position: absolute;
    top: 4rem;
    background:none;
    width: 6rem;
    z-index: 152;
    height: 5.4rem;
    padding: 1.6rem 1rem 0;
    border-radius: 0 0 0.5rem 0.5rem;
}
.EGGpopLoginMain .showAdMainLineMoney{
    background: none;
    padding: 0.3rem 0;
    font-size: 0.5rem;
    color: #ffd602;
    position: absolute;
    z-index: 161;
    top: -1.7rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    left: 50%;
    transform: translate(-50%, -50%);
}
.EGGpopLoginMain .showAdMainLineMoney .ResultMoneyItem{
    font-size: 0.7rem;
    font-weight: bold;
    margin-left: 0.07rem;
}
.EGGpopLoginMain .showAdMainLineButton{
    width: 100%;
}
.EGGpopLoginMain .showAdMainLineButton img{
    width: 100%;
    margin:1.6rem auto 0;
    display: block;
}



/** 倒计时的样式 **/
.Contagem.countdown-container {
    background-color: #1d1d39;
    border-radius: 12px;
    padding: 0.4rem 0.5rem;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    width: 9rem;
    margin: 1rem auto 0rem;
}

.Contagem .title {
    color:#ffffff;/* Verde claro para o título */
    font-size: 0.4rem;
    letter-spacing: 0.5px;
}

.Contagem .title span {
    color: #ffffff; /* Branco para "começa em:" */
    font-weight: 600;
}

.Contagem .countdown {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top:5px;
}

.Contagem .time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Contagem .number {
    color: #14d276;
    font-size: 0.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
    background: #121325;
}

.Contagem .unit-label {
    background-color: #22493e;
    color: #a9a9a9;
    font-size: 0.3rem;
    padding: 6px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.Contagem .separator {
    color: #ffffff;
    font-size: 0.34rem;
    align-self: center;
    padding: 2px 7px;
    border-radius: 6px;
}
/**  游戏支付接口的弹窗  **/
.playCoinpopLoginMain .showAdMain{
    position:relative;
    margin-top:0px;
    left:0px;
    width:10rem;
    height:100vh;
    overflow: hidden;
}
/********   其他编辑页面的样式   ********/
.avatar-setting-preview {
    position: relative;
    margin-top: 1.2rem;
    height: 8rem;
    width: 8rem;
    margin-left: 1rem;
}
.avatar-setting-preview img {
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    border: 1px solid #ffffff;
}
.choose-new-photo {
    position: relative;
    margin-top: 1.2rem;
    margin-left: -2.22rem;
    left: 35%;
    width: 7.44rem;
    height: 1.33rem;
}

.sdcommon-text-enable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.33rem;
    text-align: center;
    font-size: .346rem;
    font-weight: 700;
}
.avatar-setting-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.profile-item-line {
    position: relative;
    height: 0.6rem;
}
/**** 昵称的提价 *****/
.nickname-dialog-value {
    position: relative;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    width: 9rem;
    height: 1.384rem;
    line-height: 1.384rem;
    border-radius: 0.22rem;
}
.coin-input {
    position: absolute;
    border: none;
    margin-top: 0.1rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-left: 0.5rem;
    width: 8rem;
    padding: 0;
    font-size: .373rem;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
    outline: none;
}
.rcoin-item-normal {
    border: 1px solid rgb(18 19 37);
    background: rgb(18 19 37);
}
.profile-btn-disable {
    position: relative;
    left: 30%;
    margin-left: -1.72rem;
    width: 7.24rem;
    height: 1.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.22rem;
    opacity: 0.45;
}
.rcoin-item-edit-normal {
  background:rgb(18 19 37);
  border: 1px solid rgba(0,255,182,1);
}
.sdcommon-text-disable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.33rem;
    text-align: center;
    font-size:0.42rem;
    color:#FFFFFF;
    font-weight: 700;
}
/*************/
.nickname-dialog-value {
    position: relative;
    margin-top: 0.2rem;
    margin-left: 0rem;
    width: 8.6rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 0.22rem;
}
.pwd-dialog-input {
    font-family: monospace;
    color: rgba(255, 255, 255, 0.85);
}
.pwdpreicon {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 0.4rem;
    top: 50%;
    margin-top: -0.25rem;
}
.pwdicon {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.4rem;
    padding: 0.15rem;
    border-radius: 0.6rem;
    /* background: rgba(0, 0, 0, 0.35); */
}
/***************/
.profile-item {
    position: relative;
    width: 9rem;
    height: 1.2rem;
    line-height: 1.2rem;
    left: 50%;
    margin-left: -4.5rem;
    margin-bottom: 0.22rem;
    background: rgb(29 29 57);
    border-radius: 0.22rem;
}
.profile-item-arrow-2 {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    margin-top: -0.25rem !important;
    right: unset !important;
    left: 0.4rem !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0 !important;
}
.profile-item-title {
    position: absolute;
    left: 0.5rem;
    top: 0;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    font-size: .346rem;
}
.profile-item-title img{
    width: 0.7rem;
    margin-top: 0.22rem;
}
.profile-value-normal {
    position: absolute;
    right: 1.1rem;
    width: 5.5rem;
    overflow: hidden;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.65);
    text-align: right;
}
/****  forget password  *****/
.passWord-popup-container {
    position: relative;
    width: 10rem;
    background-color: #121325;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 3000;
}

/* 弹窗标题 */
.passWord-popup-container .popup-title {
    text-align: center;
    padding: 0.5rem 0.4rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #ffffff;
}

/* 进度条容器 */
.passWord-popup-container .progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0.8rem;
    position: relative;
    width: 10rem;
}

/* 进度条线条 */
.passWord-popup-container .progress-line {
    position: absolute;
    height: 2px;
    background-color: #e0e0e0;
    width: 3rem;
    left: 1.8rem;
    top: 0.9rem;
    z-index: 1;
}

.passWord-popup-container .progress-line-active {
    position: absolute;
    height: 2px;
    background-color: #1976d2;
    width: 0%;
    left: 20%;
    top: 25px;
    z-index: 2;
    transition: width 0.3s ease;
}

/* 进度步骤 */
.passWord-popup-container .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

.passWord-popup-container .step-circle {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.3rem;
    margin-bottom: 8px;
    border: 1px solid #009688;
    box-shadow: 0 px 6px rgba(0, 0, 0, 02.1);
}

.passWord-popup-container .step-circle.active {
    background-color: #121325;
    color: white;
}

.passWord-popup-container .step-circle.inactive {
    background-color: #2e305f;
    color: #999;
    border: 2px solid #121325;
}

.passWord-popup-container .step-label {
    font-size: 0.26rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    height: 2rem;
    padding: 0.3rem 0.3rem 0;
    margin-bottom: 0.1rem;
}
.passWord-popup-container .step-label img{
    height: 0.8rem;
    margin-bottom: 0.15rem;
}

.passWord-popup-container .step-label.active {
    color: #ffffff;
    font-weight: bold;
    background: #1d1d39;
    height: 2rem;
    padding: 0.3rem 0.3rem 0;
    border-radius: 0.3rem;
    margin-bottom: 0.1rem;
}

/* 表单区域 */
.passWord-popup-container .form-container {
    padding: 0.4rem 0.5rem;
    margin: 0 auto 0.3rem;
}

/* 手机号输入框容器 */
.passWord-popup-container .phone-input-container {
    display: flex;
    border-radius: 0.16rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgb(18 19 37);
}

.passWord-popup-container .country-code {
    display: flex;
    align-items: center;
    padding: 0.2rem;
}

.passWord-popup-container .flag {
    width: 24px;
    height: 18px;
    margin-right: 8px;
    background-color: #eee;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.passWord-popup-container .flag img{
    height:20px;
}

.passWord-popup-container .country-code-text {
    font-size: 0.36rem;
    color: #e5e5e5;
}

.passWord-popup-container .phone-input {
    flex: 1;
    padding: 0.36rem;
    border: none;
    outline: none;
    font-size: 0.35rem;
    background-color: rgb(29 29 57);
    color: #ffffff;
}

.passWord-popup-container .clear-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    display: none;
}

.passWord-popup-container .phone-input:focus + .clear-button {
    display: block;
}

/* 错误信息 */
.passWord-popup-container .error-message {
    display: flex;
    align-items: center;
    color: #e53935;
    font-size: 13px;
    margin-bottom: 16px;
    display: none;
}

.passWord-popup-container .error-icon {
    margin-right: 6px;
    font-style: normal;
}

/* 复选框选项 */
.passWord-popup-container .checkbox-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.passWord-popup-container .checkbox-option {
    display: flex;
    align-items: center;
    font-size: 0.33rem;
    color: #8b8b8b;
}

.passWord-popup-container .custom-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.passWord-popup-container .custom-checkbox.checked {
    background-color: #1976d2;
    border-color: #1976d2;
}

.passWord-popup-container .custom-checkbox.checked::after {
    content: "✓";
    color: white;
    font-size: 12px;
}

/* 下一步按钮 */
.passWord-popup-container .next-button {
    width: 100%;
    padding: 0.28rem 0.35rem;
    border: none;
    border-radius: 8px;
    font-size: 0.34rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
    background: url(../image/butone.png);
    background-repeat: no-repeat;
    background-size: 3.8rem;
    background-position-x: center;
    color: #ffffff;
}

.passWord-popup-container .next-button:hover {
    background-color:#168566;
}

/* 关闭按钮 */
.passWord-popup-container-close-button {
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.3rem;
    color: #ffffff;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}

/*  短信发送码  */
.passWord-popup-container .input-field {
    padding:0.16rem 0.16rem 0.16rem 0.7rem;
    background-color: rgb(29 29 57);
    border: 1px solid rgb(18 19 37);
    border-radius: 0.2rem;
    color: white;
    font-size:0.32rem;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
    height: 1.05rem;
    position: absolute;
    z-index: 1;
    -moz-appearance: textfield; /* 将其外观设置为普通文本框 */
}
/* 聚焦效果 */
.passWord-popup-container .input-field:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.2);
  }

  /* --- 核心：去除默认箭头 --- */
  /* Chrome/Safari/Edge */
.passWord-popup-container .input-field::-webkit-inner-spin-button,
.passWord-popup-container .input-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
.passWord-popup-container .input-field {
    -moz-appearance: textfield;
  }
/* 按钮样式 */
.passWord-popup-container .sms-btn {
    border: none;
    border-radius: 4px;
    background: linear-gradient(178deg, #13d978, #277860);
    color: white;
    font-size: 0.35rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s;
    position: absolute;
    right: 0.3rem;
    width: 2rem;
    height: 0.86rem;
    top: 0.15rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.86rem;
    z-index: 2;
}
/* 禁用状态样式 */
.passWord-popup-container .sms-btn.disabled {
  background-color:#2f5f52f0;
  cursor: not-allowed;
}
/**  忘记密码的密码样式  **/
.password-input-container .input-group {
    margin-bottom: 0.40rem;
    line-height: 0.4rem;
}
.password-input-container .input-group .password-container {
    position: relative;
}
.password-input-container .input-group .password-icon, .password-input-container .input-group .fa-vcard {
    position: absolute;
    left: 0.16rem;
    top: 40%;
    transform: translateY(-50%);
    color: #b8e6cc;
    font-size: 0.32rem;
}
.password-input-container .input-group .password-icon img, .password-input-container .input-group .fa-vcard img{
    width:0.5rem;
    margin-left: 0.15rem;
}
.password-input-container .input-group .password-input {
    width: 100%;
    padding: 0.16rem 0.16rem 0.16rem 1rem;
    background-color: rgb(29 29 57);
    border: 1px solid rgb(18 19 37);
    border-radius: 12px;
    color: white;
    font-size: 0.38rem;
    outline: none;
    transition: border-color 0.2s ease;
    height: 1.15rem;
    margin-bottom: 0.26rem;
}
.password-input-container .input-group .password-toggle {
    position: absolute;
    right: 0.28rem;
    top: 40%;
    transform: translateY(-50%);
    color: #8cd4a6;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 0.32rem;
}
.password-input-container .input-group .password-toggle .iconsee {
    position: absolute;
    width: 0.80rem;
    height: 0.80rem;
    right: 0.006rem;
    top: 50%;
    margin-top: -0.38rem;
    opacity: 1;
    border-radius: 0.6rem;
    padding: 0.14rem;
}