footer {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .04);
}
footer .top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}

footer .top .img {
    width: 98px;
    height: 98px;
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    margin: 2.8vw 0.3125vw 2vw 0;
    border: 1px solid #fff;
}
footer .top .img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -0.3125vw;
    left: 0.3125vw;
}
footer .top .img p {
    display: none;
}
footer .top .img:last-child {
    margin-left: 3.44vw;
}
footer .top>div:last-child {
    /*width: 46vw;*/
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .top h2 {
    font-weight: 400;
    font-size: 14px;
    color: #58595b;
}
footer .top ul li img {
    width: 18px;
    height: 18px;
    /*margin-top: 2px;*/
    vertical-align: -webkit-baseline-middle;
}
footer .top ul li p {
    font-weight: 400;
    color: #58595b;
    vertical-align: text-top;
    display: inline;
}
footer .bottom {
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #fff;
    background: #dcccc5;
}
footer .bottom a{
    color: #fff;
}

footer .bottom img {
    margin-right: 2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
footer .top ul li .phone {
    width: 14px;
    height: 14px;
    margin: 0 2px;
}