/* 涓讳綋鏍峰紡 */
.main-box {
    color: #262626;
    background: #fff;
    overflow: hidden;
}
/* 骞冲彴鏋舵瀯 */
.platform-arch-box {
    height: 1810px;
    background: url(/content/stech/images/dynamic/platform-bg.png) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
}

    .platform-arch-box .title {
        font-size: 80px;
        font-weight: bold;
        margin-top: 250px;
    }

    .platform-arch-box .desc {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 75px;
    }

    .platform-arch-box .fixed-map-wrapper {
        margin-top: 176px;
        width: 100%;
        height: 66px;
    }

    .platform-arch-box .fixed-map-box {
        width: 100%;
        height: 66px;
        background: rgba(23, 55, 107, 0.8);
        border-radius: 33px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        transition: all 0.3s ease;
    }

        .platform-arch-box .fixed-map-box.fixed-map {
            margin-top: 0;
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 1120px;
            z-index: 100;
        }

        .platform-arch-box .fixed-map-box ul {
            padding: 0 50px;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .platform-arch-box .fixed-map-box ul li {
                width: 20%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .platform-arch-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;
                }

                .platform-arch-box .fixed-map-box ul li:last-child:after {
                    display: none;
                }

                .platform-arch-box .fixed-map-box ul li.active-item:after {
                    display: none;
                }

                .platform-arch-box .fixed-map-box ul li.active-item .btns {
                    background: linear-gradient(to right, #0040bf, #1f6ffb);
                    opacity: 1;
                }

                .platform-arch-box .fixed-map-box ul li:hover .btns {
                    opacity: 0.9;
                }

                .platform-arch-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;
                }

    .platform-arch-box .sub-title {
        margin-top: 88px;
        font-weight: bold;
        font-size: 50px;
    }

    .platform-arch-box .sub-desc {
        line-height: 25px;
        opacity: 0.7;
    }

    .platform-arch-box .arch-box {
        width: 100%;
        margin-top: 48px;
    }

        .platform-arch-box .arch-box img {
            width: 100%;
        }
/* 骞冲彴浜偣&涓绘帹浜у搧 */
.merge-box {
    height: 1530px;
    background: url(/content/stech/images/dynamic/platform-merge-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .merge-box .special-box {
        margin-top: 86px;
        margin-bottom: 100px;
    }



    .merge-box .special-box {
        overflow: hidden;
        margin-top: 80px;
    }

        .merge-box .special-box .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
            margin-bottom: 16px;
        }

        .merge-box .special-box .desc {
            color: #5b5e66;
            line-height: 25px;
            opacity: 0.7;
            margin-bottom: 48px;
        }




        .merge-box .special-box .content-inner .card-list {
            margin-top: 50px;
            width: 100%;
        }

            .merge-box .special-box .content-inner .card-list .special-swiper {
                width: 100%;
            }

                .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item {
                    height: 400px;
                    position: relative;
                    padding: 36px 28px 24px;
                    background: url(/content/stech/images/card-col-bg3.png) no-repeat center center;
                    background-size: cover;
                    border-radius: 8px;
                }

                    .merge-box .special-box .content-inner .card-list .special-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 .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-num {
                            background: #fff;
                            color: #023cc1;
                        }

                        .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-title {
                            color: #fff;
                        }

                        .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-desc,
                        .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item:hover .card-inner .card-empty {
                            color: #ffffff;
                            opacity: 0.7;
                        }

                    .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner {
                        width: 100%;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }

                        .merge-box .special-box .content-inner .card-list .special-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;
                            flex-shrink: 0;
                        }

                        .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-title {
                            margin-top: 15px;
                            font-weight: bold;
                            font-size: 17px;
                            color: #0e1524;
                            text-align: left;
                        }

                        .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-desc {
                            margin-top: 12px;
                            width: 100%;
                            font-size: 13px;
                            color: #515866;
                            line-height: 1.75;
                            text-align: left;
                        }


    .merge-box .product-box .introduct {
        height: 500px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .merge-box .product-box .introduct .left-info .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
            margin-bottom: 5px;
        }

        .merge-box .product-box .introduct .left-info .sub-title {
            font-weight: bold;
            font-size: 26px;
            color: #0e1524;
            line-height: 40px;
            margin-bottom: 20px;
        }

        .merge-box .product-box .introduct .left-info .desc {
            width: 460px;
            color: #495267;
            line-height: 32px;
            opacity: 0.7;
        }

        .merge-box .product-box .introduct .left-info .detail-button {
            position: absolute;
            bottom: 20px;
            left: 0;
        }

        .merge-box .product-box .introduct .right-swiper {
            margin-top: 40px;
            width: 652px;
            height: 410px;
            position: relative;
        }

            .merge-box .product-box .introduct .right-swiper:hover .product-swiper {
                transition: transform 0.3s ease;
                transform-origin: bottom left;
            }

            .merge-box .product-box .introduct .right-swiper:hover .product-swiper img {
                transform: scale(1.1);
            }

            .merge-box .product-box .introduct .right-swiper .product-swiper {
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

                .merge-box .product-box .introduct .right-swiper .product-swiper .swiper-wrapper .swiper-slide {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }

                    .merge-box .product-box .introduct .right-swiper .product-swiper .swiper-wrapper .swiper-slide img {
                        width: 100%;
                        height: 100%;
                    }

    .merge-box .product-box .toggle-box {
        height: 100px;
        margin-top: 20px;
    }

        .merge-box .product-box .toggle-box .toggle-info {
            width: 100%;
        }

            .merge-box .product-box .toggle-box .toggle-info .info-inner {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot {
                    width: 140px;
                    padding: 0 20px;
                    cursor: pointer;
                    position: relative;
                }

                    .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot .title {
                        font-size: 14px;
                        color: #495267;
                        line-height: 20px;
                        text-align: center;
                        padding-top: 20px;
                    }

                    .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot:before {
                        content: '';
                        position: absolute;
                        top: 5px;
                        left: 50%;
                        transform: translateX(-50%);
                        width: 2px;
                        height: 14px;
                        background: transparent;
                    }

                    .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item .title {
                        font-weight: bold;
                        font-size: 16px;
                        color: #023cc1;
                    }

                    .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item:before {
                        background: #023cc1;
                    }

                .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-dots-container {
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    width: 1120px;
                    overflow: hidden;
                }
/* 搴旂敤鍦烘櫙 */
.scene-box {
    height: 1000px;
    background-size: cover;
    overflow: hidden;
}

    .scene-box .title {
        font-weight: bold;
        font-size: 50px;
        color: #ffffff;
        margin-top: 86px;
        margin-bottom: 16px;
    }

    .scene-box .desc {
        color: #5b5e66;
        font-size: 16px;
        color: #ffffff;
        line-height: 25px;
        opacity: 0.7;
        margin-bottom: 106px;
    }

    .scene-box .toggle-content {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

        .scene-box .toggle-content .left-menu .item-menu {
            width: 384px;
            height: 143px;
            background: linear-gradient(134deg, #232b3b, #29364a);
            opacity: 0.86;
            display: flex;
            align-items: center;
            padding: 0 55px;
            cursor: pointer;
        }

            .scene-box .toggle-content .left-menu .item-menu:first-child {
                border-radius: 10px 10px 0px 0px;
            }

            .scene-box .toggle-content .left-menu .item-menu:last-child {
                border-radius: 0px 0px 10px 10px;
            }

            .scene-box .toggle-content .left-menu .item-menu:hover {
                opacity: 0.9;
            }

                .scene-box .toggle-content .left-menu .item-menu:hover .text {
                    font-weight: bold;
                }

            .scene-box .toggle-content .left-menu .item-menu.active-item {
                background: linear-gradient(90deg, #023cc1, #2c6dff);
            }

                .scene-box .toggle-content .left-menu .item-menu.active-item .text {
                    font-weight: bold;
                }

                    .scene-box .toggle-content .left-menu .item-menu.active-item .text:before {
                        background: #ffffff;
                    }

            .scene-box .toggle-content .left-menu .item-menu .text {
                font-size: 18px;
                color: #ffffff;
                line-height: 25px;
                position: relative;
            }

                .scene-box .toggle-content .left-menu .item-menu .text:before {
                    content: '';
                    width: 15px;
                    height: 2px;
                    background: transparent;
                    position: absolute;
                    top: 50%;
                    left: -26px;
                    transform: translateY(-1px);
                }

        .scene-box .toggle-content .right-content {
            width: 863px;
            height: 286px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 0 36px;
            margin-left: 20px;
            background: linear-gradient(134deg, rgba(35, 43, 59, 0.7), rgba(41, 54, 74, 0.7));
            position: relative;
        }

            .scene-box .toggle-content .right-content .right-inner {
                color: #ffffff;
            }

                .scene-box .toggle-content .right-content .right-inner .content-title {
                    font-weight: bold;
                    font-size: 26px;
                    margin-top: 28px;
                }

                .scene-box .toggle-content .right-content .right-inner .content-desc {
                    font-size: 16px;
                    line-height: 30px;
                    margin-top: 25px;
                    opacity: 0.9;
                }

                .scene-box .toggle-content .right-content .right-inner .more-btn {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 146px;
                    height: 54px;
                    background: rgba(123, 189, 240, 0.1);
                    border-radius: 27px;
                    font-size: 14px;
                    color: #e4e4e6;
                    cursor: pointer;
                    position: absolute;
                    bottom: 32px;
                    left: 30px;
                    text-decoration: none;
                }

                    .scene-box .toggle-content .right-content .right-inner .more-btn:hover {
                        background: rgba(123, 189, 240, 0.2);
                    }
/* 鎴愬姛妗堜緥 */
.case-box {
    height: 986px;
    background: url(/content/stech/images/product-case-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .case-box .top-area {
        margin-top: 86px;
        margin-bottom: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .case-box .top-area .title-desc .title {
            font-weight: bold;
            font-size: 50px;
            color: #0e1524;
        }

        .case-box .top-area .title-desc .desc {
            color: #5b5e66;
            line-height: 25px;
            opacity: 0.7;
        }

    .case-box .card-box {
        width: 100%;
        height: 666px;
        display: flex;
        justify-content: space-between;
        margin-top: 48px;
    }

        .case-box .card-box .main-card {
            width: 854px;
            height: 666px;
            display: flex;
        }

            .case-box .card-box .main-card .left-area {
                width: 356px;
                height: 100%;
                background: url(/content/stech/images/dynamic/product-case-1.png) no-repeat;
                background-size: cover;
                padding: 0 45px 0 34px;
                overflow: hidden;
                position: relative;
            }

                .case-box .card-box .main-card .left-area .card-title {
                    margin-top: 196px;
                    font-weight: bold;
                    font-size: 16px;
                    color: #ffffff;
                    line-height: 25px;
                }

                .case-box .card-box .main-card .left-area .card-desc {
                    margin-top: 48px;
                    font-size: 14px;
                    color: #ffffff;
                    line-height: 25px;
                    opacity: 0.8;
                    text-align: justify;
                }

                .case-box .card-box .main-card .left-area .btns {
                    position: absolute;
                    bottom: 54px;
                    left: 34px;
                    width: 60px;
                    height: 60px;
                    cursor: pointer;
                }

                    .case-box .card-box .main-card .left-area .btns:hover {
                        opacity: 0.9;
                    }

                    .case-box .card-box .main-card .left-area .btns img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

            .case-box .card-box .main-card .right-area {
                flex: 1;
                height: 100%;
            }

                .case-box .card-box .main-card .right-area img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

        .case-box .card-box .aside-card {
            width: 426px;
            height: 666px;
        }

            .case-box .card-box .aside-card .sub-card {
                width: 100%;
                height: 50%;
                overflow: hidden;
                position: relative;
            }

                .case-box .card-box .aside-card .sub-card:hover .front {
                    display: none;
                }

                .case-box .card-box .aside-card .sub-card:hover .back {
                    display: block;
                }

                .case-box .card-box .aside-card .sub-card.top-card {
                    background: url(/content/stech/images/dynamic/product-case-3.png) no-repeat;
                    background-size: cover;
                }

                .case-box .card-box .aside-card .sub-card.bottom-card {
                    background: url(/content/stech/images/dynamic/product-case-4.png) no-repeat;
                    background-size: cover;
                }

                .case-box .card-box .aside-card .sub-card .num {
                    position: absolute;
                    top: 14px;
                    right: 16px;
                    font-weight: bold;
                    font-size: 16px;
                    color: #ffffff;
                }

                .case-box .card-box .aside-card .sub-card .front {
                    width: 100%;
                    height: 100%;
                    position: relative;
                    background: url(/content/stech/images/card-title-cover.png);
                    background-size: cover;
                }

                    .case-box .card-box .aside-card .sub-card .front .card-title {
                        width: 100%;
                        padding: 0 20px;
                        font-weight: bold;
                        font-size: 16px;
                        color: #ffffff;
                        position: absolute;
                        bottom: 28px;
                        left: 0;
                    }

                .case-box .card-box .aside-card .sub-card .back {
                    width: 100%;
                    height: 100%;
                    position: relative;
                    background: url(/content/stech/images/card-title-cover-blue.png);
                    background-size: cover;
                    display: none;
                }

                    .case-box .card-box .aside-card .sub-card .back .wrapper {
                        width: 100%;
                        position: absolute;
                        bottom: 24px;
                        left: 0;
                    }

                        .case-box .card-box .aside-card .sub-card .back .wrapper .card-title {
                            width: 100%;
                            padding: 0 20px;
                            font-weight: bold;
                            font-size: 16px;
                            color: #ffffff;
                            line-height: 25px;
                            margin-bottom: 18px;
                        }

                .case-box .card-box .aside-card .sub-card .detail-btn {
                    margin-left: 20px;
                    text-decoration: none;
                    width: 146px;
                    height: 54px;
                    border-radius: 27px;
                    border: 1px solid #5c85d4;
                    background: #0f53c5;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 14px;
                    color: #ffffff;
                    cursor: pointer;
                    margin-top: 18px;
                }

                    .case-box .card-box .aside-card .sub-card .detail-btn:hover {
                        opacity: 0.9;
                    }
/* 渚ц竟宸ュ叿鏍 */
.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) {
    .platform-arch-box {
        height: auto !important;
    }

        .platform-arch-box .title {
            font-size: 24px !important;
            margin-top: 60px !important;
        }

        .platform-arch-box .desc {
            margin-top: 10px !important;
            font-size: 14px !important;
            line-height: 1.5em !important;
            margin-bottom: 20px !important;
        }

        .platform-arch-box .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;
        }

            .platform-arch-box .skew-round-button img {
                width: 14px !important;
                height: 14px !important;
            }

        .platform-arch-box .fixed-map-wrapper {
            margin-top: 50px !important;
            height: auto !important;
        }

        .platform-arch-box .fixed-map-box {
            height: auto !important;
            border-radius: 33px;
            font-size: 12px !important;
        }

            .platform-arch-box .fixed-map-box.fixed-map {
                margin-top: 0;
                position: fixed;
                top: 20px;
                left: 50%;
                transform: translateX(-50%);
                width: 1120px;
                z-index: 100;
            }

            .platform-arch-box .fixed-map-box ul {
                padding: 5px !important;
            }

                .platform-arch-box .fixed-map-box ul li {
                    width: 20%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }

                    .platform-arch-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;
                    }

                    .platform-arch-box .fixed-map-box ul li:last-child:after {
                        display: none;
                    }

                    .platform-arch-box .fixed-map-box ul li.active-item:after {
                        display: none;
                    }

                    .platform-arch-box .fixed-map-box ul li.active-item .btns {
                        background: linear-gradient(to right, #0040bf, #1f6ffb);
                        opacity: 1;
                    }

                    .platform-arch-box .fixed-map-box ul li:hover .btns {
                        opacity: 0.9;
                    }

                    .platform-arch-box .fixed-map-box ul li .btns {
                        width: auto !important;
                        padding: 0 5px;
                        height: 35px !important;
                        border-radius: 18px !important;
                    }

        .platform-arch-box .sub-title {
            margin-top: 40px !important;
            font-size: 24px !important;
        }

        .platform-arch-box .sub-desc {
            line-height: 1.5em !important;
        }

        .platform-arch-box .arch-box {
            margin-top: 10px !important;
            margin-bottom: 20px !important;
        }

    .merge-box {
        height: auto !important;
    }

        .merge-box .special-box {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }

            .merge-box .special-box .title {
                font-size: 24px !important;
                margin-bottom: 10px !important;
            }

            .merge-box .special-box .desc {
                line-height: 1.5em !important;
                margin-bottom: 10px !important;
            }


            .merge-box .special-box .content-inner .card-list {
                margin-top: 20px !important;
                margin-bottom: 10px !important;
                border-radius: 10px !important;
                overflow: hidden !important;
            }

                .merge-box .special-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item {
                    width: 100% !important;
                    height: 400px !important;
                }

                    .merge-box .special-box .content-inner .card-list .feature-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-title {
                        font-size: 18px !important;
                    }

                .merge-box .special-box .content-inner .card-list .feature-pagination {
                    display: none !important;
                }

            .merge-box .special-box .swiper-box {
                height: auto !important;
                margin-bottom: 10px !important;
                border-radius: 20px !important;
                overflow: hidden !important;
            }

                .merge-box .special-box .swiper-box .special-swiper {
                    width: 100% !important;
                }

                    .merge-box .special-box .swiper-box .special-swiper .swiper-slide {
                        width: 100% !important;
                        padding-right: 0px !important;
                    }

                        .merge-box .special-box .swiper-box .special-swiper .swiper-slide .card-item {
                            height: 300px !important;
                            padding: 20px 20x 0 !important;
                            background: url(/content/stech/images/dynamic/platform-card-grey.png) center center no-repeat !important;
                        }

                            .merge-box .special-box .swiper-box .special-swiper .swiper-slide .card-item.active-item {
                                background: url(/content/stech/images/dynamic/platform-card-blue.png) center center no-repeat !important;
                            }

                            .merge-box .special-box .swiper-box .special-swiper .swiper-slide .card-item .num {
                                width: 60px !important;
                                height: 60px !important;
                            }

                            .merge-box .special-box .swiper-box .special-swiper .swiper-slide .card-item .icon {
                                width: 100px !important;
                                height: 100px !important;
                            }

                            .merge-box .special-box .swiper-box .special-swiper .swiper-slide .card-item .card-title {
                                margin-top: 20px !important;
                            }

                            .merge-box .special-box .swiper-box .special-swiper .swiper-slide .card-item .card-desc {
                                margin-top: 10px !important;
                                font-size: 14px;
                                line-height: 1.5em !important;
                            }

            .merge-box .special-box .toggle-box .toggle-round-button {
                width: 40px !important;
                height: 40px !important;
            }

        .merge-box .product-box .introduct {
            display: block !important;
            height: auto !important;
        }

            .merge-box .product-box .introduct .left-info .title {
                font-size: 24px !important;
                margin-bottom: 5px;
            }

            .merge-box .product-box .introduct .left-info .sub-title {
                font-size: 18px !important;
                line-height: 1.5em !important;
                margin-bottom: 0px !important;
            }

            .merge-box .product-box .introduct .left-info .desc {
                width: 100% !important;
                line-height: 1.5em !important;
            }

            .merge-box .product-box .introduct .left-info .detail-button {
                width: 120px !important;
                position: relative !important;
                bottom: 0px !important;
            }

                .merge-box .product-box .introduct .left-info .detail-button .text {
                    width: 100px !important;
                    height: 40px !important;
                    font-size: 12px !important;
                    padding-right: 5px !important;
                }

                .merge-box .product-box .introduct .left-info .detail-button .icon {
                    width: 46px !important;
                    height: 46px !important;
                    margin-top: -23px !important;
                }

            .merge-box .product-box .introduct .right-swiper {
                margin-top: 20px !important;
                margin-bottom: 20px !important;
                width: 100% !important;
                height: auto !important;
            }

                .merge-box .product-box .introduct .right-swiper:hover .product-swiper {
                    transform: rotate(0deg) !important;
                }

        .merge-box .product-box .toggle-box {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }

            .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-round-button {
                width: 40px !important;
                height: 40px !important;
            }

            .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot {
                display: none !important;
                width: 100% !important;
                padding: 0 10px !important;
            }

                .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item {
                    display: block !important;
                }

            .merge-box .product-box .toggle-box .toggle-info .info-inner .toggle-dots-container {
                flex: 1 !important;
                width: 100% !important;
            }

    .scene-box {
        height: auto !important;
    }

        .scene-box .title {
            font-size: 24px !important;
            margin-top: 20px !important;
            margin-bottom: 10px !important;
        }

        .scene-box .desc {
            line-height: 1.5em !important;
            font-size: 14px !important;
            margin-bottom: 10px !important;
        }

        .scene-box .toggle-content {
            display: block !important;
            margin-bottom: 10px !important;
        }

            .scene-box .toggle-content .left-menu {
                display: flex !important;
                flex-wrap: wrap !important;
                margin-bottom: 5px !important;
                border-top-left-radius: 10px !important;
                border-top-right-radius: 10px !important;
                overflow: hidden !important;
            }

                .scene-box .toggle-content .left-menu .item-menu {
                    width: 50% !important;
                    height: 70px !important;
                    padding: 0 20px !important;
                }

                    .scene-box .toggle-content .left-menu .item-menu:first-child {
                        border-radius: 0px;
                    }

                    .scene-box .toggle-content .left-menu .item-menu:last-child {
                        border-radius: 0px;
                    }

                    .scene-box .toggle-content .left-menu .item-menu .text {
                        font-size: 15px !important;
                        line-height: 1.5em !important;
                    }

                        .scene-box .toggle-content .left-menu .item-menu .text:before {
                            width: 10px !important;
                            height: 2px;
                            top: 50%;
                            left: -15px !important;
                            transform: translateY(-1px);
                        }

            .scene-box .toggle-content .right-content {
                width: 100% !important;
                height: 250px !important;
                border-top-left-radius: 0px !important;
                border-top-right-radius: 0px !important;
                padding: 0 10px !important;
                margin-left: 0px !important;
            }

                .scene-box .toggle-content .right-content .right-inner .content-title {
                    font-size: 20px !important;
                    margin-top: 10px !important;
                }

                .scene-box .toggle-content .right-content .right-inner .content-desc {
                    font-size: 14px !important;
                    line-height: 1.5em !important;
                    margin-top: 10px !important;
                }

                .scene-box .toggle-content .right-content .right-inner .more-btn {
                    width: 120px !important;
                    height: 45px !important;
                    border-radius: 23px !important;
                    font-size: 13px !important;
                    bottom: 14px !important;
                    left: 10px !important;
                }

    .case-box {
        height: auto !important;
    }

        .case-box .top-area {
            margin-top: 30px !important;
            margin-bottom: 0px !important;
            display: block !important;
        }

            .case-box .top-area .title-desc .title {
                font-size: 24px !important;
            }

            .case-box .top-area .title-desc .desc {
                margin-top: 2px !important;
                font-size: 14px !important;
                line-height: 1.5em !important;
            }

            .case-box .top-area .detail-button {
                width: 120px !important;
            }

                .case-box .top-area .detail-button .text {
                    width: 100px !important;
                    height: 40px !important;
                    font-size: 12px !important;
                    padding-right: 5px !important;
                }

                .case-box .top-area .detail-button .icon {
                    width: 46px !important;
                    height: 46px !important;
                    margin-top: -23px !important;
                }

        .case-box .card-box {
            height: auto !important;
            display: block !important;
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }

            .case-box .card-box .main-card {
                width: 100% !important;
                height: auto !important;
                display: block !important;
            }

                .case-box .card-box .main-card .left-area {
                    width: 100% !important;
                    height: 300px !important;
                    padding: 20px !important;
                }

                    .case-box .card-box .main-card .left-area .card-title {
                        margin-top: 10px !important;
                        font-size: 15px !important;
                        line-height: 1.5em !important;
                    }

                    .case-box .card-box .main-card .left-area .card-desc {
                        margin-top: 10px !important;
                        font-size: 13px !important;
                        line-height: 1.5em !important;
                    }

                    .case-box .card-box .main-card .left-area .btns {
                        bottom: 20px !important;
                        left: 20px !important;
                        width: 40px !important;
                        height: 40px !important;
                    }

                .case-box .card-box .main-card .right-area {
                    height: 400px !important;
                }

            .case-box .card-box .aside-card {
                width: 100% !important;
                height: auto !important;
            }

                .case-box .card-box .aside-card .sub-card {
                    height: 400px !important;
                }

                    .case-box .card-box .aside-card .sub-card .num {
                        top: 14px;
                        right: 16px;
                        font-size: 20px !important;
                    }

                    .case-box .card-box .aside-card .sub-card .front {
                        width: 100%;
                        height: 100%;
                    }

                        .case-box .card-box .aside-card .sub-card .front .card-title {
                            padding: 0 20px;
                            font-size: 15px !important;
                            bottom: 20px !important;
                        }

                    .case-box .card-box .aside-card .sub-card .back {
                        width: 100%;
                        height: 100%;
                        position: relative;
                        background: url(/content/stech/images/card-title-cover-blue.png);
                        background-size: cover;
                        display: none;
                    }

                        .case-box .card-box .aside-card .sub-card .back .wrapper {
                            width: 100%;
                            position: absolute;
                            bottom: 24px;
                            left: 0;
                        }

                            .case-box .card-box .aside-card .sub-card .back .wrapper .card-title {
                                width: 100%;
                                padding: 0 20px;
                                font-weight: bold;
                                font-size: 16px;
                                color: #ffffff;
                                line-height: 25px;
                                margin-bottom: 18px;
                            }

                    .case-box .card-box .aside-card .sub-card .detail-btn {
                        width: 120px !important;
                        height: 40px !important;
                        font-size: 12px !important;
                    }

    /* 骞冲彴浜偣 special-box 绉诲姩绔€傞厤 */
    .merge-box .special-box .content-inner {
        padding: 30px 20px !important;
    }

    .merge-box .special-box .content-inner .title {
        font-size: 22px !important;
    }

    .merge-box .special-box .content-inner .desc {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .merge-box .special-box .content-inner .card-list {
        margin-top: 20px !important;
    }

        .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item {
            width: 100% !important;
            height: auto !important;
            min-height: 260px;
        }

            .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner {
                align-items: center !important;
            }

                .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-num {
                    font-size: 14px !important;
                    flex-shrink: 0;
                }

                .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-title {
                    font-size: 16px !important;
                    word-break: break-word;
                    text-align: center !important;
                }

                .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-desc {
                    width: 100% !important;
                    font-size: 13px !important;
                    text-align: left !important;
                    line-height: 1.6 !important;
                }

                .merge-box .special-box .content-inner .card-list .special-swiper .swiper-wrapper .swiper-slide .card-item .card-inner .card-empty {
                    display: none !important;
                }
}
