.lmw_footer {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    -moz-box-shadow: 0 -1px 2px #f1eaea;
    -webkit-box-shadow: 0 -1px 2px #f1eaea;
    box-shadow: 0 -1px 2px #f1eaea;
}

.icon_table {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 0;
}

.icon_middle {
    vertical-align: middle;
    display: inline-block;
}

.icon_font {
    font-size: 14px;
}

.selected_icon_font {
    color: #409EFF;
}

.border_right {
    height: 26px;
    width: 1px;
    background-color: #DCDFE6;
    position: absolute;
    right: 0;
    top: 7px;
}