.cooperate-banner {
    height: 321px;
    background: url('./imgs/cooperate@banner.jpg') no-repeat center;
    background-size: 100% auto;
}

.cooperate-title {
    font-size: 32px;
    color: #121212;
    font-weight: 600;
    display: flex;
    margin: 60px 0 40px;
    justify-content: center;
    line-height: 1.5;
}

.title-txt {
    position: relative;
    padding: 0 80px;
}

.title-txt::before {
    content: '';
    position: absolute;
    right: 0;
    height: 2px;
    width: 60px;
    top: 50%;
    margin-top: -1px;
    background: #dadbe0;
}


.title-txt::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 60px;
    top: 50%;
    margin-top: -1px;
    background: #dadbe0;
}

.cooperate-desc_item {
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 2;
}

.cooperate-item_wrapper1,
.cooperate-item_wrapper2 {
    height: 362px;
}

.cooperate-item_wrapper3 {
    height: 328px;
}


.mode[data-v-1a046127] {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto
}

.mode .no[data-v-1a046127] {
    margin: 0 5%
}

.mode .words[data-v-1a046127] {
    align-self: flex-start;
    margin: 60px 10px;
    color: #fff;
    text-align: left;
    line-height: 1.2
}

.mode .words .title[data-v-1a046127] {
    font-size: 32px;
    margin-bottom: 10px
}

.mode .words .line[data-v-1a046127] {
    text-align: left;
    font-size: 18px;
    line-height: 1.5
}

.mode .words .line[data-v-1a046127]:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -5px
}

.mode1[data-v-1a046127] {
    background: url(./imgs/banner@bg1.png) no-repeat 50%;
    background-size: cover
}

.mode2[data-v-1a046127] {
    background: url(./imgs/banner@bg2.webp) no-repeat 50%;
    background-size: cover
}

.mode3[data-v-1a046127] {
    background: url(./imgs/banner@bg3.webp) no-repeat 50%;
    background-size: cover
}

@media(max-width: 768px) {
    .cooperate-title {
        font-size: 18px;
    }

    .cooperate-banner {
        background: url('./imgs/cooperate@bannersm.jpg') no-repeat center;
        background-size: contain;
        height: 228px;
    }

    .title-txt {
        padding: 0 40px;
    }

    .title-txt::before,
    .title-txt::after {
        width: 20px;
    }

    .cooperate-desc_item {
        font-size: 14px;
    }

    .mode[data-v-1a046127] {
        flex-direction: column;
        width: 100%;
        margin: 10px auto;
        padding: 40px 20px
    }

    .mode .no[data-v-1a046127] {
        margin-left: 30px
    }

    .mode .no img[data-v-1a046127] {
        width: 65px
    }

    .mode .words[data-v-1a046127] {
        margin: 20px 0
    }

    .mode .words .title[data-v-1a046127] {
        font-size: 16px
    }

    .mode .words .line[data-v-1a046127] {
        text-align: left;
        font-size: 14px
    }

    .mode .words .line[data-v-1a046127]:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        vertical-align: middle;
        margin-right: 14px;
        margin-top: -5px
    }

    .mode1[data-v-1a046127] {
        background: url(./imgs/banner@sm1.png) no-repeat 50%;
        background-size: cover
    }

    .mode2[data-v-1a046127] {
        background: url(./imgs/banner@sm2.png) no-repeat 50%;
        background-size: cover
    }

    .mode3[data-v-1a046127] {
        background: url(./imgs/banner@sm3.png) no-repeat 50%;
        background-size: cover
    }
}