.common_footer_box{
    background: #181B20;
    box-sizing: border-box;
    padding:27px 19px;
}
.common_footer_logo{
    display: block;
    background: url(../../static/img/logo.png) no-repeat 0 0;
	background-size: contain;
    height: 36px;
	margin-bottom: 20px;
}
.common_footer_phone a,
.common_footer_fax,
.common_footer_email,
.common_footer_address{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #B0B0B0;
    text-decoration: none;
}
.common_footer_phone,
.common_footer_fax,
.common_footer_email,
.common_footer_address{
    position: relative;
    margin-bottom: 20px;
    /* padding-top: 16px;   */
}
.common_footer_phone:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url(../../static/img/icon_38.png) no-repeat center;
    background-size: contain;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
}
.common_footer_fax:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url(../../static/img/icon_37.png) no-repeat center;
    background-size: contain;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
}
.common_footer_email:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url(../../static/img/icon_40.png) no-repeat center;
    background-size: contain;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
}
.common_footer_address:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url(../../static/img/icon_39.png) no-repeat center;
    background-size: contain;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
}
.qr_code_box{
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.qr_code_box .gzh_box,
.qr_code_box .xcx_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr_code_box .qr_img_bg{
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.qr_code_box .gzh_box .qr_img_bg{
    background: url(../../static/img/gzh_app.png) no-repeat center;
    background-size: contain;
}
.qr_code_box .xcx_box .qr_img_bg{
    background: url(../../static/img/wen_xin_app.png) no-repeat center;
    background-size: contain;
}
.qr_code_box .xcx_box{
    margin-left: 55px;
}
.common_footer_link_box{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #B0B0B0FF;
    padding: 27px 0;
    border-bottom: 1px solid #ffffff1a;
}
.common_footer_link_title{
    font-size: 13px;
    margin-bottom: 10px;
}
.common_footer_link_item{
    margin-right: 20px;
}
.common_footer_register{
    padding-top: 27px;
    padding-bottom: 10px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #B0B0B0FF;
    text-align: center;
}
.common_footer_id{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #B0B0B0FF;
    text-align: center;
}
.common_footer_id_line1{
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_footer_id_line1 .id_icon{
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../../static/img/gong_an.png) no-repeat center;
    background-size: contain;
    margin-right: 5px;
}