/* ========== SSL证书页面样式 ========== */

/* --- Banner --- */
.ssl-banner {
    background: linear-gradient(135deg, #1a7fd4 0%, #4facfe 50%, #00c6fb 100%);
    padding: 60px 0 50px;
    text-align: center;
    color: #fff;
}
.ssl-banner-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    background: rgba(255,255,255,0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssl-banner-icon img {
    width: 44px;
    height: 44px;
}
.ssl-icon-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.ssl-icon-fallback i {
    font-size: 28px;
    margin-bottom: 2px;
}
.ssl-banner-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.ssl-banner-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 28px;
}
.ssl-banner-btn {
    display: inline-block;
    padding: 10px 36px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}
.ssl-banner-btn:hover {
    background: #fff;
    color: #1a7fd4;
}

/* --- Section Title --- */
.ssl-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 36px;
}
.ssl-section-title-white {
    color: #fff;
}

/* --- SSL 介绍 --- */
.ssl-intro {
    padding: 60px 0 50px;
    background: #fff;
}
.ssl-intro-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.ssl-intro-left {
    flex: 1;
}
.ssl-intro-right {
    flex: 0 0 360px;
    text-align: right;
}
.ssl-intro-right img {
    max-width: 100%;
    border-radius: 8px;
}
.ssl-intro-text {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 24px;
}
.ssl-intro-label {
    font-size: 15px;
    font-weight: 600;
    color: #1a7fd4;
    margin-bottom: 16px;
    padding-left: 10px;
    border-left: 3px solid #1a7fd4;
}
.ssl-advantages {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.ssl-advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.ssl-advantage-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #eef6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a7fd4;
}
.ssl-advantage-icon-seo {
    font-size: 14px;
    font-weight: 800;
    background: #fff3e6;
    color: #f5a623;
}
.ssl-advantage-icon-seo span {
    font-size: 16px;
    font-weight: 800;
}
.ssl-advantage-text {
    font-size: 13px;
    color: #555;
}

/* --- SSL证书价格 --- */
.ssl-pricing {
    padding: 60px 0 50px;
    background: #f7f9fc;
}
.ssl-pricing-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
}
.ssl-pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    min-width: 750px;
}
.ssl-pricing-table thead th {
    background: #f0f5fa;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 16px;
    text-align: center;
    border-bottom: 2px solid #e8eef5;
}
.ssl-pricing-table tbody td {
    padding: 13px 16px;
    text-align: center;
    font-size: 14px;
    color: #555;
    /*border-bottom: 1px solid #eef1f5;*/
}
.ssl-pricing-table tbody tr:last-child td {
    border-bottom: none;
}
.ssl-type-cell {
    font-weight: 600;
    color: #333;
    background: #fafbfd;
    min-width: 110px;
}
.ssl-check {
    color: #1a7fd4;
    font-size: 16px;
}
.ssl-dash {
    color: #ccc;
    font-size: 18px;
}
.ssl-price-cell {
    font-weight: 700;
    color: #1a7fd4;
    font-size: 16px;
}
.ssl-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a7fd4;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}
.ssl-buy-btn:hover {
    background: #1565b8;
    transform: scale(1.1);
}
.ssl-pricing-notes {
    margin-top: 16px;
    padding: 0 8px;
}
.ssl-pricing-notes p {
    font-size: 13px;
    color: #888;
    line-height: 1.8;
    margin: 0;
}

/* --- 如何选购 --- */
.ssl-howto {
    padding: 60px 0 60px;
    background: linear-gradient(135deg, #1a7fd4 0%, #2e9bef 100%);
    color: #fff;
    text-align: center;
}
.ssl-howto-subtitle {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.ssl-howto-desc {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 4px;
    line-height: 1.8;
}
.ssl-howto-cards {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    justify-content: center;
}
.ssl-howto-card {
    flex: 1;
    max-width: 340px;
    background: #fff;
    border-radius: 10px;
    padding: 36px 24px 30px;
    text-align: center;
    color: #333;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}
.ssl-howto-card:hover {
    transform: translateY(-4px);
}
.ssl-howto-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.ssl-howto-icon-dv {
    background: linear-gradient(135deg, #4facfe, #00c6fb);
}
.ssl-howto-icon-ov {
    background: linear-gradient(135deg, #f5a623, #f7c948);
}
.ssl-howto-icon-ev {
    background: linear-gradient(135deg, #1a7fd4, #0d5ba8);
}
.ssl-howto-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}
.ssl-howto-card-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 14px;
}
.ssl-howto-card-rating {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.ssl-rating-label {
    font-size: 13px;
    color: #888;
}
.ssl-stars {
    color: #f5a623;
    font-size: 14px;
}
.ssl-stars i {
    margin: 0 1px;
}
.ssl-howto-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.ssl-howto-card-list li {
    font-size: 13px;
    color: #666;
    line-height: 2;
    padding-left: 12px;
    position: relative;
}
.ssl-howto-card-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1a7fd4;
}

/* --- 应用场景 --- */
.ssl-scenarios {
    padding: 60px 0 60px;
    background: #fff;
}
.ssl-scenario-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.ssl-scenario-card {
    flex: 1;
    max-width: 360px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}
.ssl-scenario-card:hover {
    transform: translateY(-4px);
}
.ssl-scenario-img {
    height: 180px;
    overflow: hidden;
    background: #e8eef5;
}
.ssl-scenario-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ssl-scenario-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 18px 20px 8px;
}
.ssl-scenario-desc {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    padding: 0 20px 16px;
}
.ssl-scenario-btn {
    display: inline-block;
    margin: 0 20px 20px;
    padding: 7px 22px;
    border: 1px solid #1a7fd4;
    border-radius: 4px;
    color: #1a7fd4;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
}
.ssl-scenario-btn:hover {
    background: #1a7fd4;
    color: #fff;
}

/* --- 响应式 --- */
@media (max-width: 992px) {
    .ssl-intro-content {
        flex-direction: column;
    }
    .ssl-intro-right {
        flex: 0 0 auto;
        text-align: center;
    }
    .ssl-intro-right img {
        max-width: 400px;
    }
    .ssl-howto-cards {
        flex-direction: column;
        align-items: center;
    }
    .ssl-howto-card {
        max-width: 100%;
        width: 100%;
    }
    .ssl-scenario-cards {
        flex-direction: column;
        align-items: center;
    }
    .ssl-scenario-card {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .ssl-banner {
        padding: 40px 0 36px;
    }
    .ssl-banner-title {
        font-size: 24px;
    }
    .ssl-section-title {
        font-size: 22px;
    }
    .ssl-intro, .ssl-pricing, .ssl-howto, .ssl-scenarios {
        padding: 40px 0;
    }
    .ssl-advantages {
        gap: 16px;
    }
}