.footer_box{
    background: #333333;
    /*margin-top: -155px;*/
    padding:60px 0;
    box-sizing: border-box;
    height: 155px;
}

.footer{
    min-height: 35px!important;
    position: relative;
}

.footer_label{
    width:62px;
    height: 62px;
    position: absolute;
    top: -84px;
    right:0;
    z-index: 1;
    border-radius: 50%;
    background: #474747;
    cursor: pointer;
}

.footer_label i{
    width: 100%;
    text-align: center;
    line-height: 62px;
    color: #7b7b7b
}

.footer_left{
    width: 170px;
    height: 35px;
    float: left;
}

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

.footer_center_box{
    float: left;
    overflow: hidden;
}

.footer_center{
    float: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    margin-left: 78px;
}

.footer_center{
    margin-left:66px
}

.footer_center i{
    float: left;
}

.footer_center div{
    float: left;
    cursor: pointer;
}

.iconfont{
    width: 17px;
    height: 17px;
    margin-right:6px;
    float: left;
}

.iconfont.active{
    margin: 0 3px
}

.footer_right{
    float: right;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 35px;
}
.footer_right a{
    color: #9E9E9E;
}

.footer_right a:hover{
    color: #9E9E9E;
    text-decoration: none;
}

@media screen and (max-width: 970px){
    .footer_box{
        padding: 30px 15px;
        box-sizing: border-box;
        /*margin-top: -185px;*/
        height: 185px;
    }

    .footer_label{
        top: -64px
    }

    .footer_left{
        float: none;
        margin:0 auto 15px
    }

    .footer_center_box{
        width: 100%;
        padding: 0 20%;
        box-sizing: border-box;
    }

    .footer_center{
        margin: 0;
    }

    .footer_center_box .footer_center:last-child{
        float: right;
    }

    .footer_right{
        width: 100%;
        text-align: center;
        line-height: 20px;
    }
}

@media screen and (max-width: 576px){
    .footer_left{
        width: 108px;
        height: 19px;
        margin: 0 0 0 0
    }

    .footer_center_box{
        padding: 0;
        margin-top: 24px;
    }

    .footer_center_box .footer_center:last-child{
        margin-left: 30px;
        float: left;
    }

    .footer_right{
        line-height: 14px;
        margin-top: 16px;
        text-align: left;
    }
}