.cooperation {
    position: relative;
    width: 100%;
    height: 560px;
    background: rgba(255, 255, 255, 1);
}

.product-class {
    position: relative;
    width: 100%;
    height: 756px;
    background: rgba(234, 239, 243, 1);
}

.application-process {
    width: 100%;
    height: 526px;
    background: rgba(255, 255, 255, 1);
}

.service-title {
    margin-top: 100px;
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: bold;
    color: #061828;
}

.coo-all-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.coo-box {
    width: 590px;
    height: 140px;
    padding-top: 50px;
    margin-top: 10px;
    font-size: 14px;
    background: rgba(250, 251, 253, 1);
}

/* .coo-box>div:nth-child(1) {
    margin-right: 10px;
    margin-bottom: 10px;
}

.coo-all-box>div:nth-child(2) {
    margin-left: 10px;
    margin-bottom: 10px;
}

.coo-all-box>div:nth-child(3) {
    margin-right: 10px;
    margin-top: 10px;
}

.coo-all-box>div:nth-child(4) {
    margin-left: 10px;
    margin-top: 10px;
} */

.order {
    width: 17px;
    height: 17px;
    background: rgba(35, 134, 238, 1);
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    margin-right: 20px;
    display: inline-block;
}

.product-all-box {
    /* max-width: 1200px; */
    margin-top: 20px;
    display: inline-flex;
}

.product-box {
    width: 238px;
    height: 480px;
    background: rgba(250, 251, 253, 1);
    border: 1px solid #eeeeee;
    padding-top: 150px;
}

.product-box-hover {
    width: 484px;
    height: 520px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(35, 134, 238, 1);
    border-top: 4px solid rgba(35, 134, 238, 1);
    box-shadow: 0px 27px 93px 0px rgba(19, 32, 46, 0.1);
    transform: translateY(-3%);
    padding-top: 50px;
}

.product-icon {
    width: 65px;
    height: auto;
}

.p-title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(12, 30, 44, 1);
    font-weight: 600;
    margin-top: 40px;
}

.p-text {
    font-size: 16px;
    font-weight: normal;
    color: rgba(99, 106, 114, 1);
    line-height: 30px;
    text-align: left;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: none;
}

.application-all-box {
    width: 1200px;
    margin: auto;
}

.application-all-box>img {
    width: 938px;
    height: auto;
    display: block;
    margin: 20px auto;
}

.application-btn-join {
    width: 1.96rem;
    height: 0.64rem;
    font-size: .28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.64rem;
    background: #2386EE;
    margin: auto;
    margin-top: 45px;
}

.cooperation-mobile {
    display: none;
}

.product-class-mobile {
    display: none;
}

.application-all-box-mobile {
    display: none;
}

@media (max-width: 750px) {
    .cooperation-mobile {
        display: block;
    }

    .product-class-mobile {
        display: block;
    }

    .application-all-box-mobile {
        display: block;
    }

    .service-title {
        margin-top: 0.7rem;
        font-size: 24px;
        margin-bottom: 0.35rem;
    }

    .cooperation {
        display: none;
    }

    .cooperation-mobile {
        width: 100%;
        /* height: 2.2rem; */
        padding-bottom: .5rem;
    }

    .cooperation-mobile .coo-all-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cooperation-mobile .coo-box {
        width: 3.4rem;
        height: 3rem;
        font-size: 13px;
        padding-top: .6rem;
        padding-left: .24rem;
        padding-right: 0.7rem;
        text-align: left;
        position: relative;
    }

    .order-mobile {
        font-size: 1.2rem;
        width: fit-content;
        height: 1rem;
        line-height: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        color: rgba(35, 134, 238, .5);
    }

    /* .coo-all-box>div:nth-child(1) {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .coo-all-box>div:nth-child(2) {
        margin-left: 5px;
        margin-bottom: 10px;
    } */

    .product-class {
        display: none;
    }

    .product-class-mobile {
        position: relative;
        width: 100%;
        height: auto;
        background: rgba(234, 239, 243, 1);
    }

    .application-process {
        height: 460px;
    }

    .application-all-box {
        display: none;
    }

    .application-all-box-mobile {
        width: 100%;
        margin: auto;
    }

    .application-all-box-mobile>img {
        width: 5.3rem;
        height: auto;
        display: block;
        margin: auto;
    }

    .application-btn-join {
        width: 98px;
        height: 32px;
        line-height: 32px;
    }

    .product-class-mobile .container {
        padding: 0;
    }

    .product-class-mobile .product-all-box {
        width: 100%;
        margin-top: -0.8rem;
    }

    .product-class-mobile .product-box {
        height: 6rem;
        padding-top: 1.2rem;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        height: 9rem;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide-active {
        -webkit-transform: scale(1.2) !important;
        transform: scale(1.2) !important;
        z-index: 2;
    }

    .swiper-slide-active .product-box {
        border: 1px solid rgba(35, 134, 238, 1);
        border-top: 4px solid rgba(35, 134, 238, 1);
        padding-top: .5rem;
    }

    .swiper-slide-active .product-icon {
        width: 1rem;
    }

    .swiper-slide-active .p-title {
        margin-top: .25rem;
    }

    .swiper-slide-active .p-text {
        display: block;
        font-size: 13px;
        margin-top: .3rem;
        line-height: .3rem;
    }
}