﻿/*公共样式*/
body,div,p,ul,li,ol,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,img{
	padding:0;
	margin:0;
	list-style:none;
}
html{
	font-family: "microsoft yahei","heiti","Helvetica";
	font-size:100px;
	background-color:#F8F8F8; 
}
body{
	width: 100%;
	margin: 0 auto;
}
a{
	color: #fff!important;
	text-decoration: none;	
	cursor: pointer;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.clearfloat:after{
	content:".";
	display: block;
	visibility: hidden;
	height:0;
	clear:both;
}
/*本页样式*/
.banner{
	width: 100%;
	height: auto;
	display: block;
}
.title{
	background-color: #fff;
	padding: 0.4rem 0.2rem 0;
	height: 1.4rem;
	color: #626262;
}
.title h1.left{
	width:80%;
	font-size: 0.47rem;
	line-height: 0.7rem;
	color: #000;
}
.title .right{
	/*height: 1rem;*/
	margin-top: 4%;
}
.title .right em{
	display: block;
	width:0.5rem;
	height: 0.3rem;
	margin: 0 auto;
	background: url(../image/view1.png) no-repeat center center;
	background-size: 100% 100%;
} 
.title .right span{
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #626262;
	font-size: 12px;
}
.title>.right{
	width:16%;
	color: #626262;
}	
.prize{
	/*width: 100%;*/
	padding: 0 0.2rem 0.2rem;
	font-size: 12px;
	background-color: #fff;
}
.prize .money{
	color: #FF2726;
}
.prize .money span{
	font-size: 0.6rem;
}
.prize .time{
	color: #626262;
} 
.prize .right{
	width: 25.5%;
	color: #626262;
}
.enrollPeople{
	margin-top: 10px;
	padding: 0.5rem 0;
	overflow: hidden;
	background-color: #fff;
}
.enrollPeople>p{
	font-size: 0.55rem;
	text-align: center;
	font-weight: bold;
	color: #C11006;
}
.enroll_form div{
	width: 85%;
	height: 45px;
	line-height:45px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.enroll_form div:nth-child(2){
	margin-bottom: 15px;
}
.enroll_form div input{
	width: 100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border: none;
	background: transparent;
	outline: none;
	font-size: 0.375rem;
	text-align: center;
}
#enroll_button{
	display: block;
	width: 85%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #C11006;
	text-align: center;
	font-size: 0.45rem;
	border: 1px solid #C11006;
	border-radius: 4px;
	margin: 0 auto;
	text-decoration: none;
}
.tip{
	display: block;
	margin-top: 8px;
	color: #626262;
	text-align: center;
}
.enroll_list,.win_people{
	background-color: #fff;
	margin-top: 10px;
	padding: 0.5rem 0;
}
.win_people{
	display: none;
}
.enroll_list table,.win_people table{
	width: 85%;
	margin:0 auto;

}
.enroll_list table thead tr,.win_people table thead tr{
	background-color: #C11006;
	color: #fff;
}
.enroll_list table tbody tr,.win_people table tbody tr{
	background-color: #F2F2F2;
	color: #626262;
}
.enroll_list table tr,.win_people table tr{
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.enroll_list table tr td,.win_people table tr td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.enroll_list>div{
	text-align: center;
}
.enroll_list>div .viewAll{
	display: inline-block;
	margin-top: 5px;
	color: #C11006;
}
.win_people h1{
	font-size: 0.5rem;
	margin-bottom: 0.2rem;
	text-align: center;
}
.win_people p{
	text-align: center;
	margin-top: 0.2rem;
}
.activityDetail{
	overflow: hidden;
	background-color: #fff;
	margin-top: 10px;
}
.activityDetail p{
	font-size: 0.4rem;
	margin: 0.3rem 0 0.5rem 0.2rem;
}
.detail_content{
	width: 90%;
	margin:0 auto;
	margin-bottom: 30px;
}
.detail_content img{
	width: 100%;
	height: auto;
	display: block;
}