.contact-fluid .investor-banner {
    /* overflow: hidden; */
    margin-top: 1.4814814815rem;
    width: 100%;
}

.contact-fluid .contact-container {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
}

.contact-fluid .contact-container .i-contact {
    width: 1200px;
    margin: 0 auto;
    padding: 0 .3rem;
}

.contact-fluid .contact-container .i-contact .title {
    text-align: center;
    padding: 1rem 0;
}

.contact-fluid .i-contact .title .en-title {
    margin: 0;
    color: #EFEFEF;
    font-size: 40px;
    position: relative;
    top: 12px;
    z-index: 1;
    letter-spacing: -3px;
}

.contact-fluid .i-contact .title .cn-title {
    z-index: 2;
    position: relative;
    font-size: 28px;
    color: #595959;
}

.contact-fluid .i-contact .email {
    padding: 1rem 0;
    background: url("../img/user/investor/contact_bgc.png") no-repeat;
    background-size: 100% 100%;
    height: 355px;
}

.contact-fluid .i-contact .email .detail {
    padding: 1rem 1.5rem;
    color: #333333;
}

.contact-fluid .i-contact .email p:nth-child(1) {
    font-weight: bold;
    color: #333333;
    font-size: 28px;
}

.contact-fluid .i-contact .email p:nth-child(2) {
    line-height: 86px;
    margin: 0;
}

.contact-fluid .i-contact .email p:not(:first-child) {
    font-size: 18px;
}

.contact-fluid .contact-container .footer-bgc {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    z-index: -1;
    background: url('../img/user/news-background@2x.png') no-repeat;
    background-size: 100% 100%;
}

.contact-fluid .contact-container .company-communications {
    padding: 10px;
    background: #F8F8F8;
    margin-bottom: 10px;
}

.contact-fluid .contact-container .company-communications p {
    margin: 0;
}

.contact-fluid .contact-container .company-communications p a {
    font-weight: 600;
    color: #0055F2;
}

.contact-fluid .contact-container .company-communications p:nth-child(1) {
    font-weight: 600;
    color: #363748;
}

.contact-fluid .contact-container .company-communications p:nth-child(2) {
    color: #363748;
}

@media screen and (max-width: 950px) {
    #mobile-terminal .article {
        /* margin: 0 0.5rem; */
        color: #353535;
    }
    #mobile-terminal .article .plr{
        padding: 0.5rem;
    }
    #mobile-terminal .article .company-ct{
        padding: 0.3rem 0.5rem;
        font-size: 0.35rem;
        background: #F8F8F8;
    }
    #mobile-terminal .article .company-ct p:nth-child(1){
        font-size: 0.4rem;
        font-weight: bold;
    }
    #mobile-terminal .article .company-ct p a{
        font-weight: 600;
        color: #0055F2;
    }
    #mobile-terminal .article .lst {
        padding: 0.3rem 0.5rem;
    }

    #mobile-terminal .article .lst div:nth-child(1) {
        font-weight: 600;
        color: #353535;
        font-size: 0.4rem;
        padding-bottom: 0.2rem;
    }

    #mobile-terminal .article .lst div {
        font-size: 0.35rem;
    }
}