* {
  margin: 0;
  padding: 0;
  outline: none;

}

::-webkit-scrollbar {
	width: 0;
}
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
body {
  width: 100%;
  font-family: Hiragino Sans GB, Arial, Helvetica, "微软雅黑", sans-serif;
  font-size: 14px;
  color: #878787;
  -webkit-touch-callout: inherit ;
  -webkit-user-select: auto ;
  background-color: #fff;
}
a {
/*//  color: #878787;*/
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button,input,select,textarea {
  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;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear:after {
	clear: both;
	content: '';
	display: block;
}

.lyhis{
	display: none;
}


/*.sl{*/
	/*overflow: hidden;*/
/*text-overflow:ellipsis;*/
/*white-space: nowrap;*/
/*}*/
/*.ml2{*/
	/*display: -webkit-box!important;;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 2;*/
/*overflow: hidden;*/
/*}*/
/*.ml3{*/
	/*display: -webkit-box!important;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 3;*/
/*overflow: hidden;*/
/*}*/
/*.ml4{*/
	/*display: -webkit-box!important;;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 4;*/
/*overflow: hidden;*/
/*}*/

