
.Blicwindow{
	border-radius: 8px !important;
}

.Blicwindow .layui-layer-title{
	font-size: 20px;
	background-color: #E37235;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 8px 8px 0 0;
	letter-spacing: 2px;
}
.Blicwindow .layui-layer-content{
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	color: #444444;
}

.Blicwindow .layui-layer-btn{
	padding: 25px 15px;
}

.Blicwindow .layui-layer-btn a{
	width: 130px;
	height: 35px;
	line-height: 35px;
	margin: 0 10px;
}

.Blicwindow .layui-layer-btn a.layui-layer-btn0{
	background-color: #3D4687;
	border-color: #3D4687;
}

.Blicwindow .layui-layer-content .editor-input input{
	width: 85%;
	height: 40px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.Blicwindow .layui-layer-content .editor-select span{
	font-size: 15px;
	margin-right: 10px;
}

.Blicwindow .layui-layer-content .editor-select select{
	width: 70%;
	height: 40px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	outline: none;
	border-radius: 5px;
}

.editor-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px 25px 0px;
}
.editor-list ul li{
	width: 48%;
	height: 40px;
	border: 1px solid  #dddddd;
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
}

.editor-list ul li > h5{
	width: 75%;
	float: left;
	line-height: 40px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.editor-list ul li > span{
	display: none;
	float: right;
	line-height: 37px;
	margin-right: 10px;
}

.editor-list ul li > span a{
	font-size: 12px;
	cursor: pointer;
	margin-left: 2px;
}

.editor-list ul li > input[type=text]{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	border-radius: 5px;
	width: 80%;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.editor-list ul li:hover{
	border-color: #3D4687;
}

.editor-list ul li:hover span{
	display: block;
}

.editor-list ul li > input.show{
	display: block;
}

.Blicwindow .layui-layer-content .editor-email{
	padding: 30px 20px 0;
}

.Blicwindow .layui-layer-content .editor-email > h3{
	line-height: 40px;
	margin-bottom: 20px;
	color: #333366;
}

.Blicwindow .layui-layer-content .editor-email ul li{
	overflow: hidden;
	line-height: initial;
	margin-bottom: 20px;
}

.Blicwindow .layui-layer-content .editor-email ul li h5{
	width: 75px;
	float: left;
	text-align: right;
	line-height: 40px;
	margin-right: 10px;
	font-size: 15px;
}

.Blicwindow .layui-layer-content .editor-email ul li div{
	float: left;
	width: 77%;
}

.Blicwindow .layui-layer-content .editor-email ul li input{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	border-radius: 5px;
}

.Blicwindow .layui-layer-content .editor-email ul li select{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 5px;
}

.Blicwindow .layui-layer-content .editor-email ul li textarea{
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	resize: none;
	outline: none;
	border-radius: 5px;
}

.Blicwindow .layui-layer-content .editor-email ul li label{
	font-size: 12px;
	float: left;
	line-height: 22px;
	
}

.Blicwindow .layui-layer-content .editor-email ul li h4{
	line-height: 40px;
}

.Blicwindow .layui-layer-content .editor-email ul li div.offer-box input{
	width: 67%;
	float: left;
}

.Blicwindow .layui-layer-content .editor-email ul li div.offer-box span{
	line-height: 40px;
	font-size: 16px;
	color: #E37235;
	font-weight: bold;
}

.Blicwindow .layui-layer-content .editor-email ul li div.offer-box span em{
	font-size: 13px;
	color: #434343;
	margin-left: 5px;
	font-weight: normal;
}

.Blicwindow .layui-layer-content .editor-email ul li div.offer-box h6{
	clear: both;
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
}

.material-list-inf{
	width: 550px;
	height: 460px;
	background: #fff;
	margin: 20px auto;
	border: 1px solid #BFBFBF;
	overflow: hidden;
	box-sizing: border-box;
}

.material-list-inf .material-ul{
	width: 100px;
	height: 470px;
	overflow-y: auto;
	border-right: 1px solid #BFBFBF;
	text-align: center;
	float: left;
}

.material-list-inf .material-ul::-webkit-scrollbar, 
.material-list-inf .material-table::-webkit-scrollbar{
      width: 4px;
      background-color: transparent;
 }
 
 .material-list-inf .material-ul::-webkit-scrollbar-thumb,
 .material-list-inf .material-table::-webkit-scrollbar-thumb{
       background-color: rgba(220, 228, 243, 1);
       border-radius: 5px;
       border-top: 1px solid #edf2f9;
       border-bottom: 1px solid #edf2f9;
       border-left: 1px solid #f1f5fa;
}

.material-list-inf .material-ul  ul li{
	line-height: 35px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 14px;
	color: #5E5E5E;
	cursor: pointer;
}

.material-list-inf .material-ul ul li:hover{
	background: #EBF0FB;
}

.material-table{
	float: right;
	width: 447px;
	height: 470px;
	overflow-y: auto;
}

.material-table table{
	border: none;
	width: 100%;
}

.material-table table tr{
	border-bottom: 1px solid #E5E5E5;
	line-height: 35px;
}

.material-table table tr:hover{
	background: #EBF0FB;
}

.material-table table tr td{
	font-size: 14px;
	text-align: center;
	color: #5E5E5E;
}

.material-table table tr td.orange{
	color: #df7035;
}

