/*页眉*/
.footer .wp{
    height: 3.34rem;
    background: #ff6600;
    border-bottom-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: 0 1rem 0 .6rem;
}
.footer .a{
    width: 4.98rem;
    display: grid;
    align-content: center;
}
.footer .b{
    width: 7.08rem;
}
.footer .b .xx{
    display: grid;
    align-content: center;
}
.footer .b .xx p{
    line-height: .4rem;
     color: #ffffff;
    padding-left: .45rem;
    font-size: .18rem;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer .b .xx p:nth-child(1){
    background-image: url("../images/footer/00.png");
    background-size: .23rem auto;
    background-position: .03rem center;
}
.footer .b .xx p:nth-child(2){
    background-image: url("../images/footer/01.png");
    background-size: .25rem auto;
    background-position: .02rem center;
}
.footer .b .xx p:nth-child(3){
    background-image: url("../images/footer/02.png");
    background-size: .28rem auto;
}
.footer .b .xx p:nth-child(4){
    background-image: url("../images/footer/03.png");
    background-size: .2rem auto;
    background-position: .04rem center;
}
.footer .b .ewm{
    display: grid;
    align-content: center;
    width: 1.74rem;
}
.footer .b .ewm p{
    text-align: center;
    color: #ffffff;
    font-size: .18rem;
    margin-top: .19rem;
}
.footer .b .ewm p img{
    margin-right: .1rem;
}

.footer .foot{
   /* line-height: .8rem;*/
    text-align: center;
    font-size: .16rem;
    color: #73737e;
padding: 10px 0px;

}
.footer .foot a{
    color: #73737e;
}
/*小屏幕*/
@media screen and (max-width: 1200px) {
    .footer .wp{
        height: auto!important;
        padding: .2rem!important;
    }
    .footer .b .xx{
        margin: .2rem 0;
    }
    .footer .b .ewm{
        margin: 0 auto;
    }
}