html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1px;
}

#add_vehicle_btn:hover {
    outline: 1.5rem solid #0A1D3D !important;
}

@media (min-width: 992px) and (max-width: 1440px) {
    html {
        font-size: 0.8px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 0.7px;
    }

    .left-image img {
        width: 100%;
    }
}

:root {
    scrollbar-gutter: stable;
}

input {
    font-size: 14rem !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#headerContent {
    position: sticky;
    background-color: #0A1D3D;
    z-index: 9;
    top: 0;
}

@media screen and (max-width: 1280px) {
    .menuLevel2_big {
        left: -860rem !important;
    }

    .menuLevel2_big_about {
        left: -1130rem !important;
    }

    .searchContainer {
        top: 56rem !important;
    }

    input {
        font-size: 14rem !important;
    }

    .container_box {
        width: 1263rem;
        height: auto;
    }

    /* navBar */
    #headerContent {
        width: 100%;
        height: 80rem;
    }

    .headerBox {
        width: 1100rem;
        height: 100%;
        margin: 0 auto;
        display: flex;
    }

    .header_left {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headerLogo {
        border-radius: 4rem;
        display: flex;
        align-items: center;
    }

    .logo {
        width: 148rem;
        height: 52rem;
    }

    .headerNav {
        margin-left: 50rem;
        font-size: 12rem;
        line-height: 14rem;
        background-color: #F8F8F8;
        position: relative;
        border-radius: 4rem;
    }

    .add_vehicle {
        box-sizing: border-box;
        width: 132rem;
        height: 40rem;
        font-size: 12rem;
        border-radius: 4rem;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
    }

    .changeBgc {
        background-color: #ffffff !important;
    }

    .add_span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14rem;
        color: #0A1D3D;
        white-space: nowrap;
        overflow: hidden;
    }

    .add_vehicle_icon {
        width: 30rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .headerSearch {
        margin-left: 10rem;
        border-radius: 4rem;
        display: flex;
        position: relative;
        box-sizing: border-box;
    }

    .keyword {
        box-sizing: border-box;
        height: 40rem;
        width: 260rem;
        border-radius: 4rem;
        text-indent: 10rem;
        background-color: #F8F8F8;
        border: none;
        padding: none;
    }

    .keyword::placeholder {
        font-size: 12rem;
    }

    .keyword:focus {
        outline: none;
        background-color: #ffffff;
    }

    .search {
        width: 44rem;
        height: 39rem;
        display: flex;
        border-radius: 4rem;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #f8f8f8;
    }

    .icon_search {
        width: 20rem;
        height: 20rem;
    }

    .header_right {
        width: 50%;
        height: 100%;
    }

    .headerOther {
        display: flex;
        align-items: center;
        font-family: 'Inter', sans-serif;
        font-size: 16rem;
        font-weight: 400;
        padding-left: 26rem;
        border-radius: 4rem;
    }

    .nav_right {
        width: 100%;
        margin: 0 !important;
        height: 80rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 55rem;
    }

    .nav_li {
        margin: 0 -20rem;
        position: relative;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }

    .nav_li a {
        text-decoration: none !important;
    }

    .nav_li:not(:first-child)::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 25%;
        width: 0;
        height: 2rem;
        background-color: #ffffff;
        transition: width 0.3s ease, left 0.3s ease;
    }

    .nav_li:hover::after {
        width: 100%;
        left: 0;
    }

    .nav_li a:hover {
        font-size: 14rem;
        text-shadow: 0 0 .9rem #ffffff;
    }

    .nav_li:hover img {
        transform: scaleY(-1);
    }

    .nav_li img {
        padding-left: 2rem;
        transform: scaleY(1);
        transition: transform 0.5s ease;
    }

    .nav_li a {
        color: #ffffff;
        font-weight: 400;
        font-size: 14rem;

        .nav_li a img {
            width: 12rem;
            height: 12rem;
        }
    }

    .nav_li a.active {
        font-weight: 600;
        font-size: 16rem;
    }

    .bottom_box {
        height: 467rem;
        background: #fafafa;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 140rem;
    }

    .bottom_top {
        margin: 0 auto;
        width: 1100rem;
        height: 124rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1rem solid #e6e6e6;
    }

    .bottom_share a {
        display: inline-block;
        width: 36rem;
        height: 36rem;
        margin-left: 8rem;
    }

    .bottom_side {
        width: 1100rem;
        height: 343rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bottom_left {
        width: 900rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bottom_ul {
        width: 218rem;
        height: 212rem;
        margin-bottom: 40rem;

        li {
            height: 32rem;
            line-height: 32rem;
        }

        .name {
            font-size: 14rem;
            font-family: 'Inter, Inter-600';
            font-weight: 600;
            color: #666666;
            line-height: 16rem;
            margin-bottom: 10rem;
        }

        .more a {
            font-size: 14rem;
            font-family: 'Inter, Inter-400';
            font-weight: 400;
            color: #0068d7;
            cursor: pointer;
            border-bottom: 1rem solid #0068d7;
        }

        .more a:hover {
            text-decoration: none !important;
        }
    }

    .bottom_ul li a {
        font-size: 12rem;
        font-family: 'Inter, Inter-400';
        font-weight: 400;
        color: #333333;
        line-height: 16rem;
        cursor: pointer;
    }

    .bottom_ul li a:hover {
        color: #0068d7;
    }

    .bottom_right {
        width: 240rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;

        .bottom_right_box {
            width: 100%;
            height: 240rem;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: space-between;
        }

        .btn_box {
            width: 240rem;
            height: 60rem;
            display: flex;
            color: #fff;
            background: #0A1D3D;
            font-size: 14rem;
            border-radius: 4rem;
            overflow: hidden;

            .btn_icon {
                width: 60rem;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #0A1D3D;

                .img_box img {
                    width: 24rem;
                    height: 24rem;
                }

                .img_box {
                    width: 40rem;
                    height: 40rem;
                    background-color: #fff;
                    border-radius: 4rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }

            .email {
                width: 236rem;
                height: 60rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 14rem;
                font-family: 'Inter', sans-serif;
                font-weight: 400;
                color: #ffffff;

                .email_box {
                    font-size: 12rem;
                }
            }

            .email span {
                font-family: 'Inter, Inter-600';
                font-weight: 600;
                color: #fde7a2;
            }
        }

        .btn_box_2 {
            width: 240rem;
            height: 60rem;
            border-radius: 4rem;
            border: 1rem solid #0A1D3D;
            display: flex;

            .btn_icon {
                width: 60rem;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;

                .img_box {
                    width: 40rem;
                    height: 40rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 4rem;
                }
            }

            .tel {
                width: 236rem;
                height: 60rem;
                display: flex;
                align-items: center;

                .tel_box {
                    width: 140rem;
                    height: 40rem;
                    display: flex;
                    align-items: center;
                    font-size: 16rem;
                    font-family: 'Inter', sans-serif;
                    font-weight: 600;
                    color: #0A1D3D;
                }
            }
        }

        .copy {
            font-size: 10rem;
            font-family: 'Inter, Inter-400';
            font-weight: 400;
            color: #666666;
            text-align: center;
            display: inline-block;
            width: 296rem;
        }
    }

    .nav_li {
        height: 100%;
        position: relative;
        display: inline-block;
        text-decoration: none;
        display: flex;
        align-items: center;
        cursor: pointer;

        .dropdown-content {
            position: absolute;
            top: 87rem;
            left: 0;
            z-index: 99;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border-radius: 4rem;
            box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
            display: none !important;

            .dropdown-item {
                min-width: 210rem;
                height: 44rem;
                font-size: 14rem;
                color: #0A1D3D;
                line-height: 16rem;
                display: flex;
                align-items: center;
                list-style: none !important;

                .dropdown-item-a {
                    display: inline;
                    height: 44rem;
                    display: flex;
                    align-items: center;
                    padding-left: 24rem;
                    padding-right: 24rem;
                }
            }

            .dropdown-item:hover {
                text-decoration: underline;
                text-decoration-color: #0068D7 !important;
            }

            .dropdown-item:hover .dropdown-item-a {
                color: #0068D7 !important;
            }
        }

        .dropdown-content li:first-child {
            margin-top: 16rem !important;
        }

        .dropdown-content li:last-child {
            margin-bottom: 16rem !important;
        }

        .gap {
            position: absolute;
            width: 100%;
            height: 7rem;
            left: 0;
            z-index: 99;
            top: 80rem;
            background: transparent;
        }
    }

    .nav_right {
        width: 100%;
        margin: 0 !important;
        height: 80rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 55rem;
    }

    .nav_li:hover a {
        width: auto !important;
        color: #ffffff;
        font-size: 14rem;
        text-shadow: 0 0 .9rem #ffffff;
    }

    .nav_li:hover .dropdown-content {
        display: block !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .dropdown-item:hover {
        text-decoration: underline;
        text-decoration-color: #0068D7 !important;
    }

    .dropdown-item:hover .dropdown-item-a {
        color: #0068D7 !important;
    }

    /* 侧边栏样式 */
    .text_p img {
        padding-left: 10rem;
        padding-right: 0;
    }

    .text_p span:nth-child(2) {
        padding-right: 10rem
    }

    .content_text_part3 {
        margin-top: 140rem !important;
    }

    .title_box_part3 .title {
        height: auto !important;
    }

    ::-webkit-scrollbar {
        width: 6rem;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        /* 设置滚动条滑块颜色为透明 */
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
        /* 设置滚动条轨道颜色为透明 */
    }

    /* 当鼠标悬停时显示滚动条 */
    :hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        /* 设置滚动条滑块颜色 */
    }

    :hover::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        /* 设置滚动条轨道颜色 */
    }

    /* 设置滚动条在hover状态下的样式 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #ccc;
    }

    .dropdown-content {
        position: absolute;
        top: 80rem;
        left: 0;
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 4rem;
        box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
        display: none !important;
    }

    .dropdown-content .dropdown-item-a {
        color: #0A1D3D !important;
    }

    /* 侧边栏样式 */
    .sideBar {
        width: 400rem;
        height: 100%;
        position: fixed;
        background-color: #fff;
        top: 0;
        left: -400rem;
        transition: 0.3s ease;
        border-right: 1rem solid #eeeeee;
        z-index: 999;
        display: flex;
        flex-direction: column;
    }

    .ul_gap {
        width: 400rem;
        height: 100rem;
        z-index: 10;
        background: #fff;
        flex: 1;
    }

    .sideTop {
        width: 400rem;
        height: 100rem;
        border-bottom: 1rem solid #eeeeee;
        display: flex;
        align-items: center;
        background: #fff;
    }

    .fromHead {
        width: 360rem;
        height: 36rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        margin: 0 auto;
    }

    .fromHead span:last-child {
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #0A1D3D;
        line-height: 16rem;
    }

    .close-icon {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .close-img:hover {
        content: url('/static/frontend/pc/images/close2x-c.webp') !important;
    }

    .sideTitle {
        font-size: 28rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 33rem;
        cursor: pointer;
    }

    .sideTitle a {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .close-img {
        width: 36rem;
        cursor: pointer;
    }

    .side1-ul {
        box-sizing: border-box;
        overflow-y: auto;
        width: 400rem;
        height: 88.5% !important;
        background-color: #fff;
        transition: left 0.3s ease;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16rem;
        z-index: 999;
    }

    .side1-li {
        width: 352rem;
        height: 60rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1rem solid #efefef;
        box-sizing: border-box;
        cursor: pointer;
    }

    .side1-a {
        font-size: 16rem !important;
    }

    .side1-li a {
        color: #333333;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 19rem;
        cursor: pointer;
    }

    .side1-li:hover .side1-a {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .side-item-left a {
        display: inline-block;
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #333333;
        line-height: 19rem;
        padding-left: 16rem;
    }

    .product-img {
        width: 44rem;
    }

    .side1-li.active .arrow-img-side1 {
        content: url('/static/frontend/pc/images/left.webp')
    }

    .arrow-img-side1,
    .arrow-img-side2 {
        width: 16rem;
    }

    .arrow-img-side1.active {
        content: url('/static/frontend/pc/images/right2x-C.webp')
    }

    .arrow-img-side2.active {
        content: url('/static/frontend/pc/images/right2x-C.webp')
    }

    .side1-li:hover:not(.active) .arrow-img-side1 {
        content: url('/static/frontend/pc/images/right2x-C.webp');
    }

    .side1-li:hover:not(.active) .side1-a {
        color: #0068D7;
    }

    .side2-li:hover:not(.active) .arrow-img-side2 {
        content: url('/static/frontend/pc/images/right2x-C.webp');
    }

    .side2-li:hover:not(.active) .side2-a {
        color: #0068D7;
    }

    .side2-ul {
        box-sizing: border-box;
        overflow-y: auto;
        width: 400rem;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        position: fixed;
        left: 400rem;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0s linear, visibility 0s linear;
        z-index: -1;
        color: #000;
        border-left: 1rem solid #eee;
        overflow-x: hidden;
    }

    .side2-li {
        width: 370rem;
        height: 60rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1rem solid #efefef;
        box-sizing: border-box;
        cursor: pointer;
    }

    .side2-ul.active {
        left: 400rem;
        visibility: visible;
        opacity: 1;
    }

    .side2-a {
        color: #333333;
        font-size: 14rem !important;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 16rem;
        cursor: pointer;
    }

    .side2-li:hover .side2-a {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .side3-ul {
        position: fixed;
        width: 480rem;
        height: 100%;
        background-color: #fff;
        margin: 0;
        padding: 0;
        top: 0;
        left: 800rem;
        border-left: 1rem solid #eeeeee;
        box-sizing: border-box;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0s linear, visibility 0s linear;
        z-index: -1;
    }

    .side3-ul.active {
        left: 800rem;
        visibility: visible;
        opacity: 1;
    }

    .fromHead-side3 {
        width: 432rem;
        height: 100rem;
        margin: 0 auto;
        border-bottom: 1rem solid #eeeeee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fromHead-side3 span:last-child {
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #0A1D3D;
        line-height: 16rem;
    }

    .side3-li {
        width: 432rem;
        height: 88rem;
        margin: 0 auto;
        border-bottom: 1rem solid #eeeeee;
        display: flex;
        align-items: center;
    }

    .side-item-left-side3 {
        width: 432rem;
        height: 88rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-img {
        width: 44rem;
        height: 44rem;
    }

    .desc-level3 {
        width: 100%;
        height: 88rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 16rem;
    }

    .desc-level3 span:last-child {
        font-size: 12rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 18rem;
        padding: 0;
        margin-top: 8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .desc-level3 span:first-child {
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #0A1D3D;
        line-height: 16rem;
        padding: 0;
    }

    /* 侧边栏遮罩层 */
    .side_shadow {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        left: 0;
        top: 0;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s linear, visibility 0.3s linear;
    }

    .side_shadow.active {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 1281px) {
    .notice_fixed {
        width: 100%;
        height: 40rem;
        font-size: 12rem;
        font-weight: 400;
        color: #fff;
        background-color: #0A1D3D;

        .fixedBox {
            width: 1440rem;
            height: 40rem;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: end;

            .notice_left_text {
                margin-right: 150rem;
                display: flex;

                .p_fixed {
                    padding: 0 20rem;
                    height: 15rem;
                    font-size: 12rem;
                    font-family: 'Inter', sans-serif;
                    font-weight: 400;
                    text-align: left;
                    color: #ffffff;
                    line-height: 14rem;
                }

                .p_fixed a {
                    color: #ffffff;
                }
            }

            .notice_right_language {
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;

                span {
                    font-size: 14rem;
                    margin-right: 12rem;
                }

                img {
                    margin-right: 6rem;
                }
            }
        }
    }

    /* 头部导航区域 */
    #headerContent {
        width: 100%;
        height: 80rem;

        .headerBox {
            width: 1440rem;
            height: 100%;
            margin: 0 auto;
            display: flex;

            .header_left {
                width: 50%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .headerLogo {
                    border-radius: 4rem;
                    display: flex;
                    align-items: center;

                    .logo {
                        width: 148rem;
                        height: 52rem;
                    }
                }

                .headerNav {
                    margin-left: 50rem;
                    font-family: 'Inter, Inter-400';
                    font-size: 12rem;
                    font-weight: 400;
                    line-height: 14rem;
                    border-radius: 4rem;
                    display: flex;
                    background-color: #F8F8F8;

                    .add_vehicle {
                        box-sizing: border-box;
                        width: 132rem;
                        height: 40rem;
                        display: flex;
                        align-items: center;
                        font-size: 12rem;
                        padding-left: 10rem;
                        border-radius: 4rem;
                        cursor: pointer;
                        position: relative;

                        .add_vehicle_icon {
                            display: inline-block;
                            width: 20rem;
                            height: 20rem;
                            position: relative;
                            padding-bottom: 0;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                        .add_span {
                            margin-left: 8rem;
                            color: #0A1D3D;
                            white-space: nowrap;
                            overflow: hidden;
                        }
                    }
                }

                .changeBgc {
                    background-color: #ffffff !important;
                }

                .headerSearch {
                    margin-left: 10rem;
                    border-radius: 4rem;
                    display: flex;
                    position: relative;
                    box-sizing: border-box;

                    .keyword {
                        box-sizing: border-box;
                        height: 40rem;
                        width: 460rem;
                        border-radius: 4rem;
                        text-indent: 10rem;
                        background-color: #F8F8F8;
                        font-size: 16rem;
                        border: none;
                        padding: 0 !important;
                    }

                    .keyword::placeholder {
                        font-size: 12rem;
                    }

                    .keyword:focus {
                        outline: none;
                        background-color: #ffffff;
                    }

                    .search {
                        width: 44rem;
                        height: 38rem;
                        display: flex;
                        border-radius: 4rem;
                        border-top-left-radius: 0%;
                        border-bottom-left-radius: 0%;
                        align-items: center;
                        justify-content: center;
                        position: absolute;
                        right: 0;
                        top: 0;
                        margin-top: 1rem;
                        background-color: #f8f8f8;

                        .icon_search {
                            width: 20rem;
                            height: 20rem;
                        }
                    }
                }
            }

            .header_right {
                width: 50%;
                height: 100%;

                .headerOther {
                    display: flex;
                    align-items: center;
                    font-family: 'Inter', sans-serif;
                    font-weight: 400;
                    font-size: 16rem;
                    padding-left: 26rem;
                    border-radius: 4rem;

                    .nav_right {
                        width: 100%;
                        height: 80rem;
                        display: flex;
                        align-items: center;
                        justify-content: space-evenly;
                        padding-left: 55rem;
                        margin: 0 !important;

                        .nav_li {
                            height: 100%;
                            position: relative;
                            display: inline-block;
                            text-decoration: none;
                            display: flex;
                            align-items: center;
                            cursor: pointer;

                            .dropdown-content {
                                position: absolute;
                                top: 80rem;
                                left: 0;
                                z-index: 99;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: center;
                                background: #ffffff;
                                border-radius: 4rem;
                                box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
                                display: none !important;

                                .dropdown-item {
                                    min-width: 210rem;
                                    height: 44rem;
                                    font-size: 14rem;
                                    color: #0A1D3D;
                                    line-height: 16rem;
                                    display: flex;
                                    align-items: center;
                                    margin-bottom: 4rem;
                                    list-style: none !important;

                                    .dropdown-item-a {
                                        display: inline;
                                        height: 44rem;
                                        display: flex;
                                        align-items: center;
                                        padding-left: 24rem;
                                        padding-right: 24rem;
                                    }
                                }

                                .dropdown-item:hover {
                                    text-decoration: underline;
                                    text-decoration-color: #0068D7 !important;
                                }

                                .dropdown-item:hover .dropdown-item-a {
                                    color: #0068D7 !important;
                                }
                            }

                            .dropdown-content li:first-child {
                                margin-top: 16rem !important;
                            }

                            .dropdown-content li:last-child {
                                margin-bottom: 16rem !important;
                            }

                            .gap {
                                position: absolute;
                                width: 100%;
                                height: 7rem;
                                left: 0;
                                top: 80rem;
                                z-index: 99;
                                background: transparent;
                            }
                        }

                        .nav_li:hover .dropdown-content {
                            display: block !important;
                            display: flex !important;
                            flex-direction: column !important;
                            align-items: center !important;
                            justify-content: center !important;
                        }

                        .dropdown-item:hover {
                            text-decoration: underline;
                            text-decoration-color: #0068D7 !important;
                        }

                        .dropdown-item:hover .dropdown-item-a {
                            color: #0068D7 !important;
                        }

                        .nav_li:not(:first-child)::after {
                            content: '';
                            position: absolute;
                            left: 50%;
                            bottom: 25%;
                            width: 0;
                            height: 2rem;
                            background-color: #ffffff;
                            transition: width 0.3s ease, left 0.3s ease;
                        }

                        .nav_li:hover::after {
                            width: 100%;
                            left: 0;
                        }

                        .nav_li a:hover {
                            font-size: 16rem;
                        }

                        .nav_li:hover img {
                            transform: scaleY(-1);
                        }

                        .nav_li img {
                            padding-left: 2rem;
                            transform: scaleY(1);
                            transition: transform 0.5s ease;
                        }

                        .nav_li a {
                            color: #ffffff;
                            font-weight: 400;
                            font-size: 16rem;

                            .nav_li a img {
                                width: 12rem;
                                height: 12rem;
                            }
                        }

                        .nav_li a.active {
                            font-weight: 600;
                            font-size: 16rem;
                        }
                    }
                }
            }

        }
    }

    /*底部模块*/
    .bottom_box {
        width: 100%;
        height: 467rem;
        background: #fafafa;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 140rem;

        .bottom_top {
            width: 1440rem;
            height: 124rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1rem solid #e6e6e6;

            .bottom_share a {
                display: inline-block;
                width: 36rem;
                height: 36rem;
                margin-left: 8rem;
            }
        }

        .bottom_side {
            width: 1440rem;
            height: 343rem;
            display: flex;
            align-items: center;
            justify-content: space-between;

            .bottom_left {
                width: 1000rem;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .bottom_ul {
                    min-width: 218rem;
                    height: 212rem;
                    margin-bottom: 40rem;

                    li {
                        height: 32rem;
                        line-height: 32rem;
                    }

                    .name {
                        font-size: 14rem;
                        font-family: 'Inter, Inter-600';
                        font-weight: 600;
                        color: #666666;
                        line-height: 16rem;
                        margin-bottom: 10rem;
                    }

                    .more a {
                        font-size: 14rem;
                        font-family: 'Inter, Inter-400';
                        font-weight: 400;
                        color: #0068d7;
                        cursor: pointer;
                        border-bottom: 1rem solid #0068d7;
                    }

                    .more a:hover {
                        text-decoration: none !important;
                    }
                }

                .bottom_ul li a {
                    font-size: 14rem;
                    font-family: 'Inter, Inter-400';
                    font-weight: 400;
                    color: #333333;
                    line-height: 16rem;
                    cursor: pointer;
                }

                .bottom_ul li a:hover {
                    color: #0068d7 !important;
                    text-decoration: underline !important;
                    text-decoration-color: #0068D7 !important;
                }
            }

            .bottom_right {
                width: 350rem;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-evenly;

                .bottom_right_box {
                    width: 100%;
                    height: 175rem;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-end;
                    justify-content: space-between;
                }

                .btn_box {
                    width: 296rem;
                    height: 60rem;
                    display: flex;
                    color: #fff;
                    background: #0A1D3D;
                    font-size: 14rem;
                    font-family: 'Inter, Inter-400';
                    font-weight: 400;
                    border-radius: 4rem;
                    overflow: hidden;

                    .btn_icon {
                        width: 60rem;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: #0A1D3D;

                        .img_box {
                            width: 40rem;
                            height: 40rem;
                            background-color: #fff;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 4rem;
                        }
                    }

                    .email {
                        width: 236rem;
                        height: 60rem;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        font-size: 14rem;
                        font-family: 'Inter', sans-serif;
                        font-weight: 400;
                        color: #ffffff;

                        .email_box {
                            font-size: 14rem;
                        }
                    }

                    .email span {
                        font-family: 'Inter', sans-serif;
                        font-weight: 600;
                        color: #fde7a2;
                    }

                }

                .btn_box_2 {
                    width: 296rem;
                    height: 60rem;
                    border-radius: 4rem;
                    border: 1rem solid #0A1D3D;
                    display: flex;

                    .btn_icon {
                        width: 60rem;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        .img_box {
                            width: 40rem;
                            height: 40rem;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 4rem;
                        }
                    }

                    .tel {
                        width: 236rem;
                        height: 60rem;
                        display: flex;
                        align-items: center;

                        .tel_box {
                            width: 140rem;
                            height: 40rem;
                            display: flex;
                            align-items: center;
                            font-size: 16rem;
                            font-family: 'Inter', sans-serif;
                            font-weight: 600;
                            color: #0A1D3D;
                        }
                    }
                }

                .copy {
                    font-size: 12rem;
                    font-family: 'Inter', sans-serif;
                    font-weight: 400;
                    color: #666666;
                    text-align: center;
                    display: inline-block;
                    width: 296rem;
                }
            }
        }
    }

    .nav_li {
        height: 100%;
        border: none;
        position: relative;
        display: inline-block;
        text-decoration: none;
        display: flex;
        align-items: center;
        cursor: pointer;

        .dropdown-content {
            position: absolute;
            top: 80rem;
            left: 0;
            z-index: 99;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border-radius: 4rem;
            box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
            display: none;

            .dropdown-item {
                height: 44rem;
                font-size: 14rem;
                color: #0A1D3D;
                line-height: 16rem;
                display: flex;
                align-items: center;
                margin-bottom: 4rem;
                list-style: none !important;

                .dropdown-item-a {
                    width: 100%;
                    display: inline;
                    height: 44rem;
                    display: flex;
                    align-items: center;
                    padding-left: 24rem;
                    padding-right: 24rem;
                }
            }
        }

        .dropdown-content li:first-child {
            margin-top: 16rem !important;
        }

        .dropdown-content li:last-child {
            margin-bottom: 16rem !important;
        }

        .gap {
            position: absolute;
            width: 100%;
            height: 7rem;
            left: 0;
            z-index: 99;
            top: 80rem;
            background: transparent;
        }
    }

    .nav_li:hover .dropdown-content {
        display: block !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .dropdown-item:hover {
        text-decoration: underline;
        text-decoration-color: #0068D7 !important;
    }

    .dropdown-item:hover .dropdown-item-a {
        color: #0068D7 !important;
    }

    .banner_container {
        width: 100%;
        height: 780rem;
        background: url("/static/frontend/pc/images/banner.webp") no-repeat;
        background-size: cover;
        background-position: center;
    }

    ::-webkit-scrollbar {
        width: 6rem;
        /* 设置滚动条宽度 */
    }

    ::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        /* 设置滚动条滑块颜色为透明 */
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
        /* 设置滚动条轨道颜色为透明 */
    }

    /* 当鼠标悬停时显示滚动条 */
    :hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        /* 设置滚动条滑块颜色 */
    }

    :hover::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        /* 设置滚动条轨道颜色 */
    }

    /* 设置滚动条在hover状态下的样式 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #ccc;
    }

    /* 侧边栏样式 */
    .ul_gap {
        width: 400rem;
        height: 100rem;
        position: fixed;
        z-index: 10;
        background: #fff;
        flex: 1;
    }

    .sideBar {
        width: 400rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -400rem;
        transition: left 0.3s ease;
        border-right: 1rem solid #eeeeee;
        z-index: 10;
    }

    .sideTop {
        width: 400rem;
        height: 100rem;
        border-bottom: 1rem solid #eeeeee;
        display: flex;
        align-items: center;
        background: #fff;
    }

    .fromHead {
        width: 360rem;
        height: 36rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        margin: 0 auto;
    }

    .fromHead span:last-child {
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #0A1D3D;
        line-height: 16rem;
    }

    .close-icon {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .close-img:hover {
        content: url('/static/frontend/pc/images/close2x-c.webp') !important;
    }

    .sideTitle {
        font-size: 28rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 33rem;
        cursor: pointer;
    }

    .sideTitle a {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .close-img {
        width: 36rem;
        cursor: pointer;
    }

    .side1-ul {
        box-sizing: border-box;
        overflow-y: auto;
        width: 400rem;
        height: 89.5%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16rem;
    }

    .side1-li {
        width: 352rem;
        height: 60rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1rem solid #efefef;
        box-sizing: border-box;
        cursor: pointer;
    }

    .side1-a {
        font-size: 16rem !important;
    }

    .side1-li a {
        color: #333333;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 19rem;
        cursor: pointer;
    }

    .side1-li:hover .side1-a {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .side-item-left a {
        display: inline-block;
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #333333;
        line-height: 19rem;
        padding-left: 16rem;
    }

    .product-img {
        width: 44rem;
    }

    .arrow-img-side1,
    .arrow-img-side2 {
        width: 16rem;
    }

    .arrow-img-side1.active {
        content: url('/static/frontend/pc/images/right2x-C.webp') !important;
    }

    .arrow-img-side2.active {
        content: url('/static/frontend/pc/images/right2x-C.webp') !important;
    }

    .side1-li:hover:not(.active) .arrow-img-side1 {
        content: url('/static/frontend/pc/images/right2x-C.webp');
    }

    .side1-li:hover:not(.active) .side1-a {
        color: #0068D7;
    }

    .side2-li:hover:not(.active) .arrow-img-side2 {
        content: url('/static/frontend/pc/images/right2x-C.webp');
    }

    .side2-li:hover:not(.active) .side2-a {
        color: #0068D7;
    }

    .side2-ul {
        box-sizing: border-box;
        overflow-y: auto;
        width: 400rem;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        position: fixed;
        left: 400rem;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0s linear, visibility 0s linear;
        z-index: -1;
        color: #000;
        border-left: 1rem solid #eee;
        overflow-x: hidden;
    }

    .side2-li {
        width: 370rem;
        height: 60rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1rem solid #efefef;
        box-sizing: border-box;
        cursor: pointer;
    }

    .side2-ul.active {
        left: 400rem;
        visibility: visible;
        opacity: 1;
    }

    .side2-a {
        color: #333333;
        font-size: 14rem !important;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 16rem;
        cursor: pointer;
    }

    .side2-li:hover .side2-a {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .side3-ul {
        position: fixed;
        width: 480rem;
        height: 100%;
        background-color: #fff;
        margin: 0;
        padding: 0;
        top: 0;
        left: 800rem;
        border-left: 1rem solid #eeeeee;
        box-sizing: border-box;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0s linear, visibility 0s linear;
        z-index: -1;
        overflow-y: auto;
    }

    .side3-ul.active {
        left: 800rem;
        visibility: visible;
        opacity: 1;
    }

    .fromHead-side3 {
        width: 432rem;
        height: 100rem;
        margin: 0 auto;
        border-bottom: 1rem solid #eeeeee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fromHead-side3 span:last-child {
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #0A1D3D;
        line-height: 16rem;
    }

    .side3-li {
        width: 432rem;
        min-height: 100rem;
        margin: 0 auto;
        border-bottom: 1rem solid #eeeeee;
        display: flex;
        align-items: center;
    }

    .side3-li:hover .desc-level3 span:first-child {
        color: #0068D7 !important;
        text-decoration: underline !important;
        text-decoration-color: #0068D7 !important;
    }

    .side-item-left-side3 {
        width: 100%;
        height: 100rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-img {
        width: 44rem;
        height: 44rem;
    }

    .desc-level3 {
        width: 360rem;
        max-width: 360rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 16rem;
        white-space: normal;
        text-overflow: clip;
        word-spacing: 0;
        word-break: break-all;
    }

    .desc-level3 span {
        display: inline-block;
        width: 360rem;
        white-space: normal;
        text-overflow: clip;
        word-spacing: 0;
        word-break: break-all;
    }

    .desc-level3 span:last-child {
        font-size: 12rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 18rem;
        padding: 0;
        margin-top: 8rem;
        display: inline-block;
        width: 360rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }

    .desc-level3 span:first-child {
        font-size: 14rem;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #0A1D3D;
        line-height: 16rem;
        padding: 0;
    }

    /* 侧边栏遮罩层 */
    .side_shadow {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.1s linear, visibility 0.1s linear;
    }

    .side_shadow.active {
        left: 0;
        visibility: visible;
        opacity: 1;
        z-index: -1;
    }
}

/* 点击车辆搜索按钮 */
.swiper-wrapper {
    z-index: 0 !important;
}

.searchContainer {
    width: 600rem;
    height: 270rem;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8rem;
    box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
    top: 72rem;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

#select_form {
    width: 536rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 25rem;
    margin: 0 auto;
}

.select_btnBox {
    width: 536rem;
    margin: 0 auto;
}

#searchCar {
    width: 536rem;
    height: 48rem;
    background: #f5f5f5;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #999999;
    border: none;
    margin: 0 auto;
    margin-top: 24rem;
    margin-bottom: 4rem;
}

#searchCar.active {
    background-color: #0A1D3D;
    color: #ffffff;
}

#reset {
    width: 538rem;
    height: 48rem;
    background: #ffffff;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 400;
    color: #E77272;
    border: none;
    margin: 0 auto;
    display: none;
}

.searchTitle {
    width: 100%;
    font-size: 18rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0A1D3D;
    margin: 0 auto;
    margin-top: 14rem;
    margin-left: 32rem;
    display: flex;
    align-items: center;
}

.searchTitle img {
    margin-right: 8rem;
}

#search_overlay {
    display: none;
    position: fixed;
    top: 120rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.overview {
    border-bottom: 1rem solid #0A1D3D !important;
}

/* 车辆信息显示 */
#showCarInfo {
    width: 600rem;
    height: 468rem;
    background: #ffffff;
    border-radius: 8rem;
    position: absolute;
    z-index: 6;
    top: 50rem;
    left: 0;
    cursor: default;
    display: none;
    transition: transform 0.3s ease;
    box-shadow: 0rem 12rem 36rem 0rem rgba(0, 0, 0, 0.08);
}

.showInfo {
    width: 536rem;
    height: 409rem;
    margin-left: 32rem;
}

.car_brand {
    font-size: 24rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0A1D3D;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 64rem;
    line-height: 64rem;
    position: relative;
}

.car_brand::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600rem;
    height: 1rem;
    background-color: #EDEDED;
}

.car_desc {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #0A1D3D;
    margin-top: 10rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.car_infoBox {
    display: flex;
    font-size: 14rem;
    height: 277rem;
    width: 536rem;
    justify-content: space-between;
}

.displayCol {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.displayCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_prop {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #333333;
    width: 220rem;
    white-space: nowrap;
    overflow: hidden;
}

.car_prop p {
    min-height: 16rem;
}

.car_val {
    width: 276rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
}

.car_val p {
    min-height: 16rem;
}

.car_boxBtn {
    width: 100%;
    margin-top: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car_boxBtn button {
    width: 536rem;
    height: 40rem;
    font-size: 12rem;
    border-radius: 4rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    border: none;
}

.DetailBtn {
    color: #ffffff;
    background-color: #0E2A58;
    margin-top: 12rem;
}

.DetailBtn:disabled {
    background-color: #E9ECEF;
    color: #ADB5BD;
}

.changeVehicleBtn {
    color: #0068d7;
    background-color: #F9F9F9;
}

/* 站内搜索 */
/*情况1 没有搜索历史 */
.withoutHistorySearchArea {
    width: 600rem;
    height: 420rem;
    position: absolute;
    top: 50rem;
    left: -140rem;
    z-index: 9;
    border-radius: 8rem;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
}

.searchAreaContentWithoutHistory {
    margin-left: 32rem;
}

.searchAreaContent {
    margin: 0 auto;
    margin-top: 24rem;
    width: 568rem;
    height: 380rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.searchTips {
    display: block;
    width: 100%;
    height: 15rem;
    font-size: 12rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #999999;
    margin: 0 auto;
    padding-top: 9rem;
}

.searchContentItem {
    width: 100%;
    height: 64rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.searchContentItem:hover .searchItemTitle {
    color: #0068D7;
    text-decoration: underline;
    text-decoration-color: #0068D7;
}

.searchItemTextBox {
    display: flex;
}

.searchItemImg {
    width: 44rem;
    height: 44rem
}

.searchItemText {
    margin-left: 16rem;
}

.searchItemTitle {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0A1D3D;
}

.searchItemTitle {
    display: block;
}

.searchItemDesc {
    font-size: 12rem;
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    max-width: 420rem;
    white-space: nowrap;
    overflow: hidden;
}

.searchItemArrow {
    width: 16rem;
    height: 16rem;
    margin-right: 16rem;
}

/* 清空按钮 */
.clearIcon {
    width: 14rem;
    height: 14rem;
    position: absolute;
    top: 14rem;
    right: 60rem;
    cursor: pointer;
    display: none;
}

.keyword:focus {
    background-color: #ffffff !important;
}

/* 遮罩 */
#keywordOverlay {
    display: none;
    position: fixed;
    top: 120rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.no-scroll {
    overflow: hidden !important;
}

/* 情况2 有搜索历史 */
.searchAreaContentWithHistory {
    width: 600rem;
    height: 420rem;
    position: absolute;
    display: none;
    top: 50rem;
    left: -140rem;
    z-index: 9;
    border-radius: 8rem;
    background-color: #ffffff;
    box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
}

.historyArea {
    margin-left: 32rem;
    width: 568rem;
    height: 380rem;
}

.searchTipsWithHistory {
    display: inline-block;
    width: 100%;
    height: 27rem;
    font-size: 12rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #999999;
    margin: 0 auto;
    padding-top: 9rem;
}

#delAllHistory {
    cursor: pointer;
}

.historyTagList {
    width: 100%;
    height: 204rem;
    margin-top: 20rem;
}

.historyTag {
    display: inline-block;
    width: auto;
    height: 36rem;
    padding: 0 12rem;
    font-size: 14rem;
    color: #333333;
    line-height: 36rem;
    text-align: center;
    border-radius: 44rem;
    background: #f6f8f8;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 400;
    margin-right: 12rem;
    cursor: pointer;
    margin-bottom: 12rem;
}

#delHistory {
    width: 16rem;
    height: 16rem;
    cursor: pointer;
    vertical-align: sub;
}

.popularArea {
    width: 852rem;
    height: 196rem;
    margin: 0 auto;
}

.popularBrand {
    width: 100%;
    height: 39rem;
    color: #999999;
    font-size: 12rem;
    line-height: 39rem;
    margin-top: 0 auto;
    position: relative;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.popularBrand::before {
    content: "";
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 900rem;
    left: calc(50% - 0rem);
    height: 1rem;
    background: #EEEEEE;
}

.brandList {
    width: 100%;
    height: 104rem;
    margin-top: 8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.brandTag {
    width: 204rem;
    height: 44rem;
    display: flex;
    font-size: 14rem;
    cursor: pointer;
    color: #333333;
    align-items: center;
    padding-left: 20rem;
    border-radius: 8rem;
    padding-right: 12rem;
    border: 1rem solid #ebebeb;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    justify-content: space-between;
}

.brandTag:hover {
    background-color: #0068D7;
    color: #ffffff;
}

.search.active {
    background-color: #ffffff !important;
}

/* 情况3 显示搜索内容 */
.searchResultPanel {
    width: 600rem;
    height: 420rem;
    position: absolute;
    top: 50rem;
    left: -140rem;
    z-index: 9;
    display: none;
    border-radius: 8rem;
    background-color: #ffffff;
    box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
}

.searchResultBox {
    margin-left: 32rem;
    width: 568rem;
    height: 400rem;
    display: flex;
    flex-direction: column;
}

.searchResContent {
    width: 100%;
    height: auto;
    margin-top: 20rem;
    overflow-y: auto;
}

.searchResTips {
    display: inline-block;
    width: 100%;
    height: 27rem;
    font-size: 12rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #999999;
    margin: 0 auto;
    padding-top: 9rem;
}

.searchResItem {
    width: 100%;
    height: 62rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.searchResItemTextBox {
    display: flex;
}

.searchResItemImg {
    width: 44rem;
    height: 44rem
}

.searchResItemText {
    margin-left: 16rem;
}

.searchResItemTitle {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    display: block;
    color: #0A1D3D;
}

.searchResItemDesc {
    font-size: 12rem;
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    max-width: 440rem;
    white-space: nowrap;
    overflow: hidden;
}

.searchResItem:hover .searchResItemTitle {
    color: #0068D7;
    text-decoration: underline;
    text-decoration-color: #0068D7;
}

.showBox {
    display: block !important;
}

.highlight {
    background: linear-gradient(180deg, #fff0 11%, #e2ebff 0%);
}

.layout_share1 {
    background-image: url('/static/frontend/pc/images/layout_share1.webp');
    background-size: cover;
}

.layout_share2 {
    background-image: url('/static/frontend/pc/images/layout_share2.webp');
    background-size: cover;
}

.layout_share3 {
    background-image: url('/static/frontend/pc/images/layout_share3.webp');
    background-size: cover;
}

.layout_share4 {
    background-image: url('/static/frontend/pc/images/layout_share4.webp');
    background-size: cover;
}

.layout_share5 {
    background-image: url('/static/frontend/pc/images/layout_share5.webp');
    background-size: cover;
}

.layout_share1:hover {
    background-image: url('/static/frontend/pc/images/layout_share1_h.webp');
}

.layout_share2:hover {
    background-image: url('/static/frontend/pc/images/layout_share2_h.webp');
}

.layout_share3:hover {
    background-image: url('/static/frontend/pc/images/layout_share3_h.webp');
}

.layout_share4:hover {
    background-image: url('/static/frontend/pc/images/layout_share4_h.webp');
}

.layout_share5:hover {
    background-image: url('/static/frontend/pc/images/layout_share5_h.webp');
}

.bottom_logo img {
    width: 148rem;
    height: 52rem;
}

.p_fixed a:hover {
    color: #0068D7 !important;
    text-decoration: underline !important;
    text-decoration-color: #0068D7 !important;
}

.bottom_ul li a:hover {
    color: #0068D7 !important;
    text-decoration: underline !important;
    text-decoration-color: #0068D7 !important;
}

.NoOneSelected {
    display: inline-block;
    width: 440rem;
    height: 28rem;
    font-size: 12px;
    margin-top: 20rem;
    margin-left: 20rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #f05d2f;
    text-align: left;
    line-height: 28rem;
}

.contactA {
    width: 100rem;
    height: 36rem;
    text-align: center;
    line-height: 34rem;
    font-weight: 600;
    border: 1px solid #FF9F00;
    border-radius: 4rem;
    color: #ffffff !important;
    background-color: #FF9F00;
}

.contactA:hover {
    background-color: #FFB233;
    color: #ffffff;
    text-shadow: none !important;
}

.contactLi::after {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    background-color: #ffffff !important;
}

.form-select {
    height: 48rem;
    font-size: 14rem !important;
    border-radius: 4rem !important;
    margin-top: 16rem;
    padding-left: 16rem !important;
    padding-right: 40rem !important;
    background-position: right 16rem center !important;
}

.dropdown-content .dropdown-item-a {
    color: #0A1D3D !important;
}

.hamburgerBox {
    width: 44rem;
    height: 44rem;
    border: 0.625rem solid #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.line_1,
.line_2,
.line_3 {
    width: 18rem;
    height: 2rem;
    background-color: #ffffff;
    line-height: 24rem;
    border-radius: 2rem;
}

.line_2 {
    transition: all .3s ease-out .05s;
}

.hamburgerBox:hover .line_2 {
    opacity: 0;
}

.hamburgerBox:hover {
    border-color: #ffffff40;
    transition: .3s;
}

.layout_btn {
    width: 536rem;
    height: 48rem;
    font-size: 14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16rem;
    margin-top: 20rem;
    background-color: #ffffff;
    border: 1rem solid rgb(222, 226, 230);
}

/* 弹出表单 */
.layoutPop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .44);
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 99;
}

.layoutPop.show {
    display: flex;
    opacity: 1;
}

.layoutQuoteContainer.show {
    transform: translateY(0);
    opacity: 1;
}

.layoutQuoteContainer {
    width: 643rem;
    height: 547rem;
    background-color: #fff;
    border-radius: 8rem;
    padding: 37rem 24rem 28rem 32rem;
    box-shadow: 0 12rem 36rem 0 rgba(0, 0, 0, 0.12);
    transform: translateY(-50rem);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    box-sizing: border-box;
}

.buttonPopupTitle {
    width: 100%;
    height: 28rem;
}

.buttonPopupTitleText {
    font-family: 'Helvetica', sans-serif;
    font-size: 24rem;
    font-weight: 700;
    line-height: 28rem;
    color: #222222;
}

.buttonPopupTitle img {
    width: 20rem;
    height: 20rem;
    cursor: pointer;
}

.buttonPopupSubtitle {
    margin-top: 8rem;
    padding-bottom: 17rem;
    border-bottom: 1rem solid #EAEEF6;
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: 14rem;
    color: #666666;
}

/* 表单 */
.buttonPopupContent {
    margin-top: 20rem;
    width: 587rem;
    height: 391rem;
}

#layoutForm input::placeholder,
#layoutQuoteMessage::placeholder {
    font-size: 12rem;
    text-indent: 10rem;
    color: #bbbbbb;
}

#layoutForm input:focus,
#layoutQuoteMessage:focus {
    outline: none;
    border-color: #0068D7;
    border-radius: 2rem;
}

.layout_quote_line_1 {
    margin-top: 10rem !important;
    column-gap: 20rem;
    box-sizing: border-box;
}

.layout_inputBox {
    margin-top: 4rem !important;
    box-sizing: border-box !important;
}

.layout_ipt {
    padding-right: 10rem !important;
    box-sizing: border-box;
    border: 1rem solid #EAEEF6;
    border-radius: 4rem !important;
    width: 274rem !important;
    height: 36rem;
    outline: none;
    font-size: 13rem;
    text-indent: 10rem;
}

.layout_label {
    font-family: 'Helvetica', sans-serif;
    font-size: 14rem;
    font-weight: 400;
    line-height: 16rem;
    box-sizing: border-box;
    color: #666666;
}

.layout_label span {
    color: red;
}

.errorMsg {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 400;
    font-size: 10rem;
    color: #F64C35;
    opacity: 0;
}

.layout_companyName_input input {
    padding-right: 10rem !important;
    border: 1rem solid #EAEEF6;
    border-radius: 4rem;
    box-sizing: border-box;
    width: 568rem;
    height: 36rem;
    outline: none;
}

.layout_quote_line_3 {
    width: 274rem;
    display: flex;
    margin-top: 20rem !important;
    column-gap: 20rem;
    box-sizing: border-box;
}

.layout_line_3_inner .label {
    margin-bottom: 4rem;
}

.layout_quote_file-input-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 14rem;
    height: 36rem;
    cursor: pointer;
}

.layout_quote_file-input-wrapper input[type="file"] {
    width: 300rem !important;
    height: 36rem;
    opacity: 0;
    position: absolute;
    left: -55rem;
    border-radius: 4rem;
    cursor: pointer;
}

.layout_quote_file-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 274rem;
    height: 36rem;
    border-radius: 4rem;
    cursor: pointer;
    border-right: none;
}

.layout_file-input-display {
    width: 275rem;
    height: 36rem;
    padding-top: 8rem;
    font-size: 13rem;
    color: #0068D7;
    border-radius: 4rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-right: none !important;
}

.layout_quote_clear-button {
    width: 30rem;
    height: 36rem;
    margin-top: 4rem;
    margin-left: -1rem;
    border: none;
    padding-right: 14rem;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1rem solid #eaeef6;
    border-bottom: 1rem solid #eaeef6;
    border-right: 1rem solid #eaeef6;
}

.layout_quote_clear-button img {
    width: 16rem;
    height: 16rem;
}

#layoutQuoteMessage {
    margin-bottom: 0rem;
    height: 81rem;
    font-size: 13rem;
    width: 568rem;
    text-indent: 10rem;
    padding-top: 10rem;
}

#layoutQuoteCompany {
    text-indent: 10rem;
}

.iti {
    margin-top: 5rem !important;
}

.iti__selected-flag {
    min-width: 87rem;
    width: auto;
}

/* 调整下拉项内边距 */
.iti__flag-box,
.iti__dial-code {
    font-size: 14rem;
}

.iti__selected-dial-code,
.iti__country-name {
    font-size: 14rem;
    color: #333333;
}

.iti__flag-box {
    display: none !important;
}

/* 可选：调整下拉菜单宽度 */
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    width: 70rem;
}

.iti--separate-dial-code {
    width: 100%;
    margin-bottom: 0rem;
}

#layoutQuoteBtn {
    width: 168rem;
    height: 36rem;
    background: #ffb233;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0a1d3d;
    outline: none;
    border: none;
    margin-top: 10rem;
}

#layoutQuoteBtn:active {
    background-color: #FF9F00;
}

.close-layoutQuote {
    width: 30rem;
    height: 28rem;
    cursor: pointer;
}

.close-layoutQuote img {
    width: 20rem;
    height: 20rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.highLightBorder {
    border: 1px solid #0068D7 !important;
}

/* services 菜单 */
.menuLevel2_big {
    position: absolute;
    top: 80rem;
    left: -950rem;
    display: none;
    min-width: 1420rem;
    min-height: 200rem;
    background: #ffffff;
    border-radius: 4rem;
    box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
}

.menuLevel2_big ul {
    width: auto;
    margin: 0 auto;
    margin-top: 12rem;
    margin-left: 48rem;
}

.menuLevel2_big .dropdown-item {
    max-width: 220rem;
    height: 40rem;
    line-height: 40rem;
    margin-right: 46rem;
    list-style: none !important;
}

.menuLevel2_big .dropdown-item .dropdown-item-a {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #333333 !important;
}

.menuLevel2_big .title {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    height: 36rem;
    line-height: 36rem;
    color: #0a1d3d;
    list-style: none !important;
}

.nav_li:hover .menuLevel2_big {
    display: block !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* about 菜单 */
.menuLevel2_big_about {
    position: absolute;
    top: 80rem;
    left: -1240rem;
    display: none;
    min-width: 1420rem;
    min-height: 160rem;
    background: #ffffff;
    border-radius: 4rem;
    box-shadow: 0 20rem 56rem 0 rgba(0, 0, 0, 0.08);
}

.menuLevel2_big_about ul {
    width: auto;
    margin: 0 auto;
    margin-top: 12rem;
    margin-left: 48rem;
}

.menuLevel2_big_about .dropdown-item {
    max-width: 220rem;
    height: 40rem;
    line-height: 40rem;
    margin-right: 46rem;
    list-style: none !important;
}

.menuLevel2_big_about .dropdown-item .dropdown-item-a {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #333333 !important;
}

.menuLevel2_big_about .title {
    font-size: 14rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    height: 36rem;
    line-height: 36rem;
    color: #0a1d3d;
    list-style: none !important;
}

.nav_li:hover .menuLevel2_big_about {
    display: block !important;
}

.contactBox {
    width: 56rem;
    height: 194rem;
    position: fixed;
    z-index: 99;
    right: 32rem;
    bottom: 400rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* 初始状态，向右侧完全移出视口，并透明 */
    transform: translateX(120%);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(.4, 0, .2, 1), opacity 1.2s;
}

.contactBox.show {
    transform: translateX(0);
    opacity: 1;
}

.contactBox .weChat,
.contactBox .email,
.contactBox .whatsapp {
    display: block;
    width: 56rem;
    height: 56rem;
    border-radius: 50%;
    background-size: 28rem 28rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #17448F;
    transition: background-color 0.3s;
}

.contactBox .weChat {
    cursor: pointer;
    background-image: url('/static/frontend/pc/images/home_106.webp');
}

.contactBox .email {
    background-image: url('/static/frontend/pc/images/home_108.webp');
}

.contactBox .whatsapp {
    background-image: url('/static/frontend/pc/images/home_110.webp');
}

/* 悬浮效果 */
.contactBox .weChat:hover {
    background-color: #ffffff;
    border: 1rem solid #17448F;
    background-image: url('/static/frontend/pc/images/home_107.webp');
}

.contactBox .email:hover {
    background-color: #ffffff;
    border: 1rem solid #17448F;
    background-image: url('/static/frontend/pc/images/home_109.webp');
}

.contactBox .whatsapp:hover {
    background-color: #ffffff;
    border: 1rem solid #17448F;
    background-image: url('/static/frontend/pc/images/home_111.webp');
}

.wechat-qr-popup {
    position: absolute;
    left: -210rem;
    top: 50%;
    transform: translateY(-50%) scale(0.95);
    width: 195rem;
    height: 195rem;
    background: #fff;
    box-shadow: 0 2rem 10rem rgba(0, 0, 0, 0.1);
    border-radius: 8rem;
    padding: 10rem;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.25s cubic-bezier(.4, 0, .2, 1),
        transform 0.25s cubic-bezier(.4, 0, .2, 1);
    z-index: 9999;
}

.wechat-qr-popup.show {
    opacity: 1;
    pointer-events: auto;
    /* 可点击 */
    transform: translateY(-50%) scale(1);
}