.site-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
}

.site-footer .copyright {
    border-top: 1px solid #D9D9D9;
    background-color: #B3160A;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.copyright .text {
    color: white;
}

.copyright img {
    vertical-align: inherit;
}

.version {
    color: #B3160A !important;
    float: right
}

/*  安得自定义主题颜色 */
.ande-theme {
    background-color: #007AC3 !important;
}

.ande-theme .version {
    color: #007AC3 !important;
}
