.footer{
    padding-top: 45px;
    background:rgba(33,35,48,1);
    color: #ffffff;
}

.footer .list-unstyled li{
    font-size:12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .list-unstyled a{
    color: #919298;
    cursor: pointer;
    text-decoration: none;
}

.footer .contact{
    text-align: left;
}

.footer .contact .kingdee-wx-img{
    background-color: white;
}

.footer .contact-content{
    border-right: 1px solid rgba(239, 239, 239, .1);
}

.footer .contact .content-way{
    font-size:18px;
    color:rgba(255,255,255,1);
    line-height:24px;
    padding: 35px 0px 20px;
}

.footer .contact .img-explain{
    font-size:14px;
    margin-top: 8px;
    text-align: center;
    width: 107px;
    text-wrap: auto;
}

.footer-bottom{
    margin-top: 25px;
    text-align: center;
    border-top: 1px solid rgba(239, 239, 239, .1);
    padding: 15px 0px 5px 0px;
    color: #919298;
}

.footer .fridenly-link a{
    text-decoration: none;
    color: #919298;
    cursor: pointer;
}

@media (min-width: 992px) {

    .footer .contact .way1{
        float: left;text-align: center
    }

    .footer .contact .way2{
        float: left;margin-left: 20px;text-align: center
    }
}