﻿.time-span {
    background: #fcfcfc;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 30px;
    padding: 0 0px 0 0;
    position: relative;
    text-align: center;
    width: 100px;
}
.time-span.b-l {
    border-left: 1px solid #d1d1d1;
}
.time-span.b-r {
    border-right: 1px solid #d1d1d1;
}
.time-span i {
    display: none;
}
.time-span p {
    display: inline;
	color:#999;
}
.time-span.left {
    background: #fff1f1;
    border-color: #ff5b01;
    color: #f36;
}
.time-span.on {
    background: #f94856;
    border-color: #f94856;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 3px;
    position: relative;
    top: -6px;
}
.time-span.on i {
    display: inline;
    font-style: normal;
}
.time-span.on p {
    display: block;
    font-size: 11px;
}
.time-span .up {
    background:url("../../images/up.html") no-repeat 0 0;
    display: block;
    height: 11px;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 11px;
}
.time-span .tips {
    left: 15px;
    opacity: 0;
	filter:alpha(opacity=0);
    padding: 0 0 9px;
    position: absolute;
    top: -50px;
    z-index: 2;
}
.time-span .tips p {
    background: #fff5e7;
    border: 1px solid #f1cfc1;
    color: #ff1818;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    white-space: nowrap;
    margin:0;
}
.time-span .tips b {
    background:url("../../images/pop_arrowf195.png?v=2.1") no-repeat 0 0;
    bottom: 1px;
    display: block;
    height: 9px;
    left: 19px;
    position: absolute;
    width: 17px;
    z-index: 3;
}
.time-span.on .tips {
    top: -44px;
}
.time-span.on .up {
    background:url("../../images/up_select.html") no-repeat 0 0;
    right: 4px;
    top: 2px;
}
.chi-time2 {
    position: relative;
    z-index: 9;
}
.chi-time2 .t-hover {
    color: #f94856;
}
.chi-time2 .t-hover p{
    color: #f94856;
}
.time-on {
    background-color: #298EEA;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    left: 0;
    line-height: 14px;
    padding: 6px 0px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 100px;
    z-index: 11;
}
.time-on p {
    font-size: 11px;
	color:#ffffff;
	margin-top: 6px;
}
.time-on i {
    font-style: normal;
}
.time-bg-on {
    background-color: #EEF7FF;
    border: 1px solid #c6e5ff;
    height: 30px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0.3px;
    width: 0;
    z-index: 10;
}
.time-bg-on .time-span {
    background-color: inherit;
    color: #298eea;
    top: -1px;
}
.time-bg-on .time-span p{
    color: #298eea;
}
.time-on .up {
    background:url("../../images/up_select.html") no-repeat 0 2px;
    display: block;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 11px;
}
.time-on .tips {
    left: 15px;
    opacity: 0;
    padding: 0 0 9px;
    position: absolute;
    top: -50px;
    z-index: 2;
}
.time-on .tips p {
    background: #fff5e7;
    border: 1px solid #f1cfc1;
    color: #ff1818;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    white-space: nowrap;
    margin:0;
}
.time-on .tips b {
    background:url("../../images/pop_arrow.png") no-repeat 0 0;
    bottom: 1px;
    display: block;
    height: 9px;
    left: 19px;
    position: absolute;
    width: 17px;
    z-index: 3;
}
.time-on .tips {
    top: -44px;
}

.time-bg-on .time-span {
    color: #298eea;
}