<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.choose_btn,.dates_choose {
	position: relative;
	float: left
}

.dates_box {
	position: absolute;
	width: 240px;
	/*border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);*/
	background: #fff
}

.dates_box_top {
	height: 26px;
	padding: 8px 5px;
	background:#1b9ad5;
}

.dates_choose {
	width: 108px;
	/*border: 1px solid #ccc;*/
	border-bottom:0;
}

.choose_btn {
	width: 20px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	/*background: #eee*/
}

.dates_choose .sign {
	/*display: inline-block;
	height: 0;
	line-height: 0;
	width: 0;
	border: 5px dashed transparent;
	vertical-align: middle;
	cursor: pointer*/
}

.prev_choose {
	/*border-right: 1px solid #ccc*/
}

.next_choose {
	float: right;
	/*border-left: 1px solid #ccc*/
}

.choose_btn .sign {
	margin-top: 7px
}

.prev_choose .sign {
	width:0;
	height:0;
	border-top:5px solid transparent;
    border-bottom:5px solid transparent; 
    border-right:5px solid #fff;
	display:inline-block;
}

.next_choose .sign {
	 width:0; 
    height:0; 
    border-top:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
	display:inline-block;
}

.ipt_wrap {
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	/*background: #fff;*/
	overflow: hidden
}
.dates_mm .ipt_wrap{
	width:60px;
}

.ipt_wrap input {
	vertical-align: -1px;
	height:auto;
	line-height:normal;
	padding: 0;
    font-family: arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
    font-size: 100%;
    outline: 0;
    vertical-align: middle;
    border: 1px solid #FFF;
	margin-top:-2px;
	background:none;
	color:#fff;
}

.ipt_wrap .dlt_status {
	border: none
}

.ipt_wrap .sign {
	width:0;
	height:0;
	border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #fff;
	display:inline-block;
	vertical-align:middle;
}

.ipt_wrap small {
	font-size: 12px;
	margin-right: 5px;
	color:#fff;
}
.dates_yy{
	width:112px;
}

.dates_mm {
	float: right
}

.dates_table {
	margin: 0 auto;
	width: 240px;
	border-collapse: collapse;
	/*border: 1px solid #ccc;
	border-top:0;*/
}
.dates_table thead{
	border-left:1px solid #38b7ea;
	border-right:1px solid #38b7ea;
}
.dates_table tbody{
	border: 1px solid #ccc;
	width:238px;
	border-top:0;
	margin:5px 0;
}
.dates_table thead tr th {
	background: #38b7ea;
	/*border-bottom: 1px solid #ccc;*/
	height: 28px;
	color:#fff;
}

.dates_table tr td {
	height: 30px;
	text-align: center;
}

.dates_mm_list span:hover,.dates_table tr td:hover,.dates_yy_list span:hover {
	background: #1b9ad5;
	cursor: pointer;
	color:#fff;
}

.other_day {
	color: #aaa
}

.disable_day {
	color: #ddd;
	background: #f7f7f7
}

.current_day,.dates_mm_list span.current,.dates_yy_list span.current {
	background: #1b9ad5;
	color:#fff;
}

.dates_btn a,.dates_click,.time_tag {
	background: #eee
}

.dates_bottom {
	padding: 8px 5px;
	height: 26px;
	overflow: hidden;
	border:1px solid #ccc;
	border-top:0;
}

.time_tag {
	padding: 0 4px;
	margin-right: 4px
}

.dates_hms {
	float: left;
	border: 1px solid #ccc;
	width: 100px
}

.dates_hms li {
	float: left;
	height: 24px;
	line-height: 24px;
	vertical-align: middle
}

.dates_hms li input {
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	padding:0;
	font-family:arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;	
    font-size: 100%;
    outline: 0;
	vertical-align:middle;
	border:2px inset;
}

.dates_hms li input.dlt_status {
	width: 18px;
	border: none
}

.dates_btn {
	float: right;
	width: 117px;
	border: 1px solid #ccc;
	border-right: none
}

.dates_btn a {
	float: left;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	border-right: 1px solid #ccc
}

.choose_btn:hover,.dates_btn a:hover {
	background: #38b7ea;
	color:#fff;
}

.dates_mm_list,.dates_yy_list {
	width: 110px;
	height: 175px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 24px;
	background: #fff;
	border: 1px solid #ccc
}

.dates_mm_list span {
	float: left;
	line-height: 24px;
	margin: 5px 0 0 8px;
	text-align: center;
	width: 45px
}

.dates_yy_list span {
	display: block;
	line-height: 24px;
	text-align: center;
	font-size: 14px
}</pre></body></html>