footer{
    background: url(../images/common/Bg.png) no-repeat;
    background-size: 100% 100%;    
}
.footer{
    width: 12rem;
    margin: 0 auto;
    display: flex;
    padding-top: 2.24rem;
    padding-bottom: 0.87rem;
}
.footer_leftbox{
    display: flex;
    flex: 1;
}
.footer_items{
    flex: 1;
    /*margin-right: 0.8rem;*/
}

.footer_contactBox{
    display: flex;
}
.footer_title{
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
.footer_conta_img{
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 0.05rem;
    
}
.footer_conta_img img{
    width: 100%;
    height: 100%;
    
}

.footer_a{
    display: block;
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    color: #fff;
}

.footer_conta_name{
    text-align: center;
    color: #fff;
    font-size: 0.12rem;
}

.footer_bottom{
    padding: 0.3rem 0 ;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    border-top: 0.01rem solid #fff;
}

.footer_bottom a{
    color: #fff;
    font-size: 0.16rem;
}

.footer_call_ico{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem;
    margin-top: 0.1rem;
}
.footer_call_ico img{
    width: 100%;
    height: 100%;
}
.footer_callme{
    display: flex;
    align-items: flex-end;
    font-size: 0.16rem;
    color: #fff;
}