/* 主体样式 */
.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;
                }

/* 产品概述 */
.intro-box {
    min-height: 500px;
    background: url(/content/stech/images/dynamic/solution-links-prod.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .intro-box .content-inner .top-area {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .intro-box .content-inner .top-area .title-desc .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
        }

        .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;
        }

    .intro-box .content-inner .bottom-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

        .intro-box .content-inner .bottom-area .left-info {
            position: relative;
            margin-right: 60px;
        }

            .intro-box .content-inner .bottom-area .left-info .info-title {
                font-weight: bold;
                font-size: 34px;
                color: #0e1524;
            }

            .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;
            }

        .intro-box .content-inner .bottom-area .right-swiper {
            width: 678px;
            height: 446px;
        }

            .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container {
                height: 100%;
                position: relative;
            }

                .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-container {
                    flex: 1;
                }

                .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide {
                    width: 678px;
                    height: 100%;
                }

                    .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide img {
                        height: 100%;
                    }

                .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination {
                    position: absolute;
                    bottom: 10px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    text-align: center;
                    border-radius: 10px;
                    padding: 8px 16px;
                }

                    .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;
                    }

                    .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
                        margin-left: 4px;
                    }

                    .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .product-pagination .swiper-pagination-bullet-active {
                        background: #004dff;
                        opacity: 1;
                    }
/* 产品亮点 */
.special-box {
    height: 900px;
    background: url(/content/stech/images/dynamic/solution-links-special-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .special-box .content-inner {
        margin-top: 100px;
    }

        .special-box .content-inner .title {
            font-weight: bold;
            font-size: 50px;
            color: #ffffff;
        }

        .special-box .content-inner .desc {
            width: 508px;
            font-size: 18px;
            color: #ffffff;
            line-height: 26px;
            opacity: 0.7;
        }

        .special-box .content-inner .card-box {
            margin-top: 120px;
            padding: 0 30px;
            height: 530px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .special-box .content-inner .card-box .left-swiper {
                position: relative;
            }

                .special-box .content-inner .card-box .left-swiper .special-swiper {
                    width: 460px;
                }

                    .special-box .content-inner .card-box .left-swiper .special-swiper .swiper-slide img {
                        width: 460px;
                    }

                .special-box .content-inner .card-box .left-swiper .special-pagination {
                    position: absolute;
                    bottom: -106px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .special-box .content-inner .card-box .left-swiper .special-pagination .swiper-pagination-bullet {
                        width: 35px;
                        height: 4px;
                        background: #ffffff;
                        border-radius: 2px;
                        opacity: 0.2;
                        margin: 0;
                    }

                        .special-box .content-inner .card-box .left-swiper .special-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
                            margin-left: 4px;
                        }

                    .special-box .content-inner .card-box .left-swiper .special-pagination .swiper-pagination-bullet-active {
                        opacity: 1;
                    }

            .special-box .content-inner .card-box .right-list .list-item {
                display: flex;
            }

                .special-box .content-inner .card-box .right-list .list-item + .list-item {
                    margin-top: 28px;
                }

                .special-box .content-inner .card-box .right-list .list-item .num {
                    margin-right: 18px;
                    width: 30px;
                    height: 30px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: bold;
                    font-size: 14px;
                    color: #023cc1;
                    background: #fff;
                    border-radius: 50%;
                }

                .special-box .content-inner .card-box .right-list .list-item .text {
                    width: 575px;
                    font-size: 16px;
                    color: #ffffff;
                    line-height: 26px;
                }
/* 软件参数 */
.params-box {
    background: url(/content/stech/images/dynamic/solution-links-params-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .params-box .content-inner {
        margin-top: 90px;
        margin-bottom: 80px;
    }

        .params-box .content-inner .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
        }

        .params-box .content-inner .desc {
            margin-top: 4px;
            width: 576px;
            font-size: 16px;
            color: #5b5e66;
            line-height: 25px;
            opacity: 0.7;
        }

        .params-box .content-inner .table-card {
            margin-top: 42px;
            visibility: visible;
            animation-name: slideInUp;
        }

            .params-box .content-inner .table-card .card-row {
                display: flex;
            }

                .params-box .content-inner .table-card .card-row:first-child .card-col:first-child {
                    border-top: 1px solid #5c77b7;
                }

                .params-box .content-inner .table-card .card-row:first-child .card-col:last-child {
                    border-top: 1px solid #bfc9e2;
                }

                .params-box .content-inner .table-card .card-row .card-col {
                    min-height: 40px;
                    padding: 20px 25px;
                    display: flex;
                    align-items: center;
                    font-size: 16px;
                    white-space: pre-line;
                }

                    .params-box .content-inner .table-card .card-row .card-col:first-child {
                        width: 400px;
                        color: #fff;
                        background: #6984c4;
                        border: 1px solid #5c77b7;
                        border-top: none;
                    }

                    .params-box .content-inner .table-card .card-row .card-col:last-child {
                        flex: 1;
                        color: #0e1524;
                        background: #dce4f6;
                        border: 1px solid #bfc9e2;
                        border-top: none;
                    }
/* 应用案例 */
.case-box {
    background: url(/content/stech/images/dynamic/solution-links-case-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    height: 882px;
}

    .case-box .content-inner {
        margin-top: 100px;
    }

        .case-box .content-inner .title {
            font-weight: bold;
            font-size: 50px;
            color: #ffffff;
        }

        .case-box .content-inner .desc {
            margin-top: 10px;
            width: 508px;
            font-size: 18px;
            color: #ffffff;
            line-height: 26px;
            opacity: 0.7;
        }

        .case-box .content-inner .card-box {
            margin-top: 50px;
            position: relative;
        }

            .case-box .content-inner .card-box .case-swiper {
                width: 100%;
                height: 487px;
            }

                .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner {
                    display: flex;
                }

                    .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item {
                        width: 420px;
                        height: 487px;
                        background: linear-gradient(0deg, #e9f2ff, #fcfdff);
                        border-radius: 20px;
                        padding: 10px;
                    }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item + .card-item {
                            margin-left: 10px;
                        }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item:hover .card-inner .img img {
                            transform: scale(1.2);
                        }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner {
                            position: relative;
                            width: 100%;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }

                            .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .img {
                                width: 396px;
                                height: 300px;
                                border-radius: 20px;
                                overflow: hidden;
                            }

                                .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .img img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    transition: all 0.3s ease-in-out;
                                }

                            .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .card-title {
                                margin-top: 24px;
                                width: 365px;
                                font-size: 16px;
                                color: #0e1524;
                                line-height: 26px;
                            }

                            .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .detail-btn {
                                width: 46px;
                                height: 46px;
                                background: url(/content/stech/images/round-right-btn.png) no-repeat center center;
                                background-size: 100% 100%;
                                cursor: pointer;
                                position: absolute;
                                bottom: 16px;
                                left: 18px;
                            }

            .case-box .content-inner .card-box .case-pagination {
                position: absolute;
                bottom: -52px;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .case-box .content-inner .card-box .case-pagination .swiper-pagination-bullet {
                    width: 35px;
                    height: 4px;
                    background: #ffffff;
                    border-radius: 2px;
                    opacity: 0.2;
                    margin: 0;
                }

                    .case-box .content-inner .card-box .case-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
                        margin-left: 4px;
                    }

                .case-box .content-inner .card-box .case-pagination .swiper-pagination-bullet-active {
                    opacity: 1;
                }
/* 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;
            line-height: 1.5em !important;
        }

        .top-banner-box .content-inner .desc {
            margin-top: 10px !important;
            margin-bottom: 20px !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;
                }

    .intro-box {
        height: auto !important;
    }

        .intro-box .content-inner .top-area {
            margin-top: 20px !important;
            display: block !important;
        }

            .intro-box .content-inner .top-area .title-desc .title {
                font-size: 24px !important;
            }

            .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;
            }

            .intro-box .content-inner .top-area .detail-button {
                width: 120px !important;
            }

                .intro-box .content-inner .top-area .detail-button .text {
                    width: 100px !important;
                    height: 40px !important;
                    font-size: 12px !important;
                    padding-right: 5px !important;
                }

                .intro-box .content-inner .top-area .detail-button .icon {
                    width: 46px !important;
                    height: 46px !important;
                    margin-top: -23px !important;
                }

        .intro-box .content-inner .bottom-area {
            display: block !important;
            margin-top: 20px !important;
            margin-bottom: 10px !important;
        }

            .intro-box .content-inner .bottom-area .left-info .info-title {
                font-size: 20px !important;
            }

            .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;
            }

            .intro-box .content-inner .bottom-area .right-swiper {
                width: 100% !important;
                height: 300px !important;
            }

                .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide {
                    width: 100% !important;
                    height: 300px !important;
                }

                    .intro-box .content-inner .bottom-area .right-swiper.product-swiper-container .swiper-slide img {
                        width: 100% !important;
                        height: 100% !important;
                    }

    .special-box {
        height: auto !important;
    }

        .special-box .content-inner {
            margin-top: 30px !important;
        }

            .special-box .content-inner .title {
                font-size: 24px !important;
            }

            .special-box .content-inner .desc {
                width: auto !important;
                font-size: 15px !important;
                line-height: 1.5em !important;
            }

            .special-box .content-inner .card-box {
                margin-top: 20px !important;
                padding: 0 !important;
                height: auto !important;
                flex-direction: column !important;
            }

                .special-box .content-inner .card-box .left-swiper {
                    width: 100% !important;
                    margin-bottom: 30px !important;
                }

                    .special-box .content-inner .card-box .left-swiper .special-swiper {
                        width: 100% !important;
                        height: 240px !important;
                    }

                    .special-box .content-inner .card-box .left-swiper .special-pagination {
                        bottom: -10px !important;
                    }

                .special-box .content-inner .card-box .right-list {
                    margin-bottom: 10px !important;
                }

                    .special-box .content-inner .card-box .right-list .list-item {
                        align-items: center !important;
                    }

                        .special-box .content-inner .card-box .right-list .list-item + .list-item {
                            margin-top: 12px !important;
                        }

                        .special-box .content-inner .card-box .right-list .list-item .num {
                            margin-right: 10px !important;
                            width: 25px !important;
                            height: 25px !important;
                            font-size: 12px !important;
                        }

                        .special-box .content-inner .card-box .right-list .list-item .text {
                            flex: 1 !important;
                            width: auto !important;
                            font-size: 14px !important;
                            line-height: 1.5em !important;
                        }

    .params-box .content-inner {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

        .params-box .content-inner .title {
            font-size: 24px !important;
        }

        .params-box .content-inner .desc {
            width: auto !important;
            font-size: 14px !important;
            line-height: 1.5em !important;
        }

        .params-box .content-inner .table-card {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }

            .params-box .content-inner .table-card .card-row {
                flex-direction: column !important;
            }

                .params-box .content-inner .table-card .card-row .card-col {
                    padding: 5px 10px !important;
                    font-size: 14px !important;
                }

                    .params-box .content-inner .table-card .card-row .card-col:first-child {
                        width: 100% !important;
                    }

    .case-box {
        background: url(/content/stech/images/dynamic/solution-links-case-bg.png) no-repeat center center;
        background-size: cover;
        height: auto !important;
    }

        .case-box .content-inner {
            margin-top: 30px !important;
        }

            .case-box .content-inner .title {
                font-size: 24px !important;
            }

            .case-box .content-inner .desc {
                margin-top: 5px !important;
                width: auto !important;
                font-size: 16px !important;
                line-height: 1.5em !important;
            }

            .case-box .content-inner .card-box {
                width: 100% !important;
                margin-top: 20px !important;
                margin-bottom: 10px !important;
            }

                .case-box .content-inner .card-box .case-swiper {
                    height: auto !important;
                    border-radius: 10px !important;
                    overflow: hidden !important;
                }

                    .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item {
                        width: 100% !important;
                        height: 380px !important;
                    }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item + .card-item {
                            margin-left: 0px !important;
                        }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .img {
                            width: 100% !important;
                            height: 250px !important;
                            border-radius: 10px !important;
                        }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .card-title {
                            margin-top: 10px !important;
                            width: 100% !important;
                        }

                        .case-box .content-inner .card-box .case-swiper .swiper-slide .slide-inner .card-item .card-inner .detail-btn {
                            width: 40px !important;
                            height: 40px !important;
                            bottom: 5px !important;
                            left: 0px !important;
                        }

                .case-box .content-inner .card-box .case-pagination {
                    display: none !important;
                }
}
