/* 主体样式 */
.main-box {
    color: #262626;
    background: #fff;
    overflow: hidden;
}
/* 顶部主banner */
.top-banner-box {
    background: url(/content/stech/images/dynamic/solution-banner1.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 .sub-title {
            font-weight: bold;
            font-size: 50px;
            color: #ffffff;
        }

        .top-banner-box .content-inner .title {
            font-weight: bold;
            font-size: 96px;
            color: #ffffff;
        }

        .top-banner-box .content-inner .desc {
            margin-top: 35px;
            margin-bottom: 110px;
            font-size: 18px;
            color: #ffffff;
            line-height: 26px;
        }
/* 验证平台 */
.platform-box {
    background: url(/content/stech/images/dynamic/solution-platform-bg.png) no-repeat center center;
    background-size: cover;
    height: 1000px;
    overflow: hidden;
}

    .platform-box .content-inner .top-area .title {
        margin-top: 110px;
        font-weight: bold;
        font-size: 50px;
        color: #ffffff;
    }

    .platform-box .content-inner .top-area .desc {
        margin-top: 10px;
        font-size: 16px;
        color: #ffffff;
        opacity: 0.7;
    }

    .platform-box .content-inner .bottom-area {
        margin-top: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .platform-box .content-inner .bottom-area .left-info {
            margin-right: 30px;
            height: 400px;
            position: relative;
        }

            .platform-box .content-inner .bottom-area .left-info .info-title {
                font-weight: bold;
                font-size: 26px;
                color: #ffffff;
                margin-bottom: 38px;
            }

            .platform-box .content-inner .bottom-area .left-info .info-desc {
                font-size: 16px;
                color: #ffffff;
                line-height: 36px;
            }

            .platform-box .content-inner .bottom-area .left-info .custom-button {
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .platform-box .content-inner .bottom-area .right-img img {
            width: 715px;
            height: 580px;
        }
/* 教育工程 */
.edu-box {
    height: 1000px;
    background: url(/content/stech/images/dynamic/solution-edu-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .edu-box .content-inner .title {
        margin-top: 80px;
        font-weight: bold;
        font-size: 50px;
        color: #0e1524;
        line-height: 58px;
    }

    .edu-box .content-inner .desc {
        font-size: 16px;
        color: #5b5e66;
        line-height: 25px;
        opacity: 0.7;
        margin-top: 10px;
    }

    .edu-box .content-inner .card-content {
        margin-top: 58px;
        height: 706px;
        background: url(/content/stech/images/dynamic/solution-edu-bg2.png) no-repeat center center;
        background-size: cover;
        padding: 50px;
    }

        .edu-box .content-inner .card-content .card-inner {
            display: flex;
            justify-content: space-between;
        }

            .edu-box .content-inner .card-content .card-inner .left-area .info-item + .info-item {
                margin-top: 42px;
            }

            .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-title {
                display: inline-block;
                height: 44px;
                background: linear-gradient(90deg, #0046e6, #2c6dff);
                border-radius: 22px;
                color: #ffffff;
                padding: 10px 20px 0;
                margin-bottom: 18px;
            }

                .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-title .num {
                    font-size: 18px;
                }

                .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-title .text {
                    font-size: 16px;
                }

            .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-desc {
                width: 506px;
                font-size: 14px;
                color: #525866;
                line-height: 22px;
            }

            .edu-box .content-inner .card-content .card-inner .right-area {
                margin-top: 50px;
            }

                .edu-box .content-inner .card-content .card-inner .right-area .swiper-box {
                    width: 602px;
                    height: 408px;
                    border-radius: 20px;
                    overflow: hidden;
                }

                    .edu-box .content-inner .card-content .card-inner .right-area .swiper-box .swiper-container {
                        width: 100%;
                        height: 100%;
                    }

                        .edu-box .content-inner .card-content .card-inner .right-area .swiper-box .swiper-container .swiper-slide {
                            width: 100%;
                            height: 100%;
                        }

                .edu-box .content-inner .card-content .card-inner .right-area .video-img {
                    width: 100%;
                    height: 100%;
                    position: relative;
                }

                    .edu-box .content-inner .card-content .card-inner .right-area .video-img:hover {
                        opacity: 0.9;
                    }

                    .edu-box .content-inner .card-content .card-inner .right-area .video-img video {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    .edu-box .content-inner .card-content .card-inner .right-area .video-img .cover-img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }

                        .edu-box .content-inner .card-content .card-inner .right-area .video-img .cover-img img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .edu-box .content-inner .card-content .card-inner .right-area .video-img .play-btn {
                        width: 96px;
                        height: 96px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -48px;
                        margin-top: -48px;
                        cursor: pointer;
                    }

                        .edu-box .content-inner .card-content .card-inner .right-area .video-img .play-btn img {
                            width: 100%;
                            height: 100%;
                        }

                .edu-box .content-inner .card-content .card-inner .right-area .operate-btn {
                    display: flex;
                    justify-content: center;
                    margin-top: 28px;
                }

                    .edu-box .content-inner .card-content .card-inner .right-area .operate-btn .custom-button + .custom-button {
                        margin-left: 10px;
                    }
/* 面向装备 */
.equip-tab-box {
    height: 1000px;
    background: url(/content/stech/images/dynamic/solution-equip-tab-bg.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;
        }

            .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-weight: bold;
                font-size: 30px;
                color: #ffffff;
                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.panel-inner-1 .top-area {
                        background: url(/content/stech/images/dynamic/solution-equip-tab1-bg.png) no-repeat center center;
                        background-size: cover;
                    }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner.panel-inner-2 .top-area {
                        background: url(/content/stech/images/dynamic/solution-equip-tab2-bg.png) no-repeat center center;
                        background-size: cover;
                    }

                    .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 .top-area {
                        height: 128px;
                        padding-left: 40px;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        color: #ffffff;
                    }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .top-area .top-title {
                            font-weight: bold;
                            font-size: 26px;
                            margin-bottom: 12px;
                        }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .top-area .top-desc {
                            font-size: 14px;
                            opacity: 0.8;
                        }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area {
                        background: rgba(68, 121, 223, 0.2);
                        margin-top: 2px;
                    }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row {
                            display: flex;
                            position: relative;
                        }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row:last-child:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 32px;
                                width: calc(100% - 64px);
                                height: 1px;
                                background: #ffffff;
                                opacity: 0.2;
                            }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row:last-child .bottom-col:last-child {
                                width: 66.66%;
                            }

                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row:last-child .bottom-col:last-child .bottom-desc {
                                    width: 350px;
                                }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col {
                                width: 33.33%;
                                height: 200px;
                                padding: 38px 38px 0;
                                transition: all 0.3s ease-in-out;
                            }

                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col:hover,
                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col.active-item {
                                    background: url(/content/stech/images/card-row-bg-blue.png) no-repeat center center;
                                    background-size: cover;
                                }

                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-title {
                                    font-weight: bold;
                                    font-size: 16px;
                                    color: #ffffff;
                                    margin-bottom: 24px;
                                    position: relative;
                                    padding-left: 28px;
                                }

                                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-title:before {
                                        content: '';
                                        position: absolute;
                                        top: 2px;
                                        left: 0;
                                        width: 18px;
                                        height: 18px;
                                        background: #ffffff;
                                        border-radius: 50%;
                                        opacity: 0.2;
                                    }

                                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-title:after {
                                        content: '';
                                        position: absolute;
                                        top: 6px;
                                        left: 5px;
                                        width: 9px;
                                        height: 9px;
                                        background: #ffffff;
                                        border-radius: 50%;
                                    }

                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-desc {
                                    font-size: 14px;
                                    color: #ffffff;
                                    line-height: 22px;
                                    opacity: 0.8;
                                }

    .equip-tab-box .bottom-tabs {
        background: rgba(255, 255, 255, 0.06);
    }

        .equip-tab-box .bottom-tabs .content-inner {
            overflow: hidden;
        }

            .equip-tab-box .bottom-tabs .content-inner .tab-item {
                float: left;
                width: 50%;
                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;
                }
/* 平台亮点&主推产品 */
.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 .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 .special-box .toggle-box .custom-button + .custom-button {
            margin-left: 10px;
        }

    .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%;
                        object-fit: cover;
                    }

    .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: 170px;
                    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;
                }
/* 侧边工具栏 */
.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;
    }

        .top-banner-box .content-inner .sub-title {
            font-size: 20px !important;
        }

        .top-banner-box .content-inner .title {
            font-size: 24px !important;
        }

        .top-banner-box .content-inner .desc {
            margin-top: 10px !important;
            margin-bottom: 20px !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;
            }

    .platform-box {
        height: auto !important;
    }

        .platform-box .content-inner .top-area .title {
            margin-top: 20px !important;
            font-size: 24px !important;
        }

        .platform-box .content-inner .top-area .desc {
            margin-top: 10px !important;
            font-size: 14px !important;
        }

        .platform-box .content-inner .bottom-area {
            margin-top: 10px !important;
            flex-direction: column !important;
        }

            .platform-box .content-inner .bottom-area .left-info {
                order: 2 !important;
                margin-right: 0px !important;
                height: auto !important;
            }

                .platform-box .content-inner .bottom-area .left-info .info-title {
                    display: none !important;
                }

                .platform-box .content-inner .bottom-area .left-info .info-desc {
                    margin-top: 10px !important;
                    font-size: 14px !important;
                    line-height: 1.5em !important;
                }

                .platform-box .content-inner .bottom-area .left-info .custom-button {
                    position: relative !important;
                }

                .platform-box .content-inner .bottom-area .left-info .detail-button {
                    width: 120px !important;
                }

                    .platform-box .content-inner .bottom-area .left-info .detail-button .text {
                        width: 100px !important;
                        height: 40px !important;
                        font-size: 12px !important;
                        padding-right: 5px !important;
                    }

                    .platform-box .content-inner .bottom-area .left-info .detail-button .icon {
                        width: 46px !important;
                        height: 46px !important;
                        margin-top: -23px !important;
                    }

            .platform-box .content-inner .bottom-area .right-img {
                order: 1 !important;
            }

                .platform-box .content-inner .bottom-area .right-img img {
                    width: 100%;
                    height: auto !important;
                }

    .edu-box {
        height: auto !important;
    }

        .edu-box .content-inner .title {
            margin-top: 20px !important;
            font-size: 24px !important;
            line-height: 1.5em !important;
        }

        .edu-box .content-inner .desc {
            font-size: 14px !important;
            line-height: 1.5em !important;
            margin-top: 5px !important;
        }

        .edu-box .content-inner .card-content {
            margin-top: 20px !important;
            height: auto !important;
            padding: 10px !important;
            border-top-left-radius: 10px !important;
            border-top-right-radius: 10px !important;
        }

            .edu-box .content-inner .card-content .card-inner {
                flex-direction: column !important;
            }

                .edu-box .content-inner .card-content .card-inner .left-area {
                    order: 2 !important;
                }

                    .edu-box .content-inner .card-content .card-inner .left-area .info-item + .info-item {
                        margin-top: 15px !important;
                    }

                    .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-title {
                        height: 36px !important;
                        border-radius: 18px !important;
                        padding: 7px 10px 0 !important;
                        margin-bottom: 6px !important;
                    }

                        .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-title .num {
                            font-size: 16px !important;
                        }

                        .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-title .text {
                            font-size: 14px !important;
                        }

                    .edu-box .content-inner .card-content .card-inner .left-area .info-item .tag-desc {
                        width: 100% !important;
                        font-size: 14px;
                        line-height: 1.5em !important;
                    }

                .edu-box .content-inner .card-content .card-inner .right-area {
                    margin-top: 10px !important;
                    order: 1 !important;
                }

                    .edu-box .content-inner .card-content .card-inner .right-area .swiper-box {
                        width: 100% !important;
                        height: 300px !important;
                        border-radius: 10px !important;
                    }

                    .edu-box .content-inner .card-content .card-inner .right-area .video-img .play-btn {
                        width: 60px !important;
                        height: 60px !important;
                        margin-left: -30px !important;
                        margin-top: -30px !important;
                    }

                    .edu-box .content-inner .card-content .card-inner .right-area .operate-btn {
                        margin-top: 10px !important;
                        margin-bottom: 20px !important;
                    }

                        .edu-box .content-inner .card-content .card-inner .right-area .operate-btn .toggle-round-button {
                            width: 40px !important;
                            height: 40px !important;
                        }

    .equip-tab-box {
        height: auto !important;
    }

        .equip-tab-box .top-panels {
            height: auto !important;
        }

            .equip-tab-box .top-panels .content-inner {
                margin-top: 20px !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;
                    margin-bottom: 10px !important;
                }

                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .top-area {
                    height: auto !important;
                    padding: 10px 0px 10px 10px !important;
                }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .top-area .top-title {
                        font-size: 20px !important;
                        margin-bottom: 0px !important;
                    }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .top-area .top-desc {
                        padding-right: 20px !important;
                        font-size: 13px !important;
                    }

                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row {
                    flex-wrap: wrap !important;
                }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row:last-child:before {
                        display: none !important;
                    }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row:last-child .bottom-col:last-child {
                        width: 100% !important;
                    }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row:last-child .bottom-col:last-child .bottom-desc {
                            width: 100% !important;
                        }

                    .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col {
                        width: 100% !important;
                        height: auto !important;
                        padding: 10px !important;
                        position: relative !important;
                    }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col:before {
                            content: '' !important;
                            position: absolute !important;
                            bottom: 0 !important;
                            left: 0 !important;
                            width: 100% !important;
                            height: 1px !important;
                            background: #ffffff !important;
                            opacity: 0.2 !important;
                        }

                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col,
                        .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col.active-item {
                            background: url(/content/stech/images/card-row-bg-blue.png) no-repeat center center !important;
                            background-size: cover !important;
                        }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-title {
                                font-size: 15px !important;
                                margin-bottom: 5px !important;
                                padding-left: 18px !important;
                            }

                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-title:before {
                                    top: 3px !important;
                                    left: 0;
                                    width: 14px !important;
                                    height: 14px !important;
                                }

                                .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-title:after {
                                    top: 7px !important;
                                    left: 4px !important;
                                    width: 6px !important;
                                    height: 6px !important;
                                }

                            .equip-tab-box .top-panels .content-inner .panel-box .panel-inner .bottom-area .bottom-row .bottom-col .bottom-desc {
                                font-size: 13px !important;
                                line-height: 1.5em !important;
                            }

        .equip-tab-box .bottom-tabs .content-inner .tab-item {
            height: auto !important;
            padding: 5px 10px !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 {
                text-align: center !important;
                font-size: 14px !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;
            }

                .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 .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;
            }
}
