.bottom_layer {
    width: 100%;
    min-width: 500px;
    bottom: 0;
    left: 0;
    height: 60px;
    color: #999;
    zoom: 1;
    margin: 0;
    margin-top: 20px;
    background-color: white;
    text-align: center;
    line-height: 22px;
    position: fixed;
    
}

.bottom_layer .lh {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
}

.bottom_layer .s-bottom-layer-left .lh:first-child {
/*     margin-left: 30px */
}

.bottom_layer .s-bottom-layer-right>.lh:last-child {
/*     margin-right: 30px */
}

.bottom_layer a {
    font-size: 14px;
    text-decoration: none;
    color: #999
}

.bottom_layer a:hover {
    color: #333
}

.bottom_layer .s-bottom-layer-left {
/*     float: left */
    padding-top: 10px;
}

.bottom_layer .s-bottom-layer-right {
/*     float: right; */
    color: #bbb
}

.bottom_layer .s-bottom-layer-right a {
    color: #bbb
}

.bottom_layer .s-bottom-layer-right a:first-child {
    color: #999
}

.bottom_layer .s-bottom-layer-right a:hover {
    color: #333
}
