.footer_box {
    width: 100%;
    background: url("../assets/f_bg.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.footer_content {
    width: 1350px;
    margin: 110px auto 0;

}

.footer_logo {
    width: 216px;
    height: 50px;
}

.footer_logo img {
    width: 100%;
    height: 100%;
}

.footer_line {
    width: 1px;
    height: 124px;
    background: #A3A3A3;
}

.footer_text {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #A3A3A3;
    margin-bottom: 12px;
}

.footer_text_1 {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #828282;
    margin-bottom: 10px;
    white-space:nowrap ;
}

.footer_text_icon {
    font-size: 30px;
    font-family: Bebas;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 18px;
    margin-top: -15px;
}

.footer_text_icon img {
    width: 25px;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 4px;
    right: 12px;
}
.footer_text_2{
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #717171;
    line-height: 20px;
    text-align: center;
}
.footer_code{
    width: 80px;
}
.footer_code_img{
    width: 80px;
    height: 80px;
}
.footer_code_img img{
    width: 100%;
    height: 100%;
}
.footer_code_text{
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #717171;
    line-height: 20px;
    text-align: center; 
    margin-top: 6px;
}
 