/* 合作伙伴【手机端】 */
@media screen and (max-width: 750px) {
    .contact-middle {
        padding-top: 1rem;
        width: 100%;
        overflow: hidden;
    }
    .contact-background {
        width: 100%;
    }
    .contact-heng {
        display: block;
        width: 100%;
        height: 0.04rem;
        background: #e9e9e9;
        margin: 0.4rem 0;
    }
    .contact-content,.recruitment-content {
        width: 85%;
        margin: 0.5rem auto;
    }
    .contact-title-english,.recruitment-title-english {
        display: none;
    }
    .contact-content .contact-title,.recruitment-content .recruitment-title {
        font-size: 0.5rem;
        text-align: center;
        margin-bottom: 0.2rem;
    }
    .contact-content .contact-details,.recruitment-content .recruitment-details {
        font-size: 0.16rem;
    }
    .contact-title-chinese,.recruitment-title-chinese {
        font-size: 0.46rem;
        font-weight: bold;
    }
}