@charset "utf-8";
@import url('fonts/iconfont/iconfont.css');
.row:after,
.row:before {
  content: "";
  display: block;
  clear: both;
}
.col-lg1,
.col-lg10,
.col-lg11,
.col-lg12,
.col-lg2,
.col-lg3,
.col-lg4,
.col-lg5,
.col-lg6,
.col-lg7,
.col-lg8,
.col-lg9,
.col-md1,
.col-md10,
.col-md11,
.col-md12,
.col-md2,
.col-md3,
.col-md4,
.col-md5,
.col-md6,
.col-md7,
.col-md8,
.col-md9,
.col-sm1,
.col-sm10,
.col-sm11,
.col-sm12,
.col-sm2,
.col-sm3,
.col-sm4,
.col-sm5,
.col-sm6,
.col-sm7,
.col-sm8,
.col-sm9,
.col-xs1,
.col-xs10,
.col-xs11,
.col-xs12,
.col-xs2,
.col-xs3,
.col-xs4,
.col-xs5,
.col-xs6,
.col-xs7,
.col-xs8,
.col-xs9 {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.col-xs1,
.col-xs10,
.col-xs11,
.col-xs12,
.col-xs2,
.col-xs3,
.col-xs4,
.col-xs5,
.col-xs6,
.col-xs7,
.col-xs8,
.col-xs9 {
  float: left;
}
.col-xs1 {
  width: 8.33333333%;
}
.col-xs2 {
  width: 16.66666667%;
}
.col-xs3 {
  width: 25%;
}
.col-xs4 {
  width: 33.33333333%;
}
.col-xs5 {
  width: 41.66666667%;
}
.col-xs6 {
  width: 50%;
}
.col-xs7 {
  width: 58.33333333%;
}
.col-xs8 {
  width: 66.66666667%;
}
.col-xs9 {
  width: 75%;
}
.col-xs10 {
  width: 83.33333333%;
}
.col-xs11 {
  width: 91.66666667%;
}
.col-xs12 {
  width: 100%;
}
.col-xs-offset1 {
  margin-left: 8.33333333%;
}
.col-xs-offset2 {
  margin-left: 16.66666667%;
}
.col-xs-offset3 {
  margin-left: 25%;
}
.col-xs-offset4 {
  margin-left: 33.33333333%;
}
.col-xs-offset5 {
  margin-left: 41.66666667%;
}
.col-xs-offset6 {
  margin-left: 50%;
}
.col-xs-offset7 {
  margin-left: 58.33333333%;
}
.col-xs-offset8 {
  margin-left: 66.66666667%;
}
.col-xs-offset9 {
  margin-left: 75%;
}
.col-xs-offset10 {
  margin-left: 83.33333333%;
}
.col-xs-offset11 {
  margin-left: 91.66666667%;
}
.col-xs-offset12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs-block {
    display: block !important;
  }
  .show-xs-inline {
    display: inline !important;
  }
  .show-xs-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm-block {
    display: block !important;
  }
  .show-sm-inline {
    display: inline !important;
  }
  .show-sm-inline-block {
    display: inline-block !important;
  }
  .col-sm1,
  .col-sm10,
  .col-sm11,
  .col-sm12,
  .col-sm2,
  .col-sm3,
  .col-sm4,
  .col-sm5,
  .col-sm6,
  .col-sm7,
  .col-sm8,
  .col-sm9 {
    float: left;
  }
  .col-sm1 {
    width: 8.33333333%;
  }
  .col-sm2 {
    width: 16.66666667%;
  }
  .col-sm3 {
    width: 25%;
  }
  .col-sm4 {
    width: 33.33333333%;
  }
  .col-sm5 {
    width: 41.66666667%;
  }
  .col-sm6 {
    width: 50%;
  }
  .col-sm7 {
    width: 58.33333333%;
  }
  .col-sm8 {
    width: 66.66666667%;
  }
  .col-sm9 {
    width: 75%;
  }
  .col-sm10 {
    width: 83.33333333%;
  }
  .col-sm11 {
    width: 91.66666667%;
  }
  .col-sm12 {
    width: 100%;
  }
  .col-sm-offset1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset3 {
    margin-left: 25%;
  }
  .col-sm-offset4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset6 {
    margin-left: 50%;
  }
  .col-sm-offset7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset9 {
    margin-left: 75%;
  }
  .col-sm-offset10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
  .hide-md {
    display: none !important;
  }
  .show-md-block {
    display: block !important;
  }
  .show-md-inline {
    display: inline !important;
  }
  .show-md-inline-block {
    display: inline-block !important;
  }
  .col-md1,
  .col-md10,
  .col-md11,
  .col-md12,
  .col-md2,
  .col-md3,
  .col-md4,
  .col-md5,
  .col-md6,
  .col-md7,
  .col-md8,
  .col-md9 {
    float: left;
  }
  .col-md1 {
    width: 8.33333333%;
  }
  .col-md2 {
    width: 16.66666667%;
  }
  .col-md3 {
    width: 25%;
  }
  .col-md4 {
    width: 33.33333333%;
  }
  .col-md5 {
    width: 41.66666667%;
  }
  .col-md6 {
    width: 50%;
  }
  .col-md7 {
    width: 58.33333333%;
  }
  .col-md8 {
    width: 66.66666667%;
  }
  .col-md9 {
    width: 75%;
  }
  .col-md10 {
    width: 83.33333333%;
  }
  .col-md11 {
    width: 91.66666667%;
  }
  .col-md12 {
    width: 100%;
  }
  .col-md-offset1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset3 {
    margin-left: 25%;
  }
  .col-md-offset4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset6 {
    margin-left: 50%;
  }
  .col-md-offset7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset9 {
    margin-left: 75%;
  }
  .col-md-offset10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg-block {
    display: block !important;
  }
  .show-lg-inline {
    display: inline !important;
  }
  .show-lg-inline-block {
    display: inline-block !important;
  }
  .col-lg1,
  .col-lg10,
  .col-lg11,
  .col-lg12,
  .col-lg2,
  .col-lg3,
  .col-lg4,
  .col-lg5,
  .col-lg6,
  .col-lg7,
  .col-lg8,
  .col-lg9 {
    float: left;
  }
  .col-lg1 {
    width: 8.33333333%;
  }
  .col-lg2 {
    width: 16.66666667%;
  }
  .col-lg3 {
    width: 25%;
  }
  .col-lg4 {
    width: 33.33333333%;
  }
  .col-lg5 {
    width: 41.66666667%;
  }
  .col-lg6 {
    width: 50%;
  }
  .col-lg7 {
    width: 58.33333333%;
  }
  .col-lg8 {
    width: 66.66666667%;
  }
  .col-lg9 {
    width: 75%;
  }
  .col-lg10 {
    width: 83.33333333%;
  }
  .col-lg11 {
    width: 91.66666667%;
  }
  .col-lg12 {
    width: 100%;
  }
  .col-lg-offset1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset3 {
    margin-left: 25%;
  }
  .col-lg-offset4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset6 {
    margin-left: 50%;
  }
  .col-lg-offset7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset9 {
    margin-left: 75%;
  }
  .col-lg-offset10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset12 {
    margin-left: 100%;
  }
}
.col-space1 {
  margin: -0.5px;
}
.col-space1 > * {
  padding: 0.5px;
}
.col-space3 {
  margin: -1.5px;
}
.col-space3 > * {
  padding: 1.5px;
}
.col-space5 {
  margin: -2.5px;
}
.col-space5 > * {
  padding: 2.5px;
}
.col-space8 {
  margin: -3.5px;
}
.col-space8 > * {
  padding: 3.5px;
}
.col-space10 {
  margin: -5px;
}
.col-space10 > * {
  padding: 5px;
}
.col-space12 {
  margin: -6px;
}
.col-space12 > * {
  padding: 6px;
}
.col-space15 {
  margin: -7.5px;
}
.col-space15 > * {
  padding: 7.5px;
}
.col-space18 {
  margin: -9px;
}
.col-space18 > * {
  padding: 9px;
}
.col-space20 {
  margin: -10px;
}
.col-space20 > * {
  padding: 10px;
}
.col-space22 {
  margin: -11px;
}
.col-space22 > * {
  padding: 11px;
}
.col-space25 {
  margin: -12.5px;
}
.col-space25 > * {
  padding: 12.5px;
}
.col-space30 {
  margin: -15px;
}
.col-space30 > * {
  padding: 15px;
}
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  font-family: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, microsoft yahei, Arial, sans-serif;
}
iframe {
  border: 0;
  outline: none;
}
.left {
  float: left;
  _display: inline;
}
.right {
  float: right;
  _display: inline;
}
.overflow {
  height: auto;
  overflow: hidden;
}
.overflow-clear {
  width: auto;
}
.overflow-clear:after,
.floatClear:after {
  content: "";
  display: block;
  clear: both;
}
.hidden {
  display: none !important;
}
.center {
  text-align: center;
}
.center > * {
  display: inline-block;
  vertical-align: bottom;
}
.vertical {
  font-size: 0;
}
.vertical:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 0px;
  height: 100%;
}
.vertical > * {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
/*蒙层*/
.mask {
  position: relative;
}
.mask:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
/* 输入框placeholder字体颜色*/
/*ie去掉输入框关闭x*/
input::-ms-clear {
  display: none;
}
/*移动端去阴影*/
.mobile,
.a_mobile {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
/*文本对齐*/
.textC {
  text-align: center !important;
}
.textL {
  text-align: left !important;
}
.textR {
  text-align: right !important;
}
.textLR {
  text-align: justify;
  text-justify: inter-word;
}
/*文本强制换行*/
.textQzhh {
  word-break: break-all;
  word-wrap: break-word;
}
.textOverflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*边框*/
.borderAll {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}
.borderL {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e6e6;
}
.borderR {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e6e6e6;
}
.borderT {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e6e6e6;
}
.borderB {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
}
.borderNo {
  border: none !important;
}
/*隐藏*/
.hide {
  visibility: hidden;
}
.none {
  display: none;
}
/*黑白滤镜*/
.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
}
/*css3弹性盒子*/
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexBox > *,
.flexColumn > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexItem {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
}
.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3 3 auto;
  flex: 3 3 auto;
}
.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4 4 auto;
  flex: 4 4 auto;
}
.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5 5 auto;
  flex: 5 5 auto;
}
.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6 6 auto;
  flex: 6 6 auto;
}
.flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7 7 auto;
  flex: 7 7 auto;
}
.flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8 8 auto;
  flex: 8 8 auto;
}
.flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9 9 auto;
  flex: 9 9 auto;
}
.inline {
  display: inline-block;
  text-align: left;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #cccccc;
}
/*媒体查询样式*/
/*layui补充*/
@-webkit-keyframes layui-left {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes layui-left {
  from {
    transform: translate3d(10%, 0, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.layui-anim-left {
  -webkit-animation-name: layui-left;
  animation-name: layui-left;
}
.blur-danger {
  border-color: #ff5722 !important;
}
.layui-badge {
  border-radius: 5px;
}
.layui-timeline-x {
  text-align: center;
  padding: 20px 0;
}
.layui-timeline-x .layui-timeline-item {
  display: inline-block;
  vertical-align: middle;
  padding: 12px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: left;
}
.layui-timeline-x .layui-timeline-item:before {
  content: "";
  position: static;
  width: auto;
  height: auto;
  display: none !important;
}
.layui-timeline-x .layui-timeline-hr {
  display: inline-block;
  vertical-align: middle;
}
.layui-timeline-x .layui-timeline-content {
  padding-left: 0;
}
/*layui覆盖*/
body .layui-input,
body .layui-select,
body .layui-textarea {
  line-height: normal;
  border-radius: 4px;
}
body .layui-form-select dl {
  max-height: 200px;
  top: 34px;
}
body .layui-form-selectup dl {
  bottom: 34px;
  top: auto;
}
body .layui-nav-itemed .layui-nav-child {
  display: none;
  padding: 5px 0;
  background-color: #fff !important;
}
body .layui-nav-itemed > .layui-nav-child {
  display: block;
  padding: 0;
  background-color: #fff !important;
}
body .layui-form-checkbox:hover i {
  color: #c2c2c2;
}
body .layui-form-checked,
body .layui-form-checked:hover {
  border-color: #214ff3;
}
body .layui-form-checked span,
body .layui-form-checked:hover span {
  background-color: #214ff3;
}
body .layui-form-checked i,
body .layui-form-checked:hover i {
  color: #214ff3;
}
body .layui-form-onswitch {
  border-color: #214ff3;
  background-color: #214ff3;
}
body .layui-form-onswitch i {
  left: 32px;
  background-color: #fff;
}
body .layui-form-radio > i {
  margin-right: 8px;
  font-size: 18px;
  color: #c2c2c2;
}
body .layui-form-radio > i:hover,
body .layui-form-radioed > i {
  color: #214ff3;
}
body .layui-form-checkbox[lay-skin="primary"] span {
  float: right;
  padding-right: 15px;
  line-height: 18px;
  background: 0 0;
  color: #666;
}
body .layui-table-view .layui-form-checkbox[lay-skin="primary"] i {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
body .layui-form-checkbox[lay-skin="primary"] i {
  position: relative;
  top: 0;
  width: 14px;
  height: 14px;
  line-height: 15px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
body .layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #214ff3;
}
body .layui-form-checked[lay-skin="primary"] i {
  border-color: #214ff3;
  background-color: #214ff3;
  color: #fff;
}
body .layui-checkbox-disbaled[lay-skin="primary"] span {
  background: 0 0 !important;
  color: #c2c2c2;
}
body .layui-checkbox-disbaled[lay-skin="primary"]:hover i {
  border-color: #d2d2d2;
}
body .layui-checkbox-disbaled[lay-skin="primary"] i {
  position: relative;
}
body .layui-checkbox-disbaled[lay-skin="primary"] i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #d2d2d2;
}
body .layui-form-checked.layui-checkbox-disbaled[lay-skin="primary"] i {
  position: relative;
}
body .layui-form-checked.layui-checkbox-disbaled[lay-skin="primary"] i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #d2d2d2;
}
body .layui-layer-tips .layui-layer-content {
  /*tips 样式覆盖*/
  background-color: #0fa6d8;
  color: #fff;
}
body .layui-layer-tips i.layui-layer-TipsB,
body .layui-layer-tips i.layui-layer-TipsT {
  left: 5px;
  border-right-style: solid;
  border-right-color: #0fa6d8;
}
body .layui-layer-tips i.layui-layer-TipsL,
body .layui-layer-tips i.layui-layer-TipsR {
  top: 5px;
  border-bottom-style: solid;
  border-bottom-color: #0fa6d8;
}
body .layui-form-select dl dd,
body .layui-form-select dl dt {
  color: #596a80;
  line-height: 30px;
}
body .layui-form-select dl dd:hover,
body .layui-form-select dl dt:hover {
  background-color: #00a9ff;
  color: #fff;
}
body .layui-form-select dl dd.layui-this,
body .layui-form-select dl dt.layui-this {
  background-color: #00a9ff;
}
body ::-webkit-input-placeholder {
  font-family: inherit;
  color: #596a80;
}
body :-moz-placeholder {
  font-family: inherit;
  color: #596a80;
}
body ::-moz-placeholder {
  font-family: inherit;
  color: #596a80;
}
body :-ms-input-placeholder {
  font-family: inherit;
  color: #596a80;
}
body ::-webkit-input-placeholder {
  font-family: inherit;
  color: #596a80;
}
body :-moz-placeholder {
  font-family: inherit;
  color: #596a80;
}
body ::-moz-placeholder {
  font-family: inherit;
  color: #596a80;
}
body :-ms-input-placeholder {
  font-family: inherit;
  color: #596a80;
}
body .layui-laydate-content td.laydate-selected {
  background-color: #dfecfc;
}
body .laydate-selected:hover {
  background-color: #dfecfc !important;
}
body .layui-laydate .layui-this {
  background-color: #4da6f8 !important;
  color: #fff !important;
}
body .layui-table-page select {
  height: 20px;
}
body hr {
  background: none;
  border-bottom: 1px dashed #e6e6e6;
}
body .layui-table[lay-even] {
  background: #fafbfc;
}
body .layui-table[lay-even] tbody tr:hover,
body .layui-table[lay-even] thead tr,
body .layui-table[lay-even] .layui-table-click,
body .layui-table[lay-even] .layui-table-header,
body .layui-table[lay-even] .layui-table-hover,
body .layui-table[lay-even] .layui-table-mend,
body .layui-table[lay-even] .layui-table-patch,
body .layui-table[lay-even] .layui-table-tool,
body .layui-table[lay-even] tr:nth-child(even) {
  background: #ffffff;
}
body .layui-table-tips-main {
  word-break: break-all;
  word-wrap: break-word;
}
/* 从index.html中移除 */
.layui-layout-admin .layui-header .layui-nav .nav-me-w .layui-nav-child {
  overflow: visible;
}
.layui-layout-admin .layui-header .layui-nav .nav-me-w .layui-nav-child .layui-nav-item-tree-dd {
  position: static;
  cursor: default;
}
.layui-nav-item-tree {
  display: none;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #45436e;
  position: absolute;
  top: 0;
  right: 100%;
  border-right: 4px solid #fff;
}
.layui-nav-item-tree-dd:hover {
  display: block;
}
.layui-nav-item-tree-dd:hover > .layui-nav-item-tree {
  display: block;
  transition: all 0.3s;
}
/*边距*/
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ma0 {
  margin: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pa0 {
  padding: 0px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.ma2 {
  margin: 2px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pa2 {
  padding: 2px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.ma6 {
  margin: 6px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pa6 {
  padding: 6px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.ma8 {
  margin: 8px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pa8 {
  padding: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ma10 {
  margin: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pa10 {
  padding: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ma15 {
  margin: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pa15 {
  padding: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ma20 {
  margin: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pa20 {
  padding: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ma25 {
  margin: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pa25 {
  padding: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ma30 {
  margin: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pa30 {
  padding: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ma40 {
  margin: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pa40 {
  padding: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ma50 {
  margin: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pa50 {
  padding: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ma60 {
  margin: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pa60 {
  padding: 60px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ma80 {
  margin: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pa80 {
  padding: 80px !important;
}
/* COLORS */
.text-navy {
  color: #1ab394;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.bg-black .layui-layout-admin .layui-header {
  background-color: #15244c;
}
.bg-black .layui-layout-admin .index-bg-bc {
  background-color: #15244c;
}
.bg-black .layui-layout-admin .layui-side {
  background-color: #ffffff;
}
.bg-black .layui-layout-admin .layui-side .layui-nav {
  background-color: #ffffff;
}
.bg-black .layui-layout-admin .layui-side .layui-nav .layui-nav-item {
  border-bottom: 1px solid #ffffff;
}
.bg-black .layui-layout-admin .layui-side .layui-nav a {
  color: #7988a9;
}
.bg-black .layui-layout-admin .layui-side .layui-nav a:hover {
  color: #334666 !important;
  background-color: #e3e6ee;
}
.bg-black .layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a {
  color: #334666 !important;
  background-color: #e3e6ee;
}
.bg-black .layui-layout-admin .layui-side .layui-nav .layui-this > a {
  background-color: #2468f2 !important;
  color: #ffffff !important;
}
.bg-black .layui-layout-admin .layui-footer {
  background-color: #ffffff;
  color: #7988a9;
}
.bg-black .layui-layout-admin .layui-header .layui-nav .nav-me-w .layui-nav-child dd {
  background: #15244c;
  color: #ffffff;
}
.bg-black .layui-layout-admin .layui-header .layui-nav .nav-me-w .layui-nav-child dd:hover {
  background: #2468f2;
}
.bg-black .layui-layout-admin .layui-header .layui-nav .nav-me-w .layui-nav-child .me-log-out {
  background: #38384e;
  border-top: 1px dashed #7988a9;
}
/* 右侧echarts面板 */
.panel-rt,
.panel-shade {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
}
.panel-shade {
  display: none;
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.panel-box {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}
.panel-box.unfold .btn-fold,
.panel-box.unfold .panel-main {
  transform: translateX(0);
}
.panel-box .btn-fold {
  transform: translateX(386px);
  transition: all 300ms ease;
  position: fixed;
  right: 386px;
  top: 63px;
  width: 36px;
  height: 36px;
  background: #f6f8fa;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px 0 0 5px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  cursor: -ms-pointer;
}
.panel-box .btn-fold .iconfont {
  font-size: 18px;
  color: #8493a8;
}
.panel-main {
  transform: translateX(386px);
  transition: all 300ms ease;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 386px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
}
.panel-main .panel-title {
  width: 100%;
  height: 58px;
  font-size: 14px;
  color: #354052;
  line-height: 58px;
  text-align: center;
}
.panel-main .panel-title .icon-graph {
  color: #354052;
  font-size: 16px;
  margin-right: 10px;
}
.panel-total {
  box-sizing: border-box;
  height: 46px;
  line-height: 44px;
  background: #f6f8fa;
  border: 1px solid #f3f5f7;
  border-left: none;
  border-right: none;
  color: #86939e;
  font-size: 14px;
  text-align: center;
}
.panel-section {
  margin: 0 10px;
  padding-bottom: 20px;
}
.panel-section:last-child {
  border-bottom: none;
}
.panel-list {
  margin: 0 auto;
  text-align: center;
}
.panel-list li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #86939e;
  text-align: center;
}
.panel-list li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #e6e6e6;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-15px);
}
.panel-list li:last-child:after {
  display: none;
}
.panel-list li p:nth-child(2) {
  margin: 10px 0 5px;
  font-size: 22px;
  color: #43484d;
}
.pie-list li {
  width: 102px;
}
.bar-list {
  margin: 30px auto 40px;
}
.bar-list li {
  width: 165px;
  text-align: left;
}
.bar-list li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 84px;
  background: #e6e6e6;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-42px);
}
.bar-list li:nth-child(2) {
  text-align: right;
}
.bar-list .layui-progress {
  display: inline-block;
  margin-top: 15px;
  width: 124px;
}
.bar-list .layui-progress-bar {
  background: #838cc7;
}
.pie,
.bar {
  width: 100%;
  height: 190px;
  margin: 0 auto;
}
.pie .pie1,
.pie .pie2 {
  display: inline-block;
  width: 50%;
}
.bar {
  height: 220px;
}
.title-info {
  margin: 0 10px;
  height: 58px;
  line-height: 58px;
  padding-left: 30px;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
  font-size: 16px;
  color: #5e6977;
}
.panel-more {
  margin: 25px 50px;
  font-size: 14px;
  color: #86939e;
}
.panel-more .panel-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 0 2em;
  background: #c5d0de;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.layui-seek input[type='text'] {
  padding-right: 36px;
  float: left;
}
.layui-seek .seek-btn {
  display: block;
  width: 36px;
  margin-left: -36px;
  height: 38px;
  float: left;
  font-size: 20px;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.layui-seek .seek-btn:active {
  color: #009688;
}
.small-box-1 {
  border-radius: 3px;
  overflow: hidden;
}
.small-box-1 .small-box-header {
  padding: 10px;
}
.small-box-1 .small-box-header h3 {
  font-size: 38px;
  font-weight: bold;
}
.small-box-1 .small-box-header h4 {
  font-size: 20px;
  font-weight: 300;
}
.small-box-1 .small-box-a a {
  display: block;
  line-height: 2em;
  color: inherit;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  background: rgba(100, 100, 100, 0.1);
}
.small-box-1 .small-box-a a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.collapse-list-1 {
  border-radius: 3px;
  overflow: hidden;
}
.collapse-list-1 .layui-colla-item {
  border-top-color: #018c7f;
}
.collapse-list-1 .layui-colla-content {
  padding: 0;
  border-top-color: #018c7f;
  padding: 10px 15px;
}
.collapse-list-1 .layui-colla-content li a {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  margin: 1px;
  border-radius: 3px;
}
.collapse-list-1 .layui-colla-content li a:hover {
  background: #f0f0f0;
}
/*媒体查询*/
.layui-layer .setwin-frame {
  right: 26px;
  width: 24px;
  height: 23px;
  padding-top: 10px;
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.layui-layer .setwin-frame:hover {
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .search-btn-w100 .search-ipt {
    width: calc(100% - 100px);
  }
  .search-btn-w100 .search-btn {
    width: 100px;
  }
  .search-btn-w150 .search-ipt {
    width: calc(100% - 150px);
  }
  .search-btn-w150 .search-btn {
    width: 150px;
  }
  .search-btn-w200 .search-ipt {
    width: calc(100% - 200px);
  }
  .search-btn-w200 .search-btn {
    width: 200px;
  }
  .search-btn-w250 .search-ipt {
    width: calc(100% - 250px);
  }
  .search-btn-w250 .search-btn {
    width: 250px;
  }
  .search-btn-w300 .search-ipt {
    width: calc(100% - 300px);
  }
  .search-btn-w300 .search-btn {
    width: 300px;
  }
  .search-btn-w350 .search-ipt {
    width: calc(100% - 350px);
  }
  .search-btn-w350 .search-btn {
    width: 350px;
  }
  .search-btn-w400 .search-ipt {
    width: calc(100% - 400px);
  }
  .search-btn-w400 .search-btn {
    width: 400px;
  }
  .search-btn-w450 .search-ipt {
    width: calc(100% - 450px);
  }
  .search-btn-w450 .search-btn {
    width: 450px;
  }
  .search-btn-w500 .search-ipt {
    width: calc(100% - 500px);
  }
  .search-btn-w500 .search-btn {
    width: 500px;
  }
  .search-2 .search-ipt {
    float: left;
  }
  .search-2 .search-btn {
    float: left;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .search-2 .search-ipt > .layui-input-inline,
  .search-2 .search-btn > .layui-input-inline {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .search-2 .search-ipt > .layui-input-inline .layui-form-label,
  .search-2 .search-btn > .layui-input-inline .layui-form-label {
    width: 80px;
    padding-left: 0;
    text-align: left;
    box-sizing: border-box;
  }
  .search-2 .search-ipt > .layui-input-inline .layui-input-inline,
  .search-2 .search-btn > .layui-input-inline .layui-input-inline {
    width: calc(100% - 80px);
  }
  .search-2 .search-ipt > .layui-input-inline .layui-btn,
  .search-2 .search-btn > .layui-input-inline .layui-btn {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.search-1 > .layui-input-inline,
.search-2 > .search-ipt > .layui-input-inline,
.search-2 > .search-btn > .layui-input-inline {
  margin-bottom: 15px;
}
.search-1:after,
.search-2:after {
  content: '';
  display: block;
  clear: both;
}
.layui-upload .layui-upload-list {
  overflow: hidden;
  min-height: 180px;
  padding: 15px 0 0 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #f7f7f7;
  position: relative;
}
.layui-upload .layui-upload-list > div {
  box-sizing: content-box;
  float: left;
  width: 156px;
  height: 156px;
  margin: 0 15px 15px 0;
  border: 1px solid #dddddd;
  background: #fff;
  position: relative;
}
.layui-upload .layui-upload-list > div:hover .preview {
  display: block;
}
.layui-upload .layui-upload-list > div.loading:hover .preview {
  display: none;
}
.layui-upload .layui-upload-list > div.loading:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1) url(../img/loading-1.gif) center no-repeat;
}
.layui-upload .layui-upload-list .upload-bg {
  display: none;
  width: 240px;
  height: 130px;
  background: url(../img/upload-bg.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -65px;
  cursor: pointer;
}
.layui-upload .layui-upload-list .upload-bg:only-child {
  display: block;
}
.layui-upload .layui-upload-img {
  width: 156px;
  height: 156px;
}
.layui-upload .single-upload {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 30px;
  cursor: pointer;
}
.layui-upload .delete {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 6px;
  cursor: pointer;
}
.layui-upload .preview {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
}
.layui-upload .preview:before {
  content: '\E63D';
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(34, 34, 58, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.layui-upload .reload {
  display: none;
  box-sizing: border-box;
  width: 66px;
  height: 50px;
  line-height: 20px;
  padding-top: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -25px;
  background-color: #5e5f72;
  color: #ff0000;
  text-align: center;
  font-size: 12px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.layui-upload .preview-pdf-img {
  background: url(../img/pdf.jpg) center no-repeat;
}
.layui-upload .preview-zip-img {
  background: url(../img/zip.jpg) center no-repeat;
}
.layui-upload .preview-rar-img {
  background: url(../img/rar.jpg) center no-repeat;
}
.layui-upload .preview-t {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 50px;
  color: #ffffff;
  background-color: rgba(34, 34, 58, 0.7);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
}
.layui-upload .new-preview-t {
  background-color: rgba(201, 81, 65, 0.7);
}
.layui-upload .layui-upload-button2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.layui-upload .layui-upload-button2 .layui-btn {
  border-radius: 4px;
}
.layui-upload .upload-all-t {
  float: left;
  width: calc(100% - 246px);
  cursor: auto;
  color: #7f8fa4;
  text-align: left;
}
.layui-upload .upload-all-t:hover {
  color: #7f8fa4;
}
.layui-upload .upload-all {
  float: left;
  width: 108px;
  background: #2468f2;
  color: #fff;
  margin-left: 20px;
}
.layui-upload .upload-all:hover {
  color: #fff;
}
.layui-upload .upload-all .icon-upload {
  margin-left: 0;
}
.layui-upload .upload-all .iconfont {
  display: none;
}
.layui-upload .upload-file {
  float: left;
  width: 108px;
  background: #2468f2;
  color: #fff;
}
.layui-upload .upload-file:hover {
  color: #fff;
}
.layui-upload .upload-file .iconfont {
  display: none;
}
.layui-upload-xx .layui-upload-list > div {
  width: 284px;
  height: 190px;
  border: 4px solid #e6eaee;
}
.layui-upload-xx .layui-upload-img {
  width: 100%;
  height: 100%;
}
.layui-upload-xx .preview {
  top: 78px;
}
.layui-upload-xx .download {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
}
.layui-table-xx {
  min-width: calc(100% - 1px);
  color: #596a80;
}
.layui-table-xx thead tr {
  background: #f8fafc;
  color: #596a80;
}
.layui-table-xx thead tr th {
  border: none;
}
.layui-table-xx tr a {
  color: #4da6f8;
}
.preview-pdf-img2 {
  display: block;
  width: 128px;
  height: 128px;
  margin: 16px auto;
  background: url(../img/pdf.jpg) center no-repeat;
  background-size: 100% auto;
}
.preview-zip-img2 {
  display: block;
  width: 128px;
  height: 128px;
  margin: 16px auto;
  background: url(../img/zip.jpg) center no-repeat;
  background-size: 100% auto;
}
.preview-rar-img2 {
  display: block;
  width: 128px;
  height: 128px;
  margin: 16px auto;
  background: url(../img/rar.jpg) center no-repeat;
  background-size: 100% auto;
}
.preview-pdf-t2 {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.preview-layer .layui-layer-setwin .layui-layer-close2 {
  right: -15px;
  top: -14px;
}
::-webkit-input-placeholder {
  font-family: inherit;
  color: #596a80;
}
:-moz-placeholder {
  font-family: inherit;
  color: #596a80;
}
::-moz-placeholder {
  font-family: inherit;
  color: #596a80;
}
:-ms-input-placeholder {
  font-family: inherit;
  color: #596a80;
}
.iconfont {
  font-weight: normal;
}
/* 404 500错误页面 */
.fs20 {
  font-size: 20px;
}
.fs14 {
  font-size: 14px;
}
.fs32 {
  font-size: 32px;
}
/* 404 500错误页面 */
.not-found {
  background: #d5dde1;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
}
.not-found .row {
  padding-top: 20%;
}
.not-found .ctn-error {
  margin: 0 30px;
}
.not-found h2 {
  font-weight: 700;
  font-size: 60px;
}
.not-found .ghost {
  width: 105px;
  float: right;
  margin: 0 30px;
}
.not-found .ghost .body {
  display: block;
  height: 120px;
  padding-top: 35px;
  background: #fff;
  position: relative;
  border-radius: 70px 70px 0 0;
  text-align: center;
  -webkit-animation: ghost-float 3s alternate infinite ease-in-out;
  animation: ghost-float 3s alternate infinite ease-in-out;
}
.not-found .ghost .body i {
  color: #454e57;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: ghost-blink 4s infinite ease;
  animation: ghost-blink 4s infinite ease;
  position: relative;
  transition: all 0.1s ease;
  background: #444;
}
.not-found .ghost .body:after,
.not-found .ghost:after {
  content: ' ';
  display: block;
}
.not-found .ghost .body i.left {
  margin-left: 40px;
}
.not-found .ghost .body i.right {
  margin-right: 20px;
}
.not-found .ghost .body i.bottom {
  margin-top: 15px;
}
.not-found .ghost .body i.top {
  margin-top: -25px;
}
.not-found .ghost .body i.top.left,
.not-found .ghost .body i.top.right {
  margin-top: -5px;
}
.not-found .ghost .body:after {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -9px;
  background-position: center top;
  background-repeat: repeat-x;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTcnIGhlaWdodD0nMTcnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgIHZpZXdCb3g9JzAgMCAxMDAgMTAwJz4KCTxsaW5lYXJHcmFkaWVudCBpZD0nZzEnIHgxPScwJScgeTE9JzAlJyB4Mj0nMTAwJScgeTI9JzAlJz4KCQk8c3RvcCBvZmZzZXQ9JzAlJyBzdHlsZT0nc3RvcC1jb2xvcjojOTk5OTk5O3N0b3Atb3BhY2l0eToxJyAvPgoJCTxzdG9wIG9mZnNldD0nMTAwJScgc3R5bGU9J3N0b3AtY29sb3I6I2ZiZGE1OTtzdG9wLW9wYWNpdHk6MCcgLz4KCTwvbGluZWFyR3JhZGllbnQ+Cgk8bGluZWFyR3JhZGllbnQgaWQ9J2cyJyB4MT0nMCUnIHkxPScwJScgeDI9JzAlJyB5Mj0nMTAwJSc+CgkJPHN0b3Agb2Zmc2V0PScwJScgc3R5bGU9J3N0b3AtY29sb3I6Izk5OTk5OTtzdG9wLW9wYWNpdHk6MScgLz4KCQk8c3RvcCBvZmZzZXQ9JzEwMCUnIHN0eWxlPSdzdG9wLWNvbG9yOiNmYmRhNTk7c3RvcC1vcGFjaXR5OjAnIC8+Cgk8L2xpbmVhckdyYWRpZW50PgoJPHJhZGlhbEdyYWRpZW50IGlkPSdnMycgY3g9JzAlJyBjeT0nMCUnIHI9JzEwMCUnPgoJCTxzdG9wIG9mZnNldD0nMCUnIHN0eWxlPSdzdG9wLWNvbG9yOiM5OTk5OTk7c3RvcC1vcGFjaXR5OjEnIC8+CgkJPHN0b3Agb2Zmc2V0PScxMDAlJyBzdHlsZT0nc3RvcC1jb2xvcjojZmJkYTU5O3N0b3Atb3BhY2l0eTowJyAvPgoJPC9yYWRpYWxHcmFkaWVudD4KCTxnIHRyYW5zZm9ybT0ncm90YXRlKDQ1KSB0cmFuc2xhdGUoMjEuMiAtNDkuNSknPgoJCTxyZWN0IHg9Jy01MCUnIHk9Jy01MCUnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbGw9JyNmZmZmZmYnIC8+CgkJPHJlY3QgeD0nNTAlJyB5PSctNTAlJyB3aWR0aD0nMCUnIGhlaWdodD0nMTAwJScgZmlsbD0ndXJsKCNnMSknIC8+CgkJPHJlY3QgeD0nLTUwJScgeT0nNTAlJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScwJScgZmlsbD0ndXJsKCNnMiknIC8+CgkJPHJlY3QgeD0nNTAlJyB5PSc1MCUnIHdpZHRoPScwJScgaGVpZ2h0PScwJScgZmlsbD0ndXJsKCNnMyknIC8+Cgk8L2c+Cjwvc3ZnPg==);
}
.not-found .ghost:after {
  height: 15px;
  border-radius: 50%;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: shadow-fade 3s alternate infinite ease-in-out;
  animation: shadow-fade 3s alternate infinite ease-in-out;
}
.not-found p {
  color: #64707d;
}
@media (max-width: 768px) {
  .not-found {
    text-align: center;
  }
  .not-found .ghost {
    float: none;
    margin: 0 auto;
  }
  .not-found .row {
    padding-top: 15%;
  }
}
@-webkit-keyframes ghost-float {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes ghost-float {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes shadow-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes shadow-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes ghost-blink {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100%,
  5% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes ghost-blink {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100%,
  5% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.main-wrap {
  min-width: 1200px;
  margin: 0 auto;
}
.marginClear:before {
  content: '';
  display: table;
  height: 0;
}
/* 登陆注册页面 */
.login-body {
  position: relative;
  color: #3c4e6d;
}
.login-body .layui-form-checkbox[lay-skin='primary'] i {
  border-color: #2468f2;
}
.login-body .layui-form-checkbox[lay-skin='primary']:hover i {
  border-color: #2468f2;
}
.login-body .layui-form-checked[lay-skin='primary'] i {
  border-color: #2468f2;
  background-color: #fff;
  color: #2468f2;
  font-weight: bold;
}
.login-form-wrap {
  height: 100vh;
  background-image: url(../img/login-form-w-bg.jpg);
  background-size: cover;
  position: relative;
}
.login-form {
  margin: auto;
  width: 80%;
  min-width: 420px;
  max-width: 1000px;
  height: 409px;
  background: url(../img/login-form-bg.svg);
  position: relative;
  z-index: 2;
}
.login-ms {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 50px;
  margin-left: 60px;
}
.login-jt {
  background-image: url(../img/login-jt.svg);
}
.login-jt-x {
  width: 28px;
  height: 8px;
  opacity: 0.7;
  background-image: url(../img/login-jt-x.svg);
  background-size: 100% 100%;
  position: absolute;
  bottom: 86px;
  left: 50%;
  margin-left: -14px;
}
.login-main {
  float: right;
  /*margin-top: -25px;*/
  width: 420px;
  height: 409px;
  background: #ffffff;
}
.login-top {
  padding: 25px 0 27px;
  text-align: center;
  color: #17264e;
  border-bottom: 1px solid #e2e3e4;
}
.login-top h3 {
  line-height: 34px;
  font-weight: 500;
  font-size: 24px;
}
.login-center {
  padding-left: 58px;
  padding-right: 62px;
  padding-top: 8px;
}
.login-center .layui-form-item {
  margin-top: 34px;
}
.login-center .layui-form-checkbox[lay-skin='primary'] span {
  color: inherit;
}
.input-group {
  position: relative;
}
.input-group .layui-input,
.input-group input {
  height: 36px;
  line-height: 36px;
  padding: 0 40px 0 32px;
  border: none;
  border-bottom: 1px solid #e4e4ef;
  color: inherit;
  font-size: 14px;
}
.input-group [class$='-icon'] {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-group .lf-icon {
  left: 8px;
  color: #2468f2;
}
.input-group .rt-icon {
  right: 10px;
}
.input-group .rt-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #c5d0de;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
}
.input-group .rt-icon .iconfont {
  font-size: 16px;
  color: #fff;
}
.input-group .iconfont {
  font-size: 16px;
}
.input-group ::-webkit-input-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group :-moz-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group ::-moz-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group :-ms-input-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group ::-webkit-input-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group :-moz-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group ::-moz-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group :-ms-input-placeholder {
  font-family: inherit;
  color: #CCD1DE;
}
.input-group:hover .rt-icon {
  opacity: 1;
}
.forget-password {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ffa22d;
}
.forget-password:hover {
  color: #ffa22d;
}
.login-btn-group {
  padding-left: 58px;
  padding-right: 62px;
}
.login-btn-group a {
  display: block;
  text-align: center;
  border: 1px solid #e4e4ef;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  font-style: 14px;
  color: #ffffff;
  background: linear-gradient(90deg, #2468f2 9.25%, #104eff 85.87%);
  box-shadow: 0px 10px 20px -6px rgba(16, 78, 255, 0.5);
}
.login-btn-group a:hover {
  color: #ffffff;
}
.login-link {
  height: 60px;
  line-height: 60px;
  border-top: 2px solid #f2f2f8;
}
.login-link a {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 14px;
  color: #3c4e6d;
}
.login-link .iconfont {
  font-size: 16px;
  margin-right: 10px;
}
.login-brief-introduction {
  height: 1027px;
  background-image: url(../img/login-bi-bg.jpg);
  background-size: cover;
  padding-top: 1px;
}
.login-bi-d1 {
  box-sizing: border-box;
  width: 1000px;
  height: 370px;
  padding: 40px 60px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
.login-bi-d2-c {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.login-bi-d2-i {
  background: url(../img/login-bi-b2-i.svg) center no-repeat;
  box-shadow: 0px 10px 40px -6px rgba(0, 30, 95, 0.1);
}
.login-bi-d2-i-p {
  margin-top: 39px;
  text-align: center;
}
.login-bi-d2-i-h {
  font-weight: 600;
  font-size: 18px;
  color: #14234b;
  text-align: center;
  margin-bottom: 26px;
}
.login-bi-d2-i-c {
  font-size: 14px;
  line-height: 24px;
  color: #6a738c;
  text-align: justify;
  margin: 0 40px;
}
.login-footer {
  background: #15244c;
  padding-bottom: 80px;
}
.login-footer-h {
  width: 1000px;
  height: 80px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #798299;
  align-items: center;
}
.login-footer-h a {
  color: inherit;
}
.login-footer-c {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.login-footer-c-h {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #798299;
}
.login-footer-c-l {
  margin-bottom: 14px;
  font-size: 14px;
  color: #798299;
}
.login-footer-c-l:last-of-type {
  margin-bottom: 0;
}
.login-footer-c-l a {
  color: inherit;
}
.login-footer-c-l a:hover {
  color: #cccccc;
}
.login-mobile-body .login-form-wrap {
  flex-direction: column;
  background-image: url(../img/login-form-w-bg-m.jpg);
}
.login-mobile-body .login-ms-m {
  margin: 0.56rem 0.7rem 1.32rem;
}
.login-mobile-body .login-ms-m-c {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.08rem 0.11rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #ffffff;
}
.login-mobile-body .login-main {
  flex: none;
  float: unset;
  width: 6.82rem;
  height: 7.86rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.login-mobile-body .login-top {
  padding: 0.48rem 0 0.27rem;
}
.login-mobile-body .login-top h3 {
  font-size: 0.39rem;
}
.login-mobile-body .login-center {
  padding-left: 0.58rem;
  padding-right: 0.62rem;
  padding-top: 0.08rem;
}
.login-mobile-body .login-btn-group {
  padding-left: 0.58rem;
  padding-right: 0.62rem;
}
.login-mobile-body .login-jt-x {
  bottom: 0.8rem;
}
.login-mobile-body .login-brief-introduction {
  background-image: url(../img/login-bi-bg-m.jpg);
  height: auto;
  padding-bottom: 0.74rem;
}
.login-mobile-body .login-bi-d1 {
  width: auto;
  height: auto;
  margin-top: -0.48rem;
  margin-left: 0.34rem;
  margin-right: 0.34rem;
  padding: 0.54rem;
}
.login-mobile-body .login-bi-d1-t1 {
  font-weight: 600;
  font-size: 0.34rem;
  line-height: 0.48rem;
  color: #17264e;
  margin-bottom: 0.1rem;
  text-align: center;
}
.login-mobile-body .login-bi-d1-hr1 {
  width: 0.92rem;
  height: 1px;
  background: #c8b091;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.24rem;
}
.login-mobile-body .login-bi-d1-p1 {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #17264e;
}
.login-mobile-body .login-bi-d1-img1 {
  width: 100%;
  height: auto;
  margin-top: -0.64rem;
}
.login-mobile-body .login-bi-d2-img1-w {
  margin-top: 0.8rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.login-mobile-body .login-bi-d2-img1 {
  width: 4rem;
}
.login-mobile-body .login-bi-d2-c {
  width: auto;
  padding-left: 0.34rem;
  padding-right: 0.34rem;
}
.login-mobile-body .login-bi-d2-i {
  margin-bottom: 0.3rem;
  background-image: url(../img/login-bi-b2-i.png);
  background-size: 100% 100%;
  padding: 0.45rem 0.3rem;
}
.login-mobile-body .login-bi-d2-i-p {
  margin-top: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.login-mobile-body .login-bi-d2-i-p img {
  max-width: 100%;
  max-height: 100%;
}
.login-mobile-body .login-bi-d2-i-h {
  margin-bottom: 0;
  margin-left: 0.1rem;
}
.login-mobile-body .login-bi-d2-i-c {
  margin: 0 0.16rem;
}
.login-mobile-body .login-footer-h {
  padding: 0.34rem;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 0.22rem;
}
/*弹窗样式*/
body .layui-layer-title {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 30px;
  border-radius: 0;
  background: #2468f2;
}
body .layui-layer-btn {
  padding: 20px;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  font-size: 0;
}
body .layui-layer-btn > a:empty {
  display: none;
}
body .layui-layer-btn a:first-of-type {
  margin-left: 0;
}
body .other-title {
  background: #f0f3f8 !important;
  text-align: left !important;
  color: #596a80 !important;
  margin-left: 0 !important;
}
body .layui-layer-btn a {
  box-sizing: border-box;
  min-width: 175px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  margin: 0;
  background: #2468f2;
  color: #ffffff;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 4px;
}
body .layui-layer-btn a:before {
  content: '';
  margin-left: 4px;
}
body .layui-layer-btn .layui-layer-btn0 {
  border: none;
  background-color: #2468f2;
}
body .layui-layer-btn a:last-child {
  margin-right: 0;
}
.layui-layer.layui-layer-msg .layui-layer-content {
  padding: 16px 66px 16px 16px;
}
.layui-layer.layui-layer-msg .layui-layer-content .layui-layer-ico {
  top: 13px;
  left: auto;
  right: 13px;
  z-index: 2;
}
.layui-layer.layui-layer-msg .layui-layer-content:after {
  content: '';
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  background: #2468f2;
  border-radius: 0 2px 2px 0;
}
.layui-layer.layui-layer-msg.layui-layer-hui .layui-layer-content {
  padding-right: 16px;
}
.layui-layer.layui-layer-msg.layui-layer-hui .layui-layer-content:after {
  display: none;
}
.layui-layer .layui-layer-setwin .layui-layer-min cite {
  background-color: #ffffff;
}
.layui-layer .layui-layer-setwin .layui-layer-close2 {
  width: 10px;
  height: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAnElEQVQYlW3PLw+BURTA4cedZIwiSjJJEgQJ0VSTRB9DFGw+gQmKb+BPQJdE3VS68r7b9c5t5+zZzu/mrrdHCwuM8PL76lhjHLBEB3tUM+iENuYBQ9zRjHCKajhjmscTXRwTfEAlQgO888mZGDeS3Rl9fCBETUWUormMQjqkMG66/GkW/oT3kowfHLCJUNr0zOBVwATbODzzwR1mX3e1KE8T6OGmAAAAAElFTkSuQmCC') no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.preview-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 10px;
  top: -15px;
  width: 40px;
  height: 40px;
  margin-left: 0;
  background: url(../img/gb-2.png) no-repeat;
  background-size: 40px 40px;
  _display: none;
}
.preview-layer .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0;
}
/* 汇票贴现计算器 start */
.calc-stamp.layui-layer {
  border-radius: 4px;
  font-size: 14px;
}
.calc-stamp.layui-layer .layui-layer-title {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #354052;
  text-align: center;
  padding: 0;
}
.calc-stamp.layui-layer .layui-layer-setwin .layui-layer-close1 {
  width: 16px;
  height: 16px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAnElEQVQYlW3PLw+BURTA4cedZIwiSjJJEgQJ0VSTRB9DFGw+gQmKb+BPQJdE3VS68r7b9c5t5+zZzu/mrrdHCwuM8PL76lhjHLBEB3tUM+iENuYBQ9zRjHCKajhjmscTXRwTfEAlQgO888mZGDeS3Rl9fCBETUWUormMQjqkMG66/GkW/oT3kowfHLCJUNr0zOBVwATbODzzwR1mX3e1KE8T6OGmAAAAAElFTkSuQmCC') no-repeat;
  background-position: center center;
}
.calc-stamp.layui-layer input {
  background: transparent;
  color: inherit;
}
.calc-stamp.layui-layer .layui-form-label {
  width: auto;
  padding: 0;
}
.calc-stamp.layui-layer .calc-section1 .layui-form-label {
  width: 100%;
  text-align: center;
}
.calc-stamp.layui-layer .layui-layer-btn {
  padding: 0 !important;
  background: #f9fafc;
}
.calc-stamp.layui-layer .layui-layer-btn a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.calc-stamp.layui-layer .layui-layer-btn a:nth-child(1) {
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  padding-left: 0;
  text-align: center;
}
.calc-stamp.layui-layer .layui-layer-btn a:nth-child(2) {
  border-left: 1px solid #fff;
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.calc-stamp.layui-layer .layui-layer-btn a:only-child {
  width: 100%;
  padding: 0;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.calc-section1 {
  padding: 20px 0;
  margin-bottom: 0;
  height: 68px;
  background: #00a9ff;
  font-size: 0;
  overflow-x: hidden;
}
.calc-section1 .layui-inline {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 0 10px;
  margin: 0;
  width: 158px;
  color: #fff;
  font-size: 14px;
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}
.calc-section1 .layui-inline:last-child {
  width: 120px;
  padding: 0;
  border-right: none;
}
.calc-section1 .layui-inline:last-child:after {
  display: none;
}
.calc-section1 .layui-inline:last-child .layui-input-inline {
  margin-right: 0;
}
.calc-section1 .layui-inline:first-child {
  width: 162px;
}
.calc-section1 .layui-input {
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  border: none;
  color: #fff;
}
.calc-section1 .layui-input-inline {
  padding-left: 0;
  width: 100%;
}
.calc-section1 .layui-input-inline .days-num {
  float: right;
  width: 100px;
  margin-right: 0;
  height: 26px;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 13px 0 0 13px;
}
.calc-section2 {
  margin: 0 30px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #c4cdda;
  color: #7484a6;
}
.calc-section2 .layui-inline {
  width: 49%;
  margin: 0;
}
.calc-section2 .layui-input {
  margin-top: 10px;
  padding: 0;
  border: none;
  font-size: 18px;
  color: #7484a6;
}
.calc-section2 .layui-input-inline {
  width: 180px;
}
.calc-section2 ::-webkit-input-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 :-moz-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 ::-moz-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 :-ms-input-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 ::-webkit-input-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 :-moz-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 ::-moz-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section2 :-ms-input-placeholder {
  font-family: inherit;
  color: #7484a6;
}
.calc-section3 .layui-input,
.calc-section4 .layui-input {
  margin: 10px 0;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #c4cdda;
  border-radius: 4px;
  font-size: 14px;
  color: #15244c;
}
.calc-section3 .layui-input:hover,
.calc-section4 .layui-input:hover,
.calc-section3 .layui-input:focus,
.calc-section4 .layui-input:focus {
  border-color: #c4cdda !important;
}
.calc-section3 ::-webkit-input-placeholder,
.calc-section4 ::-webkit-input-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 :-moz-placeholder,
.calc-section4 :-moz-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 ::-moz-placeholder,
.calc-section4 ::-moz-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 :-ms-input-placeholder,
.calc-section4 :-ms-input-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 ::-webkit-input-placeholder,
.calc-section4 ::-webkit-input-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 :-moz-placeholder,
.calc-section4 :-moz-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 ::-moz-placeholder,
.calc-section4 ::-moz-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section3 :-ms-input-placeholder,
.calc-section4 :-ms-input-placeholder {
  font-family: inherit;
  color: #15244c;
}
.calc-section4 {
  border-bottom: none;
}
.calc-section4 .layui-inline {
  width: 100%;
}
.calc-section4 .layui-form-label {
  margin-bottom: 10px;
}
.calc-section4 .layui-input-block {
  margin: 0;
}
/* 汇票贴现计算器 end */
/* 新增链属用户  start */
.layui-layer-dialog .layui-layer-title {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #354052;
  text-align: center;
  height: 46px;
  line-height: 46px;
  background: #2468f2;
  color: #fff;
  text-align: left;
}
.layui-layer-dialog .layui-layer-title .iconfont {
  margin-right: 10px;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}
.layui-select-disabled .layui-disabled,
input:disabled,
textarea:disabled,
input[readonly='readonly'],
textarea[readonly='readonly'] {
  background: #f7fcfd !important;
  cursor: not-allowed !important;
  color: #596a80;
}
input.not-empty,
textarea.not-empty {
  background: #f7fcfd !important;
  cursor: text !important;
  color: #354052 !important;
}
.layui-layer-prompt .layui-layer-btn {
  padding: 0 !important;
  background: #f9fafc;
}
.layui-layer-prompt .layui-layer-btn a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.layui-layer-prompt .layui-layer-btn a:nth-child(1) {
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  padding-left: 0;
  text-align: center;
}
.layui-layer-prompt .layui-layer-btn a:nth-child(2) {
  border-left: 1px solid #fff;
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.layui-layer-prompt .layui-layer-btn a:only-child {
  width: 100%;
  padding: 0;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.main-pop .layui-layer-title,
.addUser .layui-layer-title,
.layui-layer-prompt .layui-layer-title {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #354052;
  text-align: center;
  background: #2468f2;
  color: #fff;
  text-align: left;
}
.main-pop .layui-layer-title .iconfont,
.addUser .layui-layer-title .iconfont,
.layui-layer-prompt .layui-layer-title .iconfont {
  margin-right: 10px;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}
.main-pop .layui-layer-setwin,
.addUser .layui-layer-setwin,
.layui-layer-prompt .layui-layer-setwin {
  top: 18px;
}
.main-pop .layui-layer-setwin .layui-layer-close,
.addUser .layui-layer-setwin .layui-layer-close,
.layui-layer-prompt .layui-layer-setwin .layui-layer-close {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAi0lEQVQYlXXRMQ5BURCF4UMhQYSoWYDEEuxUotPZgIJKJyJR6y3jU3ji5r7nJFNM7vln7skEC1ywQqqa4owNEmx99KqAKa7N2x39YIhjBZTGZ7M93yk1cKuNpbkGWkakn58GSeZFP04ySamOME+cukIHs44wo47QCXZ//lgCD/SCOQ5Yah9lhD3WyBu9D1BK4ti6JQAAAABJRU5ErkJggg==');
  background-position: 0 0;
}
.main-pop .layui-form-radio i:hover,
.addUser .layui-form-radio i:hover,
.layui-layer-prompt .layui-form-radio i:hover,
.main-pop .layui-form-radioed i,
.addUser .layui-form-radioed i,
.layui-layer-prompt .layui-form-radioed i {
  color: #2468f2;
}
.main-pop .layui-input-block,
.addUser .layui-input-block,
.layui-layer-prompt .layui-input-block {
  margin-left: 0;
  clear: both;
}
.main-pop .layui-form-label,
.addUser .layui-form-label,
.layui-layer-prompt .layui-form-label {
  width: auto;
  margin-bottom: 6px;
  padding: 0 0 0 4px;
  font-size: 14px;
  color: #15244c;
  text-align: left;
}
.main-pop .layui-form-label.requ:before,
.addUser .layui-form-label.requ:before,
.layui-layer-prompt .layui-form-label.requ:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e95141;
  margin-right: 10px;
  vertical-align: middle;
}
.main-pop .layui-form-label.no-requ:before,
.addUser .layui-form-label.no-requ:before,
.layui-layer-prompt .layui-form-label.no-requ:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #354052;
  margin-right: 10px;
  vertical-align: middle;
}
.main-pop .layui-input,
.addUser .layui-input,
.layui-layer-prompt .layui-input {
  border-radius: 4px;
  height: 30px;
}
.main-pop .layui-form-select,
.addUser .layui-form-select,
.layui-layer-prompt .layui-form-select {
  clear: both;
}
.main-pop .layui-textarea,
.addUser .layui-textarea,
.layui-layer-prompt .layui-textarea {
  resize: none;
  height: 72px;
  min-height: 72px;
}
.layui-layer-prompt .layui-layer-btn a:nth-child(1) {
  width: 50%;
  background: #2468f2;
  color: #fff;
  text-align: center;
  padding-left: 0;
}
.layui-layer-prompt .layui-layer-btn a:nth-child(2) {
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
  padding-left: 0;
}
.addUser .layui-form-item {
  margin: 0 30px;
  padding: 25px 0 0;
  font-size: 0;
}
.addUser .layui-form-item > * {
  font-size: 14px;
}
.addUser .layui-inline {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding-right: 30px;
  font-size: 14px;
}
.addUser .layui-inline:nth-child(2) {
  padding: 0 0 0 30px;
}
.addUser .layui-form-item .layui-inline:nth-child(2) .layui-input-inline {
  float: right;
}
.addUser .layui-input-inline {
  width: 100%;
  margin-right: 0;
}
.addUser .layui-form-label {
  width: 100%;
  line-height: 20px;
}
.addUser .layui-input {
  width: 100%;
}
.addUser .radio-box {
  margin: 30px 30px 0;
  padding: 20px 0 15px;
  border-top: 1px dashed #f0f2f5;
}
/* 新增链属用户  end */
/* 链属经办添加成功 start */
.addSucc {
  text-align: center;
}
.addSucc .add-ctn {
  padding: 20px;
}
.addSucc .info-img {
  margin: 15px 0;
}
.addSucc .info-img .iconfont {
  font-size: 50px;
  color: #78ff29;
}
.addSucc .info-img .icon-card {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c5d0de;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.addSucc .info-1 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #15244c;
  line-height: 24px;
}
.addSucc .info-2 {
  font-size: 12px;
  color: #7484a6;
  line-height: 18px;
}
.addSucc .info-3 {
  margin: 40px 0 10px;
  font-size: 16px;
  color: #15244c;
}
.addSucc .info-input {
  width: 220px;
  margin: 0 auto;
  font-size: 14px;
}
.addSucc .info-input input {
  text-align: center;
}
.addSucc .icon-bg {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #2468f2;
  border-radius: 50%;
  text-align: center;
}
.addSucc .icon-bg .iconfont {
  font-size: 16px;
  color: #fff;
}
.addSucc .layui-layer-setwin .layui-layer-close2 {
  top: 0;
  right: 0;
}
.addSucc .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0;
}
.addSucc .radio-box-1 {
  border-top: 1px dashed #f0f2f5;
  margin: 0 15px;
  padding: 20px 0 10px;
  color: #7484a6;
  text-align: left;
}
/* 链属经办添加成功 end */
/* 链属经办-修改密码 start */
.changePwd.layui-layer-page .layui-layer-content {
  overflow: visible;
}
.changePwd .change-title {
  position: relative;
  height: 68px;
  background: #ffffff;
  border-top: 1px transparent solid;
  border-bottom: 1px solid #f0f2f5;
}
.changePwd .icon-center {
  margin: -35px auto 0;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-image: -moz-linear-gradient(-90deg, #2ea1f8 0%, #1a91eb 100%);
  background-image: -webkit-linear-gradient(-90deg, #2ea1f8 0%, #1a91eb 100%);
  background-image: -ms-linear-gradient(-90deg, #2ea1f8 0%, #1a91eb 100%);
  border-radius: 50%;
  text-align: center;
}
.changePwd .icon-center .iconfont {
  font-size: 24px;
  color: #fff;
}
.changePwd .change-txt {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  color: #15244c;
}
.changePwd .change-row {
  margin: 0 30px;
  padding-top: 30px;
}
.changePwd .change-row .layui-input {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: #15244c;
}
.changePwd .layui-form-label {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  color: #7484a6;
  text-align: left;
}
.changePwd .confirm-btn {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 4px;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.changePwd .layui-layer-btn a:only-child {
  width: 100%;
  padding: 0;
  background: #eef5fa;
  color: #7484a6;
}
.tips-info {
  margin: 10px 35px 30px;
  font-size: 12px;
  color: #ccd1de;
}
.tips-info .iconfont {
  margin-right: 10px;
  font-size: 16px;
  color: #c5d0de;
  vertical-align: middle;
}
.tips-inline {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  background: #fbf3e8;
  border-bottom: 1px dashed #dfd2bf;
  font-size: 14px;
  color: #dd8d37;
}
/* 链属经办-修改密码 end */
/* 核心-弹窗新增链属企业  start*/
.hasTab .layui-layer-title {
  color: #dbedfd;
  padding: 0;
}
.hasTab .layui-layer-title > span {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.hasTab .layui-layer-title .layui-this:after {
  position: absolute;
  left: 0;
  top: 48px;
  content: '';
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  pointer-events: none;
}
.hasTab .tips-info {
  box-sizing: border-box;
  height: 56px;
  padding-top: 18px;
  line-height: 18px;
  margin: 0;
}
.hasTab .tips-info > .iconfont {
  float: left;
  height: 100%;
}
.hasTab .layui-upload {
  width: 580px;
  margin: 70px auto 0;
  font-size: 14px;
}
.hasTab .layui-upload .tips-info {
  padding-top: 0;
}
.hasTab .btn-upload {
  display: inline-block;
  box-sizing: border-box;
  width: 440px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  text-align: left;
  color: #7484a6;
  padding-left: 20px;
  margin-right: 30px;
  cursor: pointer;
}
.hasTab .btn-upload .iconfont {
  width: 40px;
  height: 34px;
  line-height: 34px;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #dfe3e9;
  border-left: 1px solid #dfe3e9;
}
.hasTab .link-blue {
  color: #2468f2;
}
.hasTab .link-blue .iconfont {
  font-size: 16px;
  margin-right: 10px;
}
.hasTab .layui-tab-content {
  padding: 0;
}
.hasTab .layui-layer-btn a:first-child {
  color: #fff;
}
.hasTab .layui-layer-btn a:first-child .iconfont {
  font-size: 16px;
  color: inherit;
  margin-right: 10px;
}
.hasTab .layui-upload-choose {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.upload-label {
  color: #15244c;
}
/* 核心-弹窗新增链属企业  end*/
/* 链属-点击邀请链接 start */
.invitels {
  font-size: 14px;
}
.invitels.layui-layer {
  box-shadow: none;
  border: 1px solid #f0f2f5;
}
.invitels .invite-top {
  padding: 30px 0 20px;
  margin: 0 30px;
  border-bottom: 1px dotted #f0f2f5;
  overflow: hidden;
}
.invitels .invite-top img {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}
.invitels .invite-title {
  font-size: 16px;
  color: #15244c;
  margin: 15px 0 10px;
}
.invitels .invite-title ~ p {
  font-size: 12px;
  color: #7484a6;
}
.invitels li {
  padding-left: 45px;
  margin-top: 20px;
  line-height: 24px;
}
.invitels .list-name {
  color: #15244c;
}
.invitels .list-name ~ span {
  font-size: 14px;
  color: #7484a6;
}
.invitels .layui-badge-dot {
  width: 6px;
  height: 6px;
  background-color: #7484a6;
  margin-right: 15px;
}
.invitels .layui-layer-btn {
  padding: 10px 30px 30px;
}
.invitels .layui-layer-btn a {
  display: block;
  height: 36px;
  line-height: 36px;
  border: none;
  background: #2468f2;
  text-align: center;
}
.invitels.layui-layer-page .layui-layer-content {
  overflow: visible;
}
.invitels .img-corr {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  background: #78ff29;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.invitels .img-corr .layui-icon {
  font-size: 30px;
  color: #fff;
}
.invitels .icon-success {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  font-size: 48px;
  color: #78ff29;
  background: #fff;
}
.invitels .icon-success:before,
.invitels .icon-success::before {
  position: absolute;
  top: -14px;
  right: -10px;
}
/* 链属-点击邀请链接 end */
/* 链属-提交完成 start */
.submitlsSuss .btn-tips {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 150px;
  text-align: center;
  font-size: 12px;
  color: #7484a6;
}
.submitlsSuss .layui-layer-btn {
  padding-bottom: 60px;
}
.submitlsSuss .layui-layer-btn a {
  width: 300px;
  margin: 0 auto;
  background: #c5d0de;
}
/* 链属-提交完成 end */
/* 链属-登录完善个人信息 start */
.loginls,
.addlsInfo {
  width: 1054px;
  overflow: hidden;
}
.loginls.layui-layer-page .layui-layer-btn,
.addlsInfo.layui-layer-page .layui-layer-btn {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.loginls.layui-layer .layui-layer-setwin,
.addlsInfo.layui-layer .layui-layer-setwin {
  position: absolute;
  top: 40px;
  right: 40px;
}
.loginls.layui-layer .layui-layer-setwin .layui-layer-close,
.addlsInfo.layui-layer .layui-layer-setwin .layui-layer-close {
  width: 10px;
  height: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAnElEQVQYlW3PLw+BURTA4cedZIwiSjJJEgQJ0VSTRB9DFGw+gQmKb+BPQJdE3VS68r7b9c5t5+zZzu/mrrdHCwuM8PL76lhjHLBEB3tUM+iENuYBQ9zRjHCKajhjmscTXRwTfEAlQgO888mZGDeS3Rl9fCBETUWUormMQjqkMG66/GkW/oT3kowfHLCJUNr0zOBVwATbODzzwR1mX3e1KE8T6OGmAAAAAElFTkSuQmCC') no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.loginls .btn-group,
.addlsInfo .btn-group {
  position: absolute;
  bottom: 0;
  width: 740px;
  font-size: 0;
}
.loginls .btn-group a,
.addlsInfo .btn-group a {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  cursor: pointer;
}
.loginls .btn-group a:first-child,
.addlsInfo .btn-group a:first-child {
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  padding-left: 0;
  text-align: center;
}
.loginls .btn-group a:last-child,
.addlsInfo .btn-group a:last-child {
  width: 50%;
  background: #2468f2;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.loginls .btn-group a:only-child,
.addlsInfo .btn-group a:only-child {
  width: 100%;
  padding: 0;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.loginls .btn-group .iconfont,
.addlsInfo .btn-group .iconfont {
  margin-right: 10px;
}
.login-lf {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 442px;
  padding: 30px 10px 30px 20px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(25, 145, 235) 0%, rgb(45, 161, 248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(25, 145, 235) 0%, rgb(45, 161, 248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(25, 145, 235) 0%, rgb(45, 161, 248) 100%);
    */
  background: #2468f2;
  color: #fff;
}
.login-lf img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.login-lf h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}
.login-lf p {
  font-size: 16px;
  margin-bottom: 20px;
}
.login-lf li {
  font-size: 14px;
  margin-bottom: 20px;
}
.login-rt {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 740px;
  height: 442px;
  padding: 30px 0 50px;
}
.login-rt h4 {
  margin: 0 0 30px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #15244c;
}
.login-rt h4 ~ p {
  margin-left: 30px;
  font-size: 14px;
}
/* 链属-登录完善个人信息 end */
/* 链属-基础信息补录信息 start */
.addlsInfo {
  color: #15244c;
}
.addlsInfo .info-top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f0f2f5;
  text-align: center;
}
.addlsInfo .info-top img {
  display: inline-block;
  width: 64px;
  margin-right: 20px;
}
.addlsInfo .info-top ~ p {
  margin: 30px 0 20px;
  font-size: 16px;
}
.addlsInfo .info-text {
  display: inline-block;
  text-align: left;
}
.addlsInfo .info-text p:first-child {
  font-size: 16px;
  margin-bottom: 8px;
}
.addlsInfo .info-text p:last-child {
  font-size: 12px;
  color: #7484a6;
}
.addlsInfo .stuff-list {
  overflow: hidden;
  line-height: 30px;
}
.addlsInfo .stuff-list > div {
  display: inline-block;
  width: 49%;
}
.addlsInfo .stuff-list p {
  font-size: 14px;
}
.addlsInfo .stuff-list li {
  font-size: 12px;
  color: #7484a6;
}
.addlsInfo .stuff-list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7484a6;
  margin-right: 10px;
}
/* 链属-基础信息补录信息 end */
/* 运营-合作银行管理-银行配置 start */
.separate-box {
  margin: 0 15px;
  padding: 30px 0;
  overflow: hidden;
}
.separate-box .part-list {
  width: 400px;
  display: inline-block;
}
.separate-box .part-title {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: #15244c;
}
.separate-box .part-ctn {
  width: 400px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #f0f2f5;
  overflow-x: hidden;
  overflow-y: auto;
}
.separate-box .part-ctn li {
  display: -webkit-box;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #7484a6;
  background: #fafbfc;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}
.separate-box .part-ctn li:nth-child(2n) {
  background: #fff;
}
.separate-box .part-ctn li:hover,
.separate-box .part-ctn li.on {
  background: #2468f2;
  color: #fff;
}
.separate-box .part-btn {
  width: 80px;
  height: 180px;
  margin: 40px 20px 0;
}
.separate-box .part-btn a {
  display: inline-block;
  margin-bottom: 20px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #c5d0de;
  border-radius: 4px;
  text-align: center;
}
.separate-box .part-btn a .iconfont {
  font-size: 16px;
  color: #fff;
}
/* 运营-合作银行管理-银行配置 end */
/* 运营-系统管理-分配角色 start */
.allotRole,
.assoInfo {
  color: #7484a6;
}
.allotRole .layui-input-block,
.assoInfo .layui-input-block {
  margin-left: 0;
  min-height: 38px;
}
.allotRole .layui-form-item,
.assoInfo .layui-form-item {
  padding: 20px 0;
}
.allotRole .layui-form-label,
.assoInfo .layui-form-label {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: #15244c;
}
.allotRole input[type='checkbox'],
.assoInfo input[type='checkbox'],
.allotRole input[type='radio'],
.assoInfo input[type='radio'],
.allotRole .layui-form-radio,
.assoInfo .layui-form-radio,
.allotRole .layui-form-checkbox,
.assoInfo .layui-form-checkbox {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.allotRole .layui-form-item .layui-form-checkbox[lay-skin='primary'],
.assoInfo .layui-form-item .layui-form-checkbox[lay-skin='primary'] {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
.allotRole .layui-form-checkbox[lay-skin='primary'] span,
.assoInfo .layui-form-checkbox[lay-skin='primary'] span {
  width: calc(100% - 30px);
  padding: 0;
  color: #7484a6;
}
.allotRole .role-parts,
.assoInfo .role-parts {
  display: none;
}
.allotRole .role-parts.on,
.assoInfo .role-parts.on {
  display: block;
}
.dash-line {
  border-bottom: 1px dashed #f0f2f5;
  margin: 0 30px;
}
/* 运营-系统管理-分配角色 end */
/* 融资申请 发票详情 start */
.invoiceDetail {
  color: #7484a6;
}
.invoiceDetail h3 {
  font-size: 16px;
  color: #15244c;
}
.invoiceDetail table {
  color: #7484a6;
}
.invoiceDetail a {
  color: inherit;
}
.invoiceDetail .iconfont {
  margin-right: 10px;
}
.list-title {
  font-size: 16px;
  color: #15244c;
  margin: 10px 0;
}
.invoice-table tr td:nth-child(odd) {
  background: #ffffff;
  text-align: right;
}
.preview-box {
  overflow: hidden;
  padding-top: 15px;
  padding-left: 15px;
  background: #ffffff;
  border: 1px solid #f0f2f5;
  border-radius: 5px;
}
.preview-box li {
  float: left;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 15px 15px 0;
  position: relative;
  cursor: pointer;
}
.preview-box li:hover .iconfont {
  display: block;
}
.preview-box li img {
  width: 150px;
  max-height: 150px;
}
.preview-box li .iconfont {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -20px;
  background-color: rgba(34, 34, 58, 0.7);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.preview-box li .icon-search:before {
  content: '\E63D';
}
.preview-box .preview-img-info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background-color: rgba(34, 34, 58, 0.7);
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}
/* 融资申请 发票详情 end */
/* 绑定实体账户 start */
.addSucc .layui-timeline-x {
  text-align: center;
}
.addSucc .layui-timeline-x .layui-timeline-item {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #7484a6;
}
.addSucc .layui-timeline-x .layui-timeline-item.in {
  background-color: #2468f2;
}
.addSucc .layui-timeline-x .layui-timeline-hr {
  text-align: center;
  font-size: 12px;
  color: #7484a6;
}
.addSucc .layui-timeline-x .layui-timeline-hr hr {
  margin-top: 2px;
  margin-bottom: 2px;
  background: #7484a6 !important;
  border: none;
}
.addSucc .layui-timeline-x .layui-timeline-hr hr.hl {
  background: #2468f2 !important;
}
/* 绑定实体账户 end */
.threeBtn .layui-layer-btn {
  padding: 0 !important;
  background: #f9fafc;
}
.threeBtn .layui-layer-btn a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.threeBtn .layui-layer-btn a:first-child {
  box-sizing: border-box;
  width: 50%;
  background: #2468f2;
  color: #fff;
  padding-left: 0;
  text-align: left;
}
.threeBtn .layui-layer-btn a:nth-child(2) {
  border-left: 1px solid #fff;
  box-sizing: border-box;
  width: 25%;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
.threeBtn .layui-layer-btn a:nth-child(3) {
  border-left: 1px solid #fff;
  box-sizing: border-box;
  width: 25%;
  padding: 0;
  background: #2468f2;
  color: #fff;
  text-align: center;
}
/* 选择相关发票 start */
.layui-layer .nav-search-box,
.page-apply .nav-search-box {
  height: 50px;
  background: #f4f7f9;
  border-bottom: 1px solid #d3d7dc;
  font-size: 14px;
  color: #596a80;
}
.layui-layer .nav-search-box .nav-search-ctn,
.page-apply .nav-search-box .nav-search-ctn {
  width: 100%;
  height: 50px;
  padding: 0 0 0 25px;
  background: #f4f7f9;
  box-sizing: border-box;
}
.layui-layer .nav-search-box .layui-form-item,
.page-apply .nav-search-box .layui-form-item {
  margin: 0;
  padding: 11px 0;
  line-height: 26px;
}
.layui-layer .nav-search-box .layui-form-item .layui-inline,
.page-apply .nav-search-box .layui-form-item .layui-inline {
  margin: 0 14px 0 0;
}
.layui-layer .nav-search-box .layui-form-label,
.page-apply .nav-search-box .layui-form-label {
  float: left;
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
  width: auto;
  text-align: left;
  line-height: 30px;
}
.layui-layer .nav-search-box .layui-input-inline,
.page-apply .nav-search-box .layui-input-inline {
  width: 120px;
  margin-right: 0;
}
.layui-layer .nav-search-box .layui-input,
.page-apply .nav-search-box .layui-input,
.layui-layer .nav-search-box .layui-select,
.page-apply .nav-search-box .layui-select,
.layui-layer .nav-search-box .layui-textarea,
.page-apply .nav-search-box .layui-textarea {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}
.layui-layer .nav-search-box .search-btn-group,
.page-apply .nav-search-box .search-btn-group {
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.layui-layer .nav-search-box .search-btn-group a,
.page-apply .nav-search-box .search-btn-group a {
  margin-right: 10px;
  color: #7f8fa4;
}
.layui-layer .nav-search-box .input-line,
.page-apply .nav-search-box .input-line {
  float: left;
  margin: 0 6px;
  width: auto;
}
.pop-has-table .layui-table,
.page-apply .layui-table,
.pop-has-table .layui-table-view,
.page-apply .layui-table-view {
  width: 100%;
}
.pop-has-table .layui-table-header,
.page-apply .layui-table-header,
.pop-has-table .layui-table-header tr,
.page-apply .layui-table-header tr {
  background-color: #fff;
}
.pop-has-table .layui-table-body tr:nth-child(odd),
.page-apply .layui-table-body tr:nth-child(odd) {
  background: #fafbfc;
}
.pop-has-table .layui-table-view .layui-table td,
.page-apply .layui-table-view .layui-table td,
.pop-has-table .layui-table-view .layui-table th,
.page-apply .layui-table-view .layui-table th {
  border-right: none;
}
.pop-has-table .layui-table-cell,
.page-apply .layui-table-cell {
  height: 30px;
  line-height: 30px;
}
.pop-has-table .layui-layer-btn0 span:first-child,
.page-apply .layui-layer-btn0 span:first-child {
  margin-right: 30px;
}
.pop-has-table .layui-form-radio,
.page-apply .layui-form-radio {
  padding: 0;
}
.pop-has-table .layui-form-radio span,
.page-apply .layui-form-radio span {
  display: none;
}
.pop-has-table .layui-form-radio i,
.page-apply .layui-form-radio i {
  font-size: 18px;
  margin: 0;
}
.layui-layer .layui-tab {
  margin: 0;
}
.layui-layer .layui-tab .layui-tab-title {
  height: 40px;
  border-bottom: 1px solid #e6eaee;
  font-size: 0;
  color: #354052;
  background-color: #ffffff;
}
.layui-layer .layui-tab .layui-tab-title li {
  width: auto;
  padding: 0 30px;
  font-size: 14px;
  line-height: 40px;
  border-right: 1px solid #e6eaee;
}
.layui-layer .layui-tab .layui-tab-content {
  padding: 0;
}
.layui-layer .layui-tab .layui-this {
  background: #ffffff;
  color: #354052;
}
.layui-layer .layui-tab .layui-this:after {
  display: none !important;
}
.timeline {
  display: inline-block;
  background: #2468f2;
  font-size: 14px;
  color: #fff;
}
.timeline .line-item i {
  box-sizing: border-box;
  font-style: normal;
  width: 28px;
  height: 28px;
  line-height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 14px;
}
.timeline .line-item.line-high i {
  border: none;
  background: #fff;
  color: #2468f2;
  line-height: 28px;
}
.timeline .line-line {
  width: 280px;
  height: 1px;
  background: #fff;
  margin: 0 20px;
}
.page-apply {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}
.page-apply .nav-search-box {
  height: auto;
}
.page-apply .nav-search-box .nav-search-ctn {
  height: auto;
}
.page-apply .nav-search-box .layui-form-item {
  padding: 11px 0 0px;
}
.page-apply .nav-search-box .layui-form-item .layui-inline {
  margin: 0 14px 11px 0;
}
.page-apply .btn-box1 {
  display: block;
  text-align: right;
  padding: 20px;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-apply .btn-box1 a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 175px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  margin: 0;
  background: #2468f2;
  color: #ffffff;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 4px;
}
.page-apply .btn-box1 a:before {
  content: '';
  margin-left: 4px;
}
.pop-2.layui-layer .setwin-frame {
  padding-top: 6px;
  background: transparent;
}
.pop-2.layui-layer .setwin-frame:hover {
  background: transparent;
}
.title-box1 {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  font-weight: bold;
  background: #2468f2;
  color: #fff;
  text-align: left;
}
.title-box1 span {
  display: inline-block;
  font-size: 14px;
}
.title-box1 .timeline {
  height: 100%;
}
.title-box1 .timeline .line-line {
  width: 110px;
}
/* 选择相关发票 end */
/* 拆分 start */
.separate.layui-layer .sep-main {
  max-height: 360px;
}
.sep-box1 {
  border-bottom: 1px solid #f0f2f5;
}
.sep-box1 .noborder {
  border: none;
  font-size: 18px;
}
/* 拆分 end */
/*系统设置提示*/
.ss-header {
  box-sizing: border-box;
  height: 115px;
  padding: 14px 30px;
  background: #546eac;
  color: #ffffff;
  text-align: left;
}
.ss-header h5 {
  line-height: 32px;
  font-size: 14px;
}
.ss-header h6 {
  font-size: 14px;
  line-height: 1.714;
}
.ss-body {
  text-align: left;
  padding-bottom: 20px;
}
.ss-body .sfcz-1,
.ss-body .sfcz-2 {
  display: block;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 20px;
}
.ss-body .sfcz-1 .icon-arrow-rt,
.ss-body .sfcz-2 .icon-arrow-rt {
  display: none;
}
.ss-body .sfcz-1:hover .icon-arrow-rt,
.ss-body .sfcz-2:hover .icon-arrow-rt {
  display: inline-block;
}
.ss-body .sfcz-1 {
  color: #e27b72;
  background: #ffffff;
}
.ss-body .sfcz-1:hover {
  color: #ffffff;
  background: #e27b72;
}
.ss-body .sfcz-1:hover i:first-child {
  background: #fff;
  color: #e27b72;
}
.ss-body .sfcz-1 i {
  font-size: 12px;
}
.ss-body .sfcz-1 i:first-child {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e27b72;
  line-height: 16px;
  color: #fff;
  font-style: normal;
  text-align: center;
}
.ss-body .sfcz-1 i:first-child:before {
  content: '!';
}
.ss-body .sfcz-2 {
  color: #c5d0de;
  background: #ffffff;
}
.ss-body .sfcz-2:hover {
  color: #ffffff;
  background: #c5d0de;
}
.ss-body .icon-arrow-rt {
  font-size: 12px;
}
/*系统设置提示end*/
.info-img .icon-email {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/icon-email.png) no-repeat center;
}
.add-ctn ~ .ma30 {
  margin-top: 10px !important;
}
.addSucc .layui-table {
  color: #596a80;
}
.invoiceDetail hr.layui-bg-gray {
  height: 0;
  border-top: 1px dashed #e6e6e6;
}
.pop-has-table .layui-table-header,
.page-apply .layui-table-header,
.pop-has-table .layui-table-header tr,
.page-apply .layui-table-header tr {
  border: none;
}
.nav-search-box .icon-search:hover {
  color: #2468f2;
}
.pop-has-table.layui-layer-page .layui-layer-btn {
  padding-top: 0;
}
.pop-has-table .layui-table {
  color: #596a80;
}
.pop-has-table .layui-table tbody tr:hover {
  color: #354052;
  background-color: #fafbfc;
}
.layui-layer .nav-search-box .layui-form-item,
.page-apply .nav-search-box .layui-form-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-right: 90px;
}
.layui-layer .nav-search-box .search-btn-group,
.page-apply .nav-search-box .search-btn-group {
  position: absolute;
  top: 12px;
  right: 20px;
}
.layui-layer .layui-tab .layui-tab-title li {
  color: #596a80;
}
.layui-layer .layui-tab .layui-tab-title li.layui-this {
  color: #354052;
}
.pop-has-table .layui-table,
.page-apply .layui-table,
.pop-has-table .layui-table-view,
.page-apply .layui-table-view {
  border-top: none;
  margin: 0 auto;
}
.separate-box {
  margin: 0 30px;
}
.separate-box .part-list {
  width: 375px;
  display: inline-block;
}
.separate-box .part-ctn {
  width: 375px;
}
.separate-box .part-btn {
  margin: 40px 30px 0;
}
.calc-section1 .layui-input-inline .days-num {
  text-align: center;
}
.calc-stamp .calc-section2 .layui-input {
  color: #354052;
  height: 30px;
}
.layui-layer .layui-input.date-mark,
.layui-input.date-mark {
  padding-right: 30px;
  cursor: pointer;
  background: 97% center no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAABN0lEQVQ4jZ3TvytGYRQH8M/Ljd5keBn8ysBCBhur0WyzyoSSgdUmGYjBYrL6E/wBbMomJQNJSq8kRJHhOVfcXnn51unee57v+d7vc57zlA6Oz31BPzaxj23fMYdxLOCzKEMT2uK7GyVU0FkQqMRaN54iVy0dHJ/voMv/cJ19Kb5EA3rwgJsCuQOtuMI7etGV5VYwiyGs4QjrBYFFjGELJ9hFey7wFs8zrOKiht09HAZHuJAVSK9BqoXLiG9oqEGcxDLK0pEtxPtyrP0qMIyRKBqNKEduuEgubgE2pG5XsRS5Kual0/nVwYQ0dS2YjmiJ3EQ9DvowIE3ooNTt5si91COwIu35DjORu8cUnusReIzIC3Pc1uB+9iCTLkq9KOU/zx1UpEl7+6migEZpmzKcSg0q/8FBjtMP1BQ7XGwMoxQAAAAASUVORK5CYII=');
  background-size: 16px 17px;
  background-color: #fff;
}
.calc-section3 {
  border-bottom: 1px dashed #e5e6eb;
}
.calc-section4 {
  margin-bottom: 10px;
}
body .layui-layer.calc-stamp .calc-section1 ::-webkit-input-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 :-moz-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 ::-moz-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 :-ms-input-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 ::-webkit-input-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 :-moz-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 ::-moz-placeholder {
  font-family: inherit;
  color: #ffffff;
}
body .layui-layer.calc-stamp .calc-section1 :-ms-input-placeholder {
  font-family: inherit;
  color: #ffffff;
}
.hasTab .icon-upload {
  margin-left: 30px;
}
.basic-info-footer {
  text-align: right;
  font-size: 0;
}
.basic-info-footer > a {
  font-size: 14px;
  display: inline-block;
  float: none;
  width: 175px;
  color: #fff;
  background: #2468f2;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
  border-radius: 4px;
}
/*已办理*/
.ybl .ybl-box {
  width: 907px;
  height: 314px;
  background: url(../img/ybl.png) center no-repeat;
  position: relative;
}
.ybl .ybl-box .p1 {
  width: 170px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 28px;
  color: #9598af;
  position: absolute;
  top: 70px;
  left: 88px;
}
.ybl .ybl-box .p2 {
  width: 448px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 34px;
  color: #9598af;
  position: absolute;
  top: 148px;
  left: 458px;
}
.requ:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e95141;
  margin-right: 10px;
  vertical-align: middle;
}
.no-requ:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #354052;
  margin-right: 10px;
  vertical-align: middle;
}
.grey-c {
  color: #596a80 !important;
}
.sel-limit .layui-form-select dl {
  max-height: 68px;
}
.notify-back {
  width: auto;
}
.notify-back .lt {
  margin-right: 6px;
  font-size: 12px;
  font-style: normal;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notify-back .lt:before {
  content: '\e626';
}
.layui-layer .layui-form.layui-border-box {
  margin-top: 0;
}
.inline-row .layui-form-label {
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 30px;
}
.inline-row .layui-input-inline {
  width: 160px;
}
.short-ipt {
  width: 160px;
  margin: 0 auto;
}
.empty-label {
  margin-top: 26px;
}
.checkbox-height {
  height: 20px;
}
.m-table + p.textC {
  display: none !important;
}
/* 新增 */
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  display: none !important;
}
.xz-lb-4 {
  width: 4px;
  height: 13px;
  margin-top: -7.5px;
  background: #2468f2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.xz-list-item {
  display: block;
  height: 66px;
  display: flex;
}
.xz-list-item img {
  margin: auto;
}
.xz-upload-ts {
  font-size: 12px;
  line-height: 17px;
  color: #ccd1de;
  margin-bottom: 10px;
}
.gold-input input:checked + ins {
  color: #ddaa6d;
}
input.gold:checked + ins {
  color: #ddaa6d;
}
.gold-btn {
  background-color: #ddaa6d !important;
}
.white-btn {
  background-color: #ffffff !important;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2468f2 !important;
  color: #2468f2 !important;
}
.white-btn:hover {
  color: #6183ff !important;
}
/*# sourceMappingURL=common.css.map */