.vip-qy-list {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.account-item-title {
    width: 118px;
}
.account-info {
    margin-bottom: 10px;
}

.pay-info {
    padding-bottom: 20px;
}


/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    /* 重置固定宽度 */
    .main, .full, header {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* 头部导航 */
    .header-menu {
        flex-direction: column !important;
        gap: 10px;
        padding: 10px 0;
        display: none;
    }
    
    .header-menu a {
        font-size: 14px;
        padding: 8px 15px;
        margin-left: 0 !important;
    }
    
    /* 容器 */
    .container {
        width: 100% !important;
        padding: 0 15px !important;
        margin: 0 !important;
    }
    
    /* 标题 */
    #description {
        font-size: 24px !important;
        text-align: center !important;
        /* margin: 20px 0 !important; */
        padding-top: 20px !important;
    }
    
    /* 商品列表 */
    .wallet-top-content {
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 30px !important;
    }
    
    .wallet-top-content-item {
        width: 95% !important;
        height: auto !important;
        margin: 10px !important;
        padding: 20px 15px !important;
    }
    
    .coin-num1 {
        font-size: 24px !important;
        text-align: center !important;
    }
    
    .wallet-list-bottom-price {
        text-align: center !important;
        margin-top: 10px;
        justify-content: center !important;
    }
    
    .wallet-list-bottom-price > div:nth-child(1) {
        font-size: 24px !important;
    }
    
    .wallet-list-bottom-price > div:nth-child(2) {
        font-size: 18px !important;
    }
    
    /* 商品介绍 */
    .vip-qy-list {
        font-size: 14px !important;
        line-height: 1.6;
        padding: 20px 15px !important;
        margin-top: 30px !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin: 0 2.5% !important;
        width: 95% !important;
    }
    
    .vip-qy-list div {
        margin-bottom: 10px;
        width: 100% !important;
    }
    
    /* 表单 */
    .account-info {
        flex-direction: column !important;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .account-item-title {
        width: 100% !important;
        font-size: 16px;
        margin-bottom: 5px;
        line-height: normal !important;
    }
    
    .account-input {
        width: 100% !important;
        height: 50px !important;
        padding: 12px !important;
        font-size: 16px;
        margin-right: 0 !important;
    }
    
    .account-item {
        margin-right: 0 !important;
        line-height: normal !important;
    }
    
    /* 支付方式 */
    .pay-info {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-top: 30px !important;
    }
    
    .pay-info-item-list {
        justify-content: center !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
    
    .pay-info-item {
        margin-right: 20px !important;
        padding: 15px !important;
    }
    
    .pay-info-item-img {
        width: 120px !important;
        height: 50px !important;
    }
    
    /* 支付信息 */
    .pay-info-content {
        flex-direction: column !important;
        gap: 20px;
        align-items: center !important;
    }
    
    .qrcode {
        width: 200px !important;
        height: 200px !important;
        text-align: center !important;
    }
    
    .qrcode > img {
        width: 180px !important;
        height: 180px !important;
    }
    
    .pay-info-right {
        margin-left: 0 !important;
        text-align: center !important;
        height: auto !important;
        align-items: center !important;
    }
    
    .pay-info-item-price {
        height: auto !important;
        margin-top: 20px !important;
        text-align: center !important;
    }
    
    .pay-info-item-price span:first-child {
        font-size: 16px !important;
        margin-right: 10px !important;
    }
    
    .pay-info-item-price span:last-child {
        font-size: 32px !important;
    }
    
    .account-item-button {
        width: 100% !important;
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        font-size: 16px;
        margin-top: 15px !important;
    }
    
    /* 页脚 */
    footer .container {
        width: 100% !important;
        padding: 0 15px !important;
    }
    
    .flogo {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px;
    }
    
    .flogo a {
        line-height: normal !important;
        margin-left: 0 !important;
        display: block !important;
        margin: 5px 0;
    }
    
    .finfo {
        flex-direction: column !important;
        gap: 20px;
        text-align: center !important;
    }
    
    .finfo-contact {
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    .finfo-contact div {
        margin-bottom: 8px;
        font-size: 14px;
        margin-top: 10px !important;
    }
    
    .finfo-icp {
        text-align: center !important;
        margin: 10px 0;
    }
}

/* 超小屏幕适配 */
@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px !important;
    }
    
    .wallet-top-content-item {
        padding: 15px 10px !important;
        margin-top: 10px !important;
        width: 95% !important;
    }
    
    .coin-num1 {
        font-size: 20px !important;
    }
    
    .vip-qy-list {
        font-size: 13px !important;
        padding: 15px 10px !important;
        margin: 0 2.5% !important;
        width: 95% !important;
    }
    
    .account-input {
        padding: 10px !important;
        font-size: 14px;
    }
    
    .pay-info-item {
        padding: 10px !important;
    }
    
    .pay-info-item-img {
        width: 120px !important;
        height: 50px !important;
    }
    
    .qrcode {
        width: 180px !important;
        height: 180px !important;
    }
    
    .qrcode > img {
        width: 160px !important;
        height: 160px !important;
    }
}

/* 平板端适配 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .main, .full, header {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .container {
        width: 90% !important;
        padding: 0 20px !important;
    }
    
    .wallet-top-content {
        gap: 20px;
    }
    
    .wallet-top-content-item {
        padding: 25px 20px !important;
        margin-top: 10px !important;
        width: 95% !important;
    }
    
    .vip-qy-list {
        font-size: 18px !important;
        padding: 30px 20px !important;
    }
}