footer {
    color: #aaa;
}

footer>.top {
    background-color: #313131;
    padding: 67px 0px 65px;
}

footer>.top>.container>.row>.fx-wrap-between>.left>.img-wrap {
    width: 141px;
    height: 141px;
}

footer>.top>.container>.row>.fx-wrap-between>.left>.img-wrap>img {
    width: 100%;
    border-radius: 4px;
}

footer>.top>.container>.row>.fx-wrap-between>.left {
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}

footer>.top>.container>.row>.fx-wrap-between>.left>.right>.content>.tel {
    padding-top: 23px;
    font-size: 24px;
    line-height: 18px;
    color: #0052d9;
    font-weight: bold;
}

footer>.top>.container>.row>.fx-wrap-between>.left>.right>.content>.add {
    margin-top: 19px;
    font-size: 14px;
    line-height: 14px;
}

footer>.top>.container>.row>.fx-wrap-between>.left>.right {
    margin-left: 30px;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item {
    min-width: 240px;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item+.list-item {
    margin-top: 35px;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item:last-of-type {
    min-width: unset;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>a {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    transition: all 0.25s ease-in-out;
    display: block;
    opacity: 0.6;
    margin-right: 30px;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a::after {
    content: "/";
    display: inline-block;
    padding: 0px 20px;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a:last-of-type::after {
    display: none;
}

footer>.top>.container>.row>.fx-wrap-between>.right {
    flex-direction: column;
    padding: 25px 31px 27px 72px;
    border-left: 1px solid #fff;
    justify-content: flex-start;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu,
footer>.top>.container>.row>.fx-wrap-between>.right>.list-item {
    display: flex;
    align-items: flex-end;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    display: block;
    transition: all 0.25s ease-in-out;
    opacity: 0.3;
}

footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a:hover,
footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>a:hover {
    transform: translateX(3px);
    opacity: 0.9;
}

footer>.info-wrap>.container>.row>.content {
    color: #fff;
}

footer>.info-wrap {
    background-color: #0052d9;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

footer>.info-wrap>.container>.row>.content a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
}


/* 屏幕大于768px */

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}


/* 屏幕小于1199px */

@media (max-width: 1599px) {
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a::after {
        padding: 0px 10px;
    }
}

@media (max-width: 1399px) {
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>a {
        margin-right: 28px;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right {
        padding-left: 36px;
    }
}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item {
        min-width: 100px;
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item {
        min-width: 36px;
        margin-left: 7px;
    }
    footer {
        padding-bottom: 48px;
    }
}

@media(max-width: 768px) {
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item,
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item:last-of-type {
        min-width: 40%;
        text-align: center;
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu {
        padding-top: 10px;
        flex-direction: column;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu,
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item {
        align-items: center;
    }
    footer>.top>.container>.row>.fx-wrap-between>.left>.img-wrap {
        width: 26%;
        margin: 0px auto;
        height: auto;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>a {
        margin-right: 0;
    }
    footer>.top>.container>.row>.fx-wrap-between {
        flex-direction: column;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item+.list-item {
        margin: 0;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 10px;
        border-top: 1px solid #555;
        padding: 0;
        flex-direction: row;
        border-left: unset;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a {
        padding: 6px 0px;
    }
    footer>.top>.container>.row>.fx-wrap-between>.right>.list-item>.drop-menu>a::after {
        display: none;
    }
    footer>.top>.container>.row>.fx-wrap-between>.left {
        text-align: center;
        flex-direction: column;
    }
    footer>.top>.container>.row>.fx-wrap-between>.left>.right {
        margin-left: 0;
    }
    footer>.top>.container>.row>.fx-wrap-between>.left>.right>.content>.tel,
    footer>.top>.container>.row>.fx-wrap-between>.left>.right>.content>.add {
        font-size: 15px;
        line-height: 15px;
    }
    footer>.top {
        padding: 50px 0px 24px;
    }
    footer>.info-wrap>.container>.row>.content {
        flex-direction: column;
    }
    footer>.info-wrap>.container>.row>.content>.right {
        margin-top: 8px;
    }
    footer>.info-wrap {
        height: auto;
        line-height: 20px;
        padding: 10px 0 14px;
        text-align: center;
    }
}