*{
	font-family: 'SourceHanSansSC Normal';
}
button,a{
	cursor: pointer;
}
iframe{
	border: none;
	border: 0;
}
ul li{
	list-style: none;
}
.common-href{
	color: #0890DC;
}
.auto-blue-bg{
	background-color: #0A8EDE;
}
/*系统默认蓝色*/
.auto-blue{
	color: #0A8EDE;
}
/*系统默认灰色*/
.auto-gray{
	color:#333333;
}
/*a标签获得焦点默认变色*/
.common-href:hover,.auto-gray:hover,.auto-blue:hover{
	/* color:#ff6600; */
	color:#0990dd;
}
/*超出隐藏*/
.auto-over{
	overflow: hidden;
}
/*文本超出隐藏并以省略号显示*/
.auto-over-text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.auto-width{
	width:1200px;
	margin: 0 auto;
}
/*去掉layui布局的padding margin*/
.layui-col-space15,.layui-col-space15>*,.layui-col-space5,.layui-col-space5>*{
	padding: 0;
	margin: 0;
}
.hidden {
    display: none;
}
/*不允许选中文本*/
.not-allowded-select{
	-webkit-user-select:none;
   	-moz-user-select:none;
   	-ms-user-select:none;
   	user-select:none;
}
/*删除线*/
.delete-line{
	text-decoration:line-through;
}
/* 不允许点击 */
.not-allowed{
	cursor: not-allowed !important;
}
/* 强制不换行 */
.not-linefeed{
	white-space:nowrap;
}
/* 自动换行 */
.auto-linefeed{
	word-wrap: break-word;
    word-break: normal;
}
/* 强制换行 */
.force-linefeed{
	word-wrap: break-word;
    word-break: normal;
}
