.page.page1.common-page {
    /* height: 41rem; */
    /* padding-bottom: 0;
    padding-top: 0; */
}
.page.page1.common-page img {
    width: 100%;
    height: 100%;
}

.contact {

}

.content-head {
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.content-head .item-li {
    width: 23.75rem;
    height: 12.9375rem;
    border-radius: .75rem;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(249, 244, 230, 0.9);

    position: relative;
    padding: 2.625rem 0 2.6875rem 3rem;
    margin-bottom: 1.5rem;
}

.content-head .item-li h4 {
    /* 客户服务 */
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8125rem;
    color: #D9B200;
    margin-bottom: 1.125rem;
}

.content-head .item-li p {
    /* 电话：4001-365-365 服务时间 */
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #333333;
}

.content-head .item-li img {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 4.5rem;
}
.content-bo {
    width: 100%;
    height: 12.9375rem;
    border-radius: .75rem;
    position: relative;
    overflow: hidden;
}
.content-bo>img {
    width: 100%;
    height: 100%;
}

/* padding: 2.625rem 0 2.6875rem 3rem; */

.join-bg {
    width: 100%;
    height: 100%;
    border-radius: .75rem;
    /* background: url(/img/contact/join-bg2.png) no-repeat;
    background-size: 100% 100%; */

    background: linear-gradient(270deg, rgba(255,255,255,0.00) 0%, rgba(253,208,0,0.22) 46%, #FDD000 53%);
}

/* .join-bg::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 47%;
    background: url(/img/contact/join-img.png) no-repeat;
    background-size: auto 100%;
    z-index: -1;
} */

.join-bg::after {
    content: '';
    width: 40.375rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* background: linear-gradient(270deg, #CC7E27 6%, rgba(217,140,51,0.00) 13%, rgba(217,140,51,0.00) 13%); */
    background: url(/img/contact/join-img1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.join {
    padding: 2.625rem 2rem 2.625rem 3rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.join h4{
/* 加入一鸣 */
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8125rem;
    color: #333333;
    margin-left: 11.5%;
}

.join .jump{
    width: 16.0625rem;
    height: 3.1875rem;
    border-radius: 1.5625rem;
    background: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
}

.join .jump p {
    /* 点此跳转招聘系统 */
    opacity: 0.85;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.125rem;
    color: #333333;
}

.join .jump img {
    width: 1.25rem;
    height: .75rem;
}

.join-r {
    width: 7.9375rem;
    height: 9.125rem;
}

.join-r img{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1440px) {
    .join-bg::after {
        width: 34.375rem;
    }
}

@media screen and (max-width:532px) {
    .join {
        padding-right: 1rem;
    }
    .join-bg::after {
        width: 34.375rem;
    }
    .content-head .item-li {
        width: 100%;
    }
    .content-head .item-li img {
        top: 5.5rem;
        right: 3rem;
        width: 42px;
    }
}

@media (max-width:768px) {
    .content-head .item-li h4 {
        margin-bottom: 1.25rem;
        font-size: 18px;
    }
    .content-head .item-li p {
        font-size: 14px;
    }
    .join h4 {
        font-size: 20px;
    }
    .join .jump p {
        font-size: 14px;
    }
    .join .jump {
        width: 19.0625rem ;
    }
}
