.apply {
    padding-top: 60px;
    background-color: #fff;
}

.apply .tabs {
    margin-top: 30px;
}
.sub-title {
    line-height: 1.7;
    margin-top: 46px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--text-primary);
}

.apply-content {
    width: 100%;
    display: flex;
}

.apply-wrap {
    width: 50%;
    line-height: 24px;
    flex-shrink: 0;
}

.apply-title {
    font-weight: bold;
    font-size: 16px;
}
.apply-desc {
    margin-top: 14px;
    line-height: 24px;
}

.apply-content img {
    width: 500px;
    height: 273px;
    margin: 0 auto;
}
