.time-bar {
    position: absolute;
    z-index: 8000;
    bottom: 35px;
    right: 25px;
    width: 300px;
    height: 45px;
    border: 1px solid #1A1A1A;
}
.time-bar .time-bar-mask {
    position: absolute;
    z-index: 8001;
    top: 0;
    left: 0;
    width: 300px;
    height: 45px;
    opacity: .7;
    background-color: #21262D;
    -webkit-filter: Alpha(opacity=70);
    filter: Alpha(opacity=70);
}
.time-bar .time-list {
    position: absolute;
    z-index: 8002;
    margin: 0;
    padding: 0;
    list-style: none;
}
.time-bar .time-list li {
    float: left;
    width: 60px;
    height: 61px;
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.time-bar .time-list li a {
    display: block;
    height: 62px;
    text-decoration: none;
    color: #8F8F8F;
    background: transparent;
}
.time-bar .time-list li a.active, .time-bar .time-list li a.active:hover, .time-bar .time-list li a.active:active {
    height: 40px;
    color: #FFF;
    border-bottom: 3px solid #005799;
    background-color: #0071C6;
}
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}
.time-bar .time-list li a div {
    text-align: center;
}
.time-bar .time-list .time-list-date {
    font-size: 15px;
    padding-top: 3px;
}
.time-bar .time-list .time-list-day {
    font-size: 9px;
}

