/*pages reconstruction*/ 
  html
  {
  font-size: 100px;
  }
  *
  {
  font-size: 0.14rem;
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  }
  body
  {
  border-top: solid 1px #e5e5e5;
  background: url(../../img/WeImages/chanpin_bg.png) no-repeat center;
  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
  {
  padding: 1.7rem 0.24rem 0.24rem;
  }
  .container_list{
  	margin: 0.24rem 0.24rem 1.3rem;
  }
  .guid_2{
  	width: 3.39rem;height: 4.52rem;
  	display: inline-block;
  	background: rgba(255,255,255,0.75);
  	text-align: center;
  	line-height: 4.52rem;
  	color: #282828;
  	font-size: 0.36rem;
  	float: left;
  	margin-right: 0.24rem;
  }
  .guid_1{
  	width: 3.39rem;height: 1.6rem;
  	display: inline-block;
  	background: rgba(255,255,255,0.75);
  	text-align: center;
  	line-height: 1.6rem;
  	color: #282828;
  	font-size: 0.36rem;
  	float: left;
  	margin-bottom: 0.24rem;
  }
  .right_dis{
  	margin-right: 0.24rem;
  }
  /*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;
  }
