  /*pages reconstruction*/ 
  html
  {
  font-size: 100px;min-height: 100%;height: 100%;
  }
  *
  {
  font-size: 0.14rem;
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  }
  body
  {
  min-height: 100%;height: 100%;
  border-top: solid 1px #e5e5e5;
  max-width: 750px;margin: 0 auto;position: relative;
  }
  img
  {
  border: 0;
  }
  a
  {
  text-decoration: none;
  }
  /*pages reconstruction end*/
   .container{margin: 0 0.24rem;padding: 0.24rem 0 0;min-height: 100%;}
   .img_box{float: left;display: inline-block;width: 3.35rem;position: relative;height: 1.4rem;border: solid 1px #dcdcdc;margin-bottom: 0.24rem;}
   .right_dis{margin-right: 0.24rem;}
   .img_box img{
  	position: absolute;
  	margin: 0;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  }



  /*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;
  }
  /*response*/