body{
	color:#000;
	background:#3069c3;
	font-size: 14px;
	box-sizing: border-box;
	padding-top:10px;
}
body.with-appnav.with-appbar-top { 
	padding-top:10px;
} 

a{
	color:#000;
}
a:hover, a:focus, button:focus, input:focus{
	color:#1677ff;
    outline:none;
    text-decoration:none;
}
input, button, textarea, select{
    box-shadow:none !important;
    text-shadow:none !important;
    appearance:button;
    -moz-appearance:button; 
    -webkit-appearance:button; 
}
.col-xs-6 {
	width:50%;
	float:left;
}
.col-xs-4 {
	width:33%;
	float:left;
}
.wrap{
	background:#fff;
	padding:40px;
	border-radius:10px;
	max-width:1000px;
	margin:auto;
}
.banner{
	width:100%;
	height:300px;
	background:url(./img/bg-1.jpg) center no-repeat;
	background-size:cover;
}
.banner .text{
	max-width:1000px;
	margin:auto;
	color:#fff;
	padding-top:100px;
}
.banner .text h2{
	margin:0 0 20px;
	font-size:36px;
	font-weight:normal;
}
.banner .text p{
	font-size:18px;
	margin:0;
}
.banner .text p span{
	color:#FCEE21;
	font-size:24px;
}
.title{
	text-align:center;
	padding: 60px 0 40px;
}
.title h2{
	font-size:30px;
	margin:0;
	font-weight:normal;
}
.title h2:before,
.title h2:after{
	display:inline-block;
	content:'';
	width:32px;
	height:18px;
	background:url(./img/title.png);
	vertical-align: middle;
	margin:-3px 10px 0;
}
.title h2:after{
	transform: rotateY(180deg); 
}
.title h3{
	margin:30px 0 0;
	font-size:18px;
	font-weight:normal;
}
.title h4{
	display: inline-block;
	margin:30px 0 0;
	font-size:18px;
	font-weight:normal;
	padding:0 15px;
	background:#fff;
}
.title p{
	margin:16px 0 0;
}
.title p img{
	height:14px;
	margin:-2px 5px 0;
}
.title .line{
	width:100%;
	height:1px;
	background:#ddd;
	margin-top:-12px;
}
.submit{
	text-align:center;
	margin:20px auto 60px;
}
.submit .button{
	display:block;
	width:100%;
	padding:10px;
	background:#348FE4;
	color:#fff;
	border-radius:4px;
	font-size: 15px;
	border:none;
}
.submit .button:hover{
	background:#3069c3;
}
.index .prize-box{
	padding:0;
}
.index .prize{
	text-align:center;
}
.index .prize p{
	font-size:13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index .text p span{
	color:#348FE4;
}
.email header h3{
	font-weight:normal;
	font-size:18px;
	margin:0 0 20px;
}
.email .form-control{
	height:auto;
	padding:10px;
}
.email p{
	color:#f15a24;
	margin:10px 0;
}
.professional .list{
	display:block;
	text-align: center;
	margin-bottom:20px;
	padding:20px;
}
.professional .list h3{
	font-weight:normal;
	margin:20px 0 0;
}
.professional .list .img1{
	background: url(./img/icon-1.png);
}
.professional .list .img2{
	background: url(./img/icon-2.png);
}
.professional .list .img3{
	background: url(./img/icon-3.png);
}
.professional .list .img4{
	background: url(./img/icon-4.png);
}
.professional .list .img5{
	background: url(./img/icon-5.png);
}
.professional .list .img6{
	background: url(./img/icon-6.png);
}
.professional .list .img7{
	background: url(./img/icon-7.png);
}
.professional .list .img8{
	background: url(./img/icon-8.png);
}
.professional .list .img{
	width:104px;
	height:104px;
	margin:auto;
	background-size:100%;
}
.professional .list:hover .img,
.professional .current .img{
	background-position: bottom;
}
.professional .current{
	background:#eaedf2;
	border-radius:10px;
	color:#6b8fff;
}
.luck-wrap{
	width:100%;
	height:100%;
	min-height:100vh;
	background:#E1EFFF;
	margin-top: -10px;
	padding:20px;
}
.luck-draw{
	max-width:480px;
	margin:auto;
}
.luck-title{
	padding:20px;
	margin:0 0 10px;
}
.luck-main{
	position:relative;
}
.luck-main ul{
	margin:0;
	padding:25px;
	list-style:none;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
}
.luck-main ul li{
	width: 33.33333333%;
	float:left;
	padding:5px;
}
.luck-main ul li .prize{
	background:#fff;
	border-radius:4px;
	padding:5px;
}
.luck-main ul li .on{
	border:solid 6px #fc6661;
}
.luck-main ul li .star{
	width:100%;
}
.luck-code{
	overflow:hidden;
	margin:50px 10px 0;
}
.luck-code .left{
	width:65%;
	float:left;
	padding-top:10px;
}
.luck-code .left p a{
	color:#ff534f;
}
.luck-code .right{
	width:35%;
	float:left;
	text-align:right;
}
.luck-code .right img{
	max-width:100px;
}
.lottery-mask{
	background:rgba(0,0,0,.5);
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.lottery-alert{
	width:480px;
	padding:40px;
	background:#fff;
	border-radius:10px;
	text-align:center;
	position: fixed;
	left:50%;
	top:50%;
	z-index:999;
	margin-left:-240px;
	margin-top:-167px;
}
.lottery-alert h3{
	font-weight:normal;
	font-size:18px;
	margin:0 0 10px;
}
.lottery-alert h3 span{
	color:#348FE4;
}
.lottery-alert p{
	margin:0;
}
.lottery-alert img{
	width:140px;
}
.lottery-alert .submit{
	margin:0;
}
.address header h3{
	font-weight:normal;
	font-size:18px;
	margin:0 0 20px;
}
.address .form-control{
	height:auto;
	padding:10px;
	margin-bottom:10px;
}
.complete header h3{
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	margin:20px 0;
}
.complete .content{
	text-align: center;
}
.complete .foot{
	overflow:hidden;
	text-align:center;
}
.complete .foot div{
	width:50%;
	float:left;
	padding:0 10px;
}
@media (max-width:767px) {
	.wrap{
		padding:20px;
	}
	.banner{
		height:120px;
	}
	.banner .text{
		padding:35px 15px 0;
	}
	.banner .text h2{
		font-size:22px;
		margin:0 0 10px;
	}
	.banner .text p{
		font-size:14px;
	}
	.banner .text p span{
		font-size:18px;
	}
	.wrap{
		margin:10px;
	}
	.title{
		padding:30px 0;
	}
	.title h2{
		font-size:22px;
	}
	.submit{
		margin:20px 0;
	}
	.professional .list{
		padding:10px;
		margin-bottom:10px;
	}
	.professional .list h3{
		font-size:13px;
		margin:10px 0 0;
	}
	.professional .list .img{
		width:60px;
		height:60px;
	}
	.lottery-alert{
		width:80%;
		left:10%;
		top:50%;
		margin-left:0;
		margin-top:-167px;
	}
	.complete .content{
		text-align:left;
	}
}
