@charset "utf-8";/* CSS Document*/
*{margin: 0;padding: 0;outline: none;box-sizing: border-box;}
*:not(input,textarea){-webkit-touch-callout: none;-webkit-user-select: none;}
body{background:#fff;width: 100%;min-width: 1200px;margin: 0 auto;font:normal 12px 'Arial','Microsoft YaHei', '微软雅黑';color: #595757;-webkit-touch-callout: inherit ;
-webkit-tap-highlight-color:transparent;-webkit-user-select: auto ;overflow-x: auto;position: relative;}
a{color: #595757;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*transition:all 0.3s;*/}
a:hover{text-decoration: none;transition:all 0.3s;}
button,input,select,textarea{font-size: 100%;margin: 0;padding: 0;outline: none;font:normal 12px 'Arial','Microsoft YaHei', '微软雅黑';}
input[type="submit"],input[type="reset"],input[type="button"],button{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
input{border:none;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input::-webkit-input-placeholder{/* WebKit browsers*/color:#999;}
input:-moz-placeholder{/* Mozilla Firefox 4 to 18*/color:#999;}
input::-moz-placeholder{/* Mozilla Firefox 19+*/color:#999;}
input:-ms-input-placeholder{/* Internet Explorer 10+*/color:#999;}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}
textarea,input{resize: none;outline: none;box-sizing: border-box;}
textarea{resize: none;-webkit-appearance: none;}
ul,ol,li{list-style: none;}
i,em{font-style: normal;}
img{border:none;}
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;}

/* img{display: block;width: 100%;} */
.container{position: relative;min-width: 320px;max-width:750px;margin: 0 auto;}
header{position:fixed;top:0;left:0;width:100%;background: #fff;z-index:10;height: 45px;border-bottom: 1px solid #e3e3e3;}
.white-bg{background: #fff;}
.fl{float: left;}
.fr{float: right;}
.no-pl{padding-left: 0 !important;}
.no-pr{padding-right: 0 !important;}
.no-pt{padding-top: 0 !important;}
.no-pb{padding-right: 0 !important;}
.no-ml{margin-left: 0 !important;}
.no-mr{margin-right: 0 !important;}
.no-mt{margin-top: 0 !important;}
.no-mb{margin-bottom: 0 !important;}
.tl{text-align: left;}
.tr{text-align: right;}
.tc{text-align: center;}
.font-red{color:#e00000;}
.font-gray{color:#999;}
.font-green{color:#20cbbb;}
.no-border{border:none !important;}
.no-br{border-right: none !important;}
.no-bl{border-left: none !important;}
.border-l{border-left: 1px solid #d8d8d8;}
.border-b{border-bottom: 1px solid #ececec;}
.ver-mid{display: inline-block;vertical-align: middle;}

/* layui颜色 */
.layui-laydate td.layui-this{
	background-color: #0087ff !important;
}
.layui-laydate-content td.laydate-selected{
	background-color: #279eed !important;
}


/* 头部 */
.header{
	padding: 10px 20px;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 40px;
	background-color: #fff;
}
.header img{
	display: block;
	width: 100%;
}
.logo{
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	margin-right: 20px;
}
.title{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.headerR{
	float: right;
	height: 33px;
	line-height: 33px;
}
.hrMes{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transform: translateY(2px);
	position: relative;
	z-index: 2;
}
.headCon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.headCon img{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.headCon .logOut{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #007AFF;
	cursor: pointer;
}
.headCon .phone{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	margin: 0px 12px;
}

/* 消息下拉 */
.hrMes .mask{
	position: absolute;
	top: 0;
	width: 100%;
	height: 41px;
}
.hrMesList{
	position: absolute;
	top: 41px;
	left: 50%;
	transform: translateX(-50%);
	width: 360px;
	max-height: 420px;
	overflow: auto;
	border-bottom: 1px solid #e0e0e0;
	display: none;
}
.hrMesList li{
	background-color: #fff;
	padding: 6px 10px;
	border: 1px solid #e0e0e0;
	position: relative;
}
.hrMesDate{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.hrMesDes{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.unread{
	display: none;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 20px;
}
.unread.active{
	display: block;
}
.mesRed{
	display: none;
	position: absolute;
	top: -6px;
	right: -3px;
	width: 8px;
	height: 8px;
	background-color: red;
	border-radius: 100%;
}


/* 选中高亮 */
.highlight{
	background-color: #ffe0e0;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	border-bottom: 1px dotted #ffa1a1;
}
.highlight.active {
	background-color: #ffa1a1;
	border-color: red;
}
.woBot img.imgHighLight{
	/* border: 1px solid red; */
	box-shadow: 0px 0px 4px red;
}
.woBot img.imgHighLight.active{
	/* border: 1px solid red; */
	box-shadow: 0px 0px 10px red;
}


/* 图片上传进度条 */
.progressEject{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
}
.peBody{
	width: 40%;
	height: 160px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px 40px;
	border-radius: 6px;
}
.peBodyTit{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}



.layui-carousel{
	background-color: transparent !important;
}
.layui-carousel>[carousel-item]>*{
	background-color: transparent !important;
}