/* 时间选择 */

.datetime_selector {
	position: absolute;
	left: 50%;
    top: 12%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	border: 1px solid #d4d4d4;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
	padding: 10px;
	z-index: 11;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	width: 300px;
	/*height: 312px;*/
	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 {
	width: 100%;
	height: 36px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #db3c3c;
	border-radius: 4px;
	line-height: 36px;
	font-size: 16px;
	margin: auto;
	margin-top: 8px;
}

.datetime_selector .btn-ok:hover {
	opacity: .9;
}

.datetime_selector .bd {
	font-weight: normal;
	overflow: hidden;
}

.datetime_selector .bd dl {
	width: 50%;
	float: left;
	padding: 0 1px;
	/*border-left: 1px solid #d4d4d4;
	background: #eee;*/
}

.datetime_selector .bd dl.item01 {
	width: 30.7%;
	border: 0;
}

.datetime_selector .bd dt {
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #db3c3c;
	color: #fff;
	font-size: 16px;
}

.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: 2px;
	color: #777;
	font-size: 16px;
}

.datetime_selector .bd dd span:hover {
	color: #fff;
	background: #db3c3c;
}

.datetime_selector .bd dd .on span {
	background: #777;
	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: -1px 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: #00b477;
}

.datetime_check .on i,
.datetime_radio .on i {
	position: relative;
	border-color: #00b477;
	background: #232628;
}

.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: #00b477;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.datetime_yl {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	width: 280px;
	text-align: center;
	/*line-height: 36px;*/
	height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.datetime_yl em {
	color: #333;
	/*font-style: inherit;*/
	font-size: 18px;
	font-weight: bold;
}

.datetime_yl span {
	color: #333;
}

.datetime_bj,
.my_modal_bg {
	position: fixed;
	background: rgba(0, 0, 0, 0.2)!important;
	filter: Alpha(opacity=.2);
	background: #000;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}