.footer {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 30px;
    color: #999999FF;
    font-size: 12px;
}
.footer .subtitle {
    color: #333333FF;
    font-size: 14px;
}
.footer label a { color: #555555FF }
.footer .footer-main li {
    margin-top: 10px;
}
.footer .about-us {
    width: 256px;
    text-align: center;
}
.footer .about-us img { width: 114px; height: 114px }
.footer .FAQ { padding: 12px 0 }
.footer .FAQ label {
    color: #555555FF;
    margin-right: 20px;
}
.footer .FAQ li {
    position: relative;
    flex: 1;
}
.footer .FAQ li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #EEEEEEFF;
    left: 0;
    top: 0;
}
.footer .popular-services-container li {
    margin-left: 12px;
}
.footer .popular-services-container li:last-child { margin-left: 0 }