/* mui-table没有边框线 */
.mui-table-no-border:after {
	background-color: #FFFFFF !important;
}

.mui-table-no-border:before {
	background-color: #FFFFFF !important;
}

/* 显示三行，多余字省略 */
.mui-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

/*这个可以抽出做公共样式*/
.mui-ellipsis-n {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 999;
	-webkit-box-orient: vertical
}


/* 荧光标记，未清除图标 */
.label_icon {
	font-size: 20px !important;
	color: gray;
	font-weight: bold;
}


/* 图片小图高度 */
.image_util a{
	height :100px;
}

/* 图片上传 span标签（icon) */
.upload_add_icon {
	font-size: 80px !important;
	margin-top: 30px;
	display: block;
	color: gray;
}

/* 是否隐藏 */
.hidden {
	display: none;
}

/* 图片上传，删除图标 */
.delete-icon {
	font-size: 40px;
	width: 40px;
	height: 40px;
	top: -4%;
	right: -2%;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	font-weight: blod;
	color : red;
}


/* p 标签去掉 bottom */
.p-no-bottom{
	margin-bottom: 0 !important;
}


/* scroll 底部留空 60px */
.scroll-bottom{
	padding-bottom: 60px !important;
}

#edit_button{
	text-align: right;
	padding-right: 30px;
}

/* mui-switch，关闭显示字段   */
.diy-mui-switch:before{
	content:"否" !important;
}
/* mui-switch，打开显示字段   */
.diy-mui-switch.mui-active:before{
	content: "是" !important;
}
/* textarea 提示字体大小 */
textarea{
	font-size: 14px;
}

.icon-blue{
	color : #16c2f2;
}
.icon-blue2{
	color : #007aff;
}
.icon-darkblue{
	color : #5f7faa;
}
.icon-red{
	color : #e36c70;
}
.icon-pink{
	color : #e88aab;
}
.icon-green{
	color : #619e6f;
}
.icon-yellow{
	color : #f2d18c;
}