@charset "UTF-8";
html, body, div, p, pre, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, select, th, td , figure {
  padding: 0;
  margin: 0;
}
body {
   font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
   background-color: #F2F2F2;
  /* font-weight: 200;*/  
}
/*变灰*/
/*html{
  webkit-filter: grayscale(100%)!important;
  -moz-filter: grayscale(100%)!important;
  -ms-filter: grayscale(100%)!important;
  -o-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important;
  filter: gray!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)!important;
}*/
textarea,div,button,img,span,li,select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
select {
  outline-style: none;
}
textarea { 
resize:none 
} 
input, textarea, button,select {
  font: inherit;
  outline: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  display: block;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textIndent {
  text-indent: 2em;
}
.clearfix:after{
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix{
  zoom: 1;
}

.clear{
  clear: both;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}

.wrapper {
  padding: 0 .4rem;
}

body {
  font-size: .28rem;
  line-height: 1.6;
}
button {
  border: none;
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; //文本不换行，这样超出一行的部分被截取，显示...
}

/*字体*/

@font-face {
  font-family: 's-r';
  src: url('../font/SourceHanSansCN-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-n';
  src: url('../font/SourceHanSansCN-Normal.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 's-b';
  src: url('../font/SourceHanSansCN-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
