#app {
	text-align: center;
	color: #666;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 51vw;
	width: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	color: #666;


}

img {
	border: 0px;
}

ul,
li {
	list-style-type: none;
}

.lottery-box {
	overflow: hidden;
}

.lottery-box .title {
	text-align: center;
	padding: 50px 0;
	font-size: 18px;
	color: #fff;
}

.lottery {
	animation: changeBg .5s ease infinite;
	overflow: hidden;
	padding: 20px;
	/*width:100%;*/
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 7vw 5vw 1vw 5vw;
}

@keyframes changeBg {
	0% {
		background-image: url("../images/boxbg.png");
	}

	100% {
		background-image: url("../images/boxbg.png");
	}
}

.lottery .lottery-item {
	height: 90vw;
	position: relative;
	margin-top: 1vw;
	margin-left: 1vw;
}

.lottery .lottery-item ul li {
	width: 33.33333333%;
	position: absolute;
	padding-right: 1vw;
}

.lottery .lottery-item ul li:nth-child(2) {
	left: 33.33333333%;
}

.lottery .lottery-item ul li:nth-child(3) {
	left: 66.66666666%;
}

.lottery .lottery-item ul li:nth-child(4) {
	left: 66.66666666%;
	top: 29vw;
}

.lottery .lottery-item ul li:nth-child(5) {
	left: 66.66666666%;
	top: 58vw;
}

.lottery .lottery-item ul li:nth-child(6) {
	left: 33.33333333%;
	top: 58vw;
}

.lottery .lottery-item ul li:nth-child(7) {
	left: 0;
	top: 58vw;
}

.lottery .lottery-item ul li:nth-child(8) {
	left: 0;
	top: 29vw;
}

.lottery .lottery-item ul li .box {
	height: 25vw;
	position: relative;
	text-align: center;
	/*overflow: hidden;*/
	/*background: url("images/pointer.png") no-repeat center;*/
	background-size: 100% 100%;
}

.lottery .lottery-item ul li .box img {
	display: block;
	height: 25vw;
	margin: 0 auto;
	margin-top: 1vw;
	margin-bottom: 0.5vw;
}

.lottery .lottery-item ul li .box p {
	color: #708ABF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.lottery .lottery-item ul li.on .box {
	/*background: url("images/5yfee2.png") no-repeat center;*/
	background-size: 100% 100%;
}

.lottery .lottery-item ul li.on .box p {
	color: #fff;
}

.lottery .lottery-item .lottery-start {
	position: absolute;
	left: 33.33333333%;
	width: 33.33333333%;
	top: 30vw;
	padding-right: 3vw;
	padding-left: 2vw;
}

.lottery .lottery-item .lottery-start .box {
	height: 25vw;
	color: #fff;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	background: url("../images/draw.png") no-repeat center;
	background-size: 100% 100%;
}

.lottery .lottery-item .lottery-start .box p b {
	font-size: 40px;
	margin-top: 16px;
	margin-bottom: 10.5vw;
	line-height: 30px;
	display: block;
}

.lottery .lottery-item .lottery-start .box:active {
	opacity: 0.7;
}

.lottery .lottery-item .lottery-start .box.gray {
	background: url("../images/draw.png") no-repeat center;
	background-size: 100% 100%;
}

.lottery .lottery-item .lottery-start .box.gray p {
	color: #708ABF;
	font-weight: bold;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	overflow: hidden;
	z-index: 222;
	top: 0;
	left: 0;
}

.lottery-alert {
	max-width: 100%;
	text-align: center;
	z-index: 10000;
	background: #fff;
	padding: 1vw 4vw 0vw 4vw;
	position: fixed;
	left: 11vw;
	right: 11vw;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	border: 2vw solid #ffe69d;
	border-radius: 4vw;
}


.lottery-tip .btnsave {
	width: 64vw;
	height: 10vw;
	background-color: #ffd53d;
	-moz-border-radius: 5vw;
	border-radius: 5vw;
	line-height: 10vw;
	color: #fff;
	margin-bottom: 10vw;
	margin-left: 3vw;
	font-size: 5vw;
}


.lottery-alerth1 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	position: relative;
}

.lottery-alert img {
	display: block;
	height: 120px;
	margin: 0 auto;
}


.lottery-alert p {
	color: #666;
	font-size: 16px;
	padding-top: 0.5vw;
}

.lottery-alert .btnsave {
	width: 64vw;
	height: 10vw;
	background-color: #ffd53d;
	border-radius: 5vw;
	line-height: 10vw;
	color: #fff;
}

.regret {
	position: relative;
	top: 5vw;
}

.myprize {
	background-image: linear-gradient(0deg, #ffdd62 0%, #ffe68c 100%);
	border-radius: 5vw;
	padding: 2vw 17vw;
	color: #e72427;
	font-size: 5vw;
}

.gomyimg {
	position: relative;
	top: 1vw;
	width: 3vw;
	height: 5vw;
}

.desc-div {
	background-color: #fff;
	border-radius: 2vw;
	padding: 3vw;
}

.winnerlist {
	margin: 5vw 5vw 0 5vw;
	text-align: center;
	height: 51vw;
	overflow: hidden;
}

.seamless-warp {
	width: 100%;
	height: calc(100% - 16px);
	overflow: hidden;

}

.nnk-home-desc-box {
	padding: 5vw;
	-moz-border-radius: 3vw;
	background-color: #fefcfa;
	border-radius: 3vw;
	color: #666;
	font-size: 3vw;
	line-height: 6vw;
}


.errodiv {
	position: fixed;
	top: 56%;
	opacity: 0.6;
	background: #000;
	color: #fff;
	width: 90%;
	height: 11vw;
	line-height: 10vw;
	border-radius: 2vw;
}


.tios {
	margin-bottom: 6vw;
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 5vw;
}

.tios img {
	height: 12vw;
}

.tias {
	margin-bottom: 7vw;
}

.tias img {
	max-width: 100%;
	height: 35vw;
}


.chaxun_tc {
	position: fixed;
	z-index: 10;
	background: #000000b3;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
}

.chaxun {
	background: url(../images/cha01.png) no-repeat center top;
	background-size: cover;
	width: 360px;
	left: 50%;
	position: absolute;
	top: 50%;
	height: 360px;
	margin-left: -180px;
	margin-top: -180px;
	padding: 15px;
	padding-top: 40px;
	text-align: center;
}

.chaxun input {
	width: 85%;
	background: #ffffff;
	border: 1px #ffffff solid;
	height: 50px;
	border-radius: 23px; 
	margin: 0 auto;
	padding-left: 20px;
	font-size: 5vw;
}

.chaxun p {
	text-align: center;
	width: 100%;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
}

.chaxun img {
	width: 70%;
}

.chaxun h2 {
	color: #fff;
	font-size: 8vw;
	margin-top: 5vw;
	line-height: 2;
}

.closesdd {
	position: absolute;
	width: 70px;
	height: 70px;
	font-weight: 100; 
	top: 30px;
	right: 0;
}

.lottery .lottery-item .lottery-start .box1 {
	height: 25vw;
	color: #fff;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	background: url("../images/draw.png") no-repeat center;
	background-size: 100% 100%;
}

.renshu span {
	float: left;
	line-height: 50px;
	font-size: 5vw;
	color: #ff0000;
	width: 100%;
	text-align: center;
	-webkit-text-stroke: 1px white;
	text-transform: uppercase;
	font-weight: bolder;
	margin-top: 5vw;
}




