@charset "UTF-8";
/*通用*/
.font-s12 {
  font-size: 12px;
}

.font-s13 {
  font-size: 13px;
}

.font-s14 {
  font-size: 14px;
}

.font-s16 {
  font-size: 16px;
}

.font-s18 {
  font-size: 18px;
}

.font-s20 {
  font-size: 20px;
}

.font-s24 {
  font-size: 24px;
}

.font-s28 {
  font-size: 28px;
}

.font-s30 {
  font-size: 30px;
}

.font-s40 {
  font-size: 40px;
}

.font-wb {
  font-weight: bold;
}

.font-cw {
  color: #fff;
}

.font-cb {
  color: #000;
}

.font-c3 {
  color: #333;
}

.font-c4 {
  color: #444;
}

.font-c6 {
  color: #666;
}

.font-c9 {
  color: #999;
}

.font-cr {
  color: #ff0000;
}

.font-cb {
  color: #3399ff;
}

.font-cg {
  color: #1aad19;
}

.font-c-master {
  color: #F59B23;
}

.cursor {
  cursor: pointer;
}

.move {
  cursor: move;
}

.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.omit2 {
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.margin-0 {
  margin: 0;
}

.margin-2 {
  margin: 2px;
}

.margin-3 {
  margin: 3px;
}

.margin-5 {
  margin: 5px;
}

.margin-8 {
  margin: 8px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-30 {
  margin: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-t1 {
  margin-top: 1px;
}

.margin-t2 {
  margin-top: 2px;
}

.margin-t3 {
  margin-top: 3px;
}

.margin-t4 {
  margin-top: 4px;
}

.margin-t5 {
  margin-top: 5px;
}

.margin-t7 {
  margin-top: 7px;
}

.margin-t8 {
  margin-top: 8px;
}

.margin-t10 {
  margin-top: 10px;
}

.margin-t15 {
  margin-top: 15px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-t25 {
  margin-top: 25px;
}

.margin-t30 {
  margin-top: 30px;
}

.margin-t40 {
  margin-top: 40px;
}

.margin-t50 {
  margin-top: 50px;
}

.margin-t55 {
  margin-top: 55px;
}

.margin-t60 {
  margin-top: 60px;
}

.margin-t100 {
  margin-top: 100px;
}

.margin-t150 {
  margin-top: 150px;
}

.margin-t200 {
  margin-top: 200px;
}

.margin-b2 {
  margin-bottom: 2px;
}

.margin-b3 {
  margin-bottom: 3px;
}

.margin-b5 {
  margin-bottom: 5px;
}

.margin-b8 {
  margin-bottom: 8px;
}

.margin-b10 {
  margin-bottom: 10px;
}

.margin-b15 {
  margin-bottom: 15px;
}

.margin-b20 {
  margin-bottom: 20px;
}

.margin-b30 {
  margin-bottom: 30px;
}

.margin-b40 {
  margin-bottom: 40px;
}

.margin-l2 {
  margin-left: 2px;
}

.margin-l3 {
  margin-left: 3px;
}

.margin-l5 {
  margin-left: 5px;
}

.margin-l8 {
  margin-left: 8px;
}

.margin-l10 {
  margin-left: 10px;
}

.margin-l15 {
  margin-left: 15px;
}

.margin-l20 {
  margin-left: 20px;
}

.margin-l30 {
  margin-left: 30px;
}

.margin-l40 {
  margin-left: 40px;
}

.margin-l50 {
  margin-left: 50px;
}

.margin-l130 {
  margin-left: 130px;
}

.margin-l200 {
  margin-left: 200px;
}

.margin-l160 {
  margin-left: 160px;
}

.margin-r2 {
  margin-right: 2px;
}

.margin-r3 {
  margin-right: 3px;
}

.margin-r5 {
  margin-right: 5px;
}

.margin-r8 {
  margin-right: 8px;
}

.margin-r10 {
  margin-right: 10px;
}

.margin-r15 {
  margin-right: 15px;
}

.margin-r20 {
  margin-right: 20px;
}

.margin-r30 {
  margin-right: 30px;
}

.margin-r40 {
  margin-right: 40px;
}

.margin-lr2 {
  margin-left: 2px;
  margin-right: 2px;
}

.margin-lr3 {
  margin-left: 3px;
  margin-right: 3px;
}

.margin-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-lr8 {
  margin-left: 8px;
  margin-right: 8px;
}

.margin-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-lr25 {
  margin-left: 25px;
  margin-right: 25px;
}

.margin-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.margin-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.margin-tb2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.margin-tb3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.margin-tb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-tb8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.margin-tb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-tb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-tb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-tb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-tb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin0auto {
  margin: 0 auto;
}

.padding-0 {
  padding: 0;
}

.padding-2 {
  padding: 2px;
}

.padding-3 {
  padding: 3px;
}

.padding-5 {
  padding: 5px;
}

.padding-8 {
  padding: 8px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-t2 {
  padding-top: 2px;
}

.padding-t3 {
  padding-top: 3px;
}

.padding-t5 {
  padding-top: 5px;
}

.padding-t8 {
  padding-top: 8px;
}

.padding-t10 {
  padding-top: 10px;
}

.padding-t15 {
  padding-top: 15px;
}

.padding-t20 {
  padding-top: 20px;
}

.padding-t25 {
  padding-top: 25px;
}

.padding-t40 {
  padding-top: 40px;
}

.padding-b2 {
  padding-bottom: 2px;
}

.padding-b3 {
  padding-bottom: 3px;
}

.padding-b5 {
  padding-bottom: 5px;
}

.padding-b8 {
  padding-bottom: 8px;
}

.padding-b10 {
  padding-bottom: 10px;
}

.padding-b15 {
  padding-bottom: 15px;
}

.padding-b20 {
  padding-bottom: 20px;
}

.padding-b25 {
  padding-bottom: 25px;
}

.padding-b40 {
  padding-bottom: 40px;
}

.padding-b50 {
  padding-bottom: 50px;
}

.padding-l2 {
  padding-left: 2px;
}

.padding-l3 {
  padding-left: 3px;
}

.padding-l5 {
  padding-left: 5px;
}

.padding-l8 {
  padding-left: 8px;
}

.padding-l10 {
  padding-left: 10px;
}

.padding-l15 {
  padding-left: 15px;
}

.padding-l20 {
  padding-left: 20px;
}

.padding-l30 {
  padding-left: 30px;
}

.padding-l40 {
  padding-left: 40px;
}

.padding-l150 {
  padding-left: 150px;
}

.padding-r2 {
  padding-right: 2px;
}

.padding-r3 {
  padding-right: 3px;
}

.padding-r5 {
  padding-right: 5px;
}

.padding-r8 {
  padding-right: 8px;
}

.padding-r10 {
  padding-right: 10px;
}

.padding-r15 {
  padding-right: 15px;
}

.padding-r20 {
  padding-right: 20px;
}

.padding-r40 {
  padding-right: 40px;
}

.padding-r70 {
  padding-right: 70px;
}

.padding-lr2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-lr3 {
  padding-left: 3px;
  padding-right: 3px;
}

.padding-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-lr8 {
  padding-left: 8px;
  padding-right: 8px;
}

.padding-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-lr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-lr30 {
  padding-left: 30px;
  padding-right: 0px;
}

.padding-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-tb2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.padding-tb3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.padding-tb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-tb7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.padding-tb8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.padding-tb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-tb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-tb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-tb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear-b {
  clear: both;
}

.clearfix:after, .apply-field-list .list-item .item-name:after, .apply-field-list .list-item .item-form:after, .apply-field-list .list-item .item-type:after, .apply-field-list .list-item .item-handle:after, .apply-field-list:after, .form-code-row:after, .img-code-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.dominant {
  color: #F59B23;
}

.red {
  color: #f05050;
}

.blue {
  color: #2d8cf0;
}

.light-blue {
  color: #3c8ee9;
}

.dark-blue {
  color: #264363;
}

.maz-blue {
  color: #181c39;
}

.green {
  color: #00c3aa;
}

.yellow {
  color: #F7F085;
}

.gray {
  color: #f6f8fa;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.dark-gray {
  color: #999;
}

.orange {
  color: orange;
}

.bg-dominant {
  background-color: #F59B23;
}

.bg-red {
  background-color: #f05050;
}

.bg-blue {
  background-color: #2866A4;
}

.bg-light-blue {
  background-color: #45AFE1;
}

.bg-dark-blue {
  background-color: #264363;
}

.bg-maz-blue {
  background-color: #181c39;
}

.bg-green {
  background-color: #00c3aa;
}

.bg-yellow {
  background-color: #f7bf52;
}

.bg-gray {
  background-color: #f6f8fa;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-f1 {
  background-color: #f1f1f1;
}

.bg-f2 {
  background-color: #f2f2f2;
}

.bg-f9 {
  background-color: #f9f9f9;
}

.bg-area {
  background-color: #F5D18C;
}

.width-10 {
  width: 10px;
}

.width-15 {
  width: 15px;
}

.width-20 {
  width: 20px;
}

.width-25 {
  width: 25px;
}

.width-30 {
  width: 30px;
}

.width-35 {
  width: 35px;
}

.width-40 {
  width: 40px;
}

.width-45 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-55 {
  width: 55px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-100 {
  width: 100px;
}

.width-120 {
  width: 120px;
}

.width-150 {
  width: 150px;
}

.width-170 {
  width: 170px;
}

.width-200 {
  width: 200px;
}

.width-250 {
  width: 250px;
}

.width-300 {
  width: 300px;
}

.width-350 {
  width: 350px;
}

.width-500 {
  width: 500px;
}

.width5 {
  width: 5%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width33 {
  width: 33.3333%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.height-10 {
  height: 10px;
}

.height-15 {
  height: 15px;
}

.height-20 {
  height: 20px;
}

.height-25 {
  height: 25px;
}

.height-30 {
  height: 30px;
}

.height-35 {
  height: 35px;
}

.height-40 {
  height: 40px;
}

.height-45 {
  height: 45px;
}

.height-50 {
  height: 50px;
}

.height-55 {
  height: 55px;
}

.height-60 {
  height: 60px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

.height-150 {
  height: 150px;
}

.height-160 {
  height: 160px;
}

.height-180 {
  height: 180px;
}

.height-200 {
  height: 200px;
}

.height-245 {
  height: 245px;
}

.height-250 {
  height: 250px;
}

.height5 {
  height: 5%;
}

.height10 {
  height: 10%;
}

.height15 {
  height: 15%;
}

.height20 {
  height: 20%;
}

.height25 {
  height: 25%;
}

.height33 {
  height: 33.3333%;
}

.height50 {
  height: 50%;
}

.height100 {
  height: 100%;
}

.line-h10 {
  line-height: 10px;
}

.line-h20 {
  line-height: 20px;
}

.line-h25 {
  line-height: 25px;
}

.line-h30 {
  line-height: 30px;
}

.line-h35 {
  line-height: 35px;
}

.line-h38 {
  line-height: 38px;
}

.line-h40 {
  line-height: 40px;
}

.line-h45 {
  line-height: 45px;
}

.line-h50 {
  line-height: 50px;
}

.line-h60 {
  line-height: 60px;
}

.display-b {
  display: block;
}

.display-i {
  display: inline-block;
}

.display-t {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  box-sizing: border-box;
}

.display-tc {
  display: table-cell;
}

.display-n {
  display: none;
}

.visibility-v {
  visibility: visible;
}

.visibility-h {
  visibility: hidden;
}

.display-f {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.wrap-wrap {
  flex-wrap: wrap;
}

.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.position-f {
  position: fixed;
}

.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

.overflow-x-a {
  overflow-x: auto;
}

.overflow-y-a {
  overflow-y: auto;
}

.vertical-align-m {
  vertical-align: middle;
}

.border {
  border: 1px solid #F5D18C;
}

.border-das {
  border: 1px dashed #F5D18C;
}

.border-top {
  border-top: 1px solid #F5D18C;
}

.border-bottom {
  border-bottom: 1px solid #F5D18C;
}

.border-left {
  border-left: 1px solid #F5D18C;
}

.border-right {
  border-right: 1px solid #F5D18C;
}

.border-das-top {
  border-top: 1px dashed #F5D18C;
}

.border-das-bottom {
  border-bottom: 1px dashed #F5D18C;
}

.border-0 {
  border: 0 !important;
}

.border-r2 {
  border-radius: 2px;
}

.border-r3 {
  border-radius: 3px;
}

.border-r5 {
  border-radius: 5px;
}

.border-r10 {
  border-radius: 10px;
}

.border-r50 {
  border-radius: 50px;
}

.box-sizing-bor {
  box-sizing: border-box;
}

.border-collapse {
  border-collapse: collapse;
}


/**

 @Name：layuiAdmin
 @Author：LiuZhEn

 */
html #layuicss-layuiAdmin {
  display: none;
  position: absolute;
  width: 1989px;
}

/* 系统 */
::-webkit-input-placeholder {
  color: #ccc;
}

/** 滚动条 **/
/*
::-webkit-scrollbar{width: 10px; height: 10px;}
::-webkit-scrollbar-button:vertical{display: none;}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner{background-color: #e2e2e2;}
::-webkit-scrollbar-thumb{border-radius: 0; background-color: rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:vertical:hover{background-color: rgba(0,0,0,.35);}
::-webkit-scrollbar-thumb:vertical:active{background-color: rgba(0,0,0,.38);}
*/
/* 全局 */
html {
  background-color: #f2f2f2;
  color: #666;
}

*[template],
.layadmin-tabsbody-item {
  display: none;
}

*[lay-href],
*[lay-tips],
*[layadmin-event] {
  cursor: pointer;
}

/* 重置布局结构 */
.layui-layout-admin .layui-header {
  height: 65px;
  box-sizing: border-box;
  background-color: #fff;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-child a {
  color: #333;
}

.layui-layout-admin .layui-side {
  width: 200px;
  top: 0;
  z-index: 1001;
}

.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-header .layui-nav .layui-nav-item {
  height: 65px;
  line-height: 65px;
}

.layui-layout-admin .layui-logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  width: 200px;
  height: 65px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.layui-layout-admin .layui-layout-left,
.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer {
  left: 200px;
}

.layadmin-pagetabs {
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 999;
}

.layadmin-pagetabs .layui-breadcrumb {
  padding: 0 15px;
}

.layui-layout-admin .layui-body {
  top: 110px;
  bottom: 0;
}

.layui-layout-admin .layui-body .layadmin-tabsbody-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}

.layui-layout-admin .layui-header .layui-nav-img {
  width: 26px;
  height: 26px;
}

.layui-layout-admin .layui-header .layui-nav-child {
  top: 75px;
  border: 0;
  border-radius: 4px;
}

.layui-layout-admin .layui-header .layui-layout-right .layui-nav-child {
  left: 50%;
  right: auto;
  min-width: 200px;
  margin-left: -95px;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this a,
.layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this {
  background: none;
}

/* 统一动画 */
.layui-layout-admin .layui-header .layui-nav .layui-nav-item,
.layui-layout-admin .layui-layout-left,
.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer,
.layui-layout-admin .layui-side,
.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-header .layui-layout-right {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* 图标 */
.layui-icon-login-qq {
  color: #3492ED;
}

.layui-icon-login-wechat {
  color: #4DAF29;
}

.layui-icon-login-weibo {
  color: #CF1900;
}

/* 重置表格风格 */
.layui-table td {
  font-size: 12px;
}

.layui-table th {
  font-size: 14px;
}

/*
.layui-table th,
.layui-table td,
.layui-table[lay-skin="line"],
.layui-table[lay-skin="row"],
.layui-table-view,
.layui-table-header,
.layui-table-tool,
.layui-table-page,
.layui-table-fixed-r,
.layui-table-tips-main{border-color: #f6f6f6;}

.layui-table thead tr,
.layui-table-header,
.layui-table-tool,
.layui-table-patch,
.layui-table-mend{background-color: #fff;}

.layui-table[lay-even] tr:nth-child(even),
.layui-table tbody tr:hover,
.layui-table-hover,
.layui-table-click{background-color: #f8f8f8;}
*/
/* 表单 */
.layui-form[wid100] .layui-form-label {
  width: 100px;
}

.layui-form[wid100] .layui-input-block {
  margin-left: 130px;
}

@media screen and (max-width: 450px) {
  .layui-form[wid100] .layui-form-item .layui-input-inline {
    margin-left: 132px;
  }
  .layui-form[wid100] .layui-form-item .layui-input-inline + .layui-form-mid {
    margin-left: 130px;
  }
}
.layui-form-item .layui-input-company {
  width: auto;
  padding-right: 10px;
  line-height: 38px;
}

.layui-form .layui-form-label {
  width: 100px;
  padding: 0 30px 0 0;
  line-height: 38px;
}

.layui-form .layui-input-block {
  margin-left: 130px;
}

.layui-form .layui-form-label.required {
  position: relative;
}
.layui-form .layui-form-label.required:before {
  content: "*";
  position: absolute;
  color: #f05050;
  margin-left: -15px;
  font-size: 16px;
  top: 1px;
}

/* 辅助 */
.layui-bg-white {
  background-color: #fff;
}

.layadmin-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px -15px;
  font-size: 30px;
  color: #c2c2c2;
}

.layadmin-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.layadmin-link {
  color: #029789 !important;
}

.layadmin-link:hover {
  opacity: 0.8;
}

/* 弹出面板 */
.layui-layer-title {
  height: 50px;
  line-height: 50px;
  border: none 0;
  background-color: #2d3244;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.layui-layer-admin .layui-layer-title {
  height: 50px;
  line-height: 50px;
  border: none 0;
  background-color: #20222A;
  color: #fff;
  font-weight: bold;
}

.layui-layer-admin i[close] {
  position: absolute;
  padding: 5px;
  right: 10px;
  top: 12px;
  color: #fff;
  cursor: pointer;
}

.layui-layer-admin .layui-layer-content {
  padding: 20px;
  line-height: 22px;
}

.layui-layer-admin .layui-layer-content cite {
  font-style: normal;
  color: #FF5722;
}

/* 右侧面板 */
.layui-layer-adminRight {
  top: 50px !important;
  bottom: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: auto;
}

/* 弹出便签 */
.layadmin-note .layui-layer-content {
  padding: 0;
}

.layadmin-note textarea {
  display: block;
  width: 300px;
  height: 132px;
  min-width: 300px;
  min-height: 132px;
  line-height: 20px;
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  color: #666;
  word-wrap: break-word;
}

/* 头部导航 */
.layui-layout-admin .layui-layout-left {
  padding: 0 10px;
}

.layui-layout-admin .layui-layout-left .layui-nav-item {
  margin: 0 20px;
}

.layui-layout-admin .layui-layout-left a {
  padding: 0;
}

.layui-layout-admin .layui-layout-right {
  padding: 0;
}

.layui-header .layui-nav-item .layui-icon {
  position: relative;
  top: 1px;
  font-size: 16px;
}

.layui-header .layui-layout-right .layui-badge-dot {
  margin-left: 11px;
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
  color: #F59B23;
}

/* 遮罩 */
.layadmin-body-shade {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

/* 侧边菜单 */
.layui-side-menu .layui-side-scroll {
  width: 200px;
}

.layui-side-menu .layui-nav {
  width: 200px;
  margin-top: 74px;
  background: none;
}

.layui-side-menu .layui-nav .layui-nav-item a {
  height: 45px;
  line-height: 45px;
  padding-left: 45px;
  padding-right: 30px;
  color: #ffffff !important;
  font-size: 12px;
}

.layui-side-menu .layui-nav .layui-nav-item a:hover {
  background: #F59B23;
}

.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -22px;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child {
  background: none !important;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child a {
  padding-left: 60px;
}

.layui-side-menu .layui-nav .layui-nav-more {
  right: 15px;
}

/* 侧边菜单 - 平板移动设备 */
@media screen and (max-width: 992px) {
  .layui-layout-admin .layui-side {
    transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    width: 200px;
  }
  .layui-layout-admin .layui-layout-left,
  .layadmin-pagetabs,
  .layui-layout-admin .layui-body,
  .layui-layout-admin .layui-footer {
    left: 0;
  }
}
/* 侧边收缩模式 */
.layadmin-side-shrink .layui-layout-admin .layui-logo {
  width: 60px;
  background-image: url(res/logo.png); /*background-size: 20px;)*/
}

.layadmin-side-shrink .layui-layout-admin .layui-logo span {
  display: none;
}

.layadmin-side-shrink .layui-side {
  left: 0;
  width: 60px;
}

.layadmin-side-shrink .layui-layout-admin .layui-layout-left,
.layadmin-side-shrink .layadmin-pagetabs,
.layadmin-side-shrink .layui-layout-admin .layui-body,
.layadmin-side-shrink .layui-layout-admin .layui-footer {
  left: 60px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav {
  position: static;
  width: 60px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav-item {
  position: static;
}

.layadmin-side-shrink .layui-side-menu .layui-nav-item > a {
  padding-right: 0;
}

.layadmin-side-shrink .layui-side-menu .layui-nav-item cite,
.layadmin-side-shrink .layui-side-menu .layui-nav > .layui-nav-item > a .layui-nav-more,
.layadmin-side-shrink .layui-side-menu .layui-nav > .layui-nav-item > .layui-nav-child {
  display: none;
  padding: 8px 0;
  width: 200px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav > .layui-nav-itemed > a {
  background: rgba(0, 0, 0, 0.3);
}

/* 移动端展开模式 */
.layadmin-side-spread-sm .layui-layout-admin .layui-layout-left,
.layadmin-side-spread-sm .layadmin-pagetabs,
.layadmin-side-spread-sm .layui-layout-admin .layui-body,
.layadmin-side-spread-sm .layui-layout-admin .layui-footer {
  left: 0;
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
}

.layadmin-side-spread-sm .layui-layout-admin .layui-layout-right {
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
}

.layadmin-side-spread-sm .layui-side {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.layadmin-side-spread-sm .layadmin-body-shade {
  display: block;
}

/* 页面标签 */
.layadmin-pagetabs {
  height: 48px;
  line-height: 48px;
  padding: 0 80px 0 40px;
  border-bottom: 1px solid #e5e5e5;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.layadmin-pagetabs .layadmin-tabs-control {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  border-left: 1px solid #f6f6f6;
}

.layadmin-pagetabs .layadmin-tabs-control:hover {
  background-color: #f6f6f6;
}

.layadmin-pagetabs .layui-icon-prev {
  left: 0;
  border-left: none;
  border-right: 1px solid #F5D18C;
}

.layadmin-pagetabs .layui-icon-next {
  right: 40px;
  right: 40px;
}

.layadmin-pagetabs .layui-icon-down {
  right: 0;
}

.layadmin-tabs-select.layui-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}

.layadmin-tabs-select.layui-nav .layui-nav-item {
  line-height: 40px;
}

.layadmin-tabs-select.layui-nav .layui-nav-item > a {
  height: 40px;
}

.layadmin-tabs-select.layui-nav .layui-nav-item a {
  color: #666;
}

.layadmin-tabs-select.layui-nav .layui-nav-child {
  top: 40px;
  left: auto;
  right: 0;
}

.layadmin-tabs-select.layui-nav .layui-nav-child dd.layui-this,
.layadmin-tabs-select.layui-nav .layui-nav-child dd.layui-this a {
  background-color: #f2f2f2 !important;
  color: #333;
}

.layadmin-tabs-select.layui-nav .layui-nav-more,
.layadmin-tabs-select.layui-nav .layui-nav-bar {
  display: none;
}

.layadmin-pagetabs .layui-tab {
  margin: 0;
  overflow: hidden;
}

.layadmin-pagetabs .layui-tab-title {
  height: 48px;
  border: none;
}

.layadmin-pagetabs .layui-tab-title li {
  min-width: 0;
  line-height: 36px;
  height: 36px;
  max-width: 200px;
  text-overflow: ellipsis;
  padding-right: 40px;
  border: 1px solid #F5D18C;
  border-bottom: 0;
  vertical-align: top;
  margin: 11px 0 0 5px;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}

.layadmin-pagetabs .layui-tab-title li:first-child {
  padding-right: 15px;
}

.layadmin-pagetabs .layui-tab-title li:first-child .layui-tab-close {
  display: none;
}

.layadmin-pagetabs .layui-tab-title li .layui-tab-close {
  position: absolute;
  right: 8px;
  top: 50%;
  margin: -7px 0 0 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 12px;
}

.layadmin-pagetabs .layui-tab-title li:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 0;
  background-color: #F59B23;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.layadmin-pagetabs .layui-tab-title li:hover:after {
  width: 100%;
}

.layadmin-pagetabs .layui-tab-title li:hover,
.layadmin-pagetabs .layui-tab-title li.layui-this {
  background-color: #ffffff;
}

.layadmin-pagetabs .layui-tab-title li.layui-this:after {
  width: 100%;
  border: none;
  height: 2px;
  background-color: #F59B23;
}

/* 不开启页面标签时 */
.layadmin-tabspage-none .layui-layout-admin .layui-header {
  border-bottom: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.layadmin-tabspage-none .layui-layout-admin .layui-body {
  top: 50px;
}

.layadmin-tabspage-none .layadmin-header {
  display: block;
}

.layadmin-tabspage-none .layadmin-header .layui-breadcrumb {
  border-top: 1px solid #f6f6f6;
}

/* 底部固定区域 */
.layui-layout-admin .layui-footer {
  padding: 10px 0;
  text-align: center;
}

/* 默认主题修饰 */
.layui-layout-admin .layui-header {
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.layui-layout-admin .layui-header a,
.layui-layout-admin .layui-header a cite {
  color: rgba(51, 51, 51, 0.8);
}

.layui-layout-admin .layui-header a span {
  font-weight: bold;
}

.layui-layout-admin .layui-header .layui-nav .layui-this a {
  color: #F59B23;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
  border-top-color: rgba(51, 51, 51, 0.8);
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
  border-color: transparent;
  border-bottom-color: #666;
}

.layui-layout-admin .layui-header .layui-nav .layui-this {
  position: relative;
}

.layui-layout-admin .layui-header .layui-nav .layui-this:after {
  content: " ";
  width: 14px;
  height: 7px;
  display: inline-block;
  background: url("res/up.png");
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 53px;
}

.layui-layout-admin .layui-header .layui-nav-bar {
  display: none;
}

.layui-layout-admin .layui-logo {
  background-color: #002140;
}

.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.layui-layout-admin .layui-nav-itemed > .layui-nav-child {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.layui-side-menu {
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
}

.layui-layout-admin .layui-footer {
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
}

.layui-side-menu,
.layadmin-setTheme-side {
  background-color: #002140;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.layadmin-setTheme-header {
  background-color: #fff;
}

.layui-layout-admin .layui-footer {
  background-color: #fff;
}

.layui-tab-admin .layui-tab-title {
  background-color: #393D49;
  color: #fff;
}

/*

 格局

*/
.layui-fluid {
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  font-size: 12px;
}

.layadmin-header {
  display: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  border-radius: 0;
}

.layadmin-header .layui-breadcrumb {
  padding: 0 15px;
}

.layui-card-header .layui-icon {
  line-height: initial;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

.layadmin-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*

 控制台

*/
/* 重置轮播样式 */
.layadmin-carousel {
  height: 185px !important;
  background-color: #fff;
}

.layadmin-carousel .layui-carousel-ind li {
  background-color: #e2e2e2;
}

.layadmin-carousel .layui-carousel-ind li:hover {
  background-color: #c2c2c2;
}

.layadmin-carousel .layui-carousel-ind li.layui-this {
  background-color: #999;
}

.layadmin-carousel .layui-carousel,
.layadmin-carousel > *[carousel-item] > * {
  background-color: #fff;
}

.layadmin-carousel .layui-col-space10 {
  margin: 0;
}

.layadmin-carousel .layui-carousel-ind {
  position: absolute;
  top: -41px;
  text-align: right;
}

.layadmin-carousel .layui-carousel-ind ul {
  background: none;
}

/* 重置tab样式 */
.layui-card {
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}

.layui-card-body {
  box-sizing: border-box;
  height: 100%;
}

.with-handle .layui-card-body {
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 69px);
}

.layui-card-handle {
  padding: 15px;
  right: 15px;
  left: 15px;
  bottom: 0;
  box-sizing: border-box;
  background-color: rgba(235, 235, 241, 0.3);
  z-index: 2;
  border-top: 1px solid #eeeeee;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.layui-tab-brief .layui-tab-title {
  height: 42px;
  border-bottom-color: #e6e6e6;
}

.layui-tab-brief .layui-tab-title li {
  margin: 0 15px;
  padding: 0;
  line-height: 42px;
}

.layui-tab-brief .layui-tab-title li.layui-this {
  color: #F59B23;
}

.layui-tab-brief .layui-tab-title .layui-this:after {
  height: 43px;
}

.layui-tab-brief .layui-tab-content {
  padding: 15px;
}

.layui-table-view {
  margin: 0;
}

/* 快捷方式 */
.layadmin-shortcut li {
  text-align: center;
}

.layadmin-shortcut li .layui-icon {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 2px;
  font-size: 30px;
  background-color: #F8F8F8;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.layadmin-shortcut li cite {
  position: relative;
  top: 2px;
  display: block;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.layadmin-shortcut li:hover .layui-icon {
  background-color: #f2f2f2;
}

/* 待办事项 */
.layadmin-backlog .layadmin-backlog-body {
  display: block;
  padding: 10px 15px;
  background-color: #f8f8f8;
  color: #999;
  border-radius: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.layadmin-backlog-body h3 {
  padding-bottom: 10px;
  font-size: 12px;
}

.layadmin-backlog-body p cite {
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
  color: #F59D27;
}

.layadmin-backlog-body:hover {
  background-color: #f2f2f2;
  color: #888;
}

/* 数据概览 */
.layadmin-dataview {
  height: 332px !important;
}

.layadmin-dataview > *[carousel-item]:before {
  display: none;
}

.layadmin-dataview > *[carousel-item] > div {
  height: 332px;
}

/* 控制台效果报告 */
.layadmin-takerates {
  padding-top: 5px;
}

.layadmin-takerates .layui-progress {
  margin: 50px 0 60px;
}

.layadmin-takerates .layui-progress:last-child {
  margin-bottom: 10px;
}

.layadmin-takerates .layui-progress h3 {
  position: absolute;
  right: 0;
  top: -35px;
  color: #999;
  font-size: 14px;
}

.layadmin-takerates .layui-progress-bar {
  text-align: left;
}

.layadmin-takerates .layui-progress-text {
  top: -35px;
  line-height: 26px;
  font-size: 26px;
}

/* 产品动态 */
.layadmin-news {
  height: 60px !important;
  padding: 5px 0;
}

.layadmin-news a {
  display: block;
  line-height: 60px;
  text-align: center;
}

.layadmin-news .layui-carousel-ind {
  height: 45px;
}

/* 文字列表 */
.layadmin-list li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom-color: #f6f6f6;
  list-style-position: inside;
  list-style-type: disc;
}

.layadmin-list li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.layadmin-list li a {
  color: #666;
}

.layadmin-list li a:hover {
  color: #F59D27;
}

.layadmin-list li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

/* 文本区域 */
.layadmin-text p {
  margin-bottom: 10px;
  text-indent: 2em;
}

.layadmin-text p:last-child {
  margin: 0;
}

/*

 模板

*/
/* 产品版本选择面板 */
.layadmin-panel-selection {
  width: 768px;
  margin: 30px auto;
}

.layadmin-panel-selection .layui-panel-window {
  padding: 30px 50px;
  border-top-color: #ddd;
  text-align: center;
}

.layadmin-panel-selection .layui-panel-window h2 {
  padding-bottom: 15px;
  font-size: 18px;
}

.layadmin-panel-selection .layui-panel-window ul {
  margin-top: 15px;
  text-align: left;
}

.layadmin-panel-selection .layui-btn-container {
  margin-top: 30px;
}

.layadmin-panel-selection .layui-btn-container .layui-btn {
  width: 100%;
}

/*

 应用

*/
/* 消息中心 */
.layuiAdmin-msg-detail h1 {
  font-size: 16px;
}

.layuiAdmin-msg-detail .layui-card-header {
  height: auto;
  line-height: 30px;
  padding: 15px;
}

.layuiAdmin-msg-detail .layui-card-header span {
  padding: 0 5px;
  color: #999;
}

.layuiAdmin-msg-detail .layui-card-header span:first-child {
  padding-left: 0;
}

.layuiAdmin-msg-detail .layui-card-body {
  padding: 15px;
}

/*

 系统

*/
/* 主题设置 */
.layadmin-setTheme {
  padding: 15px;
  overflow-x: hidden;
}

.layadmin-setTheme > h5 {
  padding: 20px 0 10px;
  color: #000;
}

.layadmin-setTheme > h5:first-child {
  padding-top: 0;
}

.layadmin-setTheme-color {
  width: 330px;
  font-size: 0;
}

.layadmin-setTheme-color li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 50px;
  margin: 0 15px 15px 0;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 12px;
  color: #666;
}

.layadmin-setTheme-color li:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0;
  border: 1px solid #F5D18C;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}

.layadmin-setTheme-color li.layui-this:after,
.layadmin-setTheme-color li:hover:after {
  width: 100%;
  height: 100%;
  padding: 4px;
  top: -5px;
  left: -5px;
  border-color: #F59D27;
  opacity: 1;
}

.layadmin-setTheme-header {
  position: relative;
  z-index: 10;
  height: 10px;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.layadmin-setTheme-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 11;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
}

.layadmin-setTheme-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.layadmin-form-right {
  text-align: right;
}

/* 关于 */
.layadmin-about p {
  margin-bottom: 10px;
}

/* 菜单列表 */
.layadmin-menu-list .layui-card-header {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.layadmin-menu-list .layui-card-header:active {
  background-color: #f2f2f2;
}

.layadmin-menu-list .layui-card-header .layui-icon {
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0;
  font-size: 18px;
}

/* 动画 */
@-webkit-keyframes layui-rl { /* 从右往左滑入 */
  from {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes layui-rl {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.layui-anim-rl {
  -webkit-animation-name: layui-rl;
  animation-name: layui-rl;
}

@-webkit-keyframes layui-lr { /* 从右往左滑入 */
  from {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
}
@keyframes layui-lr {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.layui-anim-lr {
  -webkit-animation-name: layui-lr;
  animation-name: layui-lr;
}

.layui-anim-rl.layer-anim-close {
  -webkit-animation-name: layui-lr;
  animation-name: layui-lr;
}

/* 提示页 */
.layadmin-tips {
  margin-top: 30px;
  text-align: center;
}

.layadmin-tips .layui-icon[face] {
  display: inline-block;
  font-size: 300px;
  color: #393D49;
}

.layadmin-tips .layui-text {
  width: 500px;
  margin: 30px auto;
  padding-top: 20px;
  border-top: 5px solid #F59D27;
  font-size: 16px;
}

.layadmin-tips h1 {
  font-size: 100px;
  line-height: 100px;
  color: #F59D27;
}

.layadmin-tips .layui-text .layui-anim {
  display: inline-block;
}

/*

  响应式补充

*/
@media screen and (max-width: 768px) {
  /* 产品清单模板 */
  .layadmin-panel-selection {
    margin: 0;
    width: auto;
  }
  /* 导航 */
  .layui-body .layui-nav .layui-nav-item {
    display: block;
  }
}
/*按钮*/
.layui-btn {
  font-size: 12px;
  border-radius: 4px;
  background-color: #F59B23;
  padding: 0 30px;
}
.layui-btn.bg-red {
  background-color: #f05050;
}
.layui-btn.bg-yellow {
  background-color: #f7bf52;
}

.layui-btn .layui-icon {
  font-size: 16px;
}

.layui-btn.layui-btn-primary {
  border-color: #e5e5e5;
  background-color: #fff;
}

.layui-layout-body {
  /*nav*/
  /*form表单*/
}
.layui-layout-body .layui-nav-tree .layui-nav-child dd.layui-this, .layui-layout-body .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-layout-body .layui-nav-tree .layui-this, .layui-layout-body .layui-nav-tree .layui-this > a, .layui-layout-body .layui-nav-tree .layui-this > a:hover {
  background-color: #F59B23;
  color: #fff !important;
}
.layui-layout-body .layui-nav-tree .layui-nav-bar {
  background-color: #F59B23;
}
.layui-layout-body .layui-input, .layui-layout-body .layui-textarea {
  border-radius: 4px;
}
.layui-layout-body .layui-input:focus, .layui-layout-body .layui-textarea:focus {
  border-color: #F59B23 !important;
}
.layui-layout-body .layui-form-danger + .layui-form-select .layui-input, .layui-layout-body .layui-form-danger:focus {
  border-color: #f05050 !important;
}
.layui-layout-body .layui-form-select .layui-edge {
  border-width: 5px;
  border-top-color: #e3e3e3;
}
.layui-layout-body .layui-form-onswitch {
  border-color: #F59B23;
  background-color: #F59B23;
}
.layui-layout-body .layui-form-select dl dd.layui-this {
  background-color: #F59B23;
}
.layui-layout-body .layui-date {
  position: relative;
  background-color: #fff;
}
.layui-layout-body .layui-date:after {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb99";
  position: absolute;
  right: 10px;
  color: #bfbfbf;
  top: 7px;
  z-index: 1;
}
.layui-layout-body .layui-date input {
  position: relative;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}
.layui-layout-body .layui-picker {
  position: relative;
  background-color: #fff;
}
.layui-layout-body .layui-picker:after {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebd8";
  position: absolute;
  right: 10px;
  color: #bfbfbf;
  top: 7px;
  z-index: 1;
}
.layui-layout-body .layui-picker input {
  position: relative;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}
.layui-layout-body .layui-form-checked i, .layui-layout-body .layui-form-checked:hover i {
  color: #fff;
}
.layui-layout-body .layui-table-view {
  border-radius: 5px;
}
.layui-layout-body .layui-table thead tr {
  background-color: #F5D18C;
}
.layui-layout-body .layui-table thead tr th {
  height: 42px;
}
.layui-layout-body .layui-table thead tr th:first-child {
  border-radius: 5px 0 0 0;
}
.layui-layout-body .layui-table thead tr th:last-child {
  border-radius: 0 5px 0 0;
}
.layui-layout-body .layui-table tbody tr {
  height: 42px;
}
.layui-layout-body .layui-table tbody tr:nth-child(even) {
  background-color: #f5f5f8;
}
.layui-layout-body .layui-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.layui-layout-body .layui-table tbody tr:last-child td:last-child {
  border-radius: 0 5px 0 0;
}
.layui-layout-body .layui-table td {
  border-color: #F5D18C;
}
.layui-layout-body .layui-table tbody tr:nth-child(odd):hover {
  background-color: #fff;
}
.layui-layout-body .layui-table tbody tr:nth-child(even):hover {
  background-color: #f4f8fb;
}
.layui-layout-body .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #F59B23;
}
.layui-layout-body .layui-table {
  color: #333;
}
.layui-layout-body .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-layout-body .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #F59B23;
}

.layui-layer-setwin .layui-layer-close {
  width: 20px;
  height: 20px;
  background: url("res/layer_close.png");
  background-position: 0 0;
  background-size: contain;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #F59B23;
  background-color: #F59B23;
}

.layui-layer-page .layui-layer-content {
  background-color: #f8f8f8;
}

.link {
  color: #2a75ed;
  cursor: pointer;
}
.link:hover {
  color: #2a75ed;
  opacity: 0.8;
}

.hover, .form-code-row .code-refresh {
  cursor: pointer;
}
.hover:hover, .form-code-row .code-refresh:hover {
  color: #2a75ed;
  opacity: 0.8;
}

.warn {
  cursor: pointer;
}
.warn:hover {
  color: #ff0000;
  opacity: 0.8;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
}

.commodity-frame .layui-input-block {
  margin-left: 150px;
}
.commodity-frame .layui-form-label {
  width: 140px;
}

.layui-tree-skin-lemon-tree .layui-icon.layui-tree-branch {
  display: none;
}
.layui-tree-skin-lemon-tree .layui-icon.layui-tree-leaf {
  visibility: hidden;
}

.layui-tree a.selected {
  border-radius: 3px;
  background-color: #e2e2e2;
}

.full-table-box {
  height: 100%;
}
.full-table-box .layui-table-view {
  height: 100% !important;
}
.full-table-box .layui-table-box {
  height: calc(100% - 41px);
  overflow-y: auto;
}

.layui-side-menu .layui-nav .layui-nav-item .iconfont {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -23px;
  line-height: 45px;
  font-size: 18px;
}

.check-put-check .check-item, .check-select-check .check-item {
  cursor: pointer;
  padding: 0 15px;
}
.check-put-check .check-item:hover, .check-select-check .check-item:hover {
  background-color: #f2f2f2;
}
.check-put-check .check-item .layui-form-checkbox, .check-select-check .check-item .layui-form-checkbox {
  display: block;
  margin-top: 0;
  padding: 10px 0;
}
.check-put-check .check-item .layui-form-checkbox span, .check-select-check .check-item .layui-form-checkbox span {
  float: none;
}
.check-put-check .check-item .layui-form-checkbox i, .check-select-check .check-item .layui-form-checkbox i {
  float: left;
}

.layui-form-tree-selected dl {
  display: block;
}

#personList tr:hover, #deptList tr:hover, #dutyList tr:hover {
  background-color: #f2f2f2;
}
#personList tr td, #deptList tr td, #dutyList tr td {
  padding: 0 15px;
}

.layui-form-group {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 1000px;
}
.layui-form-group:after {
  content: "";
  clear: both;
}
.layui-form-group .form-group-title {
  font-size: 16px;
  color: #999;
  line-height: 32px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.layui-card-header .layui-form-select, .layui-card-header .layui-input {
  margin-top: 6px;
}

.layui-card-title {
  float: left;
  font-size: 16px;
  color: #333;
  margin-right: 20px;
}

.layui-card-footer {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 5px 20px;
  border-top: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}

.pwd-tips {
  width: 400px;
  position: relative;
  font-size: 12px;
  color: #F97272;
  margin-left: 141px;
  margin-top: 10px;
}
.pwd-tips .pwd-level {
  position: absolute;
  top: -36px;
  right: 20px;
  font-weight: bold;
}
.pwd-tips .pwd-level.level-0 {
  display: none;
}
.pwd-tips .pwd-level.level-1 {
  display: block;
  color: #F97272;
}
.pwd-tips .pwd-level.level-2 {
  display: block;
  color: #ffcc00;
}
.pwd-tips .pwd-level.level-3 {
  display: block;
  color: #2ac845;
}

.static-table {
  width: 100%;
  background-color: #fff;
}
.static-table.bg-gray thead tr {
  background-color: #e0e0e0;
}
.static-table.bg-gray thead tr th {
  border-color: #e0e0e0;
}
.static-table.bg-gray tbody tr td {
  border-color: #e0e0e0;
}
.static-table thead tr {
  background-color: #F5D18C;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 42px;
}
.static-table thead tr th {
  padding: 0 20px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #F5D18C;
  border-top: none;
  border-left: none;
  text-align: left;
  font-weight: 400;
}
.static-table thead tr th:first-child {
  border-radius: 5px 0 0 0;
}
.static-table thead tr th:last-child {
  border-radius: 0 5px 0 0;
}
.static-table tbody tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 42px;
}
.static-table tbody tr td {
  padding: 0 20px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #F5D18C;
  text-align: left;
  font-weight: 400;
}
.static-table tbody tr td input {
  height: 32px;
  line-height: 32px;
}
.static-table tbody tr td input[readonly] {
  border-color: #fff;
}
.static-table tbody tr td input[readonly]:hover, .static-table tbody tr td input[readonly]:focus {
  border-color: #fff !important;
}
.static-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.static-table tbody tr:last-child td:last-child {
  border-radius: 0 5px 0 0;
}
.static-table tbody tr.second td:first-child {
  padding-left: 30px;
}
.static-table tbody tr.third td:first-child {
  padding-left: 45px;
}

.lengthways-table {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.lengthways-table thead tr {
  background-color: #f6f8fa;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 38px;
}
.lengthways-table thead tr th {
  padding: 5px 0 5px 15px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-left: none;
  text-align: left;
  font-weight: 400;
}
.lengthways-table tbody tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 38px;
}
.lengthways-table tbody tr td {
  padding: 5px 15px 5px 15px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-left: none;
  text-align: left;
  font-weight: 400;
}
.lengthways-table tbody tr td input {
  height: 32px;
  line-height: 32px;
}
.lengthways-table tbody tr:nth-child(even) {
  background-color: rgb(248, 248, 248);
}
.lengthways-table tbody tr.second td:first-child {
  padding-left: 30px;
}
.lengthways-table tbody tr.third td:first-child {
  padding-left: 45px;
}

.nob-table {
  min-width: 100%;
  table-layout: fixed;
}
.nob-table thead tr {
  background-color: #f6f8fa;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.nob-table thead tr th {
  padding: 5px 0 5px 15px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  border-top: none;
  border-left: none;
  text-align: left;
  font-weight: 400;
}
.nob-table tbody tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 48px;
  cursor: pointer;
}
.nob-table tbody tr td {
  padding: 5px 0 5px 15px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border-top: none;
  border-left: none;
  text-align: left;
  font-weight: 400;
}
.nob-table tbody tr td .layui-form-radio {
  padding-right: 0;
  margin-right: 0;
}
.nob-table tbody tr td:not(:first-child) {
  min-width: 80px;
}
.nob-table tbody tr:hover {
  background-color: #f2f2f2;
}
.nob-table tbody tr.second td:first-child {
  padding-left: 30px;
}
.nob-table tbody tr.third td:first-child {
  padding-left: 45px;
}

.base-info-table {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.base-info-table thead {
  background: #f2f6fc;
}
.base-info-table thead tr {
  background-color: #f6f8fa;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 38px;
}
.base-info-table thead tr th {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-left: none;
  text-align: center;
  font-weight: 400;
}
.base-info-table tbody tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 38px;
}
.base-info-table tbody tr td {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  text-align: center;
  font-weight: 400;
}
.base-info-table tbody tr td input {
  height: 32px;
  line-height: 32px;
}
.base-info-table tbody tr td input[readonly] {
  border-color: #fff;
}
.base-info-table tbody tr td input[readonly]:hover, .base-info-table tbody tr td input[readonly]:focus {
  border-color: #fff !important;
}

.classify-table {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.classify-table thead tr {
  background-color: #f2f2f2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 38px;
}
.classify-table thead tr th {
  padding: 5px 0 5px 15px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
.classify-table tbody tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 38px;
  cursor: pointer;
}
.classify-table tbody tr:hover {
  background: #f2f2f2;
}
.classify-table tbody tr td {
  padding: 5px 15px 5px 15px;
  position: relative;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  border-top: 1px solid #e2e2e2;
  text-align: left;
  font-weight: 400;
}
.classify-table tbody tr td input {
  height: 32px;
  line-height: 32px;
}
.classify-table tbody tr td input[readonly] {
  border-color: #fff;
}
.classify-table tbody tr td input[readonly]:hover, .classify-table tbody tr td input[readonly]:focus {
  border-color: #fff !important;
}
.classify-table tbody tr.second td:nth-of-type(5) {
  padding-left: 30px;
}
.classify-table tbody .classify-item.active {
  background: #f2f2f2;
}

table.tablesorter {
  font-family: arial;
  background-color: #CDCDCD;
  margin: 10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  padding: 0 20px;
  background-color: #F5D18C;
  border: 1px solid #FFF;
  font-size: 8pt;
}

table.tablesorter thead tr .header {
  background-image: url(res/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 0 20px;
  background-color: #FFF;
  vertical-align: top;
}

table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(res/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(res/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}

html {
  height: 100%;
}

body {
  background-color: #ebebf1;
  min-width: 1200px;
  overflow: hidden;
  height: 100%;
  font-family: "Microsoft YaHei";
  color: #333333;
}

.layui-form th[data-field="0"] {
  width: 5%;
}
.layui-form td[data-field="0"] {
  width: 5%;
}

.userRoles li:hover {
  background-color: #f1f1f1;
}
.userRoles li:hover .stored {
  display: block;
}
.userRoles li.active {
  background-color: #f1f1f1;
}

.thumbnail-add {
  display: inline-block;
  background-image: url("res/update-icons.png");
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  width: 99px;
  height: 99px;
  background-position: 0 -12px;
  background-color: #ffffff;
}

.thumbnail-add:hover {
  background-position: 0 -111px;
}

.thumbnail-item .layui-anim {
  display: none;
}

.thumbnail-item:hover .layui-anim {
  display: block;
}

.imgTable .layui-table-cell {
  height: auto !important;
}

.resTypeGrop {
  float: left;
  width: 100%;
  height: 140px;
  margin-top: 30px;
}
.resTypeGrop .resType {
  float: left;
  position: relative;
  width: 186px;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.2s all linear;
}
.resTypeGrop .resType .resTypeIcon {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
}
.resTypeGrop .resType .resTypeTitle {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #353535;
  line-height: 16px;
  margin-top: 10px;
}
.resTypeGrop .resType:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #d5d5d5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #d5d5d5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d5d5d5;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #d5d5d5;
}

.img-item {
  height: 100px;
}

.imi-select:hover {
  z-index: 99;
}
.imi-select:hover ul {
  display: block;
  opacity: 1;
  background-color: #fff;
  left: 0;
  color: #333;
}
.imi-select:hover ul li:hover {
  background-color: #e2e2e2;
  color: #333;
}

.person-box .person-item .person-del {
  background-color: #f05050;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
  width: 12px;
  height: 12px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}

.table-box {
  min-height: 400px;
}

.imi-select:hover {
  opacity: 1 !important;
}

.search-item {
  width: 150px;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.search-item input {
  padding: 0 25px 0 10px;
}
.search-item .search-icon {
  height: 38px;
  line-height: 38px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #c2c2c2;
}

#treeItem .layui-tree-branch, #treeItem .layui-tree-leaf {
  display: none;
}

.commodity-frame .layui-input-block {
  margin-left: 150px;
}
.commodity-frame .layui-form-label {
  width: 140px;
}

.area-fill .layui-form-select {
  width: 30%;
  float: left;
  position: relative;
  margin-right: 5%;
}
.area-fill .layui-form-select:last-child {
  margin-right: 0 !important;
}
.area-fill .layui-anim-upbit {
  width: 30%;
}

.property-list .active {
  background-color: #f1f1f1;
}
.property-list li {
  padding-right: 10px;
  box-sizing: border-box;
}
.property-list li li {
  border-radius: 2px;
}
.property-list li li:hover {
  background-color: #f1f1f1;
}

.commodity-new-edit .wangEditor-txt {
  min-height: 400px;
}

.auto-area {
  display: none;
  position: absolute;
  left: 0;
  top: 34px;
  padding: 5px 0;
  z-index: 999;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.auto-area ul li {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auto-area ul li:hover, .auto-area ul li.active {
  background-color: #2a75ed;
  color: #fff;
}

.layui-form-detail-item {
  width: 50%;
  float: left;
  line-height: 34px;
}
.layui-form-detail-item .detail-item-label {
  padding-right: 20px;
  box-sizing: border-box;
  width: 30%;
  float: left;
  text-align: right;
}
.layui-form-detail-item .detail-item-block {
  width: 70%;
  float: left;
  color: #999;
}
.layui-form-detail-item:after {
  clear: both;
}

.layui-form-row-item {
  line-height: 34px;
}
.layui-form-row-item .row-item-label {
  padding-right: 20px;
  box-sizing: border-box;
  width: 123px;
  float: left;
  text-align: right;
}
.layui-form-row-item .row-item-block {
  float: left;
  color: #999;
  width: 680px;
  word-break: break-all;
}
.layui-form-row-item:after {
  clear: both;
}

.layui-nav-item > a > i {
  width: 18px;
}

.customer-timeline .layui-timeline-item:last-child:before {
  display: block !important;
}
.customer-timeline .layui-timeline-item .layui-timeline-title {
  font-size: 14px;
}
.customer-timeline .layui-timeline-item .layui-timeline-axis {
  color: #348BEF;
}
.customer-timeline .layui-timeline-item .layui-timeline-axis:hover {
  color: #348BEF;
}

.person-info {
  cursor: pointer;
}
.person-info:hover .layui-nav-child {
  display: block !important;
}
.person-info dd {
  padding: 0 20px;
}
.person-info dd:hover {
  background-color: #f2f2f2;
  color: #000;
}

.layui-tab-title .layui-this.default, .layui-tab-title .default {
  color: #000;
  cursor: default !important;
}
.layui-tab-title .layui-this.default:after, .layui-tab-title .default:after {
  border-bottom: 0;
}

.subNavBar li {
  height: 35px;
  line-height: 35px;
  margin: 5px 10px;
  border-radius: 5px;
}
.subNavBar li:hover, .subNavBar li.active {
  background-color: #F2F2F2;
}
.subNavBar li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
}

.topBar, .frame {
  transition: 0.5s;
}

.evl-star i {
  font-size: 16px;
}
.evl-star i:before {
  content: "\f006";
}
.evl-star i.active, .evl-star i.hover, .evl-star .form-code-row i.code-refresh, .form-code-row .evl-star i.code-refresh {
  font-size: 16px;
  color: #ffb53e;
}
.evl-star i.active:before, .evl-star i.hover:before, .evl-star .form-code-row i.code-refresh:before, .form-code-row .evl-star i.code-refresh:before {
  content: "\f005";
}

.red-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: red;
  display: inline-block;
  margin-left: 10px;
}

.lab-option {
  border: 1px solid #e7e7e7;
  line-height: 27px;
  height: 27px;
  padding: 0 5px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}
.lab-option:hover {
  border: 1px solid #2a75ed;
  color: #2a75ed;
}
.lab-option.active {
  border: 1px solid #2a75ed;
  background-color: #2a75ed;
  color: #fff;
}

.wrapper {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}

.bg-line {
  background-image: url("../image/icon/bg-line.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  background-position-y: center;
}

input[readonly] {
  background-color: #f6f6f6;
}

textarea[readonly] {
  background-color: #f6f6f6;
}

.layui-select-title input[readonly] {
  background-color: #fff;
}

.upload-icon {
  background-image: url("res/upload-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.contract-img .layui-anim {
  display: none;
}
.contract-img:hover .layui-anim {
  display: block;
}

.card-full {
  height: 100%;
  overflow-y: auto;
}

.confirm-content {
  height: calc(100% - 55px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 12px;
}
.confirm-content .confirm-item {
  padding: 25px 0;
}
.confirm-content .confirm-item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

.confirm-handle {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
}
.confirm-handle span {
  cursor: pointer;
  color: #5093e1;
}

.layui-form-item .layui-form-item-two {
  width: 50%;
  float: left;
}

.nav-tree {
  font-size: 14px;
}
.nav-tree .layui-tree-entry {
  padding: 10px 0;
}
.nav-tree .layui-tree-iconArrow:after {
  border-width: 6px;
}
.nav-tree .layui-tree-line .layui-tree-set .layui-tree-set:after {
  top: 22px;
}
.nav-tree .layui-tree-line .layui-tree-set.layui-tree-setLineShort:before {
  height: 22px;
}
.nav-tree .layui-tree-line .layui-tree-set.layui-tree-setHide:before {
  height: 0;
}
.nav-tree .layui-tree-entry {
  height: auto;
}
.nav-tree .layui-tree-set.active > .layui-tree-entry .layui-tree-txt {
  color: #F59B23;
}

.no-data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url("../../image/no_data.png") no-repeat center 80px;
  text-align: center;
  box-sizing: border-box;
  color: #bfbfbf;
  font-size: 16px;
  padding-top: 150px;
}

.img-code-row {
  width: 325px;
  margin: 30px auto;
}
.img-code-row .layui-input {
  float: left;
  display: block;
  width: 150px;
}
.img-code-row .img-code {
  float: left;
  display: block;
  height: 38px;
  cursor: pointer;
  margin-left: 20px;
}

.img-code-footer {
  text-align: center;
}

.flow-nav-item {
  float: left;
  display: block;
  width: 150px;
  height: 170px;
  box-sizing: border-box;
  padding-top: 40px;
  margin-right: 40px;
}
.flow-nav-item .layui-icon {
  display: block;
  font-size: 48px;
  color: #c7000b;
  text-align: center;
  margin-bottom: 30px;
}

.flow-form-wrap {
  width: 900px;
  min-height: 100%;
  margin: 0 auto;
  border: solid 1px #e6e6e6;
  padding-bottom: 50px;
}

.flow-form-table.layui-table {
  width: 800px;
  height: auto;
  margin: 20px auto !important;
}
.flow-form-table.layui-table tr:hover {
  background: #fff !important;
}
.flow-form-table.layui-table td {
  text-align: center;
  height: 32px;
  line-height: 28px;
}
.flow-form-table.layui-table caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 20px;
}
.flow-form-table.layui-table .flow-form-title {
  position: static;
  min-width: 200px;
  background: #f2f2f2;
}
.flow-form-table.layui-table .flow-form-content {
  position: relative;
  min-width: 200px;
}
.flow-form-table.layui-table .flow-form-content .icon-date {
  position: absolute;
  right: 10px;
  top: 1px;
  color: #b83038;
}
.flow-form-table.layui-table .flow-form-content .icon-del {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #b83038;
  font-size: 22px;
  cursor: pointer;
}
.flow-form-table.layui-table .layui-input {
  height: 32px !important;
}
.flow-form-table.layui-table td, .flow-form-table.layui-table th {
  padding: 0;
}

.layui-input-block.date-row {
  position: relative;
}
.layui-input-block.date-row .icon-date {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #b83038;
}

.selected-user {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}

.selected-user-item {
  float: left;
  margin-right: 10px;
  background: #c7000b;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.upload-wrap {
  width: 100%;
  height: 38px;
  padding-left: 15px;
  margin-top: 20px;
}

.upload-input {
  float: left;
  width: 485px;
  height: 38px;
  line-height: 38px;
  background: #dfdfdf;
  padding-left: 20px;
  box-sizing: border-box;
}

.layui-layout-body .layui-laydate .layui-this {
  background-color: #2d8cf0 !important;
}

.layui-laydate-content td.laydate-selected {
  background-color: #f48188 !important;
}

.login-bg {
  background-color: #F59B23;
  width: 100%;
  height: 100%;
}

.form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -230px;
  width: 800px;
  height: 460px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3490196078);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3490196078);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3490196078);
  padding: 10px 0;
  box-sizing: border-box;
}
.form-box .login-logo {
  position: absolute;
  bottom: 20px;
  left: 140px;
  width: 235px;
}
.form-box .form-select {
  float: left;
  width: calc(100% - 60px);
  margin-top: 6px;
}
.form-box .form-select .layui-select-title input[readonly] {
  background-color: transparent;
  border: 0 none;
}

.form-header {
  font-size: 26px;
  font-weight: bold;
  color: #F59B23;
  text-align: center;
}

.form-content {
  text-align: left;
  box-sizing: border-box;
  background-color: #FAFAFC;
  border-radius: 10px;
}
.form-content .form-group {
  width: 100%;
  border-bottom: dashed 1px #F2F1F7;
  box-sizing: border-box;
  padding-left: 20px;
}
.form-content .form-group:last-child {
  border-bottom: 0 none;
}
.form-content .input-group {
  height: 50px;
  width: 330px;
  position: relative;
  box-sizing: border-box;
}
.form-content .input-group .iconfont {
  position: absolute;
  font-size: 24px;
  top: 8px;
  left: 8px;
}
.form-content .input-group .form-icon {
  float: left;
  width: 40px;
  height: 30px;
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
}
.form-content .input-group .form-icon img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: 3px;
}
.form-content .input-group .form-input {
  display: block;
  width: calc(100% - 40px);
  float: left;
  border: 0 none;
  outline: 0 none;
  height: 50px;
  font-size: 14px;
  background: transparent;
  box-sizing: border-box;
  padding-left: 20px;
}

.form-code-row {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
.form-code-row .code-left {
  float: left;
  width: 130px;
  height: 100%;
  margin-right: 10px;
  background: #FAFAFC;
  border-radius: 10px;
}
.form-code-row .code-input {
  display: block;
  border: 0 none;
  outline: 0 none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: transparent;
  box-sizing: border-box;
  padding: 0 20px;
}
.form-code-row .code-img {
  float: left;
  width: 150px;
  height: 35px;
  margin-top: 2px;
  margin-right: 12px;
}
.form-code-row .code-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.form-code-row .code-refresh {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
}
.form-code-row .code-refresh img {
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto;
}

.login-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FF8A3C;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 45px;
  margin: 0 auto;
  margin-top: 35px;
  cursor: pointer;
}
.login-btn:hover {
  opacity: 0.8;
}

.padding-l150 {
  padding-left: 150px;
}

.question-type {
  display: inline-block;
  min-width: 96px;
  height: 32px;
  line-height: 30px;
  color: #707070;
  font-size: 12px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: 10px;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 15px;
  box-sizing: border-box;
}
.question-type:hover, .question-type.active {
  border: solid 1px #2d8cf0;
  color: #2d8cf0;
}
.question-type i {
  margin-top: 7px;
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.question-type span {
  float: left;
}

.question-input {
  padding: 0 10px;
  height: 38px;
  line-height: 1.3;
  line-height: 38px \9 ;
}

.question-textarea {
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
}

.question-input, .question-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  border-radius: 3px;
}
.question-input:hover, .question-textarea:hover {
  border-width: 1px;
  border-style: dashed;
  border-color: #aaaaaa;
}
.question-input:focus, .question-textarea:focus {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.other-input {
  line-height: 30px;
  border-width: 0 0 1px 0;
  width: 80px;
  border-color: #aaaaaa;
}

.answer-input {
  margin-left: 10px;
  line-height: 30px;
  border-width: 0;
  width: calc(100% - 50px);
}

.answer {
  position: relative;
  margin-top: 10px;
}
.answer li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-left: -30px;
  padding-left: 30px;
}
.answer li a {
  display: block;
  width: calc(100% - 50px);
  float: left;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  border-radius: 3px;
}
.answer li:hover {
  color: inherit;
}
.answer li:hover .answer-del {
  display: block;
}
.answer li:hover .answer-move {
  display: block;
}
.answer li:hover a {
  border-width: 1px;
  border-style: dashed;
  border-color: #aaaaaa;
}
.answer li.focus a {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.answer li.focus a input {
  background-color: #f4f4f4;
}
.answer li.focus .answer-del {
  display: block;
}
.answer li.focus .answer-move {
  display: block;
}
.answer li .answer-move {
  font-size: 18px;
  color: #999;
  position: absolute;
  cursor: move;
  top: 10px;
  left: 10px;
  display: none;
}
.answer li .answer-del {
  font-size: 18px;
  margin-top: 10px;
  float: right;
  color: #999;
  display: none;
}
.answer .layui-form-radio {
  margin-right: 0;
  padding-right: 0;
  float: left;
}
.answer .layui-form-radio i {
  margin-right: 0;
}
.answer .layui-form-radio div {
  margin-left: 10px;
  color: #333 !important;
}
.answer .layui-form-checkbox {
  float: left;
  margin-top: 9px;
}
.answer .layui-form-checkbox span {
  color: #333;
}
.answer .layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0;
}
.answer .layui-form-radio + .answer-input {
  margin-left: 0;
}

.question-card .question-handle {
  display: none;
}
.question-card:hover .question-handle {
  display: block;
}

.input-block {
  float: left;
  max-width: calc(100% - 130px);
  height: auto;
}
.input-block:after {
  display: block;
  content: "";
  clear: both;
}

.card-list {
  width: 100%;
  height: calc(100% - 113px);
  overflow: auto;
}
.card-list .card-item {
  height: 190px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  -moz-box-shadow: 0px 2px 6px #ccc;
  -webkit-box-shadow: 0px 2px 6px #ccc;
  box-shadow: 0px 2px 6px #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(244, 245, 249);
}
.card-list .card-header {
  width: 100%;
  height: 24px;
}
.card-list .card-status {
  float: left;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.card-list .card-status.up {
  background: #F59B23;
}
.card-list .card-status.down {
  background: #c9c9c9;
}
.card-list .card-title {
  float: left;
  width: calc(100% - 95px);
  margin-left: 15px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.card-list .card-content {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}
.card-list .card-info {
  float: left;
  width: calc(100% - 110px);
  height: auto;
  overflow: hidden;
  margin-right: 20px;
}
.card-list .card-info .info-row {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.card-list .card-info .info-row .info-title {
  float: left;
  width: 60px;
  color: #333;
}
.card-list .card-info .info-row .info-content {
  float: left;
  width: calc(100% - 60px);
  color: #999;
}
.card-list .card-img {
  float: left;
  width: 90px;
  height: 90px;
}
.card-list .card-img img {
  width: 100%;
  height: 100%;
}
.card-list .card-handle {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5px;
}
.card-list .card-handle .handle-btn {
  float: right;
  margin-left: 20px;
  line-height: 30px;
}
.card-list .card-handle .handle-btn .iconfont {
  vertical-align: bottom;
}
.card-list .card-handle .handle-btn.edit {
  color: #F59B23;
}
.card-list .card-handle .handle-btn.sale {
  color: #F7BF52;
}
.card-list .card-handle .handle-btn.del {
  color: #f05050;
}

.card-page {
  float: right;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
}

.tag-item {
  padding: 0 10px;
  font-size: 14px;
  margin-right: 10px;
  background-color: #f2f2f6;
  color: #999;
  line-height: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #f2f2f6;
  float: left;
  cursor: pointer;
}
.tag-item.active {
  color: #fff;
  background-color: #F59B23;
}

.no-data {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 100%;
  text-align: center;
  color: #999;
}

.apply-field-list {
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin-left: 40px;
  margin-top: 20px;
}
.apply-field-list .list-item {
  height: 50px;
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  border-top: 0 none;
}
.apply-field-list .list-item:first-child {
  border-top: solid 1px #e7e7e7;
}
.apply-field-list .list-item .item-name, .apply-field-list .list-item .item-form, .apply-field-list .list-item .item-type, .apply-field-list .list-item .item-handle {
  float: left;
  height: 50px;
  line-height: 38px;
  box-sizing: border-box;
  padding: 5px 15px;
}
.apply-field-list .list-item .item-name {
  width: 27%;
}
.apply-field-list .list-item .item-form {
  width: 30%;
}
.apply-field-list .list-item .item-type {
  width: 18%;
}
.apply-field-list .list-item .item-handle {
  width: 25%;
  text-align: right;
}

.field-type-item {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  position: relative;
  min-height: 48px;
  font-size: 14px;
  border-top: none;
  border-left: none;
  text-align: left;
  font-weight: 400;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 15px;
}
.field-type-item:hover {
  background-color: #F59B23;
  color: #fff;
}

.dashboard-title {
  height: 38px;
  line-height: 38px;
}
.dashboard-title .title-icon {
  font-size: 14px;
}
.dashboard-title .title-text {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.table-tips {
  cursor: pointer;
}
.table-tips:hover {
  opacity: 0.8;
}

.disabled {
  pointer-events: none;
}

/*# sourceMappingURL=main.css.map */
