body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  margin: 0 auto;
  max-width: 640px;
  font: 12px "SourceHanSansCN-Regular","微软雅黑", "Arial Narrow", HELVETICA;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #131313;
}
a {
  color: #FFF;
  text-decoration: none
}
em {
  font-style: normal
}
li {
  list-style: none
}

img{width: 100%;height: 100%;display: block; /***去除图片之间间隙**/vertical-align: top; pointer-events: all;-webkit-touch-callout:default;-webkit-user-select: none;-webkit-user-select: none;}

table {
  border-collapse: collapse;
  border-spacing: 0
}
p, h3 {
  word-wrap: break-word;
  color: #232323
}
.clearfix {
  *zoom: 1;
  clear: both;
}
#tel{width:15%;position:fixed;bottom:10%;right:5%;}
#bottom{width:100%;position:fixed;bottom:0;height:3rem;line-height:3rem;max-width: 640px;}
#bottom li{width: 41%;margin: 1%;float: left;background: #af3822;line-height: 3rem;padding-left: 7%;}
#bottom li a{font-size:18px;color:#fff;line-height:3rem;text-align:center;}