@charset "utf-8";
.layer_popup_container{
	position: absolute;
	background:#fff;
	z-index:2000;
	/* border:1px solid #000; */
}
.layer_popup_content{

}
.layer_popup_close_wrap{
	height: 38px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	/* position: relative; */
	margin-top: -19px;
}
.layer_popup_checkbox{
	vertical-align:top;
	margin: 11px 5px 3px 5px;
}
.layer_popup_text{
	vertical-align:top;
	font-size: 14px;
	line-height: 35px;
	color: #000;
}
.layer_popup_close_image{
	float:right;
	margin-top: 5px;
	margin-right:5px;
	cursor:pointer;
	color: #fff;
	background: #123;
	font-size: 14px;
	padding: 3px 14px;
	border-radius: 3px;
}
.layer_popup_timer{
	background-color:#000;
	height:50px;
	color:#fff;
	text-align:center;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
}
.layer_popup_timer_{
	background-color:#eee;
	height:46px;
	color: #000;
	font-size: 24px;
	font-weight: 900;
	line-height: 26px;
}
.layer_popup_timer_image{
	margin-left:8px;
	margin-top:8px;
	height:25px;
	width:25px;
}
.layer_popup_timer_day{
	font-size:20px;
	font-weight: 900;
	line-height:25px;
	margin-top:8px;
	display:inline-block;
}
.layer_popup_timer_time{
	float:right;
	height:25px;
	margin-top:8px;
	margin-right:8px;
}
.layer_popup_timer_text{
	font-size: 14px;
	vertical-align:bottom;
	color: #373737;
}