body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
*{-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;-webkit-tap-highlight-color: transparent;-webkit-tap-highlight-color: transparent;}
img{width:100%; display:block;}
a{ text-decoration:none;}
.blank20{clear:both; height:.2rem;}
.clearfix:after {content: " ";clear: both;display: block;height: 0;visibility: hidden; }
.wapper{
	background-color:#bc2927;
	font-size:.24rem;
	width:6.4rem;
	margin:0 auto;
	padding-bottom:.4rem;
}
.content{
	margin:0 .2rem;
	background-color:#fff;
}
.content .list_box{position:relative;}
.content .list_box li{width:49.9%;float: left;box-sizing:border-box;margin-bottom: 5px;}
.content .list_box li>div{margin: 0 15px;position: relative;padding: 8px;background-color:#fff;}
.content .list_box li.mr0{margin-right: 0;}
.content .list_box li img{width:100%;border:1px solid #ccc; margin-bottom:.1rem;}
.content .list_box li p{line-height: 25px;color: #000;height:25px;overflow:hidden; font-size:14px; text-align:center;}
.content .list_box li a.tp-btn{font-size:14px;display: block;width: 100%;height:.46rem;line-height:.46rem ;background-color: #458037;color: #fff;text-align: center;border-radius: 26px; margin:10px 0 5px 0;}
.content .list_box li .name{
	float:left;
	width:37%;
	margin-left:5px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
#msgtip {position: fixed;top: 40%;left: 50%;width: 250px;line-height: 30px;background-color: #000;color: #fff;font-size: 16px;text-align: center;border-radius: 3px;margin-left: -125px;margin-top: -15px;word-break: break-all;}