.footer {
    padding: 0;
    border: none;
}
.footer-top {
    padding: 30px 0 26px;
    background: #2C2C2C;
}
.footer-top {
    color: #fff;
}
/* top left */
.footer-top-left {
    border-right: 1px solid #767676;
}
.company-intro {
    float: left;
    width: 65%;
    font-size: 16px;
    text-align: left;
}
.company-intro dt {
    padding-left: 4px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #767676;
    font-size: 24px;
}
.company-intro dd {
    padding: 0 10px 0 6px;
}
.company-intro dd p {
    padding: 14px 0 20px 0;
    line-height: 2;
}
.company-address {
    justify-content: flex-start;
    align-items: flex-start;
}
.company-address span:first-of-type {
    display: block;
    min-width: 112px;
}
.company-address .Hui-iconfont-home2 {
    margin-right: 5px;
    font-size: 20px;
    color: #767676;
}
.company-qrcode {
    float: right;
    margin-top: 44px;
    width: 35%;
    text-align: center;
}
.company-qrcode img {
    margin: 0 auto;
    width: 140px;
    height: 140px;
}
.company-qrcode p {
    margin-top: 36px;
    font-size: 16px;
    line-height: 2;
}
/* top right */
.company-app-download {
    float: left;
    margin-top: 44px;
    width: 32%;
}
.company-app-download dt {
    margin-bottom: 42px;
    font-size: 18px;
    color: #CECECE;
}
.app-item {
    margin-bottom: 20px;
    width: 100%;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
}
.app-item:hover {
    background: #4A4A4A;
}
.app-item img {
    display: inline-block;
    margin-right: 10px;
    width: 44px;
    height: 48px;
}
.company-consult {
    float: right;
    margin-top: 44px;
    width: 67%;
    text-align: left;
}
.consult-item {
    margin-bottom: 42px;
    padding-left: 88px;
    height: 68px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 68px 68px;
}
.consult-tel {
    background-image: url(../../images/common/Footer-TellICON.png);
}
.consult-kf {
    background-image: url(../../images/common/Footer-KfICON.png);
}
.consult-item dt {
    margin: 10px 0 14px;
    font-size: 16px;
    color: #FEFEFE;
}
.consult-item dd {
    font-size: 36px;
}
.consult-kf dd {
    font-size: 24px;
    color: #FEFEFE;
}
.consult-email {
    margin-top: -20px;
    font-size: 16px;
}
.consult-email em {
    margin-left: 10px;
    font-style: normal;
    color: #5FCC1E;
}
/* bottom */
.footer-bottom {
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    color: #767676;
    text-align: center;
    background: #1C1C1C;
}