body{
	max-width:600px;
	display:block;
	padding:0;
	margin:0 auto;
	background:#f5f5f5;
	min-height:1000px;
	padding-bottom:54px;
        
}
body *{
	padding:0;
	margin:0;
	color:#333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
	font-family:'Microsoft Yahei','simsun';
}

input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		-webkit-appearance: none;
		border-radius:0px;
	}
ul, ul li{
	list-style:none;
}
a{
	text-decoration:none;
	word-break:break-all;
	color:#333;
}
a, img{
	border:none;
}
button{
	cursor:pointer;
}
/* 自定义标?? */
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

/* form */
form{
	margin:10px;
}
form>p{
	margin-bottom:10px;
}
form label{
	display:block;
}
form input[type="text"]{
	display:block;
	width:100%;
	height:46px;
	line-height:18px;
	border:#ddd solid 1px;
	padding-left:10px;
	font-size:14px;
}
form input[type="submit"]{
	width:100%;
	background: #01AF63;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
}
/* 导航?? */
.header{
	height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #D7D7D7;
    background-color: #fff;
    padding: 0 10px;
}
.header img{
	margin-top:8px;
}
.header span{
	color:#ccc;
}
.header img, .header span, .header strong{
	float:left;
	margin-right:5px;
}
/* 我也要报名弹?? */
.callme{
	max-width:600px;
	margin:0 auto;
	position:fixed;
	bottom:0;
	width:100%;
	background: #01AF63;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
}
.callme a{
	color:#fff;
	max-width:600px;
	display:block;
	text-align:center;
}
.callme strong{
	color:#fff;
	font-size:18px;
}
/* 活动介绍 */
.wrap {
    padding: 0px 15px 15px 15px;
    border: #ddd solid 1px;
    border-radius: 6px;
    margin: 10px;
    
}
.wrap img{
    max-width: 100%;
}
.info-title {
    line-height: 50px;
    color: #333;
    font-size: 20px;
    text-align: center;
    border-bottom: #ddd solid 1px;
}
.s-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 5px;
}
.s-con {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.s-title span {
    color: #01AF63;
}
/* 报名总数 */
.total{
	text-align:center;
	margin-top:9px;
}
.total span{
	color:#FF794C;
}
/* 分享按钮 */
#share_btn{
	margin:10px;
	display:block;
}
#share_btn a{
	background:#ddd;
	width:100%;
	display:block;
	line-height:44px;
	text-align:center;
	font-size:16px;
}
.btn{cursor:pointer;}
table>tbody>tr>td{ height:40px;}
table>tbody>tr>td:first-child{ text-align:center;}
.category_ul{margin-bottom:10px;}
.category_ul>li{float:left; width:33%; display:block; padding:3px;}
.category_ul>li>span.category_span{background:#fff; font-size:12px; border:#ccc solid 1px; display:block; width:100%; line-height:30px; text-align:center; cursor:pointer;}
.category_ul>li>span.category_end{background:#f1f1f1; font-size:12px; border:#ccc solid 1px; display:block; width:100%; line-height:30px; text-align:center;}
.category_ul>li>span.on{background:#01AF63; border:#01AF63 solid 1px; color:#fff; display:block; width:100%; line-height:30px; text-align:center;}
