<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 时间选择 */
.datetime_selector {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 10px solid #FFFFFF;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	z-index: 11;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFFF;
	width: 600px;
	height: 278px;
	margin: auto;
	display: none;
}

.datetime_selector .hd {
	position: relative;
	text-align: right;
	padding: 5px 0 10px;
	text-align: right;
	font-size: 15px;
}

.datetime_selector .btn-ok {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
	background: #F22F19;
	border-radius: 4px;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
}

.datetime_selector .btn-ok:hover {
	opacity: .9;
}

.datetime_selector .bd {
	font-weight: normal;
	overflow: hidden;
}

.datetime_selector .bd dl {
	width: 16.7336%;
	float: left;
	padding: 0 1px;
	border-left: 1px solid #fff;
	background: #D6D6D6;;
}

.datetime_selector .bd dl.item01 {
	width: 32.7%;
	border: 0;
}

.datetime_selector .bd dt {
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #D6D6D6;;
	color: #333;
	font-size: 14px;
}

.datetime_selector .bd dd {
	height: 170px;
	overflow-y: auto;
	margin: 6px 0;
	position: relative;
}

.datetime_selector .bd dd::-webkit-scrollbar {
	width: 0px;
}

.datetime_selector .bd dd label {
	cursor: pointer;
	display: block;
	font-size: 14px;
}

.datetime_selector .bd dd input {
	display: none;
}

.datetime_selector .bd dd span {
	display: block;
	float: none;
	padding: 0;
	text-align: center;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	color: #777;
}

.datetime_selector .bd dd span:hover {
	color: #fff;
	background: #D6D6D6;
}

.datetime_selector .bd dd .on span {
	background: #F22F19;
	color: #fff;
}

.datetime_check {
	padding-left: 10px;
	display: none;
}

.datetime_check label,.datetime_radio label {
	color: #777;
	line-height: 1;
	padding: 5px 0;
	cursor: pointer;
	margin-top: 2px;
}

.datetime_check label,.datetime_check span,.datetime_check i,.datetime_radio label,.datetime_radio i,.datetime_radio span {
	display: inline-block;
	_display: inline;
	*zoom: 1;
	vertical-align: top;
}

.datetime_check i,.datetime_radio i {
	width: 12px;
	height: 12px;
	border-radius: 0;
	border: 2px solid #777;
	float: left;
	margin: 2px 4px 0 0;
}

.datetime_check em,.datetime_radio em {
	width: 10px;
	height: 8px;
	background: url(../images/gou.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.datetime_check input,.datetime_radio input {
	display: none;
}

.datetime_check .on,.datetime_radio .on {
	color: #F22F19;
}

.datetime_check .on i,.datetime_radio .on i {
	position: relative;
	border-color: #F22F19;
	background: #F22F19;
}

.datetime_check .on em,.datetime_radio .on em {
	display: block;
}

.datetime_check.on {
	display: block;
}

.datetime_radio {
}

.datetime_radio label {
	margin-left: 10px;
}

.datetime_radio i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.datetime_radio em {
	width: 6px;
	height: 6px;
	background: #F22F19;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.datetime_yl {
	background: #D6D6D6;
	border-radius: 4px;
	padding: 0 10px;
	width: 300px;
	text-align: left;
	line-height: 30px;
	height: 30px;
}

.datetime_yl em {
	color: #999;
	font-style: inherit;
}

.datetime_yl span {
	color: #333333;
}

.datetime_bj,.my_modal_bg {
	position: fixed;
	background: rgba(0, 0, 0, 0.5)!important;
	filter: Alpha(opacity=.5);
	background: #000;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}</pre></body></html>