* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    touch-action: pan-y;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html,body{
    font-family: PingFangSC, "Microsoft Yahei",寰蒋闆呴粦,SimHei,榛戜綋, PingFangSC-Regular, Arial;
    font-size: 16px;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  caption,
  th {
    text-align: left;
    font-weight: normal;
  }
  
  html,
  body,
  fieldset,
  img,
  iframe,
  abbr {
    border: 0;
  }
  
  i,
  cite,
  em,
  var,
  address,
  dfn {
    font-style: normal;
  }
  
  [hidefocus],
  summary {
    outline: 0;
  }
  
  li {
    list-style: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small {
    font-size: 100%;
  }
  
  sup,
  sub {
    font-size: 83%;
  }
  
  pre,
  code,
  kbd,
  samp {
    font-family: inherit;
  }
  
  q:before,
  q:after {
    content: none;
  }
  
  textarea {
    overflow: auto;
    resize: none;
  }
  
  label,
  summary {
    cursor: default;
  }
  
  a,
  button {
    cursor: pointer;
  }
  
  del,
  ins,
  u,
  s,
  a,
  a:hover {
    text-decoration: none;
  }
  
  body,
  textarea,
  input,
  button,
  select,
  keygen,
  legend {
    color: #3a3d49;
    outline: 0;
  }
  
  body {
    background: #fff;
  }
  
  a,
  a:hover {
    color: #000;
  }
  
  /* placeholder */
  input::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  input:-ms-input-placeholder {
    color: #999;
  }
  
  input::-webkit-input-placeholder {
    color: #999;
  }
  
  /* 娓呴櫎ie榛樿閫夋嫨妗嗘牱寮� */
  select::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
  }
  
  img {
    display: block;
  }
  
  .textover {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .textover2{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
    /* .textover3{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  } */
  .textovers{
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .clearfix:before,
  .clearfix:after {
    display: block;
    content: " ";
  }
  
  .clearfix:after {
    clear: both;
  }
  .hidden{
    display: none !important;
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  
  
  
  
  
  @media screen and (max-width: 750px) {
  *{touch-action: inherit;}
  }