<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner .swiper-container {
    height: 400px;
}

.swiper-slide-wrap {
    height: 100%;
    background: url(../img/copartner-banner.png) no-repeat 100%;
}

.swiper-slide-abs {
    width: 247px!important;
    height: 75px!important;
    position: relative!important;
    top: 163px!important;
    left: 497px!important;
}

.advantage {
    padding-top: 80px;
    padding-bottom: 90px;
}

.advantage-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantage-wrap img {
    margin-top: 10px;
}

.advantage .box-title {
    margin-bottom: 78px;
}

.support {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F9FAFF;
}

.support-list {
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
}

.support-item {
    width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-item-title {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: Helvetica;
    color: #333333;
    line-height: 20px;
}

.support-item-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.layui-inline-site{
    width: 126px;
}

.apply {
    padding-top: 110px;
    padding-bottom: 90px;
}

.apply .apply-content {
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}

.apply-content .apply-form-item {
    display: flex;
    margin-bottom: 20px;
}

.apply-form-item-single {
    display: flex;
    flex-direction: column;
}

.apply-form-item-single input {
    width: 340px;
    height: 40px;
    background: rgba(223, 223, 223, 0.3);
    border-radius: 4px;
    border: none;
    outline: none;
}

.apply-form-item-single textarea {
    width: 720px;
    height: 80px;
    background: rgba(223, 223, 223, 0.3);
    border-radius: 4px;
    outline: none;
    border: none;
}

.apply-form-title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 6px;
}

.margin-right-40 {
    margin-right: 40px;
}

.verify-mistake{
    display: none;
    margin-bottom: 10px;
    color: red;
}

.apply-form-submit {
    width: 340px;
    height: 40px;
    text-align: center;
    background: #466EF5;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: none;
}
.apply-form-submit&gt;span{
    line-height: 40px;
}
.relative{
    position: relative;
}</pre></body></html>