



.footer.box {
    background-color: #A50000;
    padding: 120px 115px 55px;
    height: 390px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.footer .link-box {
    height: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
}

.footer.box .link {
    margin-top: 15px;
}

.footer.box .line {
    display: inline-block;
    margin: 0 10px;
    height: 20px;
    width: 1px;
    background-color: #fff;
}

.footer.box span:nth-child(1) {
    border-left: none;
}

.footer.box a {
    color: #fff;
}

.footer .mobile {
    margin: 0 70px 0 50px;
}

.footer .icon {
    float: right;
}

.footer .icon>a {
    display: inline-block;
    width: 59px;
    height: 59px;
}

.footer .icon a.c {
    background: url('/static/www/default/images/footer/c-077e5144da450db3fcc4c7b2bcee854d.png');
}

.footer .icon a.c:hover img {
    display: block;
}

.footer .icon a.c img {
    display: none;
    position: absolute;
    width: 120px;
    top: 60px;
    left: 0;
}

.footer .icon a.wei {
    background: url('/static/www/default/images/footer/w-6526c27e39730d76643793d8665453c0.png');
}


.footer .ml-10 {
    margin-left: 10px;
}

.txt-cen {
    text-align: center;
}


.footer .mobile img {
    position: absolute;
    left: -50px;
    top: -15px;
}


