/*
 * @Author: Evan-lian
 * @Date: 2018-07-11 09:30:34
 * @LastEditors: Evan-lian
 * @LastEditTime: 2018-12-25 10:11:59
 * @Description: ESSP_WEB 项目公共样式提取
 */
@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
}

/*td, th, caption {*/
/*font-size: 14px;*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {*/
/*!*font-weight: normal;*!*/
/*font-size: 100%;*/
/*}*/

/*address, caption, cite, code, dfn, em, strong, th, var {*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*}*/

a {
	color: #555;
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

/* input,
 textarea,
 select,
 button {
     font: 14px Verdana, Helvetica, Arial, sans-serif;
 } */

table {
	border-collapse: collapse;
}

/* html {
     overflow-y: scroll;
 } */

body,
html {
	background-color: #f5f5f5;
	font-family: "Microsoft YaHei";
}

/* 由于less是预编语言，内部样式不生效，出此下策。
 资讯预览的富文本编辑的图片大小控制，代码勿动,谢谢 */
.inlookContent img {
	display: block;
	max-width: 90%;
}
.inlookContent {
	max-width: 90%;
	word-wrap: break-word;
}

.el-cascader-menu > .el-cascader-menu__item {
	padding: 8px 40px 8px 20px;
}

/*.el-dialog__body {
     padding: 0 0 20px!important;
 }*/
.addFClass .el-dialog__body,
.removePark .el-dialog__body {
	padding: 20px !important;
}
.scanModelOne .el-dialog__header,
.scanModelTwo .el-dialog__header,
.addFClass .el-dialog__header,
.removePark .el-dialog__header,
.confirmRequest .el-dialog__header,
.confirmRequest .el-dialog__body,
.sendRequest .el-dialog__header,
.scanRequest .el-dialog__body {
	padding: 0 !important;
}

/*//固定css*/
.content_l {
	float: left;
	width: 16%;
	background: #fff;
}

.content_r {
	float: right;
	width: 83%;
	min-height: 375px;
}

.el-popup-parent--hidden {
	padding-right: 0 !important;
}

.editor-style {
	white-space: pre-wrap;
}

/* 修复弹出框遮罩会偶发黑屏问题 */
.v-modal {
	background: rgba(0, 0, 0, 0.5) !important;
	opacity: 1 !important;
}

.essp-icon-airplane {
	display: inline-block;
	transform: translateY(1px);
}