.footer{
    background-image: url("/static/image/foot.png");
    background-size: cover;
    color: #fff;
}
.footTop{
    margin: 3rem 100px 0 100px;
    border-bottom: 1px #8b8d92 solid;
}
.footLeft{
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
}
.footLeft img{
    width: 120px;
    height: 90px;
}
.footRight{
    display: flex;
    padding-left: 14rem;
    margin-bottom: 1rem;
}
.footBottom{
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    margin-top: 1rem;
    line-height: 40px;
}
/*.callme{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
.callme span{
    font-size: 0.8rem;
    margin-top: 1rem;
}
.callmedetail{
    display: flex;
    flex-direction: column;
}

/*
手机端css
*/
.phoneFootTop{
    margin: 1rem 0px;
}
.phoneFootLeft{
    display: flex;
    justify-content: center;
    padding-top:2.5rem;
}
.phoneFootLeft img{
    width: 70px;
    height: 50px;
}
.phoneFootRight{
    display: flex;
    justify-content: center;
}
.phoneCallMe{
    padding-right: 30px;
}
.phoneCallMe span{
    font-size: 12px;
    margin-top: 0.5rem;
}
.phoneCallMeDetail{
    display: flex;
    flex-direction: column;
}

