/* 
*
* 源码交付 区域
*
*/
:root {
    --cooperation-way-item-offset: 14px;
}

.cooperation-way {
    width: 100%;
    padding-top: 62px;
    margin-top: -62px;
    /* background-color: #F6F6F6; */
}

.cooperation-way-container-top {
    width: 100%;
    background-color: #fff;
    padding-top: 95px;
    padding-bottom: 160px;
    background-image: url('/img/park/serve-back.png');
    background-repeat: no-repeat;
}

.cooperation-way-container-top>h2 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: var(--h2-font-size);
    color: #000000;
    text-align: center;
}

.cooperation-way-container-top>p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #7C7C7C;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 72px;
}

.cooperation-way-container-top-content {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.cooperation-way-container-top-content-item {
    width: 265px;
    min-height: 337px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 2px solid #E9EBEF;
}

.cooperation-way-container-top-content-item>img {
    width: 49px;
    height: 56px;
    object-fit: contain;
    margin: 40px auto 45px auto;
}

.cooperation-way-container-top-content-item-divider {
    width: 85%;
    height: 2px;
    background: #F5F7FA;
    margin: 0 auto;
}

.cooperation-way-container-top-content-item>h5 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #1C1E22;
    padding: 0 20px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.cooperation-way-container-top-item {
    display: flex;
    width: 65%;
    gap: 20px;
    margin: 0 auto;
    margin-top: 80px
}

.cooperation-way-container-top-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 30%;
}

.cooperation-way-container-top-content-item>p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #292C33;
    line-height: 24px;
    padding: 0 16px 40px 16px;
}





.cooperation-way-container {
    max-width: var(--container-max-width);
    padding: 112px 50px 50px 50px;
    margin: 0 auto;
    margin-top: -62px;
}
.cooperation-way-container h2 {
      font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: var(--h2-font-size);
    color: #000000;
    text-align: center;
}
.cooperation-way-content {
    position: relative;
    min-height: 602px;
    margin: 30px 0;
    background-image: url(/img/home/src.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    display: flex;
    justify-content: space-around;
    gap: 50px;
}

.cooperation-way-content-l,
.cooperation-way-content-r {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
}

.cooperation-way-content-item {
    max-width: 352px;
    min-height: 152px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 8px 28px 0px rgba(78, 178, 255, 0.16);
    border-radius: 8px;
    z-index: 1;
}

.cooperation-way-content-l .cooperation-way-content-item:nth-child(1) {
    transform: translate(calc(0px - var(--cooperation-way-item-offset)),
            calc(var(--cooperation-way-item-offset)));
}

.cooperation-way-content-l .cooperation-way-content-item:nth-child(2) {
    transform: translate(calc(var(--cooperation-way-item-offset)),
            calc(0px - var(--cooperation-way-item-offset)));
}

.cooperation-way-content-r .cooperation-way-content-item:nth-child(1) {
    transform: translate(calc(var(--cooperation-way-item-offset)),
            calc(0px - var(--cooperation-way-item-offset)));
}

.cooperation-way-content-r .cooperation-way-content-item:nth-child(2) {
    transform: translate(calc(0px - var(--cooperation-way-item-offset)),
            calc(var(--cooperation-way-item-offset)));
}


.cooperation-way-content-item h5 {
    margin-bottom: 8px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 22px;
    color: #373743;
}

.cooperation-way-content-item p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #545C66;
}

.cooperation-way-item-top {
    padding: 20px;
    background: #FFFFFF;
    height: 450px;
    box-shadow: 0px 0px 6px 0px rgba(114, 114, 114, 0.09);
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.cooperation-way-item-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(114, 114, 114, 0.09);
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    height: 144px;
    align-items: center;
}

.cooperation-way-item-bottom>p {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.cooperation-way-item-bottom>span {
    display: none;
}

.cooperation-way-item-top>p {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.cooperation-way-item-top img {
    margin-top: 50px;
}

.cooperation-way-item-top>span {
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 25px;
    margin-top: 30px;
}
.cooperation-way-item-top:hover{
    background-color: #F1F3FE;
    box-shadow: 0px 0px 20px 0px rgba(140, 167, 255, 0.3);
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    transition: background-color 0.9s ease;
}
.cooperation-way-content-src {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    :root {
        --cooperation-way-item-offset: 0px;
    }

    .cooperation-way-content {
        align-items: center;
        flex-direction: column;
        gap: 230px;
    }

    .cooperation-way-content-item {
        min-height: 130px;
    }

    .cooperation-way-content-item h5 {
        font-size: 18px;
    }

    .cooperation-way-content-item p {
        font-size: 14px;
    }

    .cooperation-way-content-src {
        font-size: 38px;
    }

    .cooperation-way-container-top-item {
        flex-direction: column;
    }

    .cooperation-way-container-top-content {
        display: block;
    }

    .cooperation-way-container-top-content-item {
        margin: 20px auto;
    }
}