﻿.timepicker {
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #d5d5d5;
display: none;
height: 123px;
left: 20px;
position: absolute;
top: 300px;
width: 240px;
z-index: 10001;
}

.timepicker .tit {
height: 20px;
width: 100%;
}

.timepicker .tit em {
color: #ff8f00;
float: left;
}

.timepicker .hour_part, .timepicker .minute_part {
border-bottom: 1px solid #e5e5e5;
color: #0d68c1;
float: left;
font-size: 12px;
margin: 0 5px;
padding-bottom: 3px;
text-align: center;
}

.timepicker .hour_part {
width: 170px;
}

.timepicker .minute_part {
width: 50px;
}

.timepicker .no_border {
border: 0 none;
color: #000;
}

.timepicker .meridian {
float: left;
height: 100px;
width: 20px;
}

.timepicker .meridian span {
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
    width: 20px;
}

.timepicker .numbers {
float: left;
}

.timepicker .numbers li {
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 28px;
    text-align: center;
    width: 25px;
}

.timepicker .numbers .hover {
    background: none repeat scroll 0 0 #ff8f00;
    color: #fff;
}

.timepicker .numbers .on {
    background: none repeat scroll 0 0 #ff8f00;
    color: #fff;
}

.timepicker .hour_part .numbers {
width: 150px;
}

.timepicker .minute_part .numbers {
width: 50px;
}

.timepicker_arrow {
-moz-user-select: none;
border-left: 1px solid #eaeaea;
cursor: pointer;
font-family: tahoma,arial,sans-serif;
height: 20px;
position: absolute;
width: 20px;
z-index: 10000;
}

.timepicker_arrow .icon {
background: url("//w.zuzuche.com/images/web-icon.png") no-repeat scroll 0 -426px rgba(0, 0, 0, 0);
height: 4px;
margin-left: 6px;
margin-top: 7px;
overflow: hidden;
width: 8px;
}

.timepicker_arrow .hover {
background-position: 0 -464px;
}

li {
list-style: none outside none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}