body{
	display:block;
	margin:0 auto;
	max-width:500px;
	overflow-x:hidden;
}
.top_img img{ 
	width: 100%;
	
}
 .li3{
	overflow: hidden;
	color:#31A76B;
}
.li3 li{
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding:3px 10px;
}
.name{
	font-size: 15px;
	padding:10px 0;
	padding-left: 10px;
	font-weight:bold;
	border-top:10px solid RGB(244,245,242);
	
	height: 50px;
	
}
.name p{
	    width: 85%;
    
    float: left;
    margin-top: -5px;
   
}
.name .share{
	width: 15%;
	height: 20px;
	background:  url(../../images/event_app/share.png) 50% 20% no-repeat;
	background-size: 15px 15px;
	float:left;
	margin-top:-5px;
	border-left: 1px solid #ddd;
}
.message{
	margin-top: 20px;
}
.message ul li{	
	line-height: 20px;
}
.message ul li span{
	display: inline-block;
	width:65px;
	box-sizing: border-box;
	padding-left: 5px;
		
}
.message ul.first{
	width:100%;
}
.message ul.first li p{
	padding-left:10px;
	border-left:1px solid #31A76B;
	float: right;
	width:78%;
}
.message1{
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
}
.message1 ul li{
	line-height: 25px;
}
.message1 ul li span{
	width: 80px;
}
.message1 ul li  a{color:#31A76B;}
.text{
	/* font-weight: bold; */
	box-sizing: border-box;
	padding:5px;
	margin-top:10px;
	word-wrap:break-word;
	width:100%;
	overflow-x:hidden;
}
.text img{
	max-width:100%;
}
.btn_green{
	border-radius: 0;
	width: 100%;
	position: fixed;
	bottom:0;
	left: 0;
	margin:0 0 ;
}
.zanwei{height: 50px;}
.ceng{
		position: fixed;
		top:0;
		left:0 ;
		width:100%;
		height: 100%;
		background: rgba(0,0,0,.7);
		display: none;
	}
.ceng img{
	width: 80%;
	display: block;
	margin: 0 0 0 18%;
}
.btn_grey{
	border-radius: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 0;
}
@media only screen and (min-width: 720px){
	.btn_green{
		position:relative;
	}
}