
/*公共样式*/
* {margin: 0;
  padding: 0;
  border:0 none;
  outline:none;
  -webkit-tap-highlight-color:rgba(255,255,255,0)
}
html {
  min-height: 100%;
}
body {
  width:100%;
  height:100%;
  /* font-family:"microsoft yahei","黑体",Arial, Helvetica, sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
  font-size: 0.26rem;
  color:#888;
  background:#f3f3f3;
}

h1,h2,h3,h4,h5,h6{
  font-weight:300;
}
ul,dl,li{
  list-style: none;
}
a {
  color: #606060;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img{
  display:block;
  border:none 0;
}
.clearfix:after{
  content:"";
  display:block;
  height:0;
  width:100%;
  clear:both;
  visibility: hidden;
}


  


  .loadMore{
    position: relative;
    height: 0.8rem;
  }
  .loadMore .loading{
    position: absolute;
    top: 0.02rem;
    left: 4.9rem;
  }
  .loadMoreHide{
    display: none;
  }
  .hide{
    display: none;
  }
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }