.cooperation-page {
}

.cooperation-page .top-banner {
    height: 480px;
    background-image: url('/static/images/cooperation/banner.png');
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}

.cooperation-page .middle-description {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 180px;
    color: #4c4c4c;
}

.cooperation-page .middle-description .title {
    color: #5b75a6;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.cooperation-page .middle-description .en-title {
    color: #5b75a6;
    font-size: 30px;
    line-height: 2;
    text-align: center;
}

.cooperation-page .middle-description .description {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
}

.cooperation-page .middle-description .description .contact {
    text-align: right;
}

.bottom-text {
    font-weight: bold;
    font-size: 22px;
}

.cover {
    display: flex;
    align-items: center;
}

.cover .img {
    max-width: 100%;
    margin: 1.5em 0;
}