@charset:'utf-8';
html{
	font-size:0.6rem;
}
*{
	padding: 0;
	margin:0;
	box-sizing: border-box;
}
img{
	border:0;
}
li{list-style: none;}
a{
	text-decoration: none;	
}
body{
 width: 100%;
 font-size: 13px;
 font-family: '微软雅黑','micosoft yahei';
 color: #666;
display:block;
max-width:500px;
margin:0 auto;

}
.welcome{
	    background: #E6E6E6;
    color: #969696;
    height: 30px;
    line-height: 30px;
    padding:0 5%;
}
.check{
	background: #fff url(../../images/event_app/checked.png) 0 0 no-repeat;
	background-size: 15px 15px;
}
.uncheck{
	background: #fff url(../../images/event_app/uncheck.png) 0 0 no-repeat;
	background-size: 18px 18px;
}
.btn_green{
	display: block;
	width: 90%;
	margin: 20px auto;
	color:#fff;
	background: #31A76B;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}
.btn_grey{
	display: block;
	width: 90%;
	margin: 20px auto;
	color:#fff;
	background: #ccc;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}
@media screen and (max-width: 320px) {
 .btn_green{	
	height: 40px;
	line-height: 40px;	
}
.btn_grey{
	
	height: 40px;
	line-height: 40px;
	
}
}
