html, body{height:100%}
body,p{margin:0}
body,input,textarea{color:#333;font:14px/1.5 arial,'宋体'}
a{color:#333;text-decoration:none}
/* 设置滚动条的样式 */
::-webkit-scrollbar {width:5px;height:10px}
::-webkit-scrollbar-track {border-radius:15px;background:#fff}
::-webkit-scrollbar-thumb {border-radius:15px;background:#ccc}
/*弹出框overflow*/
.layui-layer .layui-layer-content {overflow: visible;overflow-x: initial}
/*内部页面*/
.wrapper{padding:15px 20px}
@font-face {
  font-family: 'iconfont';  /* project id 1578680 */
  src: url('/css/iconfont.woff?v=1') format('woff');
}
.iconfont{font-family:'iconfont' !important;font-size:16px;font-style:normal;cursor:pointer}
/*提示框优化*/
.wood-tips{letter-spacing:1px;min-width:100px !important}
.wood-tips-warning{color:#f39b12}
.wood-tips-success{color:#00ba9b}
.wood-tips-error{color:#e85445}
.wood-tips .layui-layer-padding i{top:7px !important}
.wood-tips .layui-layer-padding{padding:10px 35px 10px 55px !important}
/*红色文字*/
.red{color:#f10}
/*蓝色下划线*/
.hrefBtn{text-decoration:underline;color:#1E9FFF;cursor:pointer;vertical-align:bottom}
/*批量*/
.setBatch{color:#1E9FFF;cursor:pointer;font-weight:normal}
/*小标题*/
.blueTit{font:14px/1.5 微软雅黑;border-left:solid 3px #00a0e9;margin:8px 0;padding-left:8px;line-height:14px;display:inline-block}
/*块级内联*/
.inline{display:inline-block}
/*列设置*/
#colSet{font-size:20px;color:#FF5722}
/*导出图标*/
#excel{color:#36ab60;font-size:24px;vertical-align:middle,; margin-left: 12px; margin-right:5px;}
/*按钮*/
.wood-btn{display:inline-block;height:28px;line-height:28px;padding:0 18px;color:#fff;border-radius:2px;cursor:pointer}
.wood-btn+.wood-btn{margin-left:10px}
.wood-btn-sm{line-height:23px;height:22px;padding:0 6px;font-size:12px}
/*默认按钮蓝色*/
.wood-btn:hover{background:#1E9FFF;border:1px solid #1E9FFF}
.wood-btn,.wood-btn:active{background:#0092ff;border:1px solid #0092ff}
/*橘黄色按钮*/
.wood-btn-danger:hover{background:#ff7043;border:1px solid #ff7043}
.wood-btn-danger,.wood-btn-danger:active{background:#ff3d00;border:1px solid #ff3d00}
/*绿色按钮*/
.wood-btn-green:hover{background:#33aba0;border:1px solid #33aba0}
.wood-btn-green,.wood-btn-green:active{background:#009688;border:1px solid #009688}
/*灰色按钮*/
.wood-btn-gray:hover{background:#909399;border:1px solid #909399}
.wood-btn-gray,.wood-btn-gray:active{background:#666;border:1px solid #666}
/*白色按钮*/
.wood-btn-white:hover{background:#f7f7f7;border:1px solid #ccc}
.wood-btn-white,.wood-btn-white:active{background:#fff;color:#000;border:1px solid #ccc}
/*输入框*/
.wood-input{outline:none;display:inline-block;padding-left:5px;border:1px solid #d6d6d6;background:#fff;border-radius:2px}
.wood-input{width:150px;height:26px}
/*去点number箭头*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance:none}
input[type='number']{-moz-appearance:textfield}
/*搜索放大镜*/
.searchBtn{margin-left:-30px;padding:4px}
/*关键词搜索框*/
.keyWords{width:220px}
/*日期框*/
.wood-date{background:#fff url(../img/datepicker_icon.png) no-repeat 97% 50%}
/*输入框禁用样式*/
.wood-input[disabled]{background:#f9f9f9 !important;border-color:#d2d2d2}
.wood-input[disabled]:hover{box-shadow:none}
.wood-input:hover{box-shadow:0 1px 2px #ddd}
.wood-input:focus{border-color:#ccc;box-shadow:0px 1px 2px #ccc8 inset}
/*复选框*/
.wood-check{display:inline-block;cursor:pointer;user-select:none}
.wood-check>i{width:16px;height:16px;display:inline-block;border:1px solid #d2d2d2;font-size:12px;font-weight:bold;border-radius:2px;background-color:#fff;text-align:center;color:#fff;margin-right:5px}
.wood-check.wood-check-select>i{border-color:#5FB878;background-color:#5FB878}
/*下拉框样式*/
.arrow-down{background:#fff url(../img/icon-down.gif) no-repeat 97% 50%}
.wood-selectPage::-webkit-scrollbar{width:3px}
.wood-selectPage{left:0;height:200px;position:absolute;z-index:999;display:none;border:1px solid #d2d2d2;background:#fff;overflow:auto;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.12)}
.wood-selectPage>p{padding:6px 0 4px 10px;margin:1px 0 0 0;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}
.wood-selectPage>p:hover{background:#efefef;transition:.3s all}
.wood-selectPage .loading-title{padding:20px 0;text-align:center;color:#888;white-space:nowrap;overflow:hidden;letter-spacing:2px}
/*多选*/
.wood-selectPage .search{display:block;border:none;outline:none;border-bottom:1px solid #efefef;padding-left:5px;height:30px;line-height:30px;width:90%}
.wood-selectPage>span{display:inline-block;width:50%;text-align:center;padding:6px 0 4px 0;color:#888;cursor:pointer}
.wood-selectPage>span:hover{color:#1E9FFF}
.wood-selectPage>.seleNone>i{vertical-align:middle}
.wood-selectPage>p.select{background:#5FB878;color:#fff}
/*浮动层弹窗*/
.floatLayer{position:absolute;z-index:999;background:#fff;border:1px solid #ddd;box-shadow:2px 2px 5px 0px #ddd;border-radius:3px}
.floatLayer>em{position:absolute;left:13px;top:-16px;border-style:solid dashed dashed;border-color:transparent transparent #ddd;font-size:0;line-height:0;border-width:8px}
.floatLayer>em+em{border-color:transparent transparent #fff;top:-15px}
/*红星*/
.redStars{position:relative}
.redStars:before{content:'*';color:#f00;position:absolute;top:-3px;left:-7px}
/*右浮动*/
.fr{float:right}
/*记录、报表顶部input框边距*/
.top>.wood-input{margin:3px 0}
/*表格*****************************************/
.grid-wrap{padding-top:5px;clear:both;position:relative}
.ui-widget-content{color:#666;}
.ui-widget-content .ui-state-default{color:#666;}
.ui-jqgrid tr.ui-row-ltr td{height:34px;padding: 1px 0;}
.ui-jqgrid-bdiv .ui-state-highlight {background:#ffecb0 none repeat scroll 0 0;border: medium none;}
/*表格加载中提示*/
#load_grid{border-color:#e6e6e6;background:#eff3f5;top:30%}
/*表格操作按钮*/
.ui-jqgrid-btable .icon-del,.ui-jqgrid-btable .icon-add,
.ui-jqgrid-btable .icon-edit{font-size:14px;color:#666;padding:0 2px}
.ui-jqgrid-btable .icon-del:before {content:'\e623'}
.ui-jqgrid-btable .icon-add:before {content:'\e616'}
.ui-jqgrid-btable .icon-edit:before {content:'\e738'}
.ui-jqgrid-btable .billPrint:before {content:'\e60a';color:#ff7043} /*出入库确认打印按钮*/
/*表格中分行线*/
.line{background:#eaeaea;width:100%;display:block;;height:1px}
/*查看图片按钮*/
.ui-jqgrid-btable .viewPicture{text-decoration:underline;color:#1E9FFF;cursor:pointer}
/*查看图片弹窗*/
.pictureWrapper{position:relative;padding:10px 20px;font-size:16px}
.pictureWrapper .infoTop{margin-left:10px;font-weight:bold}
.pictureWrapper>.iconfont{position:absolute;top:40%;padding:20px;margin-top:-42px;z-index: 1}
.pictureWrapper>.last{left:0}
.pictureWrapper>.next{right:0}
.pictureWrapper .picturePage{padding:10px 30px;text-align:center;height:calc(100vh - 260px);position: relative;}
.pictureWrapper .picturePage img{max-width:100%;height:100%}
.pictureWrapper .rotate{color: #1E9FFF;cursor: pointer;font-size: 22px;position: absolute;bottom:0;right:20px}
.pictureWrapper .info span{color:#666}
.pictureWrapper>.wood-btn{float:right;margin-bottom:10px}
/*树状*/
.woodTreeDiv {clear: both;min-width: 162px;min-height: 200px;max-height: 300px;overflow: auto;box-sizing: border-box;padding: 20px 15px 10px 15px;}
.woodTreeDivBtn {cursor: pointer;color: #aaa;position: absolute;top: 6px;right: 10px;background: #fff;z-index: 1;}
.woodTreeDivBtn:hover {color: #1E9FFF;}
/*表格内多行*/
.gridLine {padding: 10px 3px 3px 3px;height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%}
.gridLine + .gridLine {border-top: 1px solid rgb(238, 238, 238);}