@CHARSET "UTF-8";

.hide {
	display: none;
}

.layui-select {
	padding: 10px;
}

.layui-form-item {
	margin-bottom: 0;
}

.layui-textarea {
	min-height: 287px;
}

.layui-select {
	-webkit-appearance: menulist;
}

.text-content {
	position: relative;
}

.fa-search-plus {
	position: absolute;
	z-index: 99;
	font-size: 18px;
	left: -3px;
	top: -3px;
	cursor: pointer;
	display: none;
}

.info-textarea {
	width: 89%;
	height: 287px;
	padding-left: 5px;
}

/** 多图样式 */
.info-input input {
	width: 89%;
	padding-left: 5px
}

.info-input label {
	padding-top: 5px;
	color: #a94442
}

.img_list {
	width: 270px;
	height: 244px;
	position: relative;
	float: left;
	border: 1px solid #e2e2e2;
	padding: 1px
}

.img_list ul {
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #e2e2e2
}

.img_list .big_img {
	height: 202px
}

.img_list li {
	width: 50px;
	height: 40px;
	float: left;
	list-style: none;
	margin: 2.5px
}

.img_list li:first-child {
	margin-left: 0
}

.img_list li:nth-child(4) {
	margin-right: 0
}

.img_list img {
	width: 100%;
	height: 100%
}

.img_list li:hover>.delete {
	display: block
}

.img_list .active {
	border: 1px dashed red
}

.img_list li {
	position: relative
}

.img_list .delete {
    display: none;
    position: absolute;
    color: red;
    right: -5px;
    top: -4px;
    font-size: 18px;
    border-radius: 100%;
    background: #fff;
}

.upload-img-button {
	float: left;
	margin-top: 80px;
}

.upload-img-button p {
	color: #a94442;
	padding-left: 15px;
}

/** 相册样式 */
.photos {
	width: 24.6%;
	border: 1px solid #e2e2e2;
	padding: 5px;
	margin: 2px;
	float: left;
	position: relative;
}

.photos .title {
	height: 187px;
}

.photos .title i {
	position: absolute;
	right: 7px;
	top: 167px;
	font-size: 25px;
	z-index: 99;
	cursor: pointer;
}

.photos .content {
	position: absolute;
	bottom: 2px;
	width: 96%;
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 2px;
	border-radius: 7px;
}

.photos img {
	width: 100%;
	height: 100%;
}

.photos .content .head {
	min-height: 26px;
	line-height: 29px;
	opacity: 0.5;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	padding: 0 20px 0 5px;
}

.photos input[type=checkbox] {
	position: absolute;
	top: 1px;
	left: 1px;
}

.photos .content .body {
	display: none;
}

.photos textarea, .photos input[type=text] {
	margin: 2px 0;
}

.photos textarea {
	min-height: 54px;
	max-height: 114px;
}

.photos:nth-child(4n) {
	margin-right: 0
}

/** 编辑器样式处理 */
.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
	width: 50px !important;
}

.edui-default .edui-colorpicker-nocolor {
	height: 20px !important;
}

.tj{
	width: 23px;
    height: 23px;
    display: inline-block;
	cursor: pointer;
}

.tj.success{
	background: url(../img/success.png) no-repeat;
}

.tj.error{
	background: url(../img/error.png) no-repeat;
}
L
.go_back .fa-reply-all{
	font-size:1.2em
}
.de_edti{top: 50px!important;}