/*********************************** 介绍 ***********************************/
.content_wrap {
    background-color: #fff;
    overflow: hidden;
}
.content_wrap .title {
    padding: 40px 14% 0;
    font-size: 1.6vw;
    font-weight: 600;
    color: #2d57bf;
    font-family: 'AlibabaPuHuiTiB';
}

.content_wrap .eng_title {
    padding: 0 14%;
    font-family: AlibabaPuHuiTiR;
    font-size: 1.1vw;
    color: #373737;
}
.content_wrap .content {
    padding: 28px 14% 0;
    font-size: 16px;
    color: #333333;
}
.content_wrap .content p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    padding-bottom: 25px;
}

/* 介绍 mobile */
.content_wrap .title_mobile {
    padding: 0.6rem 32px 0;
    font-size: 0.36rem;
    font-weight: 600;
    color: #2d57bf;
    font-family: 'AlibabaPuHuiTiB';
}
.content_wrap .eng_title_mobile {
    padding: 0 32px;
    font-family: 'AlibabaPuHuiTiR';
    font-size: 0.2rem;
    color: #373737;
}
.content_wrap .content_mobile {
    padding: 20px 32px 0;
    font-size: 12px;
    line-height: 0.45rem;
    color: #333333;
}
.content_wrap .content_mobile p {
    line-height: 0.45rem;
    padding-bottom: 0.4rem;
}

/*********************************** 底部二维码信息 ***********************************/
.footerBox {
    height: 350px;
    padding: 75px 14% 70px;
    color: #fff;
    background-color: #091723;
}
.footerBox .footerLeft {
    width: 341px;
    float: left;
}
.footerBox .footerLeft .mImg {
    width: 74px;
    margin-bottom: 14px;
}
.footerBox .footerLeft .phoneNo {
    margin: 8px 0 14px;
}
.footerBox .iconWrap {
    position: relative;
}
.footerBox .qr_code {
    width: 180px;
    position: absolute;
    top: -170px;
}
.footerBox .weixin_qr_code {
    left: -70px;
}
.footerBox .douyin_qr_code {
    left: 9px;
}
.footerBox .iconWrap i {
    margin-right: 3px;
    cursor: pointer;
    font-size: 32px;
}
.footerBox .txt {
    letter-spacing: 1px;
    font-size: 19px;
    font-family: 'AlibabaSans-Black, AlibabaSans';
    font-weight: 900;
}
.footerBox .slogan{
    width: 153px;
    display: block;
}
.footerBox .QRImg {
    margin-top: 10px;
    width: 153px;
    height: 149px;
    display: block;
}
.footerBox .footerRight {
    float: right;
}

/* 底部二维码信息 mobile */
.footerBox_mobile {
    padding: 35px 32px;
    text-align: center;
    color: #fff;
    background-color: #091723;
}
.footerBox_mobile .footerLeft .mImg {
    width: 40px;
    margin-bottom: 10px;
}
.footerBox_mobile .footerLeft p {
    font-size: 12px;
}
.footerBox_mobile .footerLeft,
.footerBox_mobile .footerRight {
    text-align: left;
}
.footerBox_mobile .footerLeft .phoneNo {
    margin: 4px 0 7px;
}

.footerBox_mobile .iconWrap {
    position: relative;
}
.footerBox_mobile .footerLeft .qr_code {
    width: 2.6rem;
    position: absolute;
    top: -2.5rem;
}
.footerBox_mobile .footerLeft .weixin_qr_code {
    left: -0.8rem;
}
.footerBox_mobile .footerLeft .douyin_qr_code {
    left: 0.6rem;
}
.footerBox_mobile .iconWrap i {
    cursor: pointer;
    font-size: 0.6rem;
    margin-right: 0.1rem;
}

.footerBox_mobile .qr_code {
    width: 0.8rem;
    position: absolute;
    top: -0.85rem;
}
.footerBox_mobile .txt {
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'AlibabaSans-Black, AlibabaSans';
    font-weight: 900;
}
.footerBox_mobile .slogan{
    margin-top: 15px;
    width: 2.2rem;
    display: block;
}
.footerBox_mobile .QRImg {
    margin-top: 5px;
    width: 2.2rem;
    display: block;
}

/*********************************** 最底部版权信息 ***********************************/
.footer_com {
    text-align: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    background-color: #373737;
}
.footerTip {
    height: 56px;
    line-height: 56px;
}
.footerTip_mobile {
    padding: 14px 26px;
    font-size: 11px;
}
