


/* 公共底部start */


.global-footer .footer-bottom .footer-bottom-notice .footer-bottom-info .support-info .footer-bottom-info__icp-text {
    color: #ffffff;
}


.global-footer .footer-bottom .footer-bottom-notice .footer-bottom-info {
    display: flex;
    gap: 0.16rem;
}

.spring-customized-page .form-section .form-box .form-content .diameter-selector .diameter-options .diameter-option .diameter-tag {
    color: #4A5568;
    font-family: var(--sk-font-Light);
}
.spring-customized-page .form-section .form-box .form-content .form-item .item .label .unit-tag {
    color: #4A5568;
    font-family: var(--sk-font-Light);
}

@media screen and (max-width: 800px) {
    .global-footer .footer-bottom .footer-bottom-notice .footer-bottom-info {
        flex-direction: column;
    }


    .global-footer .footer-bottom .footer-bottom-notice .footer-bottom-info .footer-bottom-info__icp {
        margin:0;
        width: auto;
    }


    .global-footer .footer-bottom .footer-bottom-notice .footer-bottom-info .support-info {
        margin: 0 auto;
    }

}

.global-footer .footer-bottom .footer-bottom-notice .footer-bottom-info .support-info {
    display: flex;
    gap: 0.16rem;
}







/* 公共底部end */





/* 联系我们页面start */
@media screen and (max-width: 800px) {
    .contact-us-page .contact-form-section .contact-container.contact-form-container .contact-form-intro h2 {
        white-space: normal;
    }


    .contact-us-page .contact-form-section .contact-container.contact-form-container .contact-form-wrapper .contact-form-grid .contact-form-field textarea {
        font-size: 0.28rem;
    }

}





/* 联系我们页面end */




/* 公共搜索页面start */
.search-result-page .search-result-main .search-tabs ul li.on::after {
    /* 对于本身是绝对定位的做出一点调整 */
    left:auto;
    right: 5%;
}


@media screen and (max-width: 800px) {

.index-page .product__section .wal1792 .-body .-wrapper {
    width: 100%;
    height: 7.16rem;
    padding: 0.64rem;
    mix-blend-mode: multiply;
    overflow: hidden;
}

    .search-result-page .search-result-main .search-tabs ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }

    .search-result-page .search-result-main .search-tabs ul li.on::after {
        height: 3px;
        right: 4%;
    }

}




/* 公共搜索页面end */



.history-page .page-main .wal .-list::after {
    display: none;
}
.history-page .page-main .wal .btn-box {
    margin-top: .64rem;
}



/* 法律声明页面start */

.legal-disclaimer-page .legal-box {
    padding:0 0 1.28rem 0;

}




/* 法律声明页面end */
    @media screen and (min-width: 800px) {
    .index-page .product__section .wal1792 .-body .-wrapper {
        width: 100%;
        height: 5.1rem;
        padding: 0.48rem 0;
        mix-blend-mode: multiply;
    }


    }




/* 解决方案页面start */

.case-detail-page .page-box .wal .-article .-wrapper .-body .content {
    line-height: 2;
}


@media screen and (max-width: 800px) {
    .case-detail-page .page-box .wal .-article .-wrapper .-body .content {
        line-height: 2;
    }
}












/* 解决方案页面end */

/* 弹簧定制页面start */

/* 特意仅改动pc端，移动端保持默认样式 */
@media screen and (min-width: 800px) {
    .spring-customized-page .customized_wrapper .wrapper-flex .left-img {
        width: 4.48rem;
        height: 2.56rem;
    }

    .spring-customized-page .customized_wrapper .wrapper-flex .left-img .img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}





/* 提交按钮加载状态样式 */
.spring-customized-page .form-section .form-box .form-content .form-btn {
    position: relative;
    transition: all 0.3s ease;
}

.spring-customized-page .form-section .form-box .form-content .form-btn.submitting {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.spring-customized-page .form-section .form-box .form-content .form-btn .spinner {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.08rem;
    vertical-align: middle;
    animation: rotate 2s linear infinite;
}

.spring-customized-page .form-section .form-box .form-content .form-btn .spinner .path {
    stroke: currentColor;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* 弹簧定制页面end */





/* 公共顶部导航start */


@media screen and (min-width: 800px) {
    .g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .solution_layer .link-card {
        padding-top: 0.1rem;
        align-items: flex-start;
    }

    .g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .solution_layer .link-card .label {
        align-items: flex-start;
        min-height: 0.48rem;
    }

    .g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .solution_layer .link-card .label .icon {
        flex-shrink: 0;
    }

    
    .g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .solution_layer .link-card .label .name {
        flex: 1;
        word-break: break-word;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-clamp: 2;
    }
    .g-header .g-head .g-head-main .g-head-right .link-btn .svg ellipse {
    transition: 0.3s;
    fill: var(--g-head-svg-color, var(--fcolor-default));
    }
}



/* 公共顶部导航end */

