.footer {
    min-width: 1100px;
    height: 280px;
    background: rgba(27, 38, 56, 1);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.footer .footer-logo {
    padding-right: 90px;
}

.footer ul {
    width: 1100px;
    margin: 60px auto 0;
    overflow: hidden;
}

.footer ul li {
    float: left;
    min-height: 160px;
}

.footer ul li.line {
    background: url("/public/images/bottom-line.png") no-repeat right center;
    background-size: 1px 130px;
}

.footer ul li.footer-contact {
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    line-height: 45px;
    padding: 0 55px 0 60px;
}

.footer ul li.footer-contact .footer-contact__tip {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #C2C2C2;
    line-height: 14px;
    margin-top: 20px;
}

.footer ul li.footer-concern {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    padding-left: 60px;
}

.footer ul li.footer-concern p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #D1D1D1;
    line-height: 14px;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li.footer-concern .wechat {
    margin: 14px 0;
}

.footer ul li.footer-address {
    padding: 0 42px 0 78px;
}

.footer ul li.footer-address .footer-address__label {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #C2C2C2;
    line-height: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.footer ul li.footer-address .footer-address__label.address {
    background: url("/public/images/footer-icon-address.png") no-repeat 0 center;
    background-size: 16px 16px;
}

.footer ul li.footer-address .footer-address__label.mail {
    background: url("/public/images/footer-icon-mail.png") no-repeat 0 center;
    background-size: 16px 16px;
}

.footer ul li .footer-address__detail {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 26px;
}

.footer ul li.footer-contact span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    line-height: 22px;
}


.footer ul li.footer-contact .footer-contact__label {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #C2C2C2;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 20px;
    background: url("/public/images/footer-icon-phone.png") no-repeat 0 center;
    background-size: 16px 16px;
}

.footer .footer-copyright {
    width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    color: #6C6C6C;
    line-height: 17px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
}
