/* Word下载器样式 */

/* 下载按钮基础样式 */
.word-download-section {
    margin: 20px 0;
    text-align: center;
}

.word-download-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.word-download-btn {
    background: #67c23a;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.word-download-btn:hover {
    background: #5daf34;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(103, 194, 58, 0.3);
}

.word-download-btn:disabled {
    background: #c0c4cc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.word-download-btn.loading {
    background: #909399;
    cursor: wait;
}

.word-download-tip {
    font-size: 12px;
    color: #909399;
    margin-left: 10px;
}

/* 大号下载按钮样式 */
.word-download-btn-big {
    background: linear-gradient(135deg, #67c23a 0%, #5daf34 100%);
    color: #fff;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(103, 194, 58, 0.2);
}

.word-download-btn-big:hover {
    background: linear-gradient(135deg, #5daf34 0%, #4c8c2a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(103, 194, 58, 0.4);
}

.word-download-btn-big:disabled {
    background: #c0c4cc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.word-download-btn-big.loading {
    background: #909399;
    cursor: wait;
}

/* 购买和升级按钮样式 */
.word-purchase-btn {
    background: #f56c6c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.word-purchase-btn:hover {
    background: #e74c3c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 108, 108, 0.3);
}

.word-upgrade-btn-small {
    background: #e6a23c;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.word-upgrade-btn-small:hover {
    background: #d68910;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(230, 162, 60, 0.3);
}

.word-upgrade-btn-big {
    background: linear-gradient(135deg, #e6a23c 0%, #d68910 100%);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(230, 162, 60, 0.2);
}

.word-upgrade-btn-big:hover {
    background: linear-gradient(135deg, #d68910 0%, #b37400 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 162, 60, 0.4);
}

/* 下载统计样式 */
.word-download-stats {
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 12px;
    color: #606266;
}

/* 权限提示样式 */
.word-permission-notice {
    background: #fdf6ec;
    border: 1px solid #faecd8;
    color: #e6a23c;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
}

.word-permission-notice i {
    margin-right: 6px;
}

/* 会员升级页面样式 */
.vip-center-wrap {
    max-width: 900px;
    margin: 40px auto 60px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 40px 30px;
}

.vip-plans {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.vip-plan-card {
    flex: 1 1 180px;
    min-width: 180px;
    max-width: 220px;
    background: #fafbfc;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 28px 18px 18px 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: box-shadow .2s, border .2s;
}

.vip-plan-card.selected,
.vip-plan-card:hover {
    border: 2px solid #f56c6c;
    box-shadow: 0 4px 16px rgba(245,108,108,0.08);
    background: #fff;
    z-index: 2;
}

.vip-plan-card .plan-icon {
    font-size: 2.5em;
    color: #f56c6c;
    margin-bottom: 10px;
}

.vip-plan-card .plan-name {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 8px;
}

.vip-plan-card .plan-price {
    font-size: 1.6em;
    color: #e74c3c;
    font-weight: 700;
}

.vip-plan-card .plan-days {
    font-size: 0.95em;
    color: #888;
    margin-bottom: 6px;
}

.vip-plan-card .plan-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f56c6c;
    color: #fff;
    font-size: 0.9em;
    padding: 2px 12px;
    border-radius: 12px;
}

.vip-privileges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px 0 24px 0;
}

.vip-privilege-badge {
    background: #f3f4f6;
    color: #f56c6c;
    border-radius: 20px;
    padding: 7px 18px;
    font-size: 0.98em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vip-pay-box {
    max-width: 420px;
    margin: 0 auto 32px auto;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.vip-pay-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.vip-pay-label {
    color: #888;
    font-size: 1em;
}

.vip-pay-amount {
    font-size: 2em;
    color: #e74c3c;
    font-weight: 700;
}

.vip-pay-days {
    font-size: 1em;
    color: #888;
    margin-left: 10px;
}

.vip-pay-methods {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 18px;
}

.vip-pay-method {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1em;
    background: #fff;
    border: 2px solid #eee;
    transition: border .2s;
}

.vip-pay-method.selected {
    border: 2px solid #67c23a;
    background: #f6fff6;
}

.vip-pay-method .fa {
    font-size: 1.3em;
}

.vip-pay-btn {
    width: 100%;
    padding: 16px 0;
    font-size: 1.2em;
    font-weight: 700;
    background: #f56c6c;
    color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(245,108,108,0.08);
    transition: background .2s;
    cursor: pointer;
}

.vip-pay-btn:hover {
    background: #e74c3c;
}

.vip-faq {
    margin: 40px auto 0 auto;
    max-width: 700px;
}

.vip-faq-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 18px;
}

.vip-faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vip-faq-list li {
    margin-bottom: 18px;
    padding: 18px 22px;
    background: #fafbfc;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.vip-faq-list .q {
    font-weight: 600;
    color: #333;
}

.vip-faq-list .a {
    color: #666;
    margin-top: 6px;
}

/* 响应式设计 */
@media (max-width: 900px) {
    .vip-center-wrap {
        padding: 18px 4vw;
    }
    
    .vip-plans {
        gap: 10px;
    }
    
    .vip-plan-card {
        min-width: 140px;
        padding: 18px 6px 12px 6px;
    }
    
    .vip-pay-box {
        padding: 16px 6px;
    }
    
    .word-download-btn-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .word-download-btn,
    .word-download-btn-big {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .word-download-section {
        margin: 15px 0;
    }
    
    .word-download-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .word-download-btn-big {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* 加载动画 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-spin {
    animation: spin 1s linear infinite;
}

/* 成功状态样式 */
.word-download-success {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    color: #0369a1;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
}

.word-download-success i {
    margin-right: 6px;
    color: #67c23a;
} 