*{	margin:0;	padding:0;}
body,input,textarea{
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}
input{outline:none;}
a{text-decoration: none;}
a:hover{
	text-decoration: none;
}
.buju{
	width:100%;
}
.fl{ 
	float:left;
}
.fr{  
	float:right;
}
.clearfix::after{  
	content:"";   
	display:block;  
	clear:both;
}
.clear{	
	clear:both;
	}
.over{  
	overflow:hidden;  
	white-space:nowrap;  
	text-overflow:ellipsis;
}
.over2{  
	overflow:hidden;   
	text-overflow:ellipsis;  
	display:-webkit-box;   
	-webkit-box-orient:vertical;  
	-webkit-line-clamp:2; 
}
.el-icon_arrow{
	height:4px;
	margin-top:12px;
}
.btn-prev>img,.btn-next>img{
	width:12px;
	margin-top:8px;
}
.el-icon_select{
	height:4px;
	/*margin-top:12px;*/
}
.input-group,.input-group input[type="text"]{
	width:128px;
	height:20px;
}
.input-group input[type="text"]{
	outline:none!important;
	border:none;
	text-align:left;
	width:118px;
	background:none;
}