/* iPadPro, iPadAir, SurfacePro7 */
@media (max-width:1024px) and (min-width: 821px) {

}

/* iPadMini */
@media (max-width:820px) and (min-width: 641px) {

}

/* iPhone */
@media (max-width: 640px) {
    /* 系统服务提供商 */
    .system-services-provider-container-padding{
        padding-top: 30px;
    }
    .system-services-provider-container{
        padding-bottom: 30px;
    }
    .system-services-provider-container-padding .system-services-provider-container{
        padding-bottom: 0;
    }
    .system-services-provider-container-header-title{
        font-size: 20px;
    }
    .system-services-provider-swiper-wrap{
        padding-top: 20px;
    }
    .system-services-provider-swiper .swiper-slide{
        width: calc(100vw - 40px);
    }
    .system-services-provider-desc-item{
        height: 240px;
        border-radius: 10px;
    }
    .system-services-provider-desc-item-bg{
        height: 240px;
    }
    .system-services-provider-desc-item-bg-img{
        height: 240px;
    }
    .system-services-provider-desc-item-content{
        width: calc(100% - 40px);
        height: calc(240px - 40px);
        padding: 20px;
    }
    .system-services-provider-desc-item-icon{
        width: 30px;
        height: 30px;
    }
    .system-services-provider-desc-item-icon-img{
        width: 30px;
        height: 30px;
    }
    .system-services-provider-desc-item-title{
        padding-top: 10px;
        font-size: 16px;
    }
    .system-services-provider-desc-item-description{
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .system-services-provider-swiper .swiper-button-prev{
        left: 10px;
        width: 14px;
        height: 24px;
        color: #f47f00;
    }
    .system-services-provider-swiper .swiper-button-prev:after{
        width: 14px;
        height: 24px;
        font-size: 24px;
    }
    .system-services-provider-swiper .swiper-button-next{
        right: 10px;
        width: 14px;
        height: 24px;
        color: #f47f00;
    }
    .system-services-provider-swiper .swiper-button-next:after{
        width: 14px;
        height: 24px;
        font-size: 24px;
    }

    /* 自定义轮播导航 */
    .custom-swiper-navigation{
        width: 28px;
        height: 28px;
        border-radius: 15px;
        border: #f47f00 solid 1px;
    }
    .custom-swiper-navigation-icon{
        width: 14px;
        height: 14px;
    }
    .custom-swiper-navigation-icon-img{
        width: 14px;
        height: 14px;
    }
    .custom-swiper-navigation.swiper-button-disabled{
        border: #000000 solid 1px;
    }
    .custom-swiper-navigation-prev{
        position: absolute;
        top: calc(50% - 15px);
        left: 10px;
    }
    .custom-swiper-navigation-next{
        position: absolute;
        top: calc(50% - 15px);
        right: 10px;
    }

    /* 产品定制化服务 */
    .product-customized-services-container{
        padding: 30px 0;
    }
    .product-customized-services-container-header-title{
        font-size: 20px;
    }
    .product-customized-services-container-content{
        margin-top: 20px;
    }
    .product-customized-services-data-item{
        height: 240px;
    }
    .product-customized-services-data-item-bg{
        height: 240px;
    }
    .product-customized-services-data-item-bg-img{
        height: 240px;
    }
    .product-customized-services-data-item-content{
        width: calc(100% - 40px);
        height: calc(240px - 40px);
        padding: 20px;
    }
    .product-customized-services-data-item-title{
        font-size: 16px;
    }

    /* 全球布局 */
    .global-layout-container{
        height: 300px;
    }
    .global-layout-container-content{
        height: calc(300px - 60px);
        padding: 30px 0;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .global-layout-container-left{
        width: 100%;
    }
    .global-layout-container-title{
        font-size: 20px;
        text-align: center;
    }
    .global-layout-container-right{
        width: 100%;
        padding-top: 20px;
    }
    .global-layout-data-list{
        justify-content: space-between;
    }
    .global-layout-data{
        width: calc(100% / 3 - 6px);
        padding: 10px 0;
        border-top: rgba(255, 255, 255, 0.7) solid 2px;
    }
    .global-layout-data-value{
        font-size: 20px;
    }
    .global-layout-data-title{
        padding-top: 10px;
        font-size: 14px;
    }

    /* 合作伙伴 */
    .partners-container{
        padding: 30px 0;
    }
    .partners-container-header-title{
        font-size: 20px;
    }
    .partners-partner-list{
        display: none;
    }
    .partners-partner-mobile-list{
        display: block;
        padding-top: 20px;
    }
    .partners-partner-mobile-group{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .partners-partner-mobile{
        width: calc(100% / 3 - 6px);
        margin-right: 9px;
        height: 120px;
        border: #a1a1a1 solid 1px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .partners-partner-mobile:last-of-type{
        margin-right: 0;
    }
    .partners-partner-mobile-logo{
        width: 80%;
        height: 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .partners-partner-mobile-logo-img{
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    /* 卓越的品质和一流的服务 */
    .great-quality-and-services-container{
        padding: 30px 0;
    }
    .great-quality-and-services-container-header-left{
        flex: 1;
        width: unset;
    }
    .great-quality-and-services-container-header-title{
        font-size: 20px;
    }
    .great-quality-and-services-container-header-right{
        width: max-content;
        padding-left: 20px;
    }
    .great-quality-and-services-container-header-right .swiper-button-prev{
        width: 28px;
        height: 28px;
        border: #f47f00 solid 1px;
        border-radius: 15px;
        position: unset;
        margin: 0 10px 0 0;
    }
    .great-quality-and-services-container-header-right .swiper-button-next{
        width: 28px;
        height: 28px;
        border: #f47f00 solid 1px;
        border-radius: 15px;
        position: unset;
        margin: unset;
    }
    .great-quality-and-services-container-header-right .swiper-button-disabled{
        width: 28px;
        height: 28px;
        background: #FFFFFF;
        border: #000000 solid 1px;
    }
    .great-quality-and-services-container-header-right .swiper-button-icon{
        width: 14px;
        height: 14px;
    }
    .great-quality-and-services-container-header-right .swiper-button-icon-img{
        width: 14px;
        height: 14px;
    }
    .great-quality-and-services-swiper-wrap{
        padding-top: 20px;
    }
    .great-quality-and-services-desc-item{
        height: 240px;
        border-radius: 20px;
    }
    .great-quality-and-services-desc-item-bg{
        height: 240px;
    }
    .great-quality-and-services-desc-item-bg-img{
        height: 240px;
    }
    .great-quality-and-services-desc-item-content{
        width: calc(100% - 40px);
        height: calc(240px - 60px);
        padding: 30px 20px;
    }
    .great-quality-and-services-desc-item-title{
        font-size: 16px;
    }

    /* 联系表单弹窗 */
    .contact-modal-container-content{
        width: calc(100% - 80px);
        padding: 30px 20px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-modal-container-close-btn{
        width: 40px;
        height: 40px;
        border-radius: 20px;
        right: 0;
        top: -50px;
    }
    .contact-modal-container-close-btn-icon{
        width: 20px;
        height: 20px;
    }
    .contact-modal-container-close-btn-icon-img{
        width: 20px;
        height: 20px;
    }
    .contact-modal-container-left{
        width: 100%;
        padding-right: 0;
    }
    .contact-modal-container-title{
        text-align: center;
        font-size: 20px;
    }
    .contact-modal-container-address{
        padding-top: 10px;
        font-size: 14px;
        text-align: center;
        display: none;
    }
    .contact-modal-contact-methods{
        padding-top: 20px;
        display: none;
    }
    .contact-modal-contact-method{
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
    }
    .contact-modal-container-right{
        width: 100%;
        padding-top: 40px;
    }
    .contact-modal-form-wrap{
        width: 100%;
    }
    .contact-modal-form-group{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .contact-modal-form-item{
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-modal-form-item label{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .contact-modal-form-item label span{
        color: red;
    }
    .contact-modal-form-item input[type="text"], .contact-modal-form-item input[type="email"], .contact-modal-form-item input[type="tel"]{
        width: calc(100% - 50px);
        padding: 11px 25px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 20px;
        background-color: #eaeaea;
        border: none;
        outline: none;
        margin-top: 10px;
    }
    .contact-modal-form-item textarea{
        width: calc(100% - 50px);
        padding: 11px 25px;
        line-height: 1.8;
        min-height: 29px;
        font-size: 14px;
        border-radius: 20px;
        background-color: #eaeaea;
        border: none;
        outline: none;
        margin-top: 10px;
    }
    .contact-modal-form-group-single .contact-modal-form-item{
        width: 100%;
    }
    .contact-modal-form-item p{
        width: 100%;
    }
    .contact-modal-form-group input[type="submit"]{
        display: block!important;
        width: 100%!important;
        height: 50px;
        border-radius: 25px;
        background-color: #f08200;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border: none;
        outline: none;
    }
    .contact-modal-form-group:last-of-type{
        margin-bottom: 0;
    }
}