.title {
    display: flex;
    justify-content: left;
    align-items: center;
}

.title .circle {
    border: 6px solid #006EFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.title .txt {
    margin-left: 10px;
    font-size: 18px;
}




.banner {
    margin: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 65% auto;
}

.banner .banner-contain {
    background: white;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.banner .banner-contain .swiper img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .banner-contain .icon-btn {
    width: 40px;
    height: 40px;
    background: rgba(220, 227, 236, 0.5);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    z-index: 2;
}

.banner .banner-contain .icon-btn.left {
    left: 10px;
}

.banner .banner-contain .icon-btn.right {
    right: 10px;
}

.banner .banner-contain .icon-btn:hover {
    background: #001631;
    cursor: pointer;
}

.banner .banner-contain .icon-btn img {
    width: 80%;
}

.banner .banner-info {
    overflow: hidden;
    display: grid;
    grid-template-rows: 60% auto;
}

.banner .banner-info .big-font {
    background: white;
    border-radius: 10px;
    padding: 20px 20px;
}

.banner .banner-info .big-font p {
    font-size: 88px;/* pc端首页Soarcho disposable curtains字体大小 */
    font-weight: 700;
    line-height: 88px;
}

.banner .banner-info .big-font p.color {
    color: #006FFF;
}

.banner .banner-info .small-font {
    margin-top: 10px;
    background: white;
    border-radius: 10px;
    position: relative;
    padding-bottom: 20px;
}

.banner .banner-info .small-font .title {
    padding: 15px 20px;
}

.banner .banner-info .small-font .title .circle {}

.banner .banner-info .small-font .title .txt {
    font-weight: 700;
}

.banner .banner-info .small-font .title .txt {
    font-size: 32px; /* 这一段是我后加的 ，首页What can I do for you字体大小 */
}

.banner .banner-info .small-font p {
    font-size: 17px;
    line-height: 30px;
    padding: 0 20px;
    text-align: justify;
}

.banner .banner-info .small-font .fix-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.banner .banner-info .small-font .fix-btn a {
    display: flex;
    align-items: center;
    background: #011832;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.banner .banner-info .small-font .fix-btn a:hover {
    background: #0071FF;
}

.banner .banner-info .small-font .fix-btn img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.banner .banner-info .small-font .fix-btn span {
    color: white;
    font-size: 12px;
}

.home-fix-btn {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.home-fix-btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6vw;
    height: 6vw;
    min-width: 70px;
    min-height: 70px;
    margin: 10px 5px;
    border-radius: 10px;
    background: #011832;
    text-decoration: none;
}

.home-fix-btn img {
    width: 2.5vw;
    height: 2.5vw;
    min-width: 30px;
    min-height: 30px;
}

.home-fix-btn p {
    color: white;
    padding-top: 5px;
    font-size: 12px;
}



.product {}

.product .product-top {
    margin: 10px;
    padding: 15px 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.product .title {}

.product .title .circle {}

.product .title .txt {}

.product .desc {
    padding: 20px 0 40px;
}

.product .desc p {
    font-size: 54px;/* PC端产品目录字体大小 */
    font-weight: 700;
    float: left;
    margin-right: 50px;
    padding: 10px 20px;
}

.product .desc p:hover,
.product .desc p.active {
    color: white;
    background: #006FFF;
    cursor: pointer;
    border-radius: 10px;
}

.product .product-list {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    padding: 0 7.5px;
}

.product .product-list .product-item {
    margin: 2.5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product .product-list .product-item .pro-img {
    width: 100%;
    display: block;
}

.product .product-list .product-item .bottom {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    padding: 15px 10px;
}

.product .product-list .product-item .bottom .info {
    float: left;
}

.product .product-list .product-item .bottom .info .remark {
    color: #A1A9B3;
    font-size: 14px;
    line-height: 25px;
}

.product .product-list .product-item .bottom .info .title {
    color: black;
    font-size: 18px;
    line-height: 25px;
}

.product .product-list .product-item .bottom .icon-btn {
    float: right;
    padding: 15px;
    border-radius: 50%;
}

.product .product-list .product-item .bottom .icon-btn img {
    width: 20px;
}

.product .product-list .product-item .bottom .icon-btn .default {}

.product .product-list .product-item .bottom .icon-btn .active {
    display: none;
}

.product .product-list .product-item .bottom:hover {
    background: #006FFF;
    cursor: pointer;
}

.product .product-list .product-item .bottom:hover .info .remark {
    color: white;
}

.product .product-list .product-item .bottom:hover .info .title {
    color: white;
}

.product .product-list .product-item .bottom:hover .icon-btn {
    background: #001631;
}

.product .product-list .product-item .bottom:hover .icon-btn .default {
    display: none;
}

.product .product-list .product-item .bottom:hover .icon-btn .active {
    display: block;
}



.about {}

.about .about-top {
    margin: 10px;
    padding: 15px 20px;
    background: #DCE3EC;
    border-radius: 10px;
    overflow: hidden;
}

.about .title {}

.about .title .circle {}

.about .title .txt {}

.about .desc {
    padding: 10px 0 20px;
}

.about .desc p {
    font-size: 54px;/* PC端关于我们大标题字体大小 */
    font-weight: 700;
    float: left;
}

.about .desc p .color {
    color: #006FFF;
}

.about .about-contain {
    display: grid;
    grid-template-columns: minmax(260px, 33%) minmax(0, 1fr);
    margin: 10px;
    gap: 10px;
    align-items: stretch;
}

.about .about-contain .img {
    border-radius: 10px;
    overflow: hidden;
    min-height: 500px;
}

.about .about-contain .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about .about-contain .info {
    background: #DCE3EC;
    border-radius: 10px;
    overflow: hidden;
    padding: 52px 52px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
}

.about .about-contain .info .info-inner {
    max-width: 660px;
}

.about .about-contain .info .headline {
    font-size:65px;/* PC端首页关于我们标题字体大小 */
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #081937;
    margin: 0 0 24px;
}

.about .about-contain .info .headline span {
    color: #006FFF;
}

.about .about-contain .info .txt {
    font-size: 2px;/* pc端首页关于我们标题上间距 */
    font-weight: 700;
}

.about .about-contain .info .txt.about-copy {
    font-size: 24px;/* pc端首页关于我们内容字体大小 */
    line-height: 1.6;
    font-weight: 400;
    color: #5F6978;
    max-width: 90%;
}

.about .about-contain .info .txt.about-copy p {
    margin: 0 0 18px;
}

.about .about-contain .info .txt.about-copy p:last-child {
    margin-bottom: 0;
}

.about .about-contain .info .txt.about-copy .copy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about .about-contain .info .txt.about-copy .copy-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
}

.about .about-contain .info .txt.about-copy .copy-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: #5F6978;
}

.about .about-contain .info .txt span {
    color: #006FFF;
}

.about .about-contain .info .link-btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    margin-top: 26px;
    color: #A4ACB8;
}

.about .about-contain .info .link-btn span {
    font-size: 14px;
    font-weight: 400;
}

.about .about-contain .info .link-btn img {
    width: 20px;
    margin-left: 8px;
    opacity: 0.55;
}



.condition {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condition p {
    font-size: 2vw;
    font-weight: 700;
    margin-right: 1vw;
    padding: 0.5vw 1vw;
}

.condition p:hover {
    color: white;
    background: #006FFF;
    cursor: pointer;
    border-radius: 10px;
}

.product .soarcho-product-top {
    margin: 10px;
    padding: 0;
    background: transparent;
    overflow: visible;
}

.product .soarcho-product-top-card,
.product .soarcho-product-secondary-bar,
.product .soarcho-product-summary-card {
    border-radius: 16px;
    overflow: visible;
    margin-bottom: 10px;
}

.product .soarcho-product-top-card {
    background: white;
    padding: 22px 28px;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.product .soarcho-product-top-card .title {
    justify-content: flex-start;
}

.product .soarcho-product-primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.product .soarcho-product-primary-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    padding: 14px 28px;
    border-radius: 16px;
    color: #0A1C3F;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.product .soarcho-product-primary-link:hover,
.product .soarcho-product-primary-link.is-active {
    background: #006FFF;
    color: white;
    box-shadow: 0 12px 30px rgba(0, 111, 255, 0.2);
}

.product .soarcho-product-secondary-bar {
    background: #006FFF;
    padding: 0 18px;
    position: relative;
    z-index: 4;
}

.product .soarcho-product-secondary-nav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: visible;
}

.product .soarcho-product-secondary-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 18px 22px;
    overflow: visible;
    z-index: 1;
}

.product .soarcho-product-secondary-item:hover,
.product .soarcho-product-secondary-item.is-open,
.product .soarcho-product-secondary-item:focus-within {
    z-index: 8;
}

.product .soarcho-product-secondary-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    bottom: 30%;
    width: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.product .soarcho-product-secondary-link {
    color: white;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity .2s ease;
}

.product .soarcho-product-secondary-item:hover .soarcho-product-secondary-link,
.product .soarcho-product-secondary-item.is-active .soarcho-product-secondary-link {
    opacity: 1;
    font-weight: 700;
}

.product .soarcho-product-toggle {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product .soarcho-product-toggle-icon {
    width: 9px;
    height: 9px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .2s ease, margin-top .2s ease;
}

.product .soarcho-product-secondary-item.is-open .soarcho-product-toggle-icon {
    transform: rotate(225deg);
    margin-top: 4px;
}

.product .soarcho-product-third-nav {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 260px;
    max-width: 360px;
    padding: 10px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(1, 24, 50, 0.16);
    z-index: 20;
}

.product .soarcho-product-third-nav::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.product .soarcho-product-secondary-item:hover .soarcho-product-third-nav,
.product .soarcho-product-secondary-item:focus-within .soarcho-product-third-nav,
.product .soarcho-product-secondary-item.is-open .soarcho-product-third-nav {
    display: block;
}

.product .soarcho-product-third-link {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    color: #0A1C3F;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.product .soarcho-product-third-link:hover,
.product .soarcho-product-third-link.is-active {
    background: #EAF3FF;
    color: #006FFF;
}

.product .soarcho-product-summary-card {
    background: white;
    padding: 34px 28px 26px;
}

.product .soarcho-product-summary-title {
    font-size: clamp(30px, 2.2vw, 44px);
    line-height: 1.2;
    color: #0A1C3F;
    margin: 0 0 18px;
}

.product .soarcho-product-summary-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.product .soarcho-product-summary-desc p {
    margin: 0;
}

.product .soarcho-product-summary-desc p + p {
    margin-top: 12px;
}

.news {}

.news .news-top {
    margin: 10px;
    padding: 15px 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.news .title {}

.news .title .circle {}

.news .title .txt {}

.news .desc {
    padding: 10px 0 20px;
    overflow: hidden;
}

.news .desc p {
    font-size: 54px;/* PC端首页新闻标题字体大小 */
    font-weight: 700;
    float: left;
}

.news .desc p .color {
    color: #006FFF;
}

.news .news-list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 0 5px;
}

.news .news-list .news-item {
    margin: 5px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
}

.news .news-list .news-item .img {
    border-radius: 10px;
    overflow: hidden;
}

.news .news-list .news-item .img img {
    width: 100%;
    display: block;
}

.news .news-list .news-item .info {
    position: relative;
}

.news .news-list .news-item .info .txt {
    padding: 20px;
    font-size: 28px;/* PC首页新闻小标题字体大小 */
    font-weight: 400;
}

.news .news-list .news-item .info .link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.news .news-list .news-item .info .link-btn span {
    font-size: 24px;/* pc首页新闻更多字体大小 */
    margin-right: 15px;
}

.news .news-list .news-item .info .link-btn img {
    width: 20px;
}

.news .news-list .news-item .info .link-btn img.active {
    display: none;
}

.news .news-list .news-item:hover {
    cursor: pointer;
    background: #006FFF;
}

.news .news-list .news-item:hover .info {}

.news .news-list .news-item:hover .info .txt {
    color: white;
}

.news .news-list .news-item:hover .info .link-btn {}

.news .news-list .news-item:hover .info .link-btn span {
    color: white;
}

.news .news-list .news-item:hover .info .link-btn img.default {
    display: none;
}

.news .news-list .news-item:hover .info .link-btn img.active {
    display: block;
}


.sendinquiry {
    margin: 10px;
    padding: 15px 20px;
    background: #006FFF;
    border-radius: 10px;
    overflow: hidden;
}

.sendinquiry .title {}

.sendinquiry .title .circle {
    border-color: white;
}

.sendinquiry .title .txt {
    color: white;
}

.sendinquiry .contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
}

.sendinquiry .contain .info {
    padding: 10px 0 20px;
}

.sendinquiry .contain .info p {
    font-size: 58px;
    font-weight: 700;
    color: white;
}

.sendinquiry .contain .icon-btn {
    padding: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid white;
}

.sendinquiry .contain .icon-btn img {
    width: 40px;
    display: block;
}




.nav {
    margin: 10px;
    border-radius: 10px;
    background: #006FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .nav-list {
    overflow: hidden;
    padding: 30px 20px;
}

.nav .nav-list .nav-list-item {
    float: left;
    list-style: none;
    margin-right: 20px;
}

.nav .nav-list .nav-list-item a {
    color: white;
    text-decoration: none;
}

.nav .icon-link-list {
    overflow: hidden;
    padding: 30px 20px;
}

.nav .icon-link-list li {
    list-style: none;
    float: left;
    margin-left: 20px;
    border: 2px solid white;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
}

.nav .icon-link-list li img {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
}

.nav .icon-link-list li.facebook {
    padding: 0;
    padding-top: 4px;
    width: 24px;
}

.nav .icon-link-list li.facebook img {
    float: right;
}

.nav .icon-link-list li:hover {
    background: #8cbaf3;
    cursor: pointer;
}









@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 940px) {

    .title {}

    .title .circle {
        border: 4px solid #006EFF;
        width: 8px;
        height: 8px;
    }

    .title .txt {
        font-weight: 700;
        font-size: 12px;
    }

    .banner {
        display: block;
    }

    .banner .banner-contain {
        margin-right: 0;
    }

    .banner .banner-info {
        overflow: hidden;
        display: grid;
        grid-template-rows: unset;
        grid-template-columns: 50% auto;
    }

    .banner .banner-info .big-font {
        padding: 5px;
        margin: 5px 0;
    }

    .banner .banner-info .big-font p {
        font-size: 35px;  /* 手机端首页Soarcho disposable curtains字体大小 */
        line-height: 40px;
    }

    .banner .banner-info .small-font {
        margin-top: 0;
        padding: 5px;
        padding-bottom: 40px;
        /* Added space for the WhatsApp button */
        margin: 5px 0;
        margin-left: 10px;
    }

    .banner .banner-info .small-font .title {
        padding: 10px;
    }

.banner .banner-info .small-font .title .txt {
    font-size: 19px; /* 这一段是我后加的 ，手机端首页What can I do for you字体大小 */
}

    .banner .banner-info .small-font p {
        font-size: 12px;/* 手机端首页What can I do for you 内容字体大小 */
        line-height: 16px;
        padding: 10px 10px;
        text-align: left;
    }

    .home-fix-btn a {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }

    .home-fix-btn img {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }


    .product {}

    .product .title .txt {
        font-size: 16px;
    }

    .product .desc {
        padding: 20px 0 0;
    }

    .product .desc p {
        font-size: 26px;/* 手机端首页产品目录字体大小 */
        padding: 5px 10px;
        float: unset;
    }

    .product .desc p:hover {
        color: white;
        background: #006FFF;
        cursor: pointer;
        border-radius: 10px;
    }

    .product .product-list {
        display: block;
    }

    .product .soarcho-product-top-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px 20px;
    }

    .product .soarcho-product-primary-nav {
        justify-content: flex-start;
        gap: 10px;
    }

    .product .soarcho-product-primary-link {
        min-height: 50px;
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 12px;
    }

    .product .soarcho-product-secondary-bar {
        padding: 8px 10px;
    }

    .product .soarcho-product-secondary-nav {
        display: block;
    }

    .product .soarcho-product-secondary-item {
        justify-content: flex-start;
        padding: 14px 10px;
    }

    .product .soarcho-product-secondary-item:not(:last-child)::after {
        display: none;
    }

    .product .soarcho-product-secondary-link {
        font-size: 16px;
    }

    .product .soarcho-product-third-nav {
        position: static;
        min-width: 0;
        max-width: none;
        margin-top: 10px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .product .soarcho-product-third-link {
        padding: 10px 14px;
        margin-top: 6px;
        background: rgba(255, 255, 255, 0.16);
        color: white;
    }

    .product .soarcho-product-third-link:hover,
    .product .soarcho-product-third-link.is-active {
        background: white;
        color: #006FFF;
    }

    .product .soarcho-product-summary-card {
        padding: 24px 20px;
    }

    .product .soarcho-product-summary-title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .product .soarcho-product-summary-desc {
        font-size: 14px;
        line-height: 1.7;
    }


    .about {}

    .about .title .txt {
        font-size: 16px;
    }

    .about .desc {
        padding: 10px 0 20px;
    }

    .about .desc p {
        font-size: 18px;/* 手机端首页关于我们主标题字体大小 */
    }

    .about .about-contain {
        display: block;
    }

    .about .about-contain .img {
        margin-right: 0;
        min-height: 0;
        margin-bottom: 10px;
    }

    .about .about-contain .info {
        padding: 26px 22px 24px;
        position: unset;
        min-height: 0;
    }

    .about .about-contain .info .headline {
        font-size: 24px;/* 手机端首页关于我们标题字体大小 */
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .about .about-contain .info .txt {
        font-size: 2px;/* 手机端首页关于我们标题上间距 */
        font-weight: 700;
    }

    .about .about-contain .info .txt.about-copy {
        font-size: 15px;/* 手机端首页关于我们内容字体大小 */
        line-height: 1.3;
        font-weight: 400;
    }

    .about .about-contain .info .txt.about-copy p {
        margin: 0 0 12px;
    }

    .about .about-contain .info .txt.about-copy .copy-list li {
        margin-bottom: 10px;
        padding-left: 12px;
    }

    .about .about-contain .info .link-btn {
        margin: 24px 0 0;
    }

    .about .about-contain .info .link-btn span {
        font-size: 14px;
    }

    .about .about-contain .info .link-btn img {
        width: 20px;
    }




    .news {}
    
    
/* 1. 新闻板块标题 */
.news .title .txt {
    font-size: 16px;
    font-weight: 600;
}

/* 2. 新闻板块描述文字 */
.news .desc {
    padding: 10px 0 20px;
}
.news .desc p {
    font-size: 18px;
    font-weight: 700;
}

/* 3. 新闻列表容器 */
.news .news-list {
    display: block;
}

/* 4. 新闻卡片：给整个卡片设置固定高度，强制内容在内部排列 */
.news .news-list .news-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    min-height: 180px; /* 固定卡片高度，给按钮预留位置 */
}

/* 图片容器 */
.news .news-list .news-item .img {
    flex-shrink: 0;
    width: 45%;
    border-radius: 8px;
    overflow: hidden;
}
.news .news-list .news-item .img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 文字容器：关键！设置为相对定位，给按钮做“锚点” */
.news .news-list .news-item .info {
    flex: 1;
    min-width: 0;
    position: relative; /* 给按钮做定位参考 */
    height: 100%; /* 占满卡片高度 */
    padding-bottom: 50px; /* 给按钮预留底部空间 */
}

/* 标题文字：锁死高度 + 强制截断，100%不会溢出 */
.news .news-list .news-item .info .txt {
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: inherit !important;
    word-break: break-word !important;
    margin-bottom: 15px !important; 
    
    /* 强制截断，锁死高度 */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    height: calc(1.4em * 3); /* 计算出3行文字的高度，彻底锁死 */
    margin: 0 !important;
}

/* 按钮：钉死在文字容器底部，永远不被挤 */
.news .news-list .news-item .info .link-btn {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;

    bottom: 0;
    left: 0;
}

.news .news-list .news-item .info .link-btn span {
    color: inherit;
    font-size: 14px;
}

/* 5. 蓝色背景卡片的标题颜色修复 */
.news .news-list .news-item .info .txt {
    color: #000;
}
.news .news-list .news-item.blue-bg .info .txt {
    color: #fff;
}


    .sendinquiry {}

    .sendinquiry .title .txt {
        font-size: 16px;
    }

    .sendinquiry .contain {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px;
    }

    .sendinquiry .contain .info {
        padding: 10px 0 20px;
    }

    .sendinquiry .contain .info p {
        font-size: 28px!important;
    }

    .sendinquiry .contain .icon-btn {
        padding: 10px;
        width: 30px;
        height: 30px;
    }

    .sendinquiry .contain .icon-btn img {
        width: 30px;
    }


    .nav {
        margin: 10px;
        display: block;
        padding-top: 50px;
    }

    .nav .nav-list {
        padding: 0 5px;
        display: grid;
        grid-template-columns: repeat(4, 25%);
    }

    .nav .nav-list .nav-list-item {
        margin-right: 0;
        text-align: center;
    }

    .nav .nav-list .nav-list-item~.nav-list-item {
        margin-left: 5px;
    }

    .nav .nav-list .nav-list-item a {
        font-size: 12px;
    }

    .nav .icon-link-list {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav .icon-link-list li.facebook {
        margin-left: 0;
    }
}

@media only screen and (min-width: 771px) and (max-width: 940px) {
    .product .soarcho-product-top-card {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 18px;
    }

    .product .soarcho-product-primary-link {
        min-height: 58px;
        padding: 12px 20px;
        font-size: 24px;
    }

    .product .soarcho-product-secondary-link {
        font-size: 18px;
    }

    .banner {
        display: grid;
        grid-template-columns: 62% auto;
    }

    .banner .banner-contain {
        margin-right: 10px;
    }

    .banner .banner-info {
        grid-template-columns: unset;
        grid-template-rows: 55% auto;
    }

    .banner .banner-info .big-font {
        padding: 12px;
        margin: 0;
    }

    .banner .banner-info .big-font p {
        font-size: 36px;
        line-height: 42px;
    }

    .banner .banner-info .small-font {
        margin: 10px 0 0;
        padding: 0 0 48px;
    }

    .banner .banner-info .small-font .title {
        padding: 12px;
    }

    .banner .banner-info .small-font p {
        font-size: 13px;
        line-height: 22px;
        padding: 0 12px;
    }
}
