body {
	font-family: "Droid Sans", Roboto, Arial, sans-serif,;
	font-size: 0.3rem;
	color: #fff;
	padding: 0;
	margin: 0;

}

p{
	margin: 0;
	padding: 0;
	}
	
a{
	color: #ffddac;
	text-decoration: none;
}


.on_left{
	float: left !important;
}
.on_right{
	float: right !important;
}

.on_center{
	margin: 0.2rem auto !important;
}

.t_center{
	text-align: center !important;
}


.bg_orange1{
background: #e67f22;
}

.bg_orange2{
background: #b85400;
}

.bg_orange3{
background: #7d0000;
}

.bg_red{background: #ff0000;}
.bg_blue{background: #00a0e9;}

.bg_blue1{
background: #6b9de2;
}

.bg_blue2{
background: #3274cf;
}

.bg_blue3{
background: #25415d;
}

.bg_purple{background: #b244ed;}
.bg_purple1{
background: #8e3abc
}

.bg_purple2{
background: #572075;
}

.bg_purple3{
background: #37144c;
}


.bg_dark_blue1{
background: #2f597a;
}

.bg_dark_blue2{
background: #2d3e50;
}



.t_left{
	text-align: left !important;
}

	
.t_yellow1{
    color: #ffff00 !important}
	
	
.t_yellow2{
    color: #f6ab36 !important}
	
	
.t_blue{color: #00a0e9;}

.t_purple{color: #b244ed;}

/*外层容器*/
.wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
}








/*头图*/
	
.top_pic{
	height: 4.25rem;
	width: 100%;
	margin: 0;
	padding: 0;
}

.top_pic_orange{
	background: url('../images/bg_100X.jpg') no-repeat center top/ 100% auto; /* 背景图路径，不重复，居中，宽度100%，高度自动 */

}

.top_pic_blue{
	background: url('../images/bg_200X.jpg') no-repeat center top/ 100% auto; /* 背景图路径，不重复，居中，宽度100%，高度自动 */

}


.top_pic_purple{
	background: url('../images/bg_300X.jpg') no-repeat center top/ 100% auto; /* 背景图路径，不重复，居中，宽度100%，高度自动 */

}

.top_pic_dark_blue{
	background: url('../images/bg_register.jpg') no-repeat center top/ 100% auto; /* 背景图路径，不重复，居中，宽度100%，高度自动 */

}
.top_pic h1{
	font-family: Oswald_Bold;
	font-size: 0.3rem;
	white-space: nowrap;
	margin: 2.93rem 0 0 -0.5rem;
	padding: 0.08rem 0.2rem;
	display: inline-block;
	transform: rotate(-1.5deg);
	text-align: center;
	position: absolute;
	z-index: 2;
}

.h1_orange{
	color: #ffefb9;
	background-color: #c12002;
	box-shadow: 0 0.1rem 0 0 #7d0000;
}

.h1_blue{
	color: #bbefff;
	background-color: #3274cf;
	box-shadow: 0 0.1rem 0 0 #25415d;
}

.h1_purple{
	color: #fff;
	background-color: #b244ed;
	box-shadow: 0 0.1rem 0 0 #37144c;
}

.top_pic h2{
	font-family: Oswald_Bold;
	font-size: 0.3rem;
	color: #77d42a;
	white-space: nowrap;
	margin: 2.93rem 0 0 -0.5rem;
	padding: 0.08rem 0.2rem;
	background-color: #000000;
	display: inline-block;
	transform: rotate(-1.5deg);
	box-shadow: 0 0.1rem 0 0 #a40000;
	text-align: center;
	position: absolute;
	z-index: 2;
}

.top_pic h2 i{
   color: #77d42a;
   font-size: 0.36rem;
}


.top_pic h3{
	font-family: Oswald_Bold;
	color: #d50000;
	font-size: 0.5rem;
	line-height: 0.5rem;
	margin: 0;
	padding: 0;
	transform: rotate(-14deg) skew(-13deg);
	display: inline;
	z-index: 5;
	left: 1.8rem;
	top: 1.2rem;
	position: absolute;
}


.top_pic h4{
	font-family: Oswald_Bold;
   color: #fff45c;
   font-size: 0.7rem;
   line-height: 0.7rem;
   	margin: 0;
   padding: 0;
   transform: rotate(-14deg) skew(-13deg);
   display: inline;
   z-index: 10;
   left: 1.35rem;
   top: 2.15rem;
   position: absolute;
}



.wb_header li {
	height: 0.6rem;
	width: 0.6rem;
	border-radius:50%;
	padding: 0;
	margin: 0.15rem 0 0 0.15rem;
	float: left;
	background: #825c2d;
	background: -moz-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: -webkit-gradient(145deg, color-stop(5%, #ceb45f), color-stop(70%, #825c2d));
	background: -webkit-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: -o-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: -ms-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb45f', endColorstr='#825c2d', GradientType=1 );
	display: block;
}

.wb_header li i {
	border: solid #fff;
	border-width: 0 0.07rem 0.07rem 0;
	display: inline-block;
	padding: 0.12rem;
	margin: 0.13rem 0 0 0.2rem;
	float: left;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	left: 0px;
}

.wb_header_btn{
	margin-right: 0.15rem;
	margin-top: 0.15rem;
	text-align: center;
	padding: 0 0.2rem;
	border-radius:0.1rem;
	font-size: 0.24rem;
	line-height: 0.5rem;
	color: #fff;
	display: block;
	float: right;
	background: #825c2d;
	background: -moz-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: -webkit-gradient(145deg, color-stop(5%, #ceb45f), color-stop(70%, #825c2d));
	background: -webkit-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: -o-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: -ms-linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
	background: linear-gradient(145deg, #ceb45f 5%, #825c2d 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb45f', endColorstr='#825c2d', GradientType=1 );}






/*头图end*/

.wb_box{
	width: 94%;
	margin: 0;
	padding: 0 3% 3% 3%;
	height: auto;
	overflow: hidden;}




/*倒计时*/
.countdown{
	width: 100%;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.countdown::before{
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: url('../images/wb_icon01.png') no-repeat center top/ 100% 100%; /* 背景图路径，不重复，居中，宽度100%，高度自动 */
	float: left;
	margin: -0.12rem 0 0 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 4;
}
.con_progress{
	width: 100%;
	border-radius: 0.16rem;
	float: right;
	margin: 0.1rem 0 0 0 ;
	padding: 0;
	overflow: hidden;
}

.con_progress li{
	line-height: 0.5rem;
	padding: 0;
	margin: 0 0 0 0.6rem;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.con_progress li:nth-child(2){
	background-color:#000;
	padding: 0;
	margin:0;
	overflow: hidden;
	float: right;
}

.con_progress p{
	color: #FFF;
	margin: 0;
	padding: 0 0.3rem;
}


/*倒计时end*/

/*GET*/
.get_con{
	width: 100%;
	border-radius: 0.16rem;
	margin: 0.3rem auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.get_con li{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1.2rem;
	display: inline;
}



.get_con li b{
	font-family: Oswald_Bold;
	font-size: 0.3rem;
	display: inline-block;
	margin: 0.15rem 0 0 0.1rem;
}

.get_con li i{
	color: #ffefb9;
	font-size: 0.3rem;
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0;
	border-radius: 0.8rem;
	font-style: normal;
}


.get_con li h1{
	font-family: Oswald_Bold;
	font-size: 0.4rem;
	line-height: 0.4rem;
	margin: 0.25rem 0 0 0.8rem;
	padding: 0;
	position: absolute;


}


.get_con li:nth-child(1){width: 37%; margin: 0 3% 0 0; }

.get_con li:nth-child(1) p{
	display: block;
	float: right;
}


.get_con li:nth-child(2){width: 60%; }
.get_con li:nth-child(2) p{
	display: inline-block;
	margin: 0.65rem 0 0 0.8rem;
	position: absolute;
}
.get_con li:nth-child(2)::after{
	content: "";
	background: url('../images/wb_icon02.png') no-repeat center top/ 100% 100%; /* 背景图路径，不重复，居中，宽度100%，高度自动 */
	width: 1.3rem;
	height: 1.1rem;
	float: right;
	margin: 0.1rem 0 0 30%;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.get_con_orange {
	border-width: 0.62rem;
	border-color: #7d0000;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	float: left;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}


.get_con_blue {
	border-width: 0.62rem;
	border-color: #25415d;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	float: left;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}

.get_con_purple {
	border-width: 0.62rem;
	border-color: #37144c;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	float: left;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}
/*GET end*/



/*Claimed */

.claimed_con{
	width: 100%;
	border-radius: 0.16rem;
	background-color: #324559;
	margin: 0.3rem auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.claimed_con li{
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-align: left;
}


.claimed_con li p{
	display: block;
	text-align: left;
	margin: 0.08rem 0 0 0;
	padding: 0;
}


.claimed_con li h1{
	font-family: Oswald_Bold;
	font-size: 0.3rem;
	margin: 0px;
	padding: 0px;
}


.claimed_con li:nth-child(1){
	width: 40%;
	margin: 0 0 0 5%;
}



.claimed_con li:nth-child(2){background-color: #2d3e50; width: 50%; padding: 0 0 0 5%; height:1rem; color: #ffff00;}



.claimed_con li:nth-child(2)::after{
	content: "";
	background: url('../images/wb_icon02.png') no-repeat center top/ 100% 100%; /* 背景图路径，不重复，居中，宽度100%，高度自动 */
	width: 1.3rem;
	height: 1.1rem;
	float: right;
	margin: -1.03rem 0 0 29%;
	padding: 0;
	position: absolute;
	z-index: 10;
}


/*Claimed end*/



/*表格*/

.table_box, .table_box table{margin: 0 0 0.2rem 0;
	padding: 0;
	width: 100%;
	overflow: hidden;

}

.table_box table th{
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.15rem 0.08rem;
}

.table_box table tr:nth-child(1){background-color: transparent !important;}


.table_box table tr:nth-child(odd){
	background-color: #2d3e50;
}
.table_box table tr:nth-child(even){
	background-color: #324559;
}
.table_box table td{
	color: #fff;
	text-align: center;
	font-weight: normal;
	height: 0.8rem;
	padding: 0 0.08rem;
}

.table_box table td span{
	font-size: 0.24rem;
	line-height: 0.3rem;
	color: #ffefb9;
	font-weight: normal;
	margin: -0.2rem 0 0 -0.4rem ;
	padding: 0 0.2rem 0 0.05rem;
	float: left;
	background: #c12002;
	background: linear-gradient(-65deg, transparent 0.18rem, #c12002 0);
	position: absolute;
	z-index: 10;

}

.table_box table td:nth-child(2){
    font-family: Oswald_Bold;
}
.table_box table td i{
   color: #77d42a;
   font-size: 0.6rem;

}

.table_box table td a{
	color: #FFF;
}

.table_btn{
	width: 80%;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 0.16rem;
	margin: 0 auto;
	color: #FFF;
	background-color: #77d42a;
}

/*表格END*/




.wb_banner{width: 94%;
	margin: 0;
	padding: 0 3%;
	height: auto;
	}

.title_orange{
	width: 0;
	height: 0;
	border-left: 2.05rem solid transparent;
	border-right: 2.05rem solid transparent;
	border-top: 0.6rem solid #e67f22;
	margin: 0 auto 0.3rem auto;
	padding: 0;
	top: -0.02rem;
	position: relative;
}

.title_orange h1 {
	color: #fff;
	font-size: 0.64rem;
	font-weight: 900;
	line-height: 0;
	letter-spacing: 0.03rem;
	white-space: nowrap;
	text-align: center;
	text-shadow: -0.03rem 0.03rem 0 #ff0000, 0.03rem 0.03rem 0 #ffce4b, 0.03rem -0.03rem 0 #ffce4b, -0.03rem -0.03rem 0 #ff0000;
	transform: rotate(-8deg) skew(-15deg);
	margin: -0.3rem 0 0 -1.3rem;
	padding: 0;
}

.title_blue{
	width: 0;
	height: 0;
	border-left: 2.05rem solid transparent;
	border-right: 2.05rem solid transparent;
	border-top: 0.6rem solid #6b9de2;
	margin: 0 auto 0.3rem auto;
	padding: 0;
	top: -0.02rem;
	position: relative;
}

.title_blue h1 {
	color: #fff;
	font-size: 0.64rem;
	font-weight: 900;
	line-height: 0;
	letter-spacing: 0.03rem;
	white-space: nowrap;
	text-align: center;
	text-shadow: -0.03rem 0.03rem 0 #094dac, 0.03rem 0.03rem 0 #a5c4f0, 0.03rem -0.03rem 0 #a5c4f0, -0.03rem -0.03rem 0 #094dac;
	transform: rotate(-8deg) skew(-15deg);
	margin: -0.3rem 0 0 -1.3rem;
	padding: 0;
}




.title_purple{
	width: 0;
	height: 0;
	border-left: 2.05rem solid transparent;
	border-right: 2.05rem solid transparent;
	border-top: 0.6rem solid #8e3abc;
	margin: 0 auto 0.3rem auto;
	padding: 0;
	top: -0.02rem;
	position: relative;
}

.title_purple h1 {
	color: #fff;
	font-size: 0.64rem;
	font-weight: 900;
	line-height: 0;
	letter-spacing: 0.03rem;
	white-space: nowrap;
	text-align: center;
	text-shadow: -0.03rem 0.03rem 0 #37144c, 0.03rem 0.03rem 0 #b244ed, 0.03rem -0.03rem 0 #b244ed, -0.03rem -0.03rem 0 #37144c;
	transform: rotate(-8deg) skew(-15deg);
	margin: -0.3rem 0 0 -1.3rem;
	padding: 0;
}



.title_dark_blue{
	width: 0;
	height: 0;
	border-left: 2.05rem solid transparent;
	border-right: 2.05rem solid transparent;
	border-top: 0.6rem solid #2f597a;
	margin: 0 auto 0.3rem auto;
	padding: 0;
	top: -0.02rem;
	position: relative;
}

.title_dark_blue h1 {
	color: #fff;
	font-size: 0.64rem;
	font-weight: 900;
	line-height: 0;
	letter-spacing: 0.03rem;
	white-space: nowrap;
	text-align: center;
	text-shadow: -0.03rem 0.03rem 0 #2f597a, 0.03rem 0.03rem 0 #8a9b9b, 0.03rem -0.03rem 0 #8a9b9b, -0.03rem -0.03rem 0 #2f597a;
	transform: rotate(-8deg) skew(-15deg);
	margin: -0.3rem 0 0 -1.3rem;
	padding: 0;
}



.wb_banner li{
	width: 100%;
	border-radius: 0.16rem;
	margin: 0.15rem auto;
	padding: 0;
	height: auto;
	overflow: hidden;
	display: inline-block;
}





/*按钮*/

.btn_20,.btn_30,.btn_70,.btn_50,.btn_100{
	line-height: 0.66rem;
	text-align: center;
	border-radius:0.33rem;
	margin: 0.4rem 0;

}
.btn_20{
	width: 20%;
}

.btn_30{
	width: 30%;
}

.btn_50{
	width: 47%;
}

.btn_70{
	width: 67%;
}


.btn_100{
	width: 100%;
}



.btn_yellow{
	color: #fff;
	background: #0dc45a;
    background: linear-gradient(12deg, #f6ab36 40%, #ffce4b 100%)
}



/*按钮END*/


/*矩形按钮*/
.btn_dw_yellow,.btn_dw_grey,.btn_dw_yellow2,.btn_dw_greyblue{
	font-size: 0.24rem;
	line-height: 0.7rem;
	font-weight: normal;
	text-align: center;
	border-radius: 0.08rem;
}
.btn_dw_yellow{
	color: #FFF;
	background-color: #5cb811;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #429200;
	border-top-color: #efe6ca;
	box-shadow: 0px 1px 0px 2px #429200;
	overflow: hidden;
}

.btn_dw_yellow:active {
	border-top-width: 4px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #429200;

}



/*矩形按钮END*/