/* 单据窗体css */
@import url('./pagecss/billPage.css');
/* 自定义窗体css */
@import url('./pagecss/customPage.css');
/* 过滤窗体css */
@import url('./pagecss/filterPage.css');
/* 一览表窗体css */
@import url('./pagecss/listPage.css');
/* 报表窗体css */
@import url('./pagecss/reportPage.css');
/* 组件窗体css */
@import url('./pagecss/componentPage.css');

/* 全局变量 */
:root {
  /* 系统主色 */
  --primary-color: #063C9E;
  /* 系统主色-hover */
  --primary-color-hover: rgba(6, 60, 158, .5);
  /* 系统主色-focus */
  --primary-color-focus: rgba(6, 60, 158, .1);
  /* 主要内容颜色 */
  --main-color: #00a7fd;
  /* 成功内容颜色 */
  --success-color: #6fc642;
  /* 警告内容颜色 */
  --warn-color: #ecad4a;
  /* 错误内容颜色 */
  --error-color: #ed5c5c;
  /* 信息内容颜色 */
  --info-color: #b2b4b5;

  /* 一般icon */
  --info-icon: url('/pc/assets/images/default/zawl-icon-info.png');
  /* 成功icon */
  --success-icon: url('/pc/assets/images/default/zawl-icon-success.png');
  /* 警告icon */
  --warn-icon: url('/pc/assets/images/default/zawl-icon-warn.png');
  /* 错误icon */
  --error-icon: url('/pc/assets/images/default/zawl-icon-error.png');

  /* 内容区域背景色 */
  --primary-bg-color: #fff;
  /* 底板颜色 导航等背景色 */
  --sub-bg-color: #fafafa;
  /* 背景颜色 */
  --bg-color: #e4e7ed;
  /* 边框颜色 */
  --border-color: rgba(0, 0, 0, .1);
  /* 遮罩层颜色 */
  --mask-bg-color: rgba(0, 0, 0, .1);
  /* 遮罩层颜色-次级 */
  --sub-mask-bg-color: rgba(0, 0, 0, .2);

  /* 正文颜色 */
  --main-font-color: #333;
  /* 次级正文颜色 */
  --sub-main-font-color: #666;
  /* 弱化正文颜色 */
  --weak-main-font-color: #999;
  /* 输入框字体颜色 */
  --control-font-color: #c0c4cc;
  /* 单选框/复选框 边框颜色 */
  --check-or-radio-group-border-color: rgba(0, 0, 0, .5);

  /* hover时候颜色 */
  --hover-color: #fff;

  /* 按钮filter左移距离 */
  --btn-filter-left: 100;
  /* 按钮filter */
  --btn-filter: drop-shadow(calc(var(--btn-filter-left) * 1px) 0 0 var(--primary-color));
  /* 按钮filter自定义颜色 */
  --btn-filter-change-color: `drop-shadow(calc(var(--btn-filter-left) * 1px) 0 0 ${color})`;
  /* 按钮filter-hover */
  --btn-filter-hover: drop-shadow(calc(var(--btn-filter-left) * 1px) 0 0 var(--hover-color));

  /* 系统按钮-新增 */
  --sys-btn-add: #0a4ba9;
  /* 系统按钮-复制新增 */
  --sys-btn-copyadd: #00a7fd;
  /* 系统按钮-保存 */
  --sys-btn-save: #78a71d;
  /* 系统按钮-删除 */
  --sys-btn-delete: #ec5050;
  /* 系统按钮-审核 */
  --sys-btn-approve: #f47606;
  /* 系统按钮-反审核 */
  --sys-btn-disapprove: #1572c8;
  /* 系统按钮-作废 */
  --sys-btn-cancel: #f3a70f;
  /* 系统按钮-反作废 */
  --sys-btn-discancel: #dd962f;
  /* 系统按钮-打印 */
  --sys-btn-print: #33b796;
  /* 系统按钮-打印设置 */
  --sys-btn-printset: #b733b2;
  /* 系统按钮-编辑 */
  --sys-btn-edit: #a75a26;
  /* 系统按钮-导出 */
  --sys-btn-export: #19c2e6;
  /* 系统按钮-导入 */
  --sys-btn-import: #19c2e6;
  /* 系统按钮-过滤 */
  --sys-btn-filter: #067fe7;
  /* 系统按钮-提交 */
  --sys-btn-submit: #788cf1;
  /* 系统按钮-默认 */
  --sys-btn-default: #0090da;
  /* 系统按钮-选单 */
  --sys-btn-selectbill: #ea8540;
  /* 系统按钮-推单 */
  --sys-btn-pushbill: #04d6d0;
  /* 系统按钮-清空默认值 */
  --sys-btn-cleardefaultvalue: #c61e1e;
  /* 系统按钮-保存默认值 */
  --sys-btn-defaultvalue: #073fa1;
  /* 系统按钮-刷新 */
  --sys-btn-refresh: #2ab478;
  /* 系统按钮-上查 */
  --sys-btn-lookup: #65d4fd;
  /* 系统按钮-下查 */
  --sys-btn-lookdown: #b7a4ff;
  /* 系统按钮-启用 */
  --sys-btn-enable: #8cc6a6;
  /* 系统按钮-禁用 */
  --sys-btn-forbidden: #f299a3;
  /* 系统按钮-存草稿 */
  --sys-btn-draft: #78a71d;

  /* pop icon */
  --pop-icon: url('/pc/assets/images/default/control-pop.png');
  /* 全屏 icon */
  --fullscreen-icon: url('/pc/assets/images/default/button-fullscreen.png');
  /* 取消全屏 icon */
  --disfullscreen-icon: url('/pc/assets/images/default/button-disfullscreen.png');
  /* arrow icon */
  --arrow-icon: url('/pc/assets/images/default/select-arrow.png');
  /* label icon */
  --label-icon: url('/pc/assets/images/default/control-label.png');
  /* 上传 icon */
  --upload-icon: url('/pc/assets/images/default/enclosure-upload.png');
  /* 下载 icon */
  --download-icon: url('/pc/assets/images/default/enclosure-download.png');
  /* gps icon */
  --gps-icon: url('/pc/assets/images/default/control-gps.png');
  /* 穿梭框 icon */
  --shuttle-icon: url('/pc/assets/images/default/control-shuttle.png');
  /* 穿梭框-hover icon */
  --shuttle-hover-icon: url('/pc/assets/images/default/control-shuttle-hover.png');

  /* input右侧padding距离 防止字和icon重叠 */
  --input-padding-right: 26px;
  /* input的placeholder */
  --input-plaplaceholder-color: rgb(102, 102, 102, .5);

  /* 主页左侧宽度 */
  --index-aside-width: 188px;
  /* 主页上部高度 */
  --index-top-height: 47px;
}

/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 对火狐浏览器滚动条做兼容 */
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
}

/* 页面灰色模式 */
/* body {
  filter: grayscale(1)
} */

body,
html {
  height: 100%;
}

body {
  font-family: '思源黑体';
  font-size: 12px;
  background-color: transparent;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

ul,
li,
ol {
  list-style: none;
}

img,
fieldset {
  border: 0;
}

/* 修改菜单样式 */
img {
  display: block;
}

/* 防止图片没有的时候有一个黑框 */
img[src=""],
img:not([src]) {
  opacity: 0;
}

a {
  text-decoration: none;
  color: var(--main-font-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

input,
a {
  outline: none;
}

button:focus {
  outline: 0 !important;
}

.zawl-hide {
  display: none !important;
}

/* 占列宽度 */
.col-0 {
  width: 0%;
  display: none !important;
}

.col-1 {
  width: calc(4.16666667%);
  display: inline-block;
}

.col-2 {
  width: calc(8.33333333%);
  display: inline-block;
}

.col-3 {
  width: calc(12.5%);
  display: inline-block;
}

.col-4 {
  width: calc(16.66666667%);
  display: inline-block;
}

.col-5 {
  width: calc(20.83333333%);
  display: inline-block;
}

.col-6 {
  width: calc(25%);
  display: inline-block;
}

.col-7 {
  width: calc(29.16666667%);
  display: inline-block;
}

.col-8 {
  width: calc(33.33333333%);
  display: inline-block;
}

.col-9 {
  width: calc(37.5%);
  display: inline-block;
}

.col-10 {
  width: calc(41.66666667%);
  display: inline-block;
}

.col-11 {
  width: calc(45.83333333%);
  display: inline-block;
}

.col-12 {
  width: calc(50%);
  display: inline-block;
}

.col-13 {
  width: calc(54.16666667%);
  display: inline-block;
}

.col-14 {
  width: calc(58.33333333%);
  display: inline-block;
}

.col-15 {
  width: calc(62.5%);
  display: inline-block;
}

.col-16 {
  width: calc(66.66666667%);
  display: inline-block;
}

.col-17 {
  width: calc(70.83333333%);
  display: inline-block;
}

.col-18 {
  width: calc(75%);
  display: inline-block;
}

.col-19 {
  width: calc(79.16666667%);
  display: inline-block;
}

.col-20 {
  width: calc(83.33333333%);
  display: inline-block;
}

.col-21 {
  width: calc(87.5%);
  display: inline-block;
}

.col-22 {
  width: calc(91.66666667%);
  display: inline-block;
}

.col-23 {
  width: calc(95.83333333%);
  display: inline-block;
}

.col-24 {
  width: calc(100%);
  display: inline-block;
}

/* 旋转角度 */
.zawl-rotate-45 {
  transform: rotate(45deg);
}

.zawl-rotate-90 {
  transform: rotate(90deg);
}

.zawl-rotate-135 {
  transform: rotate(135deg);
}

.zawl-rotate-180 {
  transform: rotate(180deg);
}

.zawl-rotate-225 {
  transform: rotate(225deg);
}

.zawl-rotate-270 {
  transform: rotate(270deg);
}

.zawl-rotate-315 {
  transform: rotate(315deg);
}

/* 字体大小 */
.zawl-font-size-12 {
  font-size: 12px;
}

.zawl-font-size-14 {
  font-size: 14px;
}

.zawl-font-size-16 {
  font-size: 16px;
}

.zawl-font-size-18 {
  font-size: 18px;
}

.zawl-font-size-20 {
  font-size: 20px;
}

.zawl-font-size-22 {
  font-size: 22px;
}

.zawl-font-size-24 {
  font-size: 24px;
}

.zawl-font-size-26 {
  font-size: 26px;
}

.zawl-font-size-28 {
  font-size: 28px;
}

.zawl-font-size-30 {
  font-size: 30px;
}

.zawl-font-size-32 {
  font-size: 32px;
}

/* 字体粗细 */
.zawl-font-weight-100 {
  font-weight: 100;
}

.zawl-font-weight-200 {
  font-weight: 200;
}

.zawl-font-weight-300 {
  font-weight: 300;
}

.zawl-font-weight-400 {
  font-weight: 400;
}

.zawl-font-weight-500 {
  font-weight: 500;
}

.zawl-font-weight-600 {
  font-weight: 600;
}

.zawl-font-weight-700 {
  font-weight: 700;
}

.zawl-font-weight-800 {
  font-weight: 800;
}

/* 字体颜色 */
.zawl-font-color-000 {
  color: #000;
}

.zawl-font-color-111 {
  color: #111;
}

.zawl-font-color-222 {
  color: #222;
}

.zawl-font-color-333 {
  color: #333;
}

.zawl-font-color-444 {
  color: #444;
}

.zawl-font-color-555 {
  color: #555;
}

.zawl-font-color-666 {
  color: #666;
}

.zawl-font-color-777 {
  color: #777;
}

.zawl-font-color-888 {
  color: #888;
}

.zawl-font-color-999 {
  color: #999;
}

.zawl-font-color-aaa {
  color: #aaa;
}

.zawl-font-color-bbb {
  color: #bbb;
}

.zawl-font-color-ccc {
  color: #ccc;
}

.zawl-font-color-ddd {
  color: #ddd;
}

.zawl-font-color-eee {
  color: #eee;
}

.zawl-font-color-fff {
  color: #fff;
}

.zawl-pointer {
  cursor: pointer;
}

/* 去掉数值输入框后面的上下按钮-兼容火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}

/* 去掉数值输入框后面的上下按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* 必填 */
.zawl-required::before {
  content: '*';
  color: #f00;
}

/* 自动填入密码时候清除背景色 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input:focus::placeholder {
  opacity: 0;
}

/*WebKit browsers*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--input-plaplaceholder-color);
}

/*Mozilla Firefox*/
input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: var(--input-plaplaceholder-color);
}

/*Internet Explorer*/
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--input-plaplaceholder-color);
}

/* tab右击事件样式 */
.rightClickMenu {
  position: fixed;
  width: 120px;
  z-index: 9;
  box-shadow: 0px 4px 8px 0px rgba(96, 156, 255, 0.32);
}

.rightClickMenu ul {
  display: block;
  width: 100%;
  background-color: #fff;
}

.rightClickMenu ul li {
  color: var(--main-font-color);
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  /* 纵向滚动条宽度 */
  width: 8px;
  /* 横向滚动条高度 */
  height: 8px;
  /* 滚动条背景 */
  background: transparent;
}

/* 滚动条上的按钮 */
::-webkit-scrollbar-button {}

/* 滚动条上的滑块 */
::-webkit-scrollbar-thumb {
  /* 滚动滑块圆角 */
  border-radius: 10px;
  /* 滚动滑块背景颜色 */
  background: #ccc;
}

/* 鼠标放在滑块上 颜色发生变化 */
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {}

/* 滚动条轨道-无滑块部分 */
::-webkit-scrollbar-track-piece {}

/* 消息弹窗皮肤skin 成功success */
body .zawlmsg-success {
  background: var(--success-color);
}

body .zawlmsg-success .layui-layer-content {
  background: #fff var(--success-icon) no-repeat;
}

/* 消息弹窗皮肤skin 警告warn */
body .zawlmsg-warn {
  background: var(--warn-color);
}

body .zawlmsg-warn .layui-layer-content {
  background: #fff var(--warn-icon) no-repeat;
}

/* 消息弹窗皮肤skin 信息info */
body .zawlmsg-info {
  background: var(--info-color);
}

body .zawlmsg-info .layui-layer-content {
  background: #fff var(--info-icon) no-repeat;
}

/* 消息弹窗皮肤skin 错误error */
body .zawlmsg-error {
  background: var(--error-color);
}

body .zawlmsg-error .layui-layer-content {
  background: #fff var(--error-icon) no-repeat;
}

/* 消息弹窗公共样式--必须写在后面不然不生效 */
body .layui-layer-msg {
  width: 350px;
  height: 50px;
  border: none;
  border-radius: 0;
  padding-left: 3px;
  box-shadow: 0px 4px 8px 0px rgba(96, 156, 255, 0.32);
}

body .layui-layer-msg .layui-layer-content {
  background-size: 12px 12px;
  background-position: 15px center;
  font-size: 12px;
  padding: 0 0 0 40px;
  height: 100%;
  line-height: 50px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 弹框公共样式 */
.layui-layer .zawl-boxTips {
  min-width: 400px;
  min-height: 100px;
  background: #fff;
  border-radius: 5px;
  padding: 0 16px;
}

.layui-layer .zawl-boxTips .zawl-boxTips-title {
  width: 100%;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
}

.layui-layer .zawl-boxTips .zawl-boxTips-main {
  width: 100%;
  height: 60px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.layui-layer .layui-layer-setwin .layui-layer-close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -5px;
  right: 0;
  background-position: 0px -40px;
}

.layui-layer .layui-layer-setwin .layui-layer-fullscreen {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -4px;
  right: 20px;
  cursor: pointer;
  background-image: var(--fullscreen-icon);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.layui-layer .layui-layer-setwin .layui-layer-fullscreen.disfullscreen {
  background-image: var(--disfullscreen-icon);
}

.layui-layer .zawl-boxTips .zawl-boxTips-main .zawl-boxTips-icon img {
  width: 24px;
  height: 24px;
}

.layui-layer .zawl-boxTips .zawl-boxTips-main .zawl-boxTips-content {
  flex: 1;
  margin-left: 12px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*合并空白符序列，但是保留换行符*/
  white-space: pre-line;
  display: flex;
  align-items: center;
}

.layui-layer .layui-layer-title {
  padding: 8px 16px;
  height: auto;
  line-height: normal;
}

.layui-layer .layui-layer-btn {
  padding: 8px 16px;
  border-top: 1px solid #fafafa;
}

.layui-layer .layui-layer-btn a {
  width: 65px;
  height: 25px;
  border-radius: 5px;
  padding: 0;
  line-height: 25px;
  text-align: center;
  border-color: var(--border-color);
  color: rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.layui-layer .layui-layer-btn :hover {
  border-color: #000;
  color: #000;
}

.layui-layer .layui-layer-btn a:last-child {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.zawlopen-error .layui-layer-btn .layui-layer-btn1 {
  border-color: var(--error-color);
  color: #fff;
  background-color: var(--error-color);
}

/* 自定义弹框无按钮样式 */
.zawl-layer-nobtn .layui-layer-btn {
  display: none;
}

.zawl-layer-nobtn .layui-layer-content {
  height: calc(100% - 40px) !important;
}

.zawl-layer-nobtn iframe {
  height: 100% !important;
}

.layui-layer-btn a {
  margin: 0 5px;
}

.layui-layer-btn a.filter-save-other {
  float: left;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.layui-layer-btn a.filter-save-other:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* 在线手册 */
.zawl-help-center {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: var(--primary-color-hover);
  position: fixed;
  right: -46px;
  bottom: 10%;
  color: #fff;
  transition: all 0.3s;
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zawl-help-center:hover {
  right: 8px;
}

.zawl-help-center img {
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
}