@media screen and (max-width: 1200px) {
    .banner-section{
        padding: 80px 0 50px 0;
    }

    .navi-hide .navi-trigger-out{
        margin-left: 20px !important;
    }

    /* 移动端显示移动元素，隐藏桌面元素 */
    .review-header-mobile .review-accordion-icon,
    .review-header-mobile .review-rating,
    .review-content-mobile {
        display: block;
    }

    .pro-header-mobile,
    .pro-content-mobile {
        display: block;
    }

    .review-rating-desktop,
    .review-content-desktop {
        display: none;
    }
    /* .review-section - 手风琴样式 */
    .review-section {
        padding: 0px 0 40px 0;
    }

    .review-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .review-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .review-card {
        border: 1px solid rgba(26, 26, 26, 0.1);
        border-radius: 12px;
        overflow: hidden;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    .review-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .review-card:hover .review-card-inner {
        transform: none;
        box-shadow: none;
    }

    .review-card-inner::before {
        display: none;
    }

    .review-card-inner {
        padding: 0;
        border-radius: 0;
    }

    /* 隐藏桌面版的元素 */
    .review-rating-desktop,
    .review-content-desktop {
        display: none;
    }

    /* 移动端标题区域 */
    .review-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px;
        cursor: pointer;
        user-select: none;
    }

    .review-header {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1;
        margin-bottom: 0;
    }

    .review-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    .review-avatar img {
        width: 100%;
        height: 100%;
    }

    .review-info {
        flex: 1;
    }

    .review-name {
        font-size: 15px;
        font-weight: 600;
        color: var(--primary-color);
        margin: 0 0 5px 0;
        font-family: var(--family-font-secondary);
    }

    .review-header-mobile .review-rating {
        display: flex;
        gap: 2px;
        margin-bottom: 0;
    }

    .review-header-mobile .star {
        font-size: 14px;
        color: #ffc107;
    }

    /* 手风琴图标 */
    .review-accordion-icon {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: var(--primary-color);
        transition: transform 0.3s ease;
    }

    .review-accordion-icon svg {
        width: 100%;
        height: 100%;
    }

    .review-accordion-icon.active {
        transform: rotate(180deg);
    }

    /* 移动端内容区域 */
    .review-content-mobile {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
            padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 20px;
    }

    .review-content-mobile.active {
        max-height: 500px;
        opacity: 1;
        padding: 0 15px 15px 15px;
    }

    .review-content-mobile .review-content {
        padding: 0;
        padding-top: 10px;
    }

    .review-content-mobile p {
        font-size: 14px;
        line-height: 1.6;
        color: #495057;
        font-family: var(--family-font-secondary);
        margin: 0;
    }

    /* 隐藏桌面版quote */
    .review-quote {
        display: none;
    }

    .review-section.animate .review-card-2{
        margin-top: 0;
    }
}

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


    /* banner */
    .banner-swiper .slide-common .overlay-content {
        padding-right: 0;
        padding: 15px;
    }

    .banner-swiper .slide-3 .overlay-content {
        padding-right: 0;
    }

    .banner-swiper .slide-3 {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .banner-swiper .slide-3 img {
        width: 100%;
    }

    .banner-swiper .swiper-slide .overlay-content h1 {
        width: 100%;
        font-size: 26px;
        line-height: 1.5;
    }

    .banner-swiper .swiper-slide .overlay-content h2 {
        width: 100%;
        font-size: 26px;
        line-height: 1.5;
    }

    .banner-swiper .swiper-slide-active .overlay-content p {
        width: 100%;
        font-size: 15px;
    }


    .banner-swiper .swiper-pagination {
        right: 10px;
        bottom: 20px !important;
    }


    .banner-section{
        padding: 80px 0 60px 0;
        height: calc(100vh - 50px);
    }


    .banner-swiper .swiper-pagination-bullet{
        width: 26px;
        height: 26px;
        font-weight: 400;
        font-size: 12px;
    }
    




    /* .customers-section */
    .customers-section {
        padding: 30px 0;
    }

    .customers-title {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .customers-btn .primary-btn {
        font-size: 14px;
    }


    /* .pro-section - 手风琴样式 */
    .pro-section {
        padding: 0;
        margin: 0 15px;
        background-color: #fff !important;
    }

    .pro-section-total-mobile{
        display: block;
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        /* font-family: var(--family-font-secondary); */
        color: var(--primary-color);
    }

    .last-pro-section{
        margin-bottom: 30px;
    }

    .pro-container {
        flex-direction: column;
        border: 1px solid rgba(26, 26, 26, 0.1);
        border-radius: 12px;
        overflow: hidden;
        background-color: #fff;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .pro-container:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    /* 桌面端元素在移动端隐藏 */
    .pro-container .img-content-desktop,
    .pro-container .pro-content-desktop,
    .pro-container .pro-subtitle-desktop {
        display: none;
    }

    /* 移动端标题区域 */
    .pro-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        cursor: pointer;
        user-select: none;
        border-bottom: 1px solid rgba(26, 26, 26, 0.05);
        gap: 10px;
    }

    .pro-header-mobile img{
        max-width: 17%;
        height: auto;
    }

    .pro-header-mobile img.around-img{
        max-width: 15%;
    }

    .pro-header-mobile h3 {
        font-size: 16px !important;
        font-weight: 600;
        color: var(--primary-color);
        margin: 0;
        font-family: var(--family-font-secondary);
        flex: 1;
    }

    .pro-container .text-content p{
        font-size: 14px;
    }
    .pro-container .btn-content .primary-btn{
        font-size: 14px;
        padding: 8px 10px;
        width: 100%;
    }
    .pro-container .text-content ul{
        margin: 10px 0;
    }

    /* 手风琴图标 */
    .pro-accordion-icon {
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: var(--primary-color);
        transition: transform 0.3s ease;
        margin-left: 15px;
    }

    .pro-accordion-icon svg {
        width: 100%;
        height: 100%;
    }

    .pro-accordion-icon.active {
        transform: rotate(180deg);
    }

    /* 移动端可折叠内容区域 */
    .pro-content-mobile {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s,
            padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 20px;
    }

    .pro-content-mobile.active {
        max-height: 5000px;
        opacity: 1;
        padding: 10px 0;
    }

    .pro-content-mobile .img-content-mobile {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
        display: block;
    }

    .pro-container .btn-content .primary-btn {
        box-shadow: none;
    }

    .pro-content-mobile .img-content-mobile img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .pro-content-mobile p {
        font-size: 14px;
        line-height: 1.6;
        color: #495057;
        font-family: var(--family-font-secondary);
        margin: 0 0 15px 0;
        order: 2;
    }

    .pro-content-mobile ul {
        order: 3;
        margin: 0 0 20px 0;
        padding-left: 20px;
    }

    .pro-content-mobile ul li {
        font-size: 14px;
        line-height: 1.6;
        color: #495057;
        font-family: var(--family-font-secondary);
        margin-bottom: 8px;
    }

    .pro-content-mobile .btn-content {
        order: 4;
        margin-top: 10px;
    }

    .pro-container .text-content {
        width: 100%;
        order: 2;
        padding: 0;
    }

    .pro-container .img-content {
        width: 100%;
        order: 1;
    }


    /* .irregular-title */
    .irregular-title {
        font-size: 36px;
        margin-bottom: 0;
    }

    .item-img {
        height: 250px;
    }

    .blog-swiper {
        padding: 20px 0 30px 0;
    }

    .blog-swiper .blog-swiper-pagination {
        bottom: 0;
        display: block;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }

    .blog-swiper .swiper-button-next, .blog-swiper .swiper-button-prev{
        display: none;
    }


    /* .faq-section */
    .faq-section {
        padding: 40px 0;
    }

    .faq-content {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .faq-left,
    .faq-right {
        width: 100%;
    }

    .faq-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .faq-left p {
        font-size: 15px;
    }

    .faq-right {
        padding: 20px;
    }

    .faq-item-title h3 {
        font-size: 15px;
    }

    .faq-item-title span {
        width: 20px;
        height: 20px;
    }


    /* .contact-section */
    .contact-section {
        padding: 40px 0;
    }

    .contact-content {
        padding: 20px 15px;
    }

    .contact-left span {
        font-size: 18px;
    }

    .contact-left h1 {
        font-size: 30px;
        margin: 10px 0 30px 0;
    }

    .contact-left p {
        font-size: 15px;
    }

    .contact-response {
        margin-top: 20px;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-response-avatars img {
        width: 40px;
        height: 40px;
    }

    .contact-form-body .layui-input,
    .contact-form-body .layui-textarea {
        padding: 10px;
        font-size: 14px;
        border-radius: 5px;
        height: 45px;
    }

    .contact-submit-btn {
        height: 45px;
        font-size: 14px;
    }

    

    .service-scope-section{
        padding: 30px 0;
    }

    .navi-trigger-out{
        margin-left: 15px !important;
    }

    .faq-item-content p{
        font-size: 14px;
    }


    .contact-form-body .layui-form-selected dl {
        top: 50px;
    }
    .contact-form-body .layui-form-selectup dl{
        bottom: 50px;
        top: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner-section {
        padding: 80px 0 60px 0;
        height: auto;
    }
}