@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.bodybj .logo {
	width: 200px;
	height: auto;
	margin: 20px 30px;
	/* box-shadow: 5px 5px 5px 10px rgba(0, 0, 0, 0.1); */
}

.time {
	position: absolute;
	width: 300px;
	height: 300px;
	text-align: right;
	right: 40px;
	top: 20px;

}

.time span {
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	/* text-shadow:3px 3px 3px  rgba(0, 0, 0, 0.35); */
}

.time p {
	font-size: 30px;
	color: #fff;
	/* text-shadow:3px 3px 3px  rgba(0, 0, 0, 0.35); */
}

.bodybj {
	width: 100%;
	height: 100vh;
	min-height: 1080px;
	background: url(../img/bj2.jpg) no-repeat center;
	background-size: 100% 100%;
}

.wrap {
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 1500px;
	height: auto;
	/* background-color: #fff; */
}

.wrap a {
	text-decoration: none;
	color: #fff;
}

.wrapH1 {
	width: 1500px;
	margin-top: 222px;
	margin-bottom: 115px;
	text-align: center;
	font: 400 9em "Lato";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 15px;
	color: #fff;
	overflow: hidden;
}

.wrap h1 strong {
	font-weight: 400;
	color: #FFD1D1;
	font-weight: bold;
}

h2 {
	margin-bottom: 80px;
	text-align: center;
	font: 300 0.7em "Lato";
	text-transform: uppercase;
}

h2 strong {
	font-weight: 400;
}

.countdown {
	width: 1095px;
	/* background-color: #de4848; */
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	position: relative;
}

.countdown .bloc-time {
	float: left;
	margin-right: 70px;
	text-align: center;
}

.countdown .bloc-time:last-child {
	margin-right: 0;
}

.countdown .count-title {
	clear: both;
	display: block;
	/* margin-top: 222px; */
	font-weight: 400;
	color: #FFD1D1;
	font: normal 3em "Lato";
	color: #fff;
	font-weight: bold;
	line-height:422px;
	text-transform: uppercase;
}

.countdown .figure {
	position: relative;
	float: left;
	height: 600px;
	width: 530px;
	margin-right: 35px;
	background-color: #fff;
	border-radius:4px;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	
}

.countdown .figure:last-child {
	margin-right: 0;
}

.countdown .figure>span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font: normal 35em/600px "Lato";
	font-weight: 700;
	color: #7928F5;
}

.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown .figure .top {
	z-index: 3;
	background-color: #f7f7f7;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transform: perspective(200px);
	-ms-transform: perspective(200px);
	-webkit-transform: perspective(200px);
	transform: perspective(200px);
}

.countdown .figure .bottom {
	z-index: 1;
}

.countdown .figure .bottom:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.02);
}

.countdown .figure .bottom-back {
	z-index: 2;
	top: 0;
	height: 50%;
	overflow: hidden;
	background-color: #f7f7f7;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.countdown .figure .bottom-back span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.countdown .figure .top,
.countdown .figure .top-back {
	height: 50%;
	overflow: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.countdown .figure .top-back {
	z-index: 4;
	bottom: 0;
	background-color: #fff;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-moz-transform: perspective(200px) rotateX(180deg);
	-ms-transform: perspective(200px) rotateX(180deg);
	-webkit-transform: perspective(200px) rotateX(180deg);
	transform: perspective(200px) rotateX(180deg);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.countdown .figure .top-back span {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: auto;
}






.gengduo{
	position: absolute;
	left: -322px;
	top: 656px;
	font-size: 15em;
	font-weight: bold;
	z-index: 99;
	color: #FFD1D1;
}

.tian{
	position: absolute;
	left: 1366px;
	top: 656px;
	font-size: 16em;
	font-weight: bold;
	z-index: 99;
	color: #ffffff;
}