/**
 *公共样式
 * */

html, head, body, div, a, img, ul, li, span, input {
	border: 0;
	padding: 0;
	margin: 0;
	word-break: break-all;
}
html, head, body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	background: #f6f6f6;
}
.setall{
	width:100%;
	min-height:99%;
	padding-top: 1px;
}
.ub-fh{
	width: 100%;
}
.disSet{display: none}
.activs:active{opacity: 0.5;}
.cursorS:hover{cursor: pointer}
.setClear{clear: both}

.setSL1{max-height:4em;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp:2; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/}

.anchorBL{display:none;}
.ut-s{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.uba{border: 1px solid red;}

/* 滚动条演样式 sta */
*::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

*::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 8px;
	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
	background: #acacac;
}

*::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
	border-radius: 8px;
	background: #e2e2e2;
}

/* 滚动条演样式 end */

.internal-tarining-tags {
	float: left;
	font-size: 12px;
	color: #F59A23;
}