@charset "UTF-8";

/*底部*/
.footer {
    width: 100%;
    background: #424648;
}

.footer span {
    font-size:14px;
    line-height:54px;
    color: #fff;
}

.footer span .logo-icon {
    display: inline-block;
    min-width: 64px;
    padding: 0 3px;
    color: #fff;
}

.footer span .logo-icon:hover {
    color: #ff8400;
}

.footer .mid {
    margin: 0 75px;
}
.footer .zxtx-logo{
    display: inline-block;
    width: 19px;
    height: 15px;
    position: relative;
    margin-right: 2px;
    top: 2px;
    left: 0;
    background: url("/static/images/desktop/jane/zxtx.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.footer .zxtx-logo.active{
    display: inline-block;
    width: 19px;
    height: 15px;
    position: relative;
    margin-right: 2px;
    top: 2px;
    left: 0;
    background: url("/static/images/desktop/jane/zxtx-active.png") no-repeat 0 0;
    background-size: 100% 100%;
}
