@charset "utf-8";

.redpacket{
	background-color: rgba(0, 0, 0, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090b44', endColorstr='#00001c', GradientType=1);
	padding: 0;
	text-align: center;
	font-family: 'open sans';
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	margin: 0;
	padding-bottom: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url("/redpackage/images/bj.png") no-repeat center center;
	background-size: cover;
	
}

a {
	text-decoration: none;
}

.flakecue {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
}

/* 红包雨 */

.none {
	display: none;
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	25% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg);
	}

	75% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
	}
}

.open-btn {
	position: fixed;
	left: 0%;
	bottom: 10%;
	height: 100px;
	width: 100%;
	background-size: contain;
	-webkit-animation: 2s scale linear infinite alternate;
	animation: 2s scale linear infinite alternate;
	cursor: pointer;
}

.activity-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 18px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}

.activity-box img {
	position: fixed;
	left: 40%;
	top: 410px;
	color: #fff;
	padding: 18px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}

.activity-title {
	font-size: 20px;
}

.activity-box p {
	position: relative;
	margin-left: 15px;
	margin-top: 8px;
}

.activity-box p:before {
	position: absolute;
	left: -15px;
	top: 0px;
	content: "◆";
}

.data-show-box {
	position: fixed;
	left:0;
	right:0;
	margin:auto;
	top: -100%;
	width: 80%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-out;
}

.data-show-container {
	width: 100%;
	height: 140px;
	/*background-color: #e6212a;*/
	position: absolute;
	/*left: 50%;*/
	top: 54%;
	/*margin-left: -100px;*/
	background-size: contain;
	border-radius: 10px;
	text-align: center;
}



.data-line {
	width: 2px;
	background-color: #e6212a;
	margin: 0 auto;
	height: 20%;
}

.holiday {
	position: absolute;
	top: 140px;
	width: 50px;
	height: 200px;
	background: url("/redpackage/images/small.png") no-repeat left top;
	background-size: 100px auto;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	-webkit-animation: 7s rotate linear infinite;
	animation: 7s rotate linear infinite;
}

.data-txt {
	padding: 50px 10px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 5px #311010;
}



.zhongqiu {
	left: 0;
}

.guoqin {
	right: 0;
	background: url(../images/small.png) no-repeat right top;
	background-size: 100px auto;
}

.btn-all {
	margin:0 auto;
	width: 416px;
	height:105px;
	text-align: center;
	background: url("/redpackage/images/input.png");
	background-size: cover;
	margin-top: 33px;
}
.btn-all input{
	margin-top: 12px;
	width: 300px;
	height: 70px;
	border-radius: 35px;
	border:none;
	outline:none;
	letter-spacing:10px;
	font-size: 20px;
}


.data-show-container2 {
	display: none;
	width: 100%;
	height: 140px;
	/*background-color: #e6212a;*/
	position: absolute;
	/*left: 50%;*/
	top: 70%;
	/*margin-left: -100px;*/
	background-size: contain;
	border-radius: 10px;
	text-align: center;
	margin-top:-50px;
}

.btn-all2{
	margin:0 auto;
	width: 416px;
	height:105px;
	text-align: center;
}

.data-txt2 {
	padding: 70px 10px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 5px #311010;
}


.data-show-container .close img,
.data-show-container2 .close img{
	margin:0 auto;
}

.btn-reverse,
.btn-redPack {
	border: 0;
	display: inline-block;
	height: 35px;
	width: 70px;
	text-align: center;
	border-radius: 3px;
	line-height: 35px;
	background-color: #ffbc00;
	box-shadow: 0 0 5px #888;
	color: #f00;
	font-size: 14px;
	outline: none;
}

.btn-redPack {
	margin-left: 25px;
}

.point-box {
	position: fixed;
	z-index: 999;
	left: 10px;
	top: 10px;
	color: #fff;
}

.trans {
	top: 20%;
}

