@charset "gb2312";
/* ===== VIP专区整体样式 ===== */
.aze-vip-section {
    padding: 60px 15px; /* 增大上下边距 */
    background: #f8f9fa;
    font-family: 'Microsoft YaHei', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.aze-vip-header {
    text-align: center;
    margin-bottom: 30px;
}

.aze-vip-header h2 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.aze-vip-header p {
    font-size: 16px;
    color: #666;
    margin-top: 0;
}

/* ===== VIP卡片容器 ===== */
.aze-vip-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
    gap: 30px;
    max-width: 100%;
}

/* ===== VIP卡片通用样式 ===== */
.aze-vip-card {
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 380px; /* 卡片变窄 */
    box-sizing: border-box;
    position: relative;
  
}

/* 创业培训会员特殊样式 */
.aze-premium-card {
    border: 2px solid #ff9800;
}    
 
.aze-vip-card:hover {
    transform: translateY(-5px);
} 

/* ===== 卡片头部 ===== */
.aze-vip-card-top {
    display: flex;
    align-items: center;
    padding: 15px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    border-bottom: 1px solid #eee;
    position: relative;
    min-height: 80px; /* 确保头部有足够高度 */
}
    
/* 卡片头部区分 */
.aze-premium-card .aze-vip-card-top {
    background: linear-gradient(135deg, #fff4e5 0%, #ffd8a6 100%);
    border-bottom: 1px solid #ffd8a6;
}

/* 普通会员卡片头部 */
.aze-vip-card .aze-vip-card-top {
    background: linear-gradient(135deg, #f0f7ff 0%, #d0e4ff 100%);
    border-bottom: 1px solid #d0e4ff;
}
    
.aze-vip-icon img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    flex-shrink: 0;
}

.aze-vip-title {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aze-vip-title h3 {
    font-size: 22px; /* 增大会员名称字号 */
    color: #333;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.aze-vip-price {
    font-size: 20px; /* 减小价格字号 */
    color: #2092EF;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.aze-vip-price .permanent {
    font-size: 14px; /* 永久字样更小 */
    color: #888;
    margin-left: 5px;
    font-weight: normal;
}

/* ===== 卡片内容区域 ===== */
.aze-vip-card-middle {
    padding: 20px 15px;
    position: relative;
}

.aze-premium-tag {
    position: absolute;
    top: -10px;
    right: 15px;
    background: linear-gradient(135deg, #ff0000, #cc0000); /* 红色渐变 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 轻微阴影 */
    color: white;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.aze-vip-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aze-vip-benefits li {
    padding: 8px 0;
    font-size: 16px; /*电脑端字体大小*/
    color: #555;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.aze-vip-benefits li:last-child {
    border-bottom: none;
}

/* ===== 卡片顶部按钮区域 ===== */
.aze-subscribe-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); /* 垂直居中 */
    background: #2092EF;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.aze-subscribe-btn:hover {
    background: #1976d2;
    transform: translateY(-50%) scale(1.05);
}

.aze-premium-btn {
    background: #ff9800;
}

.aze-premium-btn:hover {
    background: #f57c00;
}

/* ===== 响应式调整 ===== */
@media (max-width: 768px) {
    .aze-vip-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .aze-vip-container {
        flex-direction: column;
        align-items: center;
    }
    
    .aze-vip-card {
        max-width: 100%;
    }
  
  .aze-vip-card-top {
        min-height: 60px; /* 移动端高度调整为60px */
        /* padding: 10px 15px; 适当减小内边距 */
    }
  
    .vip-prompt {
        margin-bottom: 10px;
    }
  
    .aze-premium-card {
        margin-top: -10px;
    }
    
    .content-tab.my-vip-info.wap {
        padding-top: 30px;
    }
    .aze-vip-benefits li {
        padding: 3px 0;
        line-height: 1.3;
        font-size: 16px;  /*手机端字体大小*/
    }
    
    .aze-vip-title h3 {
        font-size: 20px;
    }
    
    .aze-vip-price {
        font-size: 18px;
    }
    
    .aze-vip-price .permanent {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .aze-vip-card-top {
        flex-direction: row;
    }
    
    .aze-vip-icon img {
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .aze-vip-benefits li {
        font-size: 16px; /*手机端字体大小调节*/
    }
    .aze-vip-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 360px) {
    .aze-vip-card-top {
        padding: 12px;
        min-height: 70px;
    }
    
    .aze-vip-icon img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
    .aze-vip-title h3 {
        font-size: 16px;
    }
    
    .aze-vip-price {
        font-size: 15px;
    }
    
    .aze-vip-price .permanent {
        font-size: 12px;
    }
    
    .aze-subscribe-btn {
        padding: 6px 14px;
        font-size: 13px;
    }
    .content-tab.my-vip-info.wap {
        padding-top: 30px;
    }
  
}