*{ 
	margin: 0;
	padding: 0; 
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #262626;
    min-width: 1360px;
    box-sizing: border-box;
}
ul{ 
	list-style: none; 
}
a{ 
	text-decoration: none; 
	display: inline-block;
	color: #1890ff;
	font-size: 14px;
}
a:hover {
	color: #329dff;
}
img{ 
	border: none; 
}
table{ 
	border-collapse: collapse; 
	width: 100%;
}
td,th{ 
	border: 1px solid #e2e2e2; 
}
i{
	font-style: normal;
}
button{
    border: none;
}

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.clearfix::after{
	content: "";
	visibility: hidden;
	height: 0;
	line-height: 0px;
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1;
}

.red{
	color:red;
}
.orange{
	color: orange;
}
.tipsInfo{
	width: 440px !important;
    margin: -15px 0 -5px 88px;
    color: #ccc;
    font-size: 10px;
    transform: scale(0.88);
}
/* layui 的样式修改 start */
.layui-body{
	background-color: #fff;
}
.layui-breadcrumb{
	display: inline-block;
    font-size: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.layui-breadcrumb>*{
	height: 50px;
	line-height: 50px;
}
.layui-breadcrumb a:hover{
	color: #329dff !important;
}
.layui-card{
	box-shadow: none;
}
.layui-card-body{
	padding: 15px;
}
.layui-input-block{
	min-height:32px;
}
.table-box .layui-table-cell{
	height: 30px;
	line-height: 30px;
}
.layui-table-tool{
	background-color: #fff;
}
.layui-table-page select {
    height: 24px;
    margin-right: 10px;
}
.layui-table-tool-self{
	display: none;
}
.layui-table-page .layui-laypage button, 
.layui-table-page .layui-laypage input{
	height:30px;
	line-height:30px;
}
.label110 .layui-form-label{
	width:110px;
}
.label120 .layui-form-label{
	width:120px;
}
.select_div .layui-form-label{
	width: 95px;
}
.layui-form-item .layui-input-inline.wd350{
	width:350px;
	word-wrap: break-word;
}
.layui-form-item .layui-input-inline.wd444{
	width:444px;
	word-wrap: break-word;
}
/* layui 的样式修改 end */
.titleLeftBorder{
	margin: 10px 0 10px 20px;
}
.titleLeftBorder::before{
	content: "";
	width: 5px;
	height: 17px;
	background-color: #333;
	display: inline-block;
	position: relative;
	top: 3px;
	left: -10px;
}
.form-box{
	margin-bottom:60px;
}
.table-box{margin-top: 15px;}
.detail-box{padding:10px 15px 20px 10px;}
/* 公共的底部样 */
.form-bar{
	position: fixed;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    bottom: 0;
    left: 200px;
    right: 0;
    box-shadow: 0 -2px 5px #ddd;
    z-index: 99;
    padding: 0 20px;
}
.changeBox{
	position:relative;
}
.changeBox input {
    display: none;
    position: absolute;
    top: 10px;
    left: 55px;
}
/*footer css end*/
.scrollbar { overflow-y: auto;margin-right: 15px;padding-right: 20px;}
.scrollbar::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:4px; 
}  
.scrollbar::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    display: none;
}  
.scrollbar::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    display: none;
}  
.scrollbar::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    display: none;
}  
.scrollbar::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#bfbfbf; 
    border-radius: 2px;
}  
.scrollbar::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;   
}  
.scrollbar::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;  
}  
.scrollbar{  
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #bfbfbf; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/   
}

/* 查看大图 start */
.bigImg-Box{
	width: 100%;
    position: relative;
    left: 40px;
    top: -24px;
}
.img-list {margin-left:80px ;overflow: hidden;}
.img-list li {width: 120px;height: 120px;margin-right: 20px;margin-bottom: 20px;float: left;}
.img-list .img-box img{width: 120px;height: 120px;cursor: pointer;}
.bigReportImg{
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
    width: 100%;
   	height: 100%;
    text-align: center;
    padding: 20px;
    overflow: auto;
    z-index: 9999;
    display: none;
}
.bigImgBackdrop {
    position: absolute;
    background-color: #000;
    bottom: 0;
    height:100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bigImgBox{
	margin-top:90px;
}
.bigImgBox .leftButton,
.bigImgBox .rightButton,
.bigImgBox .closeButton {
	background: url(../images/icon-img-btn.png) no-repeat;
	position: fixed;
}
.bigImgBox .leftButton,.bigImgBox .rightButton {position: fixed;width: 30px;height: 60px;top:50%;margin-top: -30px;}
.bigImgBox .leftButton{
    left: 25px;
    background-position: 0 0;
}
.bigImgBox .leftButton:hover {
    left: 25px;
    background-position: 0 -64px;
}
.bigImgBox .rightButton{
    right: 25px;
    background-position: -40px 0;
}
.bigImgBox .rightButton:hover {
    right: 25px;
    background-position: -40px -64px;
}
.bigImgBox .closeButton{
	top:88px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-position: -80px 0;
}
.bigImgBox .closeButton:hover {
    background-position: -80px -64px;
}
.bigImgBox .contentImg{
	height:636px;
}
/* 查看大图 end */