.contact-content {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.contact-content .contact-custom-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 300px;
    padding-bottom: 1rem;
}

.contact-content .contact-custom-container .title {
    text-align: center;
    padding: 1rem 0;
}

.contact-content .contact-custom-container .title .en-title {
    margin: 0;
    color: #EFEFEF;
    font-size: 40px;
    position: relative;
    top: 12px;
    z-index: 1;
    letter-spacing: -3px;
}

.contact-content .contact-custom-container .title .cn-title {
    z-index: 2;
    position: relative;
    font-size: 28px;
    color: #595959;
}

.contact-content .contact-custom-container .contactA .left,
.contact-content .contact-custom-container .contactA .right {
    float: left;
    width: 600px;
}

.contact-content .contact-custom-container .contactA .right {
    padding-top: 50px;
}

.contact-content .contact-custom-container .contactA .left {
    padding-left: 50px;
}

.contact-content .contact-custom-container .contactA p {
    color: #333333;
    line-height: 38px;
}

.contact-content .contact-custom-container .contactA .fontS {
    font-size: 18px;
}

.contact-content .contact-custom-container .contactA .left p:nth-child(1) {
    padding: 20px 0;
}

.contact-content .contact-custom-container .contactA .left p:nth-child(2) {
    color: #EB640E;
    font-size: 24px;
}

.contact-content .contact-bgc {
    position: absolute;
    bottom: 0;
    background: url('../img/user/news-background@2x.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
    z-index: -1;
}

.contact-content .contact-custom-container .contactA .right div {
    display: inline-block;
    text-align: center;
}

.contact-content .contact-custom-container .contactA .right div:nth-child(2) {
    padding: 0 30px;
}

.contact-content .contact-custom-container .contactA .right div p:nth-child(1) {
    width: 176px;
    height: 176px;
    background: #CCC;
}

.contact-content .contact-custom-container .contactA .right div p:nth-child(2) {
    font-size: 18px;
    color: #333333;
}

@media screen and (max-width: 950px) {
    #mobile-terminal .article {
        margin: 0 0.5rem;
    }

    #mobile-terminal .article .company {
        color: #353535;
        font-size: 0.4rem;
        font-weight: 600;
    }

    #mobile-terminal .article ul {
        margin: 0.4rem 0;
    }

    #mobile-terminal .article ul li {
        display: flex;
        color: #666668;
        font-size: 0.35rem;
        align-items: baseline;
    }

    #mobile-terminal .article .qr-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        border-top: 1px solid #EFEEEE;
        padding: 0.4rem 0;
    }

    #mobile-terminal .article .qr-list div {
        width: 45%;
        color: #666668;
        font-size: 0.35rem;
    }
}