/* 底部 start */
.footer-top {
    width: 100%;
    height: 238px;
    background: url(./ft.png) no-repeat center center;
    background-size: 100% 100%;
}

.footer-top .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-top-link {
    width: 200px;
    text-align: center;
}

.footer-top-link img {
    width: 110px;
    margin-bottom: 14px;
}

.footer-top-link p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.footer-top-logo img {
    width: 468px;
    height: 65px;
}

.footer-top-ewm {
    width: 200px;
    text-align: center;
}

.footer-top-ewm img {
    width: 110px;
    margin-bottom: 14px;
}

.footer-top-ewm p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background: #751D1D;
}

.footer-bottom p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.footer-bottom p span {
    margin-left: 30px;
}