/* Footer */
.main_foot {
    position: fixed;
    right: 0;
    bottom: -6px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 0 10px;
    font-size: 10px;
    color: #BEBEBE;
    background: #FFF;
    text-align: center;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main_foot > a {
    color: #83929B;
    text-decoration: none;
}
.main_foot > span:not(.wd_copyright) {
    position: relative;
    top: 3px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 7px;
    background: #83929B;
}
.wd_copyright {
    display: inline-block;
    margin-left: 15px;
}