.page-joinus {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}


.page-joinus .block img {
    width: 100%;
    object-fit: fill;
    margin-bottom: 60px;
}



.page-joinus .join .title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #FCB814;
    margin: 68px auto;
}

.page-joinus .join .title .line-text {
    color: #303133;
}

.page-joinus .join .title .line-text span:not(.line) {
    margin: 8px 24px;
    font-size: 26px;
}

.page-joinus .join .title .line-text .line {
    width: 168px;
    display: inline-block;
    border-bottom: 1px solid #EBEEF5;

}

.page-joinus .join img {
    width: 100%;
    object-fit: fill;
    font-size: 26px;

}