
.clearfix { clear: both; zoom:1;}
.clearfix:after { display: block; clear: both; content: "\0020"; visibility: hidden; height: 0; }
.mycontainer{
	width:960px;
	margin:40px auto;
}
.dateTimeWrap{
    display: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    background: #494a4a;
    padding:10px;
    position: fixed;
    left:0;
    top:0;
    z-index:999;
    font-size:12px;
    color:#e2e2e2;
    width:240px;
    border:1px solid #ddd;
}
.dateTimeWrap .datePart li.curDay{
    color:#1ea0fa;
}
.dateTimeWrap #dayDat li:hover{
    border:2px double #fff;
    background: #1ea0fa;
    color:#fff;
}
.dateTimeWrap #dateTime{
    *float:left
}
.dateTimeWrap .dateTimeHead{
    *overflow:hidden;
    padding:8px 0px 4px;
}
.dateTimeWrap .datePart li{
    border:2px double transparent;
    float: left;
    cursor: default;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px
}
.dateTimeWrap .datePart ul{
    overflow: hidden;
}
.dateTimeWrap .changeMonth{
    float: right
}
.dateTimeWrap .changeMonth #pre,.changeMonth #next{
    display: inline-block;
    width:20px;
    height:20px;
    cursor: default;
    color:#333;
    background: #fff;
    text-align: center;
    line-height:20px;
}
.dateTimeWrap .changeMonth #next{
    margin-left: 10px;
}
.dateTimeWrap .dateTimeFoot span,.timeFooter span{
    cursor: pointer;
    display: inline-block;
    background: #fff;
    color: #333;
    height:20px;
    line-height: 20px;
    width:50px;
    text-align: center;
    margin-left: 6px;
    float:right;
}
.dateTimeWrap .timePart{
    text-align:center;
    color:#333;
    line-height: 22px;
}
.dateTimeWrap .timePart p,.timePart ul{
    background: #fff;
}
.dateTimeWrap .timePart>ul>li{
    float: left;
    width:49%;
    background: #fff;
    color:#333;
    border:1px solid #ccc;
    border-right:none;
}
.dateTimeWrap .timePart ul{
    overflow: hidden;
}
.dateTimeWrap .timePart>ul>li p{
    line-height: 30px;
    border-bottom:1px solid #ccc;
    font-size: 12px
}
.dateTimeWrap .timePart ol{
    height:180px;
    overflow-y: hidden;
    *overflow-y: auto;
    overflow-x: hidden;
}
.dateTimeWrap .timePart ol:hover{
    overflow-y:auto;
}
.dateTimeWrap .timePart ol:hover li{
    padding-left:17px;
    *padding-left:0;
}
.dateTimeWrap .timePart ol li{
    line-height: 30px;
    font-size: 12px
}
.dateTimeWrap .timePart ol li.cur{
    background: #1ea0fa;
    color: #fff
}
.dateTimeWrap .dateTimeFoot,.timeFooter{
    overflow:hidden;
    margin-top: 5px;
    height: 25px;
}
.dateTimeWrap .timeFooter span{
    width:65px;
    border:1px solid #ddd;
    height: 23px;
    line-height: 23px;
}
.dateTimeWrap .timeFooter #ensure{
    width:50px;
    background: #0e90d2;color: #fff;font-size: 12px
}
.dateTimeWrap .dateTimeFoot span{border:1px solid #ddd;font-size:12px;}
.dateTimeWrap .dateTimeFoot .selTime,.timeFooter .selTime{
    float:left;
    margin-left:0;
    display:none;
}
.dateTimeWrap .selTime{
    width:65px!important;
}
.dateTimeWrap #yearSelect{
    margin-right: 6px;
    font-size: 12px
}
.dateTimeHead .month{ font-size: 12px}
.dateTimeWrap .darkgrey{
    color:#d0d0d0 !important;
}