﻿section {
    padding: 80px 0;
}

.btn-primary {
    display: inline-block;
    background-color: #343f52;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(52, 63, 82, 0.28);
    text-align: center;
    transition: 0.35s ease;
    font-size: 16px;
}

    .btn-primary:hover {
        box-shadow: 0 10px 30px rgba(52, 63, 82, 0.38);
        transform: translate(0, -5px);
    }

section.banner {
    text-align: center;
    color: white;
    border-radius: 20px;
    margin: 135px 50px 50px;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    background: url("/images/bg-e7pnvlaif4xo6583.png") no-repeat center 55%;
    background-size: cover;
    height: 640px;
    color: #314068;
}

    section.banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.5;
        z-index: 1;
    }

    section.banner > .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        z-index: 2;
        position: relative;
    }

.shape {
    position: absolute;
    z-index: 1;
}

    .shape .yellow.svg-fill {
        fill: #fab758;
    }

    .shape .leaf.svg-fill {
        fill: #7cb798;
    }

    .shape .fuchsia.svg-fill {
        fill: #e668b3;
    }

    .shape .grape.svg-fill {
        fill: #605dba;
    }

.logo {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .logo > i::before {
        content: '\f0fe';
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 900;
    }

.banner > .container > h1 {
    font-size: 3.9rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.banner > .container > .subtitle {
    font-size: 1.5rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.6;
}

.banner > .container > .timer {
    font-size: 18px
}

    .banner > .container > .timer > span>i {
        font-family: 'univia';
        font-weight: 500;
        font-style: normal;
    }

.banner > .container > .buttons {
    margin-top: 100px;
}

    .banner > .container > .buttons > .btn-primary {
        padding: 18px 50px;
        font-size: 18px
    }

        .banner > .container > .buttons > .btn-primary::after {
            content: '\e16a';
            font-family: 'FontAwesome';
            font-weight: 900;
            font-size: 14px;
            margin-left: 4px;
        }

section.promos {
    max-width: 1330px;
    margin: 0 auto;
    padding: 20px 0 90px;
}

.promo-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 两列，每列宽度相等 */
    grid-template-rows: repeat(3, auto); /* 三行，每行高度100px */
    gap: 30px 60px; /* 网格间距 */
}

    .promo-container > li {
        display: block;
        padding: 40px 40px 40px 120px;
        border-radius: 8px;
        position: relative;
    }

        .promo-container > li::after,
        .promo-container > li::before {
            font-family: 'FADuotone';
            font-weight: 300;
            position: absolute;
            font-size: 48px;
            left: 44px;
            top: 30px;
        }

        .promo-container > li::before {
            color: #343f52;
        }

        .promo-container > li:nth-child(1) {
            background-color: #fdf1f8;
        }

            .promo-container > li:nth-child(1)::before {
                content: '\f64b';
            }

            .promo-container > li:nth-child(1)::after {
                content: '\f64b\f64b';
                color: #f0a4d1;
            }

        .promo-container > li:nth-child(2) {
            background-color: #f3f8f5;
        }

            .promo-container > li:nth-child(2)::before {
                content: '\f0ac';
            }

            .promo-container > li:nth-child(2)::after {
                content: '\f0ac\f0ac';
                color: #b0d4c1;
            }

        .promo-container > li:nth-child(3) {
            background-color: #eff7fa;
        }

            .promo-container > li:nth-child(3)::before {
                content: '\f06b';
            }

            .promo-container > li:nth-child(3)::after {
                content: '\f06b\f06b';
                color: #98cbdd;
            }

        .promo-container > li:nth-child(4) {
            background-color: #fef4f2;
        }

            .promo-container > li:nth-child(4)::before {
                content: '\e4c7';
            }

            .promo-container > li:nth-child(4)::after {
                content: '\e4c7\e4c7';
                color: #fab9ad;
            }

        .promo-container > li:nth-child(5) {
            background-color: #fff8ee;
        }

            .promo-container > li:nth-child(5)::before {
                content: '\f79c';
            }

            .promo-container > li:nth-child(5)::after {
                content: '\f79c\f79c';
                color: #fcd49b;
            }

        .promo-container > li:nth-child(6) {
            background-color: #f0f0f8;
        }

            .promo-container > li:nth-child(6)::before {
                content: '\f07a';
            }

            .promo-container > li:nth-child(6)::after {
                content: '\f07a\f07a';
                color: #a09ed6;
            }

        .promo-container > li > h1 {
            font-size: 1.5rem;
            color: #343f52;
            font-weight: bold;
        }

        .promo-container > li > h3 {
            font-size: 1.125rem;
            color: #717888;
        }
/*=购买表单开始=*/
section.orderform {
    background: #f7f8f9;
}

.orderform-wrap {
    max-width: 1260px;
    margin: 0 auto;
}

    .faq > h1,
    .orderform-wrap > h1 {
        font-size: 2.8rem;
        font-weight: bold;
        color: #343f52;
        text-align: center;
    }

        .orderform-wrap > h1 > a {
            margin-top: 40px;
            padding: 10px 30px;
        }

            .orderform-wrap > h1 > a::after {
                content: '\f35d';
                font-family: 'FontAwesome';
                font-weight: 900;
                font-size: 14px
            }

.order-container {
    width: 100%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    margin: 60px 0 30px 0;
}
/*=购买表单结束=*/
/*=常见问题开始=*/
section.faq > .subtitle {
    color: #9ea2aa;
    font-family: 'univia';
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    word-spacing: 3px;
}

.faq > .container {
    max-width: 1260px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 70px;
    border-radius: 15px;
}

.faq-list > li {
    display: block;
    padding: 26px 0;
    border-bottom: solid 1px #eaedf1;
}

    .faq-list > li:last-child {
        border-bottom: none;
    }

    .faq-list > li > h3 {
        font-size: 1.25rem;
        font-weight: bold;
        color: #343f52;
    }

        .faq-list > li > h3::before {
            content: '\f059';
            font-family: 'FontAwesome';
            font-weight: 400;
            margin-right: 6px;
        }

    .faq-list > li > h4 {
        font-size: 1rem;
        color: #66748c;
        margin-top: 6px;
        padding-left: 1.65rem;
    }
/*=常见问题结束=*/
