
.appstore-modal-card {
  color:  #9e9e9e !important
}
.appstore-modal-card * {
    color: #000000 !important;
}



/* App Store 风格弹窗 */
.appstore-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.appstore-modal.show {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.appstore-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}

.appstore-modal-card {
        position: relative;
    width: 96%;
    max-width: 420px;
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: appstoreSlideUp 0.3s ease-out;
    margin-bottom: 9px;
}

@keyframes appstoreSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.appstore-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    
}

.appstore-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #373737!important;
}

.appstore-modal-close {
    font-size: 32px;
    color: #373737!important;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    font-weight: 300;
}

.appstore-modal-body {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin: 0 15px;
    text-align: left;
}

.appstore-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.appstore-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    margin-right: 12px;
    background-color: #f2f2f7;
}

.appstore-item-info {
    flex: 1;
}

.appstore-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 2px;
}

.appstore-item-subtitle {
    font-size: 14px;
    color: #9e9e9e !important;
    margin-bottom: 4px;
    font-weight: 600;
}

.appstore-item-iap {
    font-size: 12px;
    color: #373737 !important;
}

.appstore-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 12px 0;
}

.appstore-price {
    margin: 8px 0;
}

.appstore-price-amount {
    font-size: 22px;
    font-weight: 600;
    color: #373737 !important;
}

.appstore-price-desc {
    font-size: 12px;
    color: #9e9e9e !important;
    display: block;
    margin-top: 2px;
    
}

.appstore-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #373737 !important;
}


.appstore-notetw{
    color: #373737 !important;
}


.appstore-hinttw {
    color: #373737 !important;
    
}

.appstore-note-arrow {
    color: #373737 !important;
}

.appstore-account {
    font-size: 12px;
    color: #9e9e9e !important;
}

.appstore-modal-footer {
    padding: 16px 20px;
    
  /*  background-color: rgba(248, 248, 250, 0.95); */
}

.appstore-footer-hint {
    text-align: center;
    font-size: 12px;
    color: #373737 !important;
    margin-bottom: 12px;
        position: relative;
    top: 3px
}

.appstore-confirm-btn {
    width: 100%;
    padding: 12px 0;
    background-color: #007aff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.appstore-confirm-btn:active {
    background-color: #0051d5;
}


/* 单按钮样式（提示型弹窗） */
.appstore-confirm-btn.single-btn {
    width: 100%;
    margin: 0 auto;
}

/* 确保弹窗层级和交互正常 */
.appstore-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999; /* 提高层级，避免被遮挡 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.appstore-modal.show {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}















@media (max-width: 768px) {


  
    .guest_down p {
        margin: 0;
    color: #f88279;
    font-size: 14px;
    /* margin: 20px 0 10px 0; */
    position: relative;
    top: 14px !important;
}
/* ========== 移动端用户弹窗样式（独立CSS） ========== */
/* 1. 遮罩层：全屏半透明 */
.slide-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
    backdrop-filter: blur(2px); /* 可选：背景模糊，更贴近截图效果 */
}

/* 2. 弹窗容器：底部弹出 + 圆角 + 渐变背景 */
.slide-wrapper {
            position: fixed;
        top: 255px;
        left: 0;
        width: 100%;
        height: 130vh;
        max-height: 100vh;
        background: linear-gradient(180deg, #d2549b 0%, #6e0734 100% 20%);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        z-index: 999999;
        transform: translateY(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        color: #ffffff;
        box-sizing: border-box;
        padding: 20px 15px;
}

/* 3. 弹窗显示状态：从底部滑入 */
.slide-wrapper.show {
    transform: translateY(0);
}

/* 4. 弹窗头部样式（头像+用户名+签到） */
.slide-wrapper .header-info {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 0px solid rgba(255, 255, 255, 0.3); /* 半透明白色分割线 */
    margin-bottom: 15px;
}

.slide-wrapper .header-info-content .avatar {
    border-radius: 50%; /* 头像圆形 */
    border: 2px solid #ffffff; /* 头像白色边框 */
  
    vertical-align: middle;
}

.slide-wrapper .header-info-content p {
    
    font-size: 15px;
    line-height: 1.4;
}

.slide-wrapper .header-info-content a {
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
}

/* 5. 弹窗菜单列表样式（功能项不变，样式适配） */
.slide-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-wrapper ul li {
    padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: inline-flex;
        align-items: center;
        border-radius: 20px;
        width: 40%;
        margin-left: 6%;
}

.slide-wrapper ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
}

.slide-wrapper ul li a .iconfont {
    margin-right: 10px;
    font-size: 16px;
}

/* 6. 适配小屏手机 */
@media (max-width: 375px) {
    .slide-wrapper {
        height: 85vh;
        max-height: 85vh;
        padding: 15px 10px;
    }
    .slide-wrapper .header-info {
        padding: 8px 0 15px;
    }
}

/* 弹窗右上角关闭按钮样式 */
.popup-close-btn {
    position: absolute;
    top: -45px;
    right: 15px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: red;
    z-index: 10000; /* 确保在最上层 */
    /* 点击反馈 */
    transition: background 0.2s ease;
}
/* 鼠标hover时加深背景（电脑端） */
.popup-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* 适配小屏手机，缩小按钮 */
@media (max-width: 375px) {
    .popup-close-btn {
        top: 10px;
        right: 10px;
        font-size: 18px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    
    
  

}

