@charset "UTF-8";

/**
 * 网站改版专用样式（2026.05.04 100￥/h）
 * =================================================
 * 包含内容：
 * - 1. 网站最大宽度设置为2000px，同时去掉所有的侧边栏。
 * - 2. 首页改版：
 *      - 1. 顶部导航改版
 *      - 2. 关于五森改版
 *      - 3. 特色产品改版
 *      - 4. 选择五森改版
 * =================================================
 */


/* 1. 顶部导航 ---------------------------------- */
@media (min-width: 992px) {
    .wzm-wrap-3 {
        display: none;
    }
    .wzm-wrap-2026 {
        display: block !important;
    }
}
@media (min-width: 2001px) {
    .wzm-site-header .wzm-main .wzm-wrap {
        max-width: 2000px !important;
    }
}
.wzm-wrap-2026 {
    padding-block-start: 20px;
    padding-inline-start: 100px;
    width: 100%;
    color: white;
    a {
        color: white;
    }
    .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        .left {
            display: flex;
            align-items: center;
            gap: 2.125rem;
        }
        .right {
            display: flex;
            align-items: center;
            gap: 1.125rem;
            .tel {
                display: flex;
                align-items: center;
                gap: 5px;
                img {
                    height: 18px;
                    width: auto;
                }
            }
            .search {
                display: flex;
                align-items: center;
                padding: 0 5px 0 10px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.2);
                border: 2px solid rgba(255, 255, 255, 0.8);
                border-radius: 50rem;
                .wzm-search-input {
                    color: white;
                    background: transparent;
                    border: none !important;
                    outline: none !important;
                }
                .wzm-search-submit {
                    padding-inline-end: 2px;
                    height: auto;
                    transform: translateY(1px);
                }
            }
            .lang {
                .wzm-lang-button {
                    display: flex;
                    align-items: center;

                    padding-inline-start: 0;
                    padding-block-start: 0;
                    height: auto;
                }
                .prisna-wp-translate-languages-list {
                    display: flex !important;
                    flex-wrap: wrap !important;

                    padding-block: 20px !important;
                    padding-inline-start: 100px !important;
                    height: auto !important;
                    background-color: white !important;
                    a {
                        color: black;
                        span {
                            color: black !important;
                        }
                    }
                    p {
                        margin-block: 5px !important;
                        width: calc((100% - 7.5rem) / 10);
                        a {
                            padding-inline: 0 !important;
                        }
                    }
                }
            }
        }
    }
    .bottom {
        display: flex;
        align-items: center;
        color: white;
        font-size: 20px;
        a {
            margin-block: 30px;
            color: white;
            font-weight: 600;

            &:hover {
                color: #8cc345;
            }
        }
        span {
            padding-inline: 25px;
        }
    }
}
/* 1. 顶部导航改版 结束 -------------------------- */

/* 2. 关于五森 ---------------------------------- */
.wzm-2026-about {
    padding: 40px 10px;
    @media (min-width: 992px) {
        padding: 140px 10px;
    }

    header {
        .title {
            margin-block: 0;
            padding-block: 10px;

            color: #004098;
            font-size: 24px;
            line-height: 1.2;
            text-align: left;
            @media (min-width: 992px) {
                margin: 0 auto;
                width: auto;
                max-width: 40ch;

                font-size: 60px;
                line-height: 1.1;
                text-align: center;
            }
        }

        .subtitle {
            @media (min-width: 768px) {
                font-size: 22px;
                font-weight: bold;
                line-height: 1.2;
                text-align: left;
            }
            @media (min-width: 992px) {
                margin: 0 auto;
                width: auto;
                max-width: 50ch;

                font-size: 30px;
                line-height: 1.1;
                text-align: center;
            }
        }
    }

    .content {
        margin-block-start: 30px;
        @media (min-width: 992px) {
            margin: 50px auto;
            width: auto;
            max-width: 80ch;
        }

        p {
            @media (min-width: 992px) {
                text-align: left;
            }
        }

        a {
            display: block;

            margin-block-start: 30px;
            width: 120px;
            height: 32px;

            color: white;
            font-size: 14px;
            line-height: 32px;
            text-align: center;

            background-color: #004098;
            border-radius: 4px;
            @media (min-width: 992px) {
                margin-inline: auto;

                width: 150px;
                height: 50px;
                line-height: 50px;
                text-transform: uppercase;
            }
        }
    }

    .solutions {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-block-start: 45px;
        @media (min-width: 1200px) {
            gap: 40px;
            margin-block-start: 120px;
            margin-inline: auto;
            max-width: 1360px;
        }
        @media (min-width: 2001px) {
            max-width: 2000px;
        }

        .item {
            position: relative;
            width: 100%;
            aspect-ratio: 2 / 1;
            border-radius: 4px;
            overflow: hidden;
            @media (min-width: 768px) {
                width: calc((100% - 20px) / 2);
            }
            @media (min-width: 1200px) {
                width: calc((100% - 120px) / 4);
                aspect-ratio: 1 / 2;
                border-radius: 8px;
            }

            .img {
                position: relative;
                width: 100%;
                height: 100%;
                &:hover::after {
                    opacity: 0;
                }

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                &::after {
                    content: '';
                    position: absolute;
                    inset: 0;
                    z-index: 5;
                    width: 100%;
                    height: 100%;
                    background-color: #004098;
                    mix-blend-mode: hard-light;
                    opacity: 0.8;
                    transition: opacity .3ms ease;
                }
            }

            p {
                position: absolute;
                inset: auto 20px 20px 20px;
                z-index: 10;

                margin-block-end: 0;
                color: white;
                @media (min-width: 1200px) {
                    inset: auto 40px 40px 40px;
                    font-size: 36px;
                    font-weight: 600;
                    line-height: 1.2;
                }

                span {
                    display: block;
                }
            }
        }
    }
}
/* 2. 关于五森 结束 ------------------------------ */

/* 3. 特色产品 ---------------------------------- */
.wzm-2026-products {
    padding: 40px 10px;
    @media (min-width: 992px) {
        padding: 80px 10px;
    }
    background-color: #ededed;

    header {
        .title {
            margin-block: 0;
            padding-block: 10px;

            color: #004098;
            font-size: 24px;
            text-align: left;
            @media (min-width: 992px) {
                margin-inline: auto;
                width: auto;
                max-width: 40ch;

                font-size: 40px;
                line-height: 1.1;
                text-align: center;
            }
        }
    }

    .excerpt {
        margin-block-start: 10px;
        @media (min-width: 992px) {
            margin-inline: auto;
            width: auto;
            max-width: 80ch;

            font-size: 24px;
        }
    }

    .content {
        margin-block-start: 50px;
        @media (min-width: 992px) {
            margin-block-start: 80px;
            margin-inline: auto;
            max-width: 1360px;
        }
        @media (min-width: 2001px) {
            max-width: 2000px;
        }

        ul {
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            @media (min-width: 1200px) {
                gap: 40px;
            }

            li {
                width: calc((100% - 20px) / 2);
                @media (min-width: 768px) {
                    width: calc((100% - 40px) / 3);
                }
                @media (min-width: 1200px) {
                    width: calc((100% - 120px) / 4);
                }

                a {
                    display: block;
                    width: 100%;
                    height: 100%;

                    background-color: white;
                    border: 1px solid rgba(0, 0, 0, .2);
                    border-radius: 4px;
                    @media (min-width: 1200px) {
                        border-radius: 8px;
                    }
                    overflow: hidden;
                }

                .img {
                    padding: 10px;

                    img {
                        width: auto;
                        height: 100%;
                    }
                }

                .title {
                    border-top: 1px solid rgba(0, 0, 0, .2);
                    margin-block-end: 0;
                    padding: 10px;

                    color: #555;
                    font-size: 14px;
                    @media (min-width: 768px) {
                        padding: 16px;
                        font-size: 16px;
                    }
                    @media (min-width: 992px) {
                        padding: 20px;
                    }
                    @media (min-width: 1320px) {
                        text-align: center;
                    }
                    @media (min-width: 2001px) {
                        padding: 40px;
                        font-size: 20px;
                        font-weight: 600;
                    }
                }
            }
        }

        .more {
            display: block;

            margin-block-start: 30px;
            margin-inline: auto;
            width: 120px;
            height: 32px;

            color: white;
            font-size: 14px;
            line-height: 32px;
            text-align: center;

            background-color: #004098;
            border-radius: 4px;
            @media (min-width: 992px) {
                margin-inline: auto;

                width: 150px;
                height: 50px;
                line-height: 50px;
                text-transform: uppercase;
            }
            @media (min-width: 2001px) {
                margin-block-start: 100px;
                font-size: 18px;
                width: 200px;
                line-height: 55px;
            }
        }
    }
}
/* 3. 特色产品 结束 ------------------------------ */

/* 4. 选择五森 ---------------------------------- */
.wzm-2026-choose {
    padding: 40px 10px;
    @media (min-width: 992px) {
        padding: 140px 10px;
    }
    header {
        .title {
            margin-block: 0;
            padding-block: 20px;

            color: #004098;
            font-size: 24px;
            line-height: 1.2;
            text-align: left;
            @media (min-width: 768px) {
                text-align: center;
            }
            @media (min-width: 992px) {
                margin: 0 auto;
                width: auto;
                max-width: 40ch;

                font-size: 60px;
                line-height: 1.1;
            }
        }
    }

    .content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-block-start: 45px;
        @media (min-width: 1200px) {
            gap: 40px;
            margin-block-start: 120px;
            margin-inline: auto;
            max-width: 1360px;
        }
        @media (min-width: 2001px) {
            max-width: 2000px;
        }
        .item {
            display: flex;
            flex-direction: column;
            width: 100%;
            border-radius: 4px;
            overflow: hidden;
            @media (min-width: 768px) {
                width: calc((100% - 20px) / 2);
            }
            @media (min-width: 1200px) {
                width: calc((100% - 120px) / 4);
                border-radius: 8px;
            }

            .img {
                flex: none;
                width: 100%;
                aspect-ratio: 1 / 1;
                overflow: hidden;
                @media (min-width: 768px) {
                    aspect-ratio: 2 / 1;
                }
                @media (min-width: 992px) {
                    aspect-ratio: 1 / 1;
                }

                img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            .text {
                flex: 1;
                padding: 10px;
                @media (min-width: 992px) {
                    padding: 20px;
                }
                @media (min-width: 2001px) {
                    padding: 40px;
                }

                color: white;
                background-color: #004098;

                .title {
                    color: white;
                    font-weight: bold;
                    @media (min-width: 992px) {
                        font-size: 32px;
                        min-height: 80px;
                    }
                }

                p {
                    margin-block-end: 0;
                    @media (min-width: 992px) {
                        margin-block-start: 20px;
                        font-size: 18px;
                    }
                }
            }
        }
    }
}
/* 4. 选择五森 结束 ------------------------------ */