/* 主体样式 */
.main-box {
    color: #262626;
    background: #fff;
    overflow: hidden;
}

    .main-box div.hidden-div {
        display: none;
    }

/* 顶部主banner */
.top-banner-box {
    background: url(/content/stech/images/dynamic/solution-simu-top-bg.png) repeat center center;
    background-size: cover;
}

    .top-banner-box .content-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 1000px;
        overflow: hidden;
    }

        .top-banner-box .content-inner .title {
            font-weight: bold;
            font-size: 100px;
            color: #ffffff;
            line-height: 110px;
            background: linear-gradient(0deg, #bfd4ff 0%, #ffffff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .top-banner-box .content-inner .desc {
            margin-top: 20px;
            margin-bottom: 144px;
            width: 646px;
            font-size: 18px;
            color: #ffffff;
            line-height: 26px;
        }

    .top-banner-box .fixed-map-wrapper {
        margin-top: 176px;
        width: 100%;
        height: 66px;
    }

    .top-banner-box .fixed-map-box {
        width: 100%;
        height: 66px;
        color: #fff;
        font-size: 16px;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .top-banner-box .fixed-map-box.fixed-map {
            margin-top: 0;
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 1280px;
            z-index: 100;
        }

        .top-banner-box .fixed-map-box .custom-select-box {
            padding: 0 10px 0 20px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(23, 55, 107, 0.8);
            border-top-left-radius: 33px;
            border-bottom-left-radius: 33px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-right: 2px;
            min-width: 340px;
            flex-shrink: 0;
        }

            .top-banner-box .fixed-map-box .custom-select-box .layui-form {
                display: flex;
                align-items: center;
            }

                .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-form-select {
                    width: 140px !important;
                }

                    .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-form-select:last-child {
                        width: 240px !important;
                    }

                .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-select-title input {
                    background: transparent;
                    color: #fff;
                    border: none;
                }

                .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-anim {
                    color: #fff;
                    background: rgba(23, 55, 107, 0.9);
                    border: 1px solid rgba(255, 255, 255, 0.2);
                }

                    .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-anim dd:hover {
                        background: #15325b;
                    }

                    .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-anim .layui-this {
                        color: #fff;
                        background: #15325b;
                    }

        .top-banner-box .fixed-map-box ul {
            padding: 0 20px 0 10px;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: rgba(23, 55, 107, 0.8);
            border-top-right-radius: 33px;
            border-bottom-right-radius: 33px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

            .top-banner-box .fixed-map-box ul li {
                flex: 0 0 120px;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                margin-left: auto;
            }

                .top-banner-box .fixed-map-box ul li.hidden-li {
                    display: none;
                }

                .top-banner-box .fixed-map-box ul li:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0;
                    margin-top: -2px;
                    width: 1px;
                    height: 8px;
                    background: #ffffff;
                    opacity: 0.2;
                }

                .top-banner-box .fixed-map-box ul li:last-child:after {
                    display: none;
                }

                .top-banner-box .fixed-map-box ul li.active-item:after {
                    display: none;
                }

                .top-banner-box .fixed-map-box ul li.active-item .btns {
                    background: linear-gradient(to right, #0040bf, #1f6ffb);
                    opacity: 1;
                }

                .top-banner-box .fixed-map-box ul li:hover .btns {
                    opacity: 0.9;
                }

                .top-banner-box .fixed-map-box ul li .btns {
                    width: 184px;
                    height: 54px;
                    border-radius: 54px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    opacity: 0.8;
                }

/* 产品概述&软件特点 */
.merge-box {
    min-height: 500px;
    background: url(/content/stech/images/dynamic/solution-simu-merge-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .merge-box .intro-box .content-inner .top-area {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .merge-box .intro-box .content-inner .top-area .title-desc .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
        }

        .merge-box .intro-box .content-inner .top-area .title-desc .desc {
            margin-top: 14px;
            width: 576px;
            font-size: 16px;
            color: #5b5e66;
            line-height: 25px;
            opacity: 0.7;
        }

    .merge-box .intro-box .content-inner .bottom-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 70px;
    }

        .merge-box .intro-box .content-inner .bottom-area .left-info {
            position: relative;
            margin-right: 60px;
        }

            .merge-box .intro-box .content-inner .bottom-area .left-info .info-title {
                font-weight: bold;
                font-size: 34px;
                color: #0e1524;
            }

            .merge-box .intro-box .content-inner .bottom-area .left-info .info-desc {
                width: 532px;
                height: 200px;
                font-size: 16px;
                color: #0e1524;
                line-height: 25px;
                margin-top: 28px;
            }

        .merge-box .intro-box .content-inner .bottom-area .right-swiper {
            width: 678px;
            height: 446px;
        }

        .merge-box .intro-box .content-inner .bottom-area .right-swiper {
            width: 678px;
            height: 446px;
        }

            .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container {
                height: 100%;
                position: relative;
            }

                .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide {
                    width: 678px;
                    height: 100%;
                }

                    .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide img {
                        height: 100%;
                    }

                .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination {
                    position: absolute;
                    bottom: -40px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    text-align: center;
                    border-radius: 10px;
                    padding: 8px 16px;
                }

                    .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination .swiper-pagination-bullet {
                        width: 35px;
                        height: 4px;
                        background: #8dacf5;
                        border-radius: 2px;
                        opacity: 0.7;
                        margin: 0;
                    }

                        .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
                            margin-left: 4px;
                        }

                    .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination .swiper-pagination-bullet-active {
                        background: #004dff;
                        opacity: 1;
                    }

.merge-box .feature-box {
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .merge-box .feature-box .content-inner .title {
        font-weight: bold;
        font-size: 50px;
        color: #0e1524;
    }

    .merge-box .feature-box .content-inner .desc {
        width: 508px;
        font-size: 18px;
        color: #5b5e66;
        line-height: 26px;
        opacity: 0.7;
    }

    .merge-box .feature-box .content-inner .card-list {
        margin-top: 50px;
        width: 100%;
    }

        .merge-box .feature-box .content-inner .card-list .feature-swiper {
            width: 100%;
        }

            .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item {
                width: 311px;
                height: 396px;
                position: relative;
                padding: 36px 28px 0;
                background: url(/content/stech/images/card-col-bg3.png) no-repeat center center;
                background-size: cover;
            }

                .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item:hover {
                    background: url(/content/stech/images/card-col-bg4.png) no-repeat center center;
                    background-size: cover;
                }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-num {
                        background: #fff;
                        color: #023cc1;
                    }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-title {
                        color: #fff;
                    }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-desc,
                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-empty {
                        color: #ffffff;
                        opacity: 0.7;
                    }

                .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-num {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 40px;
                        height: 40px;
                        background: #023cc1;
                        border-radius: 50%;
                        font-weight: bold;
                        font-size: 14px;
                        color: #ffffff;
                    }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-title {
                        margin-top: 15px;
                        font-weight: bold;
                        font-size: 16px;
                        color: #0e1524;
                    }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-desc {
                        margin-top: 12px;
                        font-size: 14px;
                        color: #515866;
                        line-height: 28px;
                        text-align: center;
                    }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-empty {
                        margin-top: 85px;
                        font-size: 14px;
                        color: #161c2c;
                    }

        .merge-box .feature-box .content-inner .card-list .feature-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            margin-top: 40px;
        }

            .merge-box .feature-box .content-inner .card-list .feature-pagination .swiper-pagination-bullet {
                border-radius: 2px;
                width: 35px;
                height: 4px;
                background: #023cc1;
                opacity: 0.2;
                cursor: pointer;
            }

            .merge-box .feature-box .content-inner .card-list .feature-pagination .swiper-pagination-bullet-active {
                width: 35px;
                background: #023cc1;
                opacity: 1;
            }
/* 组件介绍 */
.equip-tab-box {
    /* height: 1000px; */
    background: url(/content/stech/images/dynamic/solution-simu-cmp.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .equip-tab-box .top-panels {
        /* height: 790px; */
    }

        .equip-tab-box .top-panels .content-inner {
            margin-top: 80px;
            margin-bottom: 80px;
        }

            .equip-tab-box .top-panels .content-inner .title {
                font-weight: bold;
                font-size: 50px;
                color: #ffffff;
            }

            .equip-tab-box .top-panels .content-inner .desc {
                font-size: 18px;
                color: #ffffff;
                line-height: 26px;
                opacity: 0.7;
                margin-bottom: 70px;
            }

            .equip-tab-box .top-panels .content-inner .panel-box {
                position: relative;
            }

                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner {
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    pointer-events: none;
                    transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
                }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner.active-item {
                        opacity: 1;
                        visibility: visible;
                        position: relative;
                        pointer-events: auto;
                    }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table {
                        color: #fff;
                    }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th {
                            background: #023cc1;
                            border: 1px solid #5689ff;
                            height: 60px;
                            text-align: center;
                            font-weight: bold;
                            font-size: 20px;
                        }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th:nth-child(1),
                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th:nth-child(2) {
                                width: 280px;
                            }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th:nth-child(3) {
                                width: calc(100% - 560px);
                            }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td {
                            padding: 16px 26px;
                            text-align: left;
                            font-size: 14px;
                            line-height: 24px;
                            border-right: 1px solid #314d8d;
                            border-bottom: 1px solid #314d8d;
                            background: rgba(73, 119, 225, 0.3);
                        }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:first-child {
                                border-left: 1px solid #314d8d;
                            }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:nth-child(1),
                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:nth-child(2) {
                                width: 280px;
                            }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:nth-child(3) {
                                width: calc(100% - 560px);
                            }

    .equip-tab-box .bottom-tabs {
        background: rgba(255, 255, 255, 0.06);
    }

        .equip-tab-box .bottom-tabs .content-inner {
            overflow: hidden;
            display: flex;
        }

            .equip-tab-box .bottom-tabs .content-inner .tab-item {
                float: left;
                flex: 1;
                width: 100%;
                height: 130px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background: rgba(255, 255, 255, 0.1);
                cursor: pointer;
            }

                .equip-tab-box .bottom-tabs .content-inner .tab-item:hover {
                    opacity: 0.9;
                }

                .equip-tab-box .bottom-tabs .content-inner .tab-item.active-item {
                    background: linear-gradient(90deg, #023cc1, #2c6dff);
                }

                    .equip-tab-box .bottom-tabs .content-inner .tab-item.active-item .num {
                        color: #043ec4;
                        background: linear-gradient(180deg, #bfd3ff, #ffffff);
                    }

                .equip-tab-box .bottom-tabs .content-inner .tab-item .num {
                    margin-bottom: 10px;
                    width: 38px;
                    height: 38px;
                    font-weight: bold;
                    font-size: 16px;
                    color: #ffffff;
                    background: rgba(255, 255, 255, 0.1);
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .equip-tab-box .bottom-tabs .content-inner .tab-item .text {
                    font-size: 18px;
                    color: #ffffff;
                }
/* 开发运行流程 */
.process-box {
    height: 832px;
    background: url(/content/stech/images/dynamic/solution-simu-process-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .process-box .content-inner {
        margin-top: 80px;
    }

        .process-box .content-inner .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
        }

        .process-box .content-inner .desc {
            margin-top: 10px;
            width: 576px;
            color: #5b5e66;
            line-height: 25px;
            opacity: 0.7;
        }

        .process-box .content-inner .card-box {
            margin-top: 100px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 20px;
        }

            .process-box .content-inner .card-box .left-img {
                width: 596px;
            }

                .process-box .content-inner .card-box .left-img img {
                    width: 100%;
                    object-fit: cover;
                }

            .process-box .content-inner .card-box .right-info {
                margin-left: 70px;
            }

                .process-box .content-inner .card-box .right-info .process-list {
                    width: 450px;
                }

                    .process-box .content-inner .card-box .right-info .process-list .process-item {
                        display: flex;
                        padding-bottom: 26px;
                        overflow: hidden;
                    }

                        .process-box .content-inner .card-box .right-info .process-list .process-item:last-child {
                            padding-bottom: 0;
                        }

                            .process-box .content-inner .card-box .right-info .process-list .process-item:last-child .dot-line .line {
                                display: none;
                            }

                        .process-box .content-inner .card-box .right-info .process-list .process-item:hover .dot-line .dot,
                        .process-box .content-inner .card-box .right-info .process-list .process-item.active-item .dot-line .dot {
                            background: #023cc1;
                        }

                        .process-box .content-inner .card-box .right-info .process-list .process-item:hover .info .info-desc,
                        .process-box .content-inner .card-box .right-info .process-list .process-item.active-item .info .info-desc {
                            display: block;
                        }

                        .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line {
                            width: 19px;
                            position: relative;
                        }

                            .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line .dot {
                                width: 19px;
                                height: 19px;
                                background: #acb7d0;
                                border-radius: 50%;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                position: relative;
                                z-index: 2;
                            }

                                .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line .dot:after {
                                    content: '';
                                    width: 8px;
                                    height: 8px;
                                    background: #ffffff;
                                    border-radius: 50%;
                                }

                            .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line .line {
                                position: absolute;
                                top: 0;
                                left: 50%;
                                margin-left: -1px;
                                width: 2px;
                                height: 200px;
                                background: #ccd5e7;
                                z-index: 1;
                            }

                        .process-box .content-inner .card-box .right-info .process-list .process-item .info {
                            flex: 1;
                            margin-left: 24px;
                        }

                            .process-box .content-inner .card-box .right-info .process-list .process-item .info .info-title {
                                font-weight: bold;
                                font-size: 16px;
                                color: #0e1524;
                                cursor: pointer;
                            }

                                .process-box .content-inner .card-box .right-info .process-list .process-item .info .info-title:hover {
                                    opacity: 0.8;
                                }

                            .process-box .content-inner .card-box .right-info .process-list .process-item .info .info-desc {
                                margin-top: 16px;
                                display: none;
                                box-sizing: content-box;
                                padding-left: 25px;
                                width: 371px;
                                font-size: 14px;
                                color: #515866;
                                line-height: 24px;
                                cursor: default;
                            }
/* wow.js动画 */
@keyframes slideUpFromLeft {
    from {
        opacity: 0;
        transform: translate(-30px, 30px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.wow.slideUpFromLeft {
    animation-name: slideUpFromLeft;
}
/* 确保slideInLeft和slideInUp动画存在 */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wow.slideInLeft {
    animation-name: slideInLeft;
}

.wow.slideInUp {
    animation-name: slideInUp;
}
/* 侧边工具栏 */
.side-tools-box {
    position: fixed;
    top: calc(50vh - 150px);
    right: 44px;
    z-index: 9999;
}

    .side-tools-box .tool-inner {
        display: flex;
        flex-direction: column;
    }

        .side-tools-box .tool-inner .tool-item {
            width: 50px;
            height: 50px;
            position: relative;
        }

            .side-tools-box .tool-inner .tool-item + .tool-item {
                margin-top: 20px;
            }

            .side-tools-box .tool-inner .tool-item .icon {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(0, 64, 191, 0.2);
                border-radius: 50%;
                cursor: pointer;
                overflow: hidden;
                transition: all 0.3s ease;
            }

                .side-tools-box .tool-inner .tool-item .icon img {
                    width: 25px;
                    height: 25px;
                    transition: all 0.3s ease;
                }

            .side-tools-box .tool-inner .tool-item.active-item .icon,
            .side-tools-box .tool-inner .tool-item:hover .icon {
                background: #023cc1;
            }

            .side-tools-box .tool-inner .tool-item .tooltip {
                position: absolute;
                right: 65px;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0;
                visibility: hidden;
                padding: 12px;
                border-radius: 4px;
                font-size: 14px;
                z-index: 9999;
                transition: all 0.3s ease;
                white-space: nowrap;
            }

                .side-tools-box .tool-inner .tool-item .tooltip::after {
                    content: '';
                    position: absolute;
                    right: -8px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    transition: all 0.3s ease;
                }

                .side-tools-box .tool-inner .tool-item .tooltip.tooltip-tel {
                    background: #023cc1;
                    color: #fff;
                }

                    .side-tools-box .tool-inner .tool-item .tooltip.tooltip-tel::after {
                        border-left: 8px solid #023cc1;
                    }

                .side-tools-box .tool-inner .tool-item .tooltip.tooltip-wechat {
                    background: #fff;
                    color: #000;
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
                    padding: 8px;
                }

                    .side-tools-box .tool-inner .tool-item .tooltip.tooltip-wechat::after {
                        border-left: 8px solid #fff;
                    }

            .side-tools-box .tool-inner .tool-item:hover .tooltip {
                opacity: 1;
                visibility: visible;
                right: 60px;
            }

/* 移动端兼容 */
@media screen and (max-width: 768px) {
    .top-banner-box .content-inner {
        height: 300px !important;
        overflow: visible !important;
    }

        .top-banner-box .content-inner .title {
            font-size: 24px !important;
            color: #ffffff;
            line-height: 1.5em !important;
        }

        .top-banner-box .content-inner .desc {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
            width: auto !important;
            font-size: 16px !important;
            line-height: 1.5em !important;
        }

        .top-banner-box .content-inner .skew-round-button {
            width: 120px !important;
            height: calc((66 / 190) * 120px) !important;
            font-size: 12px !important;
            margin-top: 20px !important;
            padding: 0 20px 0 24px !important;
        }

            .top-banner-box .content-inner .skew-round-button img {
                width: 14px !important;
                height: 14px !important;
            }

    .top-banner-box .fixed-map-wrapper {
        margin-top: 20px !important;
        height: auto !important;
    }

    .top-banner-box .fixed-map-box {
        flex-direction: column !important;
        height: auto !important;
        border-radius: 33px;
        font-size: 12px !important;
    }

        .top-banner-box .fixed-map-box.fixed-map {
            display: none;
        }

        .top-banner-box .fixed-map-box .custom-select-box {
            padding: 5px !important;
            width: 100% !important;
            height: 46px !important;
            border-radius: 23px !important;
            margin-right: 0px !important;
            margin-bottom: 2px !important;
        }

            .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-form-select {
                width: 80px !important;
            }

                .top-banner-box .fixed-map-box .custom-select-box .layui-form .layui-form-select:last-child {
                    width: 200px !important;
                }

        .top-banner-box .fixed-map-box ul {
            padding: 5px !important;
            border-radius: 33px;
        }

            .top-banner-box .fixed-map-box ul li {
                width: 20%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .top-banner-box .fixed-map-box ul li:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0;
                    margin-top: -2px;
                    width: 1px;
                    height: 8px;
                    background: #ffffff;
                    opacity: 0.2;
                }

                .top-banner-box .fixed-map-box ul li:last-child:after {
                    display: none;
                }

                .top-banner-box .fixed-map-box ul li.active-item:after {
                    display: none;
                }

                .top-banner-box .fixed-map-box ul li.active-item .btns {
                    background: linear-gradient(to right, #0040bf, #1f6ffb);
                    opacity: 1;
                }

                .top-banner-box .fixed-map-box ul li:hover .btns {
                    opacity: 0.9;
                }

                .top-banner-box .fixed-map-box ul li .btns {
                    width: auto !important;
                    padding: 0 5px;
                    height: 35px !important;
                    border-radius: 18px !important;
                }

    .merge-box {
        height: auto !important;
    }

        .merge-box .intro-box .content-inner .top-area {
            margin-top: 20px !important;
            display: block !important;
        }

            .merge-box .intro-box .content-inner .top-area .title-desc .title {
                font-size: 24px !important;
            }

            .merge-box .intro-box .content-inner .top-area .title-desc .desc {
                margin-top: 0px !important;
                width: auto !important;
                font-size: 14px !important;
                line-height: 1.5em !important;
            }

            .merge-box .intro-box .content-inner .top-area .detail-button {
                width: 120px !important;
            }

                .merge-box .intro-box .content-inner .top-area .detail-button .text {
                    width: 100px !important;
                    height: 40px !important;
                    font-size: 12px !important;
                    padding-right: 5px !important;
                }

                .merge-box .intro-box .content-inner .top-area .detail-button .icon {
                    width: 46px !important;
                    height: 46px !important;
                    margin-top: -23px !important;
                }

        .merge-box .intro-box .content-inner .bottom-area {
            display: block !important;
            margin-top: 20px !important;
            margin-bottom: 40px !important;
        }
            .merge-box .intro-box .content-inner .bottom-area .left-info {
                margin-right: 0 !important;
                margin-bottom: 20px;
            }

            .merge-box .intro-box .content-inner .bottom-area .left-info .info-title {
                font-size: 20px !important;
            }

            .merge-box .intro-box .content-inner .bottom-area .left-info .info-desc {
                width: 100% !important;
                height: auto !important;
                font-size: 14px !important;
                line-height: 1.5em !important;
                margin-top: 5px !important;
            }

            .merge-box .intro-box .content-inner .bottom-area .right-swiper {
                width: 100% !important;
                height: 300px !important;
            }

                .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide {
                    width: 100% !important;
                    height: 300px !important;
                }

                    .merge-box .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide img {
                        width: 100% !important;
                        height: 100% !important;
                    }

        .merge-box .feature-box {
            margin-top: 20px !important;
        }

            .merge-box .feature-box .content-inner .title {
                font-size: 24px !important;
            }

            .merge-box .feature-box .content-inner .desc {
                width: auto !important;
                font-size: 16px !important;
                line-height: 1.5em !important;
            }

            .merge-box .feature-box .content-inner .card-list {
                margin-top: 20px !important;
                margin-bottom: 10px !important;
                border-radius: 10px !important;
                overflow: hidden !important;
            }

                .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item {
                    width: 100% !important;
                    height: 400px !important;
                }

                    .merge-box .feature-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-title {
                        font-size: 18px !important;
                    }

                .merge-box .feature-box .content-inner .card-list .feature-pagination {
                    display: none !important;
                }

    .equip-tab-box {
        height: auto !important;
    }

        .equip-tab-box .top-panels {
            height: auto !important;
        }

            .equip-tab-box .top-panels .content-inner {
                margin-top: 30px !important;
            }

                .equip-tab-box .top-panels .content-inner .title {
                    font-size: 24px !important;
                }

                .equip-tab-box .top-panels .content-inner .desc {
                    font-size: 16px !important;
                    line-height: 1.5em !important;
                    margin-top: 5px !important;
                    margin-bottom: 20px !important;
                }

                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th {
                    height: 50px !important;
                    font-size: 15px !important;
                }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th:nth-child(1),
                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th:nth-child(2) {
                        width: 80px !important;
                    }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table thead tr th:nth-child(3) {
                        width: calc(100% - 160px) !important;
                    }

                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td {
                    padding: 5px !important;
                    font-size: 12px !important;
                    line-height: 1.5em !important;
                }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:nth-child(1),
                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:nth-child(2) {
                        width: 80px !important;
                    }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner table tbody tr td:nth-child(3) {
                        width: calc(100% - 160px) !important;
                    }

        .equip-tab-box .bottom-tabs .content-inner .tab-item {
            height: 65px !important;
        }

            .equip-tab-box .bottom-tabs .content-inner .tab-item .num {
                margin-bottom: 5px !important;
                width: 26px !important;
                height: 26px !important;
                font-size: 13px !important;
            }

            .equip-tab-box .bottom-tabs .content-inner .tab-item .text {
                font-size: 14px !important;
            }

    .process-box {
        height: auto !important;
    }

        .process-box .content-inner {
            margin-top: 30px !important;
        }

            .process-box .content-inner .title {
                font-size: 24px !important;
            }

            .process-box .content-inner .desc {
                margin-top: 5px !important;
                width: auto !important;
                font-size: 16px !important;
                line-height: 1.5em !important;
            }

            .process-box .content-inner .card-box {
                margin-top: 20px !important;
                margin-bottom: 20px !important;
                flex-direction: column !important;
            }

                .process-box .content-inner .card-box .left-img {
                    width: 100% !important;
                    height: auto !important;
                }

                .process-box .content-inner .card-box .right-info {
                    width: 100% !important;
                    margin-top: 10px !important;
                    margin-left: 10px !important;
                }

                    .process-box .content-inner .card-box .right-info .process-list {
                        width: 100% !important;
                    }

                        .process-box .content-inner .card-box .right-info .process-list .process-item {
                            padding-bottom: 26px;
                        }

                            .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line {
                                width: 16px !important;
                            }

                                .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line .dot {
                                    width: 16px !important;
                                    height: 16px !important;
                                    z-index: 2;
                                }

                                    .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line .dot:after {
                                        width: 6px !important;
                                        height: 6px !important;
                                    }

                                .process-box .content-inner .card-box .right-info .process-list .process-item .dot-line .line {
                                    margin-left: 0px !important;
                                    width: 1px !important;
                                }

                            .process-box .content-inner .card-box .right-info .process-list .process-item .info {
                                margin-left: 14px !important;
                            }

                                .process-box .content-inner .card-box .right-info .process-list .process-item .info .info-desc {
                                    box-sizing: border-box !important;
                                    margin-top: 12px !important;
                                    width: 100% !important;
                                    line-height: 1.5em !important;
                                }
}
