.section-salary {
    width: 100%;
    height: 1.69rem;
    background-image: url('../../images/home/salary-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.salary-content {
    text-align: left;
    margin-top: 0.29rem;
}

.salary-title {
    font-size: 0.24rem;
    color: #FFF;
    font-weight: 500;
    line-height: 0.36rem;
    margin-bottom: 0.15rem;
}

.salary-desc {
    font-size: 0.2rem;
    color: #FFF;
    font-weight: 400;
    line-height: 0.3rem;
}

.salary-red {
    color: #FF4757;
    font-weight: 700;
    font-size: 0.24rem;
}