/*pages reconstruction*/ 
  html
  {
  font-size: 100px;
  }
  *
  {
  font-size: 0.14rem;
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  }
  body
  {
  border-top: solid 1px #e5e5e5;
  min-height: 100%;height: 100%;
  max-width: 750px;margin: 0 auto;position: relative;
  }
  img
  {
  border: 0;
  }
  a
  {
  text-decoration: none;
  }
  /*pages reconstruction end*/
 
  /*main content*/
  .container_list{
  	margin: 0.24rem 0 1.3rem 0.24rem;
  	float: left;
  }
  .outer{
  	width: 3.35rem;
  	height: 3.66rem;
  	float: left;
  }
  .img_box{
  	height: 2.8rem;
  	width: 3.35rem;
  	float: left;
  	margin-bottom: 0.3rem;
  	border: solid 1px #a0a0a0;
  	position: relative;
  }
  .img_box img{
  	position: absolute;
  	margin: 0;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
    width:3rem;
  	height:2.5rem;
  }
  .outer p{
  	width: 3.35rem;
  	text-align: center;
  	font-size: 0.24rem;
  	color: #393939;
  	padding-bottom: 0.3rem;
  }
  .outer:nth-child(odd){
  	margin-right: 0.24rem !important;
  }
  /*footer*/
  #footer
  {
  background: #242a36;
  width: 100%;
  height: 0.9rem;
  float: left;
  position: relative;/*当浮动距离不够时用*/
  bottom: 0;/*当浮动距离不够时用*/
  }
  #footer p
  {
  color: #aba9ac;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.24rem;
  }
  .ditail_box{
  	height: 2.8rem;
  	width: 3.35rem;
  	float: left;
  	margin-bottom: 0.26rem;
  	margin-right: 0.26rem;
  	position: relative;
  	border: solid 1px #a0a0a0;
  }
  .ditail_box img{
  	position: absolute;
  	margin: 0;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  }
  h3{
  	font-size: 0.26rem;
  	font-weight: bold;
  	color: #393939;
  	line-height: 1.4;
  	margin-bottom: 0.24rem;
  }
  p{
  	font-size: 0.24rem;
  	line-height: 1.2;
  	margin-bottom: 0.12rem;
  }


