@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
#main {
	padding: 220px 0 76px;
}

#main .wrap {
	margin: 0 auto;
	width: 1200px;
}

#main .banner .btn {
	margin-bottom: 150px;
	text-align: center;
}

#main .banner .date {
	margin: 0 auto;
	width: 651px;
	height: 83px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 66px;
	text-align: center;
	box-sizing: border-box;
	background: url(../images/bg02.png) no-repeat;
}

#main .banner .date img {
	margin: -2px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#main .banner .date span {
	color: #ffe400;
}

#main .banner33 {
	margin: 0 auto;
	width: 580px;
	height: 76px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 76px;
	text-align: center;
	box-sizing: border-box;
	background: url(../images/bg033.png) no-repeat;
	font-size: 18px;

}

.text33 {
	color: red;
	margin-right: 5px;
}

.newsBox {
	padding: 15px 20px 15px 26px;
	width: 360px;
	height: 173px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 98;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.newsBox li {
	margin-bottom: 9px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsBox li span {
	color: #ffee62;
}

#main .egg {
	margin: 0 auto 52px;
	width: 1046px;
	height: 363px;
	position: relative;
}

#main .egg .hammer {
	position: absolute;
	left: 751px;
	top: -33px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 999;
}

#main .egg .imgBox {
	margin: 0 0 0 0;
}

#main .egg .img {
	margin: 0 -57px 0 0;
	float: left;
	position: relative;
	cursor: pointer;
}

#main .egg .img>span {
	display: block;
	outline: none;
}

#main .egg .img:nth-child(2),
#main .egg .img:nth-child(4) {
	margin-top: 75px;
}

#main .egg .img:nth-child(3) {
	margin: 120px -51px 0 6px;
}

#main .egg .img>span {
	width: 252px;
	height: 243px;
	background: url(../images/egg.png) no-repeat center top;
	background-size: contain;
}

#main .egg .img.curr>span {
	background: url(../images/egg_on.png) no-repeat center top;
	background-size: contain;
	cursor: default;
}

#main .egg .curr sup {
	background: url(../images/fireworks.png) no-repeat center top;
	height: 244px;
	left: 24px;
	position: absolute;
	top: -54px;
	width: 200px;
	z-index: 90;
}

#main .egg .img02.curr sup {
	left: 0;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	opacity: 0.7;
	background: #000;
	z-index: 9999;
}

.popBox {
	margin: -220px 0 0 -203px;
	width: 406px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 10000;
}

.popBox .close {
	margin-top: 14px;
	width: 100%;
	text-align: center;
}

.popBox .img {
	position: relative;
}

.popBox p {
	padding: 0 50px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 200px;
	color: #6d4500;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	box-sizing: border-box;
}

.popBox p span {
	color: #d40000;
}

.searchBox {
	padding: 21px 50px 50px;
	width: 720px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 10000;
	border-radius: 20px;
	box-sizing: border-box;
	background: #991400;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.searchBox .close {
	position: absolute;
	right: 18px;
	top: 18px;
}

.searchBox p {
	margin-bottom: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.searchBox .search {
	margin: 0 auto 32px;
	width: 510px;
	position: relative;
}

.searchBox .search input {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	color: #d93b11;
	font-size: 18px;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	border: none;
	background: #fff;
}

.searchBox .search a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.searchBox .search input::-webkit-input-placeholder {
	color: #d93b11;
}

.searchBox .search input::-moz-placeholder {
	color: #d93b11;
	opacity: 1;
}

.searchBox .search input:-moz-placeholder {
	color: #d93b11;
	opacity: 1;
}

.searchBox table {
	width: 100%;
	border-collapse: collapse;
}

.searchBox th {
	color: #801100;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background: #FFA200;
	border: 1px solid #FFA200;
}

.searchBox td {
	padding: 7px 10px;
	color: #ffd4ce;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	border: 1px solid #9B2817;
	background: #871504;
}

.searchBox td span {
	color: #fff21c;
}

.searchBox tr:nth-child(2n+1) td {
	background: #7F1100;
}

.detailBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 10000;
}

.detailBox .photo {
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.detailBox .photo img {
	margin: 0 auto;
	max-width: 860px;
}

.detailBox .close {
	position: fixed;
	top: 30px;
	right: 15%;
}

.detailBox .close a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/close3.png) no-repeat center top;
	background-size: 60px auto;
}

.detailBox .close a:hover {
	background-position: center -60px;
}


#main .banner .date .jieshu {
	margin-top: 90px;
	color: #fea7a1;
	font-size: 36px;
	font-weight: bold;
	background: url(../img/index/jies.png) no-repeat center center;
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
	}
}

@-moz-keyframes shake {
	0% {
		transform: rotate(2deg) translate3d(0, 0, 0);
	}

	50% {
		transform: rotate(-2deg) translate3d(0, 0, 0);
	}

	100% {
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
}

@-ms-keyframes shake {
	0% {
		transform: rotate(2deg) translate3d(0, 0, 0);
	}

	50% {
		transform: rotate(-2deg) translate3d(0, 0, 0);
	}

	100% {
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
}

.shake {
	animation: shake .2s infinite linear;
	-webkit-animation: shake .2s infinite linear;
}

.flip {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0);
	/* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	backface-visibility: hidden;
	transform: translateX(0);
}

.flip.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 175ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 175ms;
}

.flip.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 225ms;
	animation-name: flipintoright;
	animation-duration: 225ms;
}

.flip.out.popBox02 {
	-webkit-transform: rotateY(90deg) scale(.9);
	-webkit-animation-name: flipouttoright;
	transform: rotateY(90deg) scale(.9);
	animation-name: flipouttoright;
}

.flip.in.popBox02 {
	-webkit-animation-name: flipintoleft;
	animation-name: flipintoleft;
}

@-webkit-keyframes flipouttoleft {
	from {
		-webkit-transform: rotateY(0);
	}

	to {
		-webkit-transform: rotateY(-90deg) scale(.9);
	}
}

@keyframes flipouttoleft {
	from {
		transform: rotateY(0);
	}

	to {
		transform: rotateY(-90deg) scale(.9);
	}
}

@-webkit-keyframes flipouttoright {
	from {
		-webkit-transform: rotateY(0);
	}

	to {
		-webkit-transform: rotateY(90deg) scale(.9);
	}
}

@keyframes flipouttoright {
	from {
		transform: rotateY(0);
	}

	to {
		transform: rotateY(90deg) scale(.9);
	}
}

@-webkit-keyframes flipintoleft {
	from {
		-webkit-transform: rotateY(-90deg) scale(.9);
	}

	to {
		-webkit-transform: rotateY(0);
	}
}

@keyframes flipintoleft {
	from {
		transform: rotateY(-90deg) scale(.9);
	}

	to {
		transform: rotateY(0);
	}
}

@-webkit-keyframes flipintoright {
	from {
		-webkit-transform: rotateY(90deg) scale(.9);
	}

	to {
		-webkit-transform: rotateY(0);
	}
}

@keyframes flipintoright {
	from {
		transform: rotateY(90deg) scale(.9);
	}

	to {
		transform: rotateY(0);
	}
}


.pop {
	margin: -158px 0 0 -300px;
	width: 600px;
	height: 287px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 10px;
}

.pop .close {
	position: absolute;
	right: 19px;
	top: 19px;
}

.pop p {
	margin: 20px 0;
	color: #323232;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.pop .user_name {
	margin: 0 auto;
	width: 480px;
	height: 72px;
	display: block;
	color: #323232;
	font-size: 24px;
	line-height: 72px;
	text-align: center;
	background: #EBEBEB;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	box-sizing: border-box;
}

.pop .user_name::-webkit-input-placeholder {
	color: #323232;
}

.pop .user_name::-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.pop .user_name:-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.pop .tcsub {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 72px;
	line-height: 72px;
	margin: 20px auto 0;
	text-align: center;
	width: 480px;
	border-radius: 10px;
	border: none;
	background: #A37C3C;
}