.page-wrap {
    padding-bottom: 0px;
}
.join-us-channel-list {
    background-color: #ffffff;
}
.join-us-channel-list img {
    width: 100%;
}
.mobile_class .join-us-channel-list img {
    height: 100%;
    object-fit: cover;
}
.join-us-channel-list .join-us-channel-box {
    display: flex;
}
.join-us-channel-list .join-us-channel-box:nth-child(2n) {
    flex-direction: row-reverse;
}
.join-us-channel-list .join-us-channel-box .fl {
    flex: 1;
}
.join-us-channel-list .join-us-channel-box .fl.desc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.join-us-channel-list .join-us-channel-box .fl.desc .typenamecn {
    /*height: 30px;*/
    font-weight: 400;
    font-size: 32px;
    color: #007CB5;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10%;
}
.mobile_class .join-us-channel-list .join-us-channel-box .fl.desc .typenamecn {
    margin-bottom: 0;
    font-size: 18px;
}
.join-us-channel-list .join-us-channel-box .fl.desc .htmlcontent {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.mobile_class .join-us-channel-list .join-us-channel-box .fl.desc .htmlcontent {
    transform: scale(0.9);
    transform-origin: top;
}
.mobile_class .join-us-channel-list .join-us-channel-box .fl.desc .htmlcontent p,
.mobile_class .join-us-channel-list .join-us-channel-box .fl.desc .htmlcontent p span,
.mobile_class .job-list .job-box .right-box p,
.mobile_class .job-list .job-box .right-box p span {
    font-size: 12px !important;
}
.join-us-box {
    margin-top: 6%;
    max-height: 298px;
    min-height: 110px;
    height: 13vw;
    background: url(../images/join_us_banner.png);
    background-size: 100% 100%;
}
.mobile_class .join-us-box {
    
}
.mobile_class .join-us-box .title-box {
    transform: scale(0.6);
}
.join-us-box .title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.join-us-box .title-box .title {
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
}
.join-us-box .title-box .sub-title {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 20px;
}
.join-us-box .title-box .bottom-line {
    width: 55px;
    height: 3px;
    background: #FFFFFF;
}
.job-list {
    margin-top: 24px;
}
.job-list .job-box {
    margin-top: 6%;
    background: #FFFFFF;
    box-shadow: 0px 1px 12px 0px rgba(70,126,219,0.22);
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    display: flex;
    padding: 4% 4% 4% 0px;
}
.mobile_class .job-list .job-box {
    display: block;
}
.job-list .job-box .left-box {
    width: 451px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d8d8d8;
}
.mobile_class .job-list .job-box .left-box {
    border-width: 0;
    justify-content: flex-start;
    margin-left: 3%;
    transform: scale(0.7);
    transform-origin: left;
    width: auto;
}
.job-list .job-box .left-box .desc-infos {
    color: #0C7BB0;
    display: flex;
    flex-direction: column;
    margin-left: 27px;
}
.job-list .job-box .left-box .desc-infos .typenamecn {
    font-weight: 600;
    font-size: 24px;
    color: #0C7BB0;
    line-height: 30px;
    letter-spacing: 1px;
}
.job-list .job-box .left-box .desc-infos .typenameen {
    font-size: 12px;
    color: #0C7BB0;
    line-height: 18px;
    font-style: normal;
    margin-top: 8px;
}

.job-list .job-box .right-box {
    flex: 1;
    padding-left: 5%;
    font-size: 16px;
}
.mobile_class .job-list .job-box .right-box {
    position: relative;
    padding-top: 2%;

}
.mobile_class .job-list .job-box .right-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: -4%;
    top:0;
    height: 1px;
    background: #D8D8D9;

}
.join-us-footer {
    height: 271px;
    background: linear-gradient(270deg, rgb(140, 161, 255, .7) 0%, rgb(61, 114, 219, .7) 100%);
    opacity: 0.72;
    position: relative;
    top: -271px;
    z-index: 9999;
    margin-bottom: -271px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mobile_class .join-us-footer {
    height: 100px;
    top: -100px;
    margin-bottom: -100px;
}
.join-us-footer .msg {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    /*line-height: 30px;*/
    letter-spacing: 1px;
}
.mobile_class .join-us-footer .msg {
    font-size: 14px;
}
.join-us-footer .email {
    width: 161px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    color: #0C7BB0;
    line-height: 44px;
    text-align: center;
    margin-top: 32px;
}
.mobile_class .join-us-footer .email {
    transform: scale(0.8);
    margin: 0;
}
.mobile_class #map {
    height: 300px !important;
}

@media (max-width: 990px) {
    .join-us-box{
        
    }
}