.product-page{
    background: #ffffff;
}
.products-banner{
    min-height: 560px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.products-banner__inner{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
.products-banner__title{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 56px;
    line-height: 1.15;
    font-weight: 700;
}
.products-banner__desc{
    max-width: 980px;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 1.85;
    color: rgba(255,255,255,.92);
}
.products-banner__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 54px;
    margin-top: 34px;
    padding: 0 28px;
    border-radius: 999px;
    background: #0d57b7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.products-banner__btn:hover{
    color: #fff;
    background: #08489a;
}
.products-category-section{
    padding: 34px 0 90px;
}
.products-category-section__inner{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.products-category-section__head{
    max-width: 1240px;
    margin: 0 auto 32px;
    text-align: center;
}
.products-category-section__title,
.products-showcase__title{
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #091321;
    font-weight: 700;
    text-transform: uppercase;
}
.products-category-section__desc,
.products-showcase__desc{
    max-width: 1180px;
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.9;
    color: #4f5e76;
}
.products-banner__title,
.products-banner__desc,
.products-category-section__title,
.products-showcase__title,
.products-category-section__desc,
.products-showcase__desc,
.category-hero__title,
.category-hero__desc{
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.category-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}
.category-grid__item{
    list-style: none;
}
.category-card{
    display: block;
    text-align: center;
    color: inherit;
}
.category-card__image-wrap{
    overflow: hidden;
    background: #edf1f6;
    aspect-ratio: 1.4 / 1;
}
.category-card__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.category-card:hover .category-card__image{
    transform: scale(1.05);
}
.category-card__title{
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #111827;
}
.product-breadcrumb{
    background: #f4f5f8;
    border-top: 1px solid #e7eaf0;
    border-bottom: 1px solid #eceff4;
}
.product-breadcrumb__inner{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 14px;
    color: #6b7486;
}
.product-breadcrumb__inner a{
    color: #0d57b7;
}
.product-breadcrumb__inner span{
    margin: 0 4px;
}
.category-hero{
    padding: 54px 0 56px;
}
.category-hero__inner{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48%;
    gap: 58px;
    align-items: center;
}
.category-hero__content{
    max-width: 520px;
    width: 100%;
}
.category-hero__title{
    margin: 0;
    max-width: 100%;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: #091321;
}
.category-hero__eyebrow{
    display: inline-block;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .16em;
    color: #0d57b7;
    font-weight: 700;
    text-transform: uppercase;
}
.category-hero__sub{
    margin-top: 26px;
    font-size: 14px;
    color: #0d57b7;
}
.category-hero__desc{
    max-width: 100%;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.9;
    color: #243247;
}
.category-hero__actions{
    margin-top: 34px;
}
.category-hero__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 196px;
    height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    background: #0d57b7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.category-hero__btn:hover{
    color: #fff;
    background: #08489a;
}
.category-hero__image-wrap{
    overflow: hidden;
    background: #edf1f6;
}
.category-hero__image{
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    display: block;
}
.products-showcase{
    padding: 64px 0 90px;
    background: #ffffff;
}
.products-showcase__head{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 34px;
    text-align: center;
}
.product_list_warp{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.product_list{
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.product_item{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    float: left;
}
.product_item:nth-child(3n){
    margin-right: 0;
}
.product_item__link{
    display: block;
    color: inherit;
    text-decoration: none;
}
.product_list_item_img{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.product_list_item_img::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: skewX(-25deg);
}
.product_list_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_item:hover .product_list_item_img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.product_list_item_title{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_list_item_category{
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product_list_item_btn{
    margin-top: 10px;
    float: left;
    width: 100px;
    height: 36px;
    background: #F2F2F2;
    border-radius: 25px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.product_item:hover .product_list_item_title{
    color: #ea222d;
}
.product_item:hover .product_list_item_btn{
    background: #ea222d;
    color: #FFFFFF;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
.product-empty{
    padding: 72px 24px;
    text-align: center;
    background: #fff;
    border: 1px dashed #d2dae7;
    border-radius: 20px;
}
.product-empty h3{
    margin-bottom: 12px;
    font-size: 28px;
    color: #111827;
}
.product-empty p{
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #5b687c;
}
.products-content-right-page{
    margin-top: 42px;
    display: flex;
    justify-content: center;
}
.products-content-right-page .pagination{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.products-content-right-page .pagination li,
.products-content-right-page .pagination a,
.products-content-right-page .pagination span{
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #23344f;
    background: #fff;
    border: 1px solid #dbe4f0;
}
.products-content-right-page .pagination .active span,
.products-content-right-page .pagination a:hover{
    background: #0d57b7;
    border-color: #0d57b7;
    color: #fff;
}

.product-case{
    width: 1400px;
    margin: 70px auto 0;
}
.product-case .title{
    margin: 0;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    color: #333333;
    font-weight: bold;
}
.product-case .case-list{
    margin-top: 24px;
}
.product-case-carousel{
    margin-top: 24px;
    position: relative;
}
.product-case-swiper{
    overflow: hidden;
}
.product-case .case-item{
    margin-top: 0;
}
.product-case .case-item .case-item-img{
    width: 100%;
    aspect-ratio: 850 / 500;
    overflow: hidden;
    background: #edf1f6;
}
.product-case .case-item .case-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-case .case-item .case-item-title{
    margin-top: 12px;
    font-weight: bold;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-case .case-item .case-item-desc{
    margin-top: 6px;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-case-button-prev,
.product-case-button-next{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dbe4f0;
    background: #fff;
    position: absolute;
    top: calc(50% - 38px);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.product-case-button-prev{
    left: -18px;
}
.product-case-button-next{
    right: -18px;
}
.product-case-button-prev::after,
.product-case-button-next::after{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0d57b7;
    border-right: 2px solid #0d57b7;
    position: absolute;
    top: 50%;
    left: 50%;
}
.product-case-button-prev::after{
    transform: translate(-40%, -50%) rotate(-135deg);
}
.product-case-button-next::after{
    transform: translate(-60%, -50%) rotate(45deg);
}
.product-case-pagination{
    margin-top: 18px;
    text-align: center;
}
.product-case-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #c7d2e3;
    opacity: 1;
}
.product-case-pagination .swiper-pagination-bullet-active{
    background: #0d57b7;
}

.product-faq{
    width: 1400px;
    margin: 80px auto;
}
.product-faq .title{
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.faq-wrap{
    display: flex;
    gap: 28px;
    margin-top: 40px;
}
.faq-list{
    flex: 1;
}
.faq-item{
    background: #ECECEC;
    margin-bottom: 10px;
    padding: 20px;
}
.faq-question{
    margin-top: 10px;
    font-size: 18px;
    color: #1A1A1A;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
.faq-question span{
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.faq-question em{
    font-style: normal;
    color: #1E63C7;
    font-size: 28px;
    line-height: 1;
    margin-left: 20px;
    margin-top: 2px;
}
.faq-answer{
    display: none;
    margin-top: 5px;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.faq-item.active .faq-answer{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.faq-item.active .faq-question em{
    color: #1E63C7;
}
.faq-contact{
    width: 360px;
    background: #1E63C7;
    color: #fff;
    padding: 48px 28px;
    text-align: center;
    flex-shrink: 0;
}
.faq-contact-icon{
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: #fff;
    color: #1E63C7;
    font-size: 96px;
    line-height: 132px;
    margin: 0 auto 34px;
    font-weight: bold;
}
.faq-contact-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.faq-contact-desc{
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
}
.faq-contact-btn{
    display: inline-block;
    margin-top: 36px;
    min-width: 260px;
    padding: 10px 24px;
    background: #fff;
    border-radius: 999px;
    color: #1E63C7;
    font-size: 32px;
    line-height: 1.4;
}
.faq-contact-btn:hover{
    color: #1E63C7;
    text-decoration: none;
}
.product-collect-section {
    padding: 80px 0;
    background-color: #f0f5f9;
}

.product-collect-section .home-collect {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-collect-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home-collect-left {
    width: 400px;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.home-collect-left .quote-intro {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-collect-left .intro-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
}

.home-collect-left .intro-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.home-collect-left .intro-list {
    margin: 0;
    padding: 0;
    flex: 1;
}

.home-collect-left .intro-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eef2f6;
    font-size: 15px;
    line-height: 1.5;
    color: #004085;
    font-weight: 500;
}

.home-collect-left .intro-list li {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
    list-style: none;
}

.home-collect-left .intro-list li strong {
    color: #1a1a1a;
    display: block;
}

.home-collect-left .contact-info .info-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.home-collect-left .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.home-collect-left .info-item img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.home-collect-left .info-item a {
    font-size: 14px;
    color: #0056b3;
}

.home-collect-form-section {
    flex: 1;
    margin-left: 60px;
}

.home-collect-form-section .form-title {
    font-size: 28px;
    font-weight: 700;
    color: #004085;
    margin-bottom: 30px;
}

.home-collect-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home-collect-field {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.home-collect-field.full-width {
    width: 100%;
}

.home-collect-field label {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 8px;
}

.home-collect-form input, .home-collect-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 15px;
    color: #495057;
    outline: none;
    transition: border-color 0.15s ease-in-out;
}

.home-collect-form input {
    height: 48px;
}

.home-collect-form textarea {
    height: 180px;
    resize: vertical;
}

.home-collect-submit {
    width: auto;
    min-width: 200px;
    height: 54px;
    background-color: #f39c12;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
    text-align: center;
    padding: 0 40px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.home-collect-submit:hover {
    background-color: #e67e22;
    transform: translateY(-1px);
}

@media only screen and (max-width: 1200px) {
    .product-collect-section .home-collect {
        max-width: 900px;
    }
    .home-collect-form-section {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .product-collect-section .home-collect {
        max-width: 700px;
    }
    .home-collect-container {
        flex-direction: column;
        align-items: stretch;
    }
    .home-collect-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .home-collect-form-section {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .home-collect-field {
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .products-banner{
        min-height: 420px;
    }
    .products-banner__title{
        font-size: 30px;
    }
    .products-banner__desc{
        font-size: 15px;
    }
    .category-grid{
        grid-template-columns: 1fr;
    }
    .category-hero__title{
        font-size: 28px;
    }
    .category-hero__image{
        height: 280px;
    }
    .product_list_item_title,
    .product_list_item_category{
        min-height: auto;
    }
    .product-collect-section .home-collect .home-collect-contact{
        padding: 20px 16px;
    }
    .product-collect-section .home-collect .home-collect-contact .home-collect-contact-title{
        font-size: 22px;
    }
    .product-collect-section .home-collect .home-collect-form .home-collect-name,
    .product-collect-section .home-collect .home-collect-form .home-collect-email{
        width: 100%;
        float: none;
    }
    .product-collect-section .home-collect .home-collect-form .home-collect-email{
        margin-left: 0;
        margin-top: 14px;
    }
    .product-collect-section .home-collect .home-collect-submit{
        width: 160px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .product-case{
        width: 900px;
        margin-top: 56px;
    }
    .product-case .title{
        font-size: 30px;
    }
    .product-case .case-item{
        margin-top: 0;
    }
    .product-case .case-item .case-item-title{
        font-size: 18px;
    }
    .product-case .case-item .case-item-desc{
        font-size: 14px;
    }

    .product-faq{
        width: 900px;
        margin: 60px auto;
    }
    .faq-wrap{
        margin-top: 24px;
        gap: 18px;
    }
    .faq-item{
        padding: 14px;
    }
    .faq-question{
        margin-top: 6px;
        font-size: 16px;
    }
    .faq-question em{
        font-size: 22px;
        margin-left: 16px;
    }
    .faq-answer{
        margin-top: 4px;
        font-size: 14px;
    }
    .faq-contact{
        width: 260px;
        padding: 30px 16px;
    }
    .faq-contact-icon{
        width: 88px;
        height: 88px;
        line-height: 88px;
        font-size: 58px;
        margin-bottom: 18px;
    }
    .faq-contact-title{
        font-size: 18px;
    }
    .faq-contact-desc{
        margin-top: 12px;
        font-size: 16px;
    }
    .faq-contact-btn{
        margin-top: 20px;
        min-width: 180px;
        font-size: 18px;
        padding: 8px 16px;
    }
}

@media only screen and (max-width: 1000px) {
    .product-case{
        width: 700px;
        margin-top: 40px;
    }
    .product-case .title{
        font-size: 28px;
    }
    .product-case .case-item{
        margin-top: 0;
    }
    .product-case-button-prev,
    .product-case-button-next{
        display: none;
    }
    .product-case .case-item .case-item-title{
        font-size: 16px;
    }
    .product-case .case-item .case-item-desc{
        font-size: 13px;
    }

    .product-faq{
        width: 700px;
        margin: 40px auto;
    }
    .faq-wrap{
        margin-top: 20px;
        gap: 12px;
    }
    .faq-item{
        padding: 10px;
        margin-bottom: 8px;
    }
    .faq-question{
        margin-top: 4px;
        font-size: 14px;
    }
    .faq-question em{
        font-size: 18px;
        margin-left: 12px;
    }
    .faq-answer{
        margin-top: 3px;
        font-size: 13px;
    }
    .faq-contact{
        width: 220px;
        padding: 20px 12px;
    }
    .faq-contact-icon{
        width: 66px;
        height: 66px;
        line-height: 66px;
        font-size: 44px;
        margin-bottom: 14px;
    }
    .faq-contact-title{
        font-size: 18px;
    }
    .faq-contact-desc{
        margin-top: 10px;
        font-size: 16px;
    }
    .faq-contact-btn{
        margin-top: 12px;
        min-width: 140px;
        font-size: 14px;
        padding: 6px 12px;
    }
}
