
.time_special {
	overflow: hidden;
	display: inline-block;
	margin: 40px 0;
}
.time_special .box-time-date {
	display: inline-flex; height: 120px; width:110px; background: #fff; border-radius: 12px; padding: 7px 25px; align-items: center; justify-content: center; text-align: center; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.73));
}
.time_special .box-time-date .number {
	font-size: 62px; font-weight: 700; color: #68b750;line-height:62px;
}
.time_special .box-time-date .name {
	font-size: 18px; font-weight: 500; color: #68b750;line-height:18px;
}
.time_special .separator{
	display: inline-flex; height: 120px; padding: 0 15px;font-size: 62px; font-weight: 700; color: #fff; text-shadow: 1px 1px 2px #000;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
} 
