* {
  margin: 0;
  padding: 0;
  outline: none;
} 
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
html ,body {
  width: 100%;
  font-family:"微软雅黑",Hiragino Sans GB, Arial, Helvetica,  sans-serif;
  font-size: 14px;
  -webkit-touch-callout: inherit ;
  -webkit-user-select: auto ;
  background-color: #fff;
  color: #282828;
    min-width: 1320px;

}
body{
  min-width: 1320px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
}
dt,dd {
  display: inline-block;
}
textarea,input {
  resize: none;
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
ul,ol,li {
  list-style: none;
}
em {
  font-style: normal;
}
i{
  font-style:normal;
}
