.color9 {
    color: #999;
}

@media (max-width: 768px) {
    .footer {
        display: none;
    }
}
.footer {
    background: #f8f8f8;
}
.footer-top {
    padding: 80px 0 50px;
}
.footer-item a.fBold {
    color: #000;
}

.footer-item a {
    display: block;
    line-height: 1;
    padding-bottom: 20px;
}
.footer-item > div {
    line-height: 1;
    padding-bottom: 20px;
}
.footer-item p {
    line-height: 1.5;
    padding-bottom: 20px;
}
.footer .hover-red:hover {
    color: #f00;
}
.footer-item:nth-child(5) {
    width: 27%;
}
.footer-img-item {
    width: 115px;
    margin-right: 20px;
}
.footer-img-item:last-child {
    margin-right: 0;
}

.footer-img-item p {
    text-align: center;
    padding-top: 10px;
}

.footer-img-item img {
    width: 100%;
}
.footer-top {
    border-bottom: 1px solid #dfdfdf;
}
.footer-line {
    width: 2px;
    height: 12px;
    margin: 0 20px;
    background: #999;
}
.footer-bottom {
    height: 60px;
}

.m-footer {
    background-color: #000;
    display: none;
}

@media (max-width: 768px) {
    .m-footer {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

.m-footer-top {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.m-footer-top-com {
    color: #f8f8f8;
}

.m-footer-bot {
    padding: 20px 0;
    color: #7c7c7c;
}
.brandLists {
    padding-bottom: 0 !important;
}
.brandLists > div {
    display: none;
    /* padding-bottom: 20px; */
}
.brandLists a {
    /* display: none; */
}

.brandmore {
    color: #333;
    font-size: 16px;
    padding-bottom: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0px;
    cursor: pointer;
}
