﻿/* countdown */
.countdown {
	width: 480px;
	height: 138px;
	background: url("../images/countdown/djs-bj.png") no-repeat top left;
	background-size: 100% 100%;
	position: absolute;
	top: 200px;
	right: 80px;
	z-index: 2;
}

.countdown:after {
	content: '';
	display: block;
	width: 176px;
	height: 81px;
	background: url("../images/countdown/djs-text.png") no-repeat top left;
	background-size: 100% 100%;
	position: absolute;
	top: 28px;
	left: 60px;
	z-index: 2;
}

.countdown .item {
	position: absolute;
	top: 10px;
	left: 240px;
	font-size: 26px;
	color: #face91;
	line-height: 100px;
	vertical-align: bottom;
	display: inline-block;
	text-shadow: 0px 12px 7px rgb(0 0 0 / 50%);
}

.countdown .days-text {
	left: 330px;
	font-size: 50px;
	font-weight: bold;
}