@charset "UTF-8";
@import url("../../layuiadmin/assets/fonts/jwicomoon/iconfont.css");
@import url("../../layuiadmin/assets/fonts/jwicomoon1/iconfont.css");
hr {
  margin: 0;
  height: 0;
  padding: 0; }

/* display */
.none {
  display: none; }

.dn {
  display: none !important; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.db {
  display: block !important; }

.dt {
  display: table; }

.dtc {
  display: table-cell; }

.df {
  display: flex; }

/* float */
.fl {
  float: left;
  _display: inline;
  /* IE6 */ }

.fr {
  float: right;
  _display: inline;
  /* IE6 */ }

.cb {
  clear: both; }

/* position */
.pr {
  position: relative; }

.pa {
  position: absolute; }

/* cursor */
.cp {
  cursor: pointer; }

.cd {
  cursor: default; }

.cna {
  cursor: not-allowed; }

.ct {
  cursor: text; }

/* overflow */
.ovh {
  overflow: hidden; }

.ova {
  overflow: auto; }

/* visibility */
.vv {
  visibility: visible; }

.vh {
  visibility: hidden; }

/* text-align */
.tl {
  text-align: left !important; }

.tc {
  text-align: center !important; }

.tr {
  text-align: right !important; }

.tj {
  text-align: justify; }

/* letter-spacing */
.lp0 {
  letter-spacing: 0; }

.lp-1 {
  letter-spacing: -1px; }

.lp1 {
  letter-spacing: 1px; }

/* white-space */
.nowrap {
  white-space: nowrap; }

/* word-wrap */
.bk {
  word-wrap: break-word; }

/* vertical-align */
.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.vat {
  vertical-align: top; }

/* 清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix {
  line-height: inherit;
  display: block;
  *zoom: 1; }

*html .clearfix {
  height: 1%; }

/* 单行文字溢出虚点显示 */
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto; }

/* 大小不定元素垂直居中 */
.middle {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

/* transition过渡 */
.trans {
  -webkit-transition: all 250ms;
  transition: all 250ms; }

/* 文字无法选中 */
.unselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* size */
.f12 {
  font-size: 12px !important; }

.f13 {
  font-size: 13px !important; }

.f14 {
  font-size: 14px !important; }

.f16 {
  font-size: 16px !important; }

.f18 {
  font-size: 18px !important; }

.f20 {
  font-size: 20px !important; }

.f24 {
  font-size: 24px !important; }

.f28 {
  font-size: 28px !important; }

.f30 {
  font-size: 30px !important; }

/* line-height */
.lh12 {
  line-height: 12px !important; }

.lh14 {
  line-height: 14px !important; }

.lh16 {
  line-height: 16px !important; }

.lh18 {
  line-height: 18px !important; }

.lh20 {
  line-height: 20px !important; }

.lh22 {
  line-height: 22px !important; }

.lh24 {
  line-height: 24px !important; }

.lh26 {
  line-height: 26px !important; }

.lh28 {
  line-height: 28px !important; }

.lh30 {
  line-height: 30px !important; }

/* font-family */
.ff_a {
  font-family: -apple-system; }

.ff_b {
  font-family: BlinkMacSystemFont; }

.ff_s {
  font-family: "Segoe UI"; }

.ff_r {
  font-family: Roboto; }

.ff_h {
  font-family: "Helvetica Neue"; }

.ff_h {
  font-family: Helvetica; }

.ff_m {
  font-family: "Microsoft YaHei"; }

.ff_s {
  font-family: "SimHei"; }

.ff_a {
  font-family: Arial; }

.ff_s {
  font-family: sans-serif; }

/* font-style */
.n {
  font-weight: normal;
  font-style: normal; }

.b {
  font-weight: bold; }

.i {
  font-style: italic; }

/* blank */
.blank0 {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  line-height: 0; }

.blank1 {
  clear: both;
  height: 1px;
  overflow: hidden;
  display: block;
  line-height: 1px; }

.blank5 {
  clear: both;
  height: 5px;
  overflow: hidden;
  display: block;
  line-height: 5px; }

.blank10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
  line-height: 10px; }

.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
  display: block;
  line-height: 15px; }

/* width */
.col-1 {
  width: 1% !important; }

.col-7 {
  width: 7% !important; }

.col-8 {
  width: 8% !important; }

.col-9 {
  width: 9% !important; }

.col-10 {
  width: 10% !important; }

.col-16 {
  width: 16.66667% !important; }

.col-20 {
  width: 20% !important; }

.col-30 {
  width: 30% !important; }

.col-33 {
  width: 33.33333% !important; }

.col-40 {
  width: 40% !important; }

.col-50 {
  width: 50% !important; }

.col-60 {
  width: 60% !important; }

.col-70 {
  width: 70% !important; }

.col-80 {
  width: 80% !important; }

.col-90 {
  width: 90% !important; }

.col-95 {
  width: 95% !important; }

.col-96 {
  width: 96% !important; }

.col-97 {
  width: 97% !important; }

.col-98 {
  width: 98% !important; }

.col-99 {
  width: 99% !important; }

.w1 {
  width: 1px !important; }

.w5 {
  width: 5px !important; }

.w10 {
  width: 10px !important; }

.w20 {
  width: 20px !important; }

.w25 {
  width: 25px !important; }

.w30 {
  width: 30px !important; }

.w40 {
  width: 40px !important; }

.w50 {
  width: 50px !important; }

.w60 {
  width: 60px !important; }

.w70 {
  width: 70px !important; }

.w80 {
  width: 80px !important; }

.w90 {
  width: 90px !important; }

.w100 {
  width: 100px !important; }

.w110 {
  width: 110px !important; }

.w120 {
  width: 120px !important; }

.w130 {
  width: 130px !important; }

.w140 {
  width: 140px !important; }

.w150 {
  width: 150px !important; }

.w160 {
  width: 160px !important; }

.w170 {
  width: 170px !important; }

.w180 {
  width: 180px !important; }

.w190 {
  width: 190px !important; }

.w200 {
  width: 200px !important; }

/* padding */
.p0 {
  padding: 0 !important; }

.p1 {
  padding: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.p30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.p35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.p40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

/* margin */
.m0 {
  margin: 0 !important; }

.m1 {
  margin: 1px !important; }

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.m30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/** layuiAdmin.std-v1.0.0 LPPL License By http://www.layui.com/admin/ */
html #layuicss-layuiAdmin {
  display: none;
  position: absolute;
  width: 1989px; }

::-webkit-input-placeholder {
  color: #ccc; }

html {
  background-color: #ffffff;
  color: #666; }

/* CSS3滚动条美化 start*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px; }

::-webkit-scrollbar-track {
  border-radius: 8px; }

#LAY_app > .layui-layout > .layui-side > .layui-side-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05); }

/* CSS3滚动条美化 end*/
.layadmin-tabsbody-item,
[template] {
  display: none; }

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

@keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.layadmin-pagetabs,
.layui-body,
.layui-footer {
  left: 220px; }

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

.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer,
.layui-layout-admin .layui-header .layui-nav .layui-nav-item,
.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-side {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.layadmin-pagetabs {
  display: none; }

.toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 0;
  margin: 0 -20px 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dcdcdc; }
  .toolbar .layui-form {
    padding: 0; }
    .toolbar .layui-form .layui-form-item {
      font-size: 0;
      margin-bottom: 0;
      min-height: 40px; }
      .toolbar .layui-form .layui-form-item .layui-input-inline {
        width: 150px;
        margin-right: 0; }
        .toolbar .layui-form .layui-form-item .layui-input-inline.toolbar-date-range {
          width: 300px; }
    .toolbar .layui-form .layui-inline {
      margin-bottom: 10px;
      margin-right: 5px;
      font-size: 14px; }
      .toolbar .layui-form .layui-inline:last-child {
        margin-right: 0; }
  .toolbar .layui-form-label {
    width: auto;
    padding: 4px 15px; }
  .toolbar .layui-input {
    height: 30px;
    border-color: #dcdcdc; }
  .toolbar .layui-form-pane .layui-form-label {
    height: 30px;
    background-color: #f1f1f1;
    border-color: #dcdcdc;
    border-radius: 4px 0 0 4px; }
  .toolbar .layui-form-pane .layui-input {
    border-radius: 0 4px 4px 0; }
  .toolbar .layui-form-select dl {
    top: 35px; }

.layui-form {
  padding: 0; }
  .layui-form.layui-table-view {
    padding: 0; }

.layui-form-item .layui-input-inline {
  width: 150px; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0466bc; }

.layui-table-view {
  border-color: #dcdcdc; }

.layui-table-header {
  border-color: #dcdcdc; }

.layui-table th {
  border-color: #dcdcdc; }

.layui-table {
  background-color: transparent !important;
  color: #666666; }

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin="line"],
.layui-table[lay-skin="row"] {
  border-color: #dcdcdc; }

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background-color: #f1f1f1; }

.layui-laypage a,
.layui-laypage span {
  color: #666666; }

.layui-laypage a:hover {
  color: #0466bc; }

.layui-laypage button,
.layui-laypage input {
  background-color: #f1f1f1;
  border-color: #dcdcdc !important; }

.layui-laypage input:focus, .layui-laypage select:focus {
  border-color: #0466bc !important; }

.layadmin-setTheme-header,
.layui-layout-admin .layui-footer {
  background-color: #f1f1f1 !important; }

.layui-layer-title {
  color: #666666 !important;
  border-color: #dcdcdc !important;
  background-color: #f1f1f1 !important; }

.layui-form[wid100] .layui-form-label {
  width: 100px; }

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

@media screen and (max-width: 450px) {
  .layui-form[wid100] .layui-form-item .layui-input-inline {
    margin-left: 132px; }
  .layui-form[wid100] .layui-form-item .layui-input-inline + .layui-form-mid {
    margin-left: 130px; } }

.layui-form-item .layui-input-company {
  width: auto;
  padding-right: 10px;
  line-height: 38px; }

.layui-bg-white {
  background-color: #fff; }

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

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

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

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

.layui-layer-admin .layui-layer-title {
  height: 50px;
  line-height: 50px;
  border: 0;
  background-color: #20222a;
  color: #fff; }

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

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

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

.layui-layer-adminRight {
  position: absolute;
  top: 80px !important;
  bottom: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: auto; }

.layadmin-note .layui-layer-content {
  padding: 0; }

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

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

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

.layui-layout-admin .layui-input-search {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  border: none;
  cursor: text; }

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

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

.layui-header .layui-nav .layui-this:after,
.layui-layout-admin .layui-header .layui-nav-bar {
  top: 0 !important;
  bottom: auto;
  height: 3px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3); }

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

.layui-side-menu .layui-side-scroll {
  width: 220px; }

@media screen and (max-width: 992px) {
  .layui-layout-admin .layui-side {
    transform: translate3d(-220px, 0, 0);
    -webkit-transform: translate3d(-220px, 0, 0);
    width: 220px; }
  .layadmin-pagetabs,
  .layui-layout-admin .layui-body,
  .layui-layout-admin .layui-footer,
  .layui-layout-admin .layui-layout-left {
    left: 0; } }

.layadmin-side-shrink .layui-layout-admin .layui-logo {
  width: 60px;
  background-image: url("res/oalogo-shrink.png"); }

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

.layadmin-side-spread-sm .layadmin-pagetabs,
.layadmin-side-spread-sm .layui-layout-admin .layui-body,
.layadmin-side-spread-sm .layui-layout-admin .layui-footer,
.layadmin-side-spread-sm .layui-layout-admin .layui-layout-left {
  left: 0;
  transform: translate3d(220px, 0, 0);
  -webkit-transform: translate3d(220px, 0, 0); }

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

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

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

.layadmin-pagetabs .layui-tab-title li:first-child .layui-tab-close,
.layadmin-tabs-select.layui-nav .layui-nav-bar,
.layadmin-tabs-select.layui-nav .layui-nav-more {
  display: none; }

.layadmin-pagetabs {
  height: 40px;
  line-height: 40px;
  padding: 0 80px 0 40px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.layadmin-pagetabs .layui-tab-title li {
  min-width: 0;
  line-height: 40px;
  max-width: 160px;
  text-overflow: ellipsis;
  padding-right: 40px;
  overflow: hidden;
  border-right: 1px solid #f6f6f6;
  vertical-align: top; }

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

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

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

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

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

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

.layadmin-tabspage-none .layui-layout-admin .layui-header {
  border-bottom: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

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

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

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

.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
  border-top-color: #666; }

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

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

.layadmin-setTheme-header,
.layui-layout-admin .layui-footer {
  background-color: #fff; }

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

.layui-fluid {
  padding: 15px; }

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

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

.layui-card-header {
  position: relative; }

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

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

.layadmin-carousel {
  height: 185px !important;
  background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.layadmin-shortcut li {
  text-align: center; }

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

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

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

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

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

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

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

.layadmin-dataview {
  height: 332px !important; }

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

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

.layadmin-takerates {
  padding-top: 5px; }

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

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

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

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

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

.layadmin-news {
  height: 60px !important;
  padding: 5px 0; }

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

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

.layadmin-list li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom-color: #f6f6f6;
  list-style-position: inside;
  list-style-type: disc;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

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

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

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

.layadmin-text p {
  margin-bottom: 10px;
  text-indent: 2em; }

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

.layadmin-font-em {
  font-size: 13px;
  color: #758697; }

.layui-card-header .layui-a-tips {
  position: absolute;
  right: 15px;
  color: #01aaed; }

.layuiadmin-card-text {
  background-color: #f8f8f8;
  color: #777;
  padding: 24px; }

.layuiadmin-card-text .layui-text-top {
  padding-bottom: 10px; }

.layuiadmin-card-text .layui-text-top i {
  margin-right: 10px;
  font-size: 24px;
  color: #009688; }

.layuiadmin-card-text .layui-text-top a {
  line-height: 24px;
  font-size: 16px;
  vertical-align: top; }

.layuiadmin-card-text .layui-text-center {
  height: 44px;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden; }

.layuiadmin-card-text .layui-text-bottom {
  position: relative; }

.layuiadmin-card-text .layui-text-bottom a {
  color: #777;
  font-size: 12px;
  text-overflow: ellipsis;
  word-break: break-all; }

.layuiadmin-card-text .layui-text-bottom span {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 0; }

.layuiadmin-badge,
.layuiadmin-btn-group,
.layuiadmin-span-color {
  position: absolute;
  right: 15px; }

.layuiadmin-card-link a:hover,
.layuiadmin-card-team li a:hover,
.layuiadmin-card-text a:hover {
  color: #01aaed;
  transition: all 0.3s; }

.layuiadmin-card-status {
  padding: 0 10px 10px; }

.layuiadmin-card-status dd {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-flex;
  display: flex; }

.layuiadmin-card-status dd:last-child {
  border: none; }

.layuiadmin-card-status dd div.layui-status-img,
.layuiadmin-card-team .layui-team-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #009688;
  margin-right: 15px; }

.layuiadmin-card-status dd div.layui-status-img a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 32px; }

.layuiadmin-card-status dd div.layui-status-img img,
.layuiadmin-card-team .layui-team-img img {
  width: 50%;
  height: 50%; }

.layuiadmin-card-status dd div a {
  color: #01aaed; }

.layuiadmin-card-status dd div span {
  color: #bbb; }

.layuiadmin-card-link {
  padding-left: 10px;
  font-size: 0; }

.layuiadmin-card-link a {
  display: inline-block;
  width: 25%;
  color: #666;
  font-size: 14px;
  margin-bottom: 12px; }

.layuiadmin-card-link button {
  vertical-align: top; }

.layuiadmin-card-link button:hover {
  color: #009688; }

.layuiadmin-card-team li {
  padding: 10px 0 10px 10px; }

.layuiadmin-card-team .layui-team-img {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px; }

.layuiadmin-card-team span {
  color: #777; }

.layuiadmin-badge {
  top: 50%;
  margin-top: -9px;
  color: #01aaed; }

.layuiadmin-card-list {
  padding: 15px; }

.layuiadmin-card-list p.layuiadmin-big-font {
  font-size: 36px;
  color: #666;
  line-height: 36px;
  padding: 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap; }

.layuiadmin-card-list p.layuiadmin-normal-font {
  padding-bottom: 10px;
  font-size: 20px;
  color: #666;
  line-height: 24px; }

.layuiadmin-span-color {
  font-size: 14px; }

.layuiadmin-span-color i {
  padding-left: 5px; }

.layuiadmin-card-status li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee; }

.layuiadmin-card-status li h3 {
  padding-bottom: 5px;
  font-weight: 700; }

.layuiadmin-card-status li p {
  padding-bottom: 10px; }

.layuiadmin-card-status li > span {
  color: #999; }

.layuiadmin-home2-usernote .layuiadmin-reply {
  display: none;
  position: absolute;
  right: 0;
  bottom: 12px; }

.layuiadmin-home2-usernote li:hover .layuiadmin-reply {
  display: block; }

.layuiadmin-page-table td span {
  color: #2f4056; }

.layuiadmin-page-table td span.first {
  color: #ff5722; }

.layuiadmin-page-table td span.second {
  color: #ffb800; }

.layuiadmin-page-table td span.third {
  color: #5fb878; }

.layuiAdmin-msg-detail h1 {
  font-size: 16px; }

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

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

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

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

.layuiadmin-content-bread {
  padding-bottom: 20px; }

.layuiadmin-order-progress {
  position: relative;
  top: 12px; }

.layui-card-header.layuiadmin-card-header-auto {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto; }

.layuiadmin-card-header-auto i.layuiadmin-button-btn {
  position: relative;
  right: 0;
  top: 0;
  vertical-align: middle; }

.layuiadmin-card-header-auto .layui-form-item:last-child {
  margin-bottom: 0; }

.layadmin-setTheme {
  padding: 15px;
  overflow-x: hidden; }

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

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

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

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

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

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

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

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

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

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

.layadmin-about p {
  margin-bottom: 10px; }

.layadmin-menu-list .layui-card-header {
  height: 50px;
  line-height: 50px;
  font-size: 16px; }

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

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

@-webkit-keyframes layui-rl {
  from {
    -webkit-transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes layui-rl {
  from {
    transform: translate3d(100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes layui-lr {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 1; } }

@keyframes layui-lr {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(100%, 0, 0); } }

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

.layadmin-tips {
  margin-top: 30px;
  text-align: center; }

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

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

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

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

@media screen and (max-width: 768px) {
  .layadmin-panel-selection {
    margin: 0;
    width: auto; }
  .layui-body .layui-nav .layui-nav-item {
    display: block; }
  .layui-layout-admin .layui-body .layadmin-tabsbody-item {
    -webkit-overflow-scrolling: touch;
    overflow: auto; } }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

.layui-container {
  width: 100%;
  height: 100%;
  overflow: auto; }

.layui-layout-body {
  min-width: 800px;
  overflow: auto; }
  .layui-layout-body #LAY_app {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    .layui-layout-body #LAY_app .layui-layout-admin {
      position: relative;
      height: 100%;
      width: 100%; }
      .layui-layout-body #LAY_app .layui-layout-admin .layui-header {
        position: absolute;
        width: 100%;
        height: 80px;
        z-index: 1000;
        background-color: #283eb2;
        transition: all 0.3s ease; }
      .layui-layout-body #LAY_app .layui-layout-admin .layui-side {
        width: 220px;
        top: 80px;
        z-index: 1001; }
      .layui-layout-body #LAY_app .layui-layout-admin .layui-body {
        position: absolute;
        top: 80px;
        bottom: 0; }
        .layui-layout-body #LAY_app .layui-layout-admin .layui-body > .layui-tab {
          margin: 0;
          height: 41px; }
          .layui-layout-body #LAY_app .layui-layout-admin .layui-body > .layui-tab.show + .layadmin-tabsbody-item {
            height: calc(100% - 41px); }
        .layui-layout-body #LAY_app .layui-layout-admin .layui-body > .layadmin-tabsbody-item {
          position: relative;
          height: 100%;
          overflow: hidden; }
      .layui-layout-body #LAY_app .layui-layout-admin .layadmin-pagetabs {
        position: fixed;
        top: 80px;
        right: 0;
        z-index: 999; }
        .layui-layout-body #LAY_app .layui-layout-admin .layadmin-pagetabs .layui-breadcrumb {
          padding: 0 15px; }
    .layui-layout-body #LAY_app.layadmin-side-shrink .layui-layout-admin .layui-header {
      left: 0; }
    .layui-layout-body #LAY_app.layadmin-side-shrink .layui-layout-admin .layui-side {
      width: 60px; }
      .layui-layout-body #LAY_app.layadmin-side-shrink .layui-layout-admin .layui-side .layui-side-scroll {
        width: 60px; }
    .layui-layout-body #LAY_app.layadmin-side-shrink .layui-layout-admin .layui-body {
      left: 60px; }

.listPage {
  padding: 0;
  height: 100%;
  box-sizing: border-box; }
  .listPage > .layui-row {
    height: 100%; }
    .listPage > .layui-row > * {
      height: 100%; }
  .listPage .side {
    height: 100%;
    border-right: 1px solid #eee; }
  .listPage .main {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
    box-sizing: border-box; }
  .listPage .mid {
    float: left;
    margin: 0 5px;
    line-height: 30px; }
  .listPage .btns {
    margin-left: 5px; }
    .listPage .btns .layui-btn {
      margin: 0; }
  .listPage .layui-table,
  .listPage .layui-table-view {
    margin: 0; }

.detailPage {
  position: relative;
  padding: 0;
  height: 100%;
  overflow: hidden; }
  .detailPage .dp_shortcut {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    line-height: 32px;
    height: 52px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb; }
    .detailPage .dp_shortcut .btns {
      float: right; }
      .detailPage .dp_shortcut .btns .layui-btn {
        height: 28.75px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold; }
        .detailPage .dp_shortcut .btns .layui-btn > i {
          font-weight: normal; }
  .detailPage .dp_main {
    position: absolute;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: auto;
    background-color: #eceff3; }
    .detailPage .dp_main .dp_section {
      margin: 20px;
      padding: 15px 30px;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 8px; }
      .detailPage .dp_main .dp_section .dp_section_title {
        box-sizing: border-box;
        margin: 10px 0 30px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: #333333; }
  .detailPage .dp_doubleD {
    box-sizing: border-box;
    position: absolute;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: #eceff3; }
    .detailPage .dp_doubleD .dp_leftScreen {
      box-sizing: border-box;
      display: block;
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 56%;
      overflow: hidden; }
      .detailPage .dp_doubleD .dp_leftScreen iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 100%; }
    .detailPage .dp_doubleD .dp_main {
      position: absolute;
      top: 20px;
      bottom: 20px;
      left: 45%;
      right: 20px;
      box-sizing: border-box;
      margin: 0 auto;
      overflow: auto;
      background-color: #eceff3; }
      .detailPage .dp_doubleD .dp_main .dp_section {
        margin: 0; }
  .detailPage > .layui-tab.layui-tab-brief {
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0;
    z-index: 1;
    background-color: #fff; }
    .detailPage > .layui-tab.layui-tab-brief > .layui-tab-title .layui-this {
      color: #0679f9; }
      .detailPage > .layui-tab.layui-tab-brief > .layui-tab-title .layui-this::after {
        border-color: #0679f9; }
    .detailPage > .layui-tab.layui-tab-brief > .layui-tab-content {
      padding: 0;
      height: calc(100% - 43px); }
      .detailPage > .layui-tab.layui-tab-brief > .layui-tab-content > .layui-tab-item {
        height: 100%; }
        .detailPage > .layui-tab.layui-tab-brief > .layui-tab-content > .layui-tab-item .dp_main {
          position: static;
          height: 100%; }
  .detailPage[jw-size="small"] .dp_main .dp_title {
    font-size: 15.6px; }
  .detailPage[jw-size="medium"] .dp_main .dp_title {
    font-size: 17.94px; }
  .detailPage[jw-size="large"] .dp_main .dp_title {
    font-size: 23.4px; }

.detailPage.inform .dp_section {
  padding-left: 15%;
  padding-right: 15%; }
  .detailPage.inform .dp_section > h1 {
    margin: 14px auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000; }
  .detailPage.inform .dp_section .inform_infos {
    text-align: center; }
    .detailPage.inform .dp_section .inform_infos > li {
      display: inline-block;
      font-size: 0; }
      .detailPage.inform .dp_section .inform_infos > li span {
        margin: 0 7px;
        font-size: 14px;
        line-height: 22px;
        color: #7f8184; }
        .detailPage.inform .dp_section .inform_infos > li span:first-child {
          margin-right: 0; }
          .detailPage.inform .dp_section .inform_infos > li span:first-child::after {
            content: "："; }
        .detailPage.inform .dp_section .inform_infos > li span:last-child {
          margin-left: 0; }
  .detailPage.inform .dp_section .inform_hr {
    margin: 10px 0;
    height: 1px; }
  .detailPage.inform .dp_section .inform_cont {
    margin: 33px 0;
    font-size: 16px;
    line-height: 32px;
    color: #000; }

.dp_section .picSignItem {
  position: relative;
  margin: -15px -30px;
  padding: 40px;
  background-color: #808080; }
  .dp_section .picSignItem > ul > li {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 15px;
    background-color: #fff; }
    .dp_section .picSignItem > ul > li:first-child {
      margin-top: 0; }
    .dp_section .picSignItem > ul > li > img {
      display: block;
      width: 100%;
      max-width: 100%; }
  .dp_section .picSignItem .sign {
    position: absolute;
    top: 150px;
    right: 50%;
    margin: 0 -350px 0 0;
    font-size: 18px;
    font-weight: 700;
    font-family: '宋体';
    line-height: 24px;
    color: #00f;
    border: 2px solid #00f; }
    .dp_section .picSignItem .sign > span {
      display: block;
      padding: 0 10px;
      text-align: center; }
      .dp_section .picSignItem .sign > span:first-child {
        border-bottom: 2px solid #00f; }
  .dp_section .picSignItem .attachment {
    padding: 10px 60px 0;
    overflow: hidden;
    line-height: 23px; }
    .dp_section .picSignItem .attachment dl {
      float: left;
      width: 50%; }
      .dp_section .picSignItem .attachment dl dt {
        float: left;
        width: 20%; }
      .dp_section .picSignItem .attachment dl dd {
        float: left;
        width: 80%; }
        .dp_section .picSignItem .attachment dl dd a {
          color: #0000cc; }
        .dp_section .picSignItem .attachment dl dd i {
          margin-right: 3px;
          vertical-align: middle; }

.layui-layout-admin .layui-logo {
  position: static;
  width: 220px;
  height: 80px;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-image: url("res/oalogo.png");*/
  background-color: #283eb2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.layui-layout-admin .layui-header {
  box-sizing: border-box; }
  .layui-layout-admin .layui-header > * {
    float: left; }
  .layui-layout-admin .layui-header a:hover {
    color: #ffffff; }
  .layui-layout-admin .layui-header .layui-nav {
    line-height: 80px;
    vertical-align: top; }
    .layui-layout-admin .layui-header .layui-nav .layui-nav-item {
      height: 80px;
      line-height: 80px; }
      .layui-layout-admin .layui-header .layui-nav .layui-nav-item a {
        padding: 0 15px; }
    .layui-layout-admin .layui-header .layui-nav .layui-icon {
      display: block;
      font-size: 18px; }
    .layui-layout-admin .layui-header .layui-nav .layui-badge-dot {
      left: 50%; }
    .layui-layout-admin .layui-header .layui-nav .layui-nav-bar {
      display: none;
      background-color: #0466bc; }
    .layui-layout-admin .layui-header .layui-nav .layui-nav-child {
      top: 85px; }
      .layui-layout-admin .layui-header .layui-nav .layui-nav-child a {
        color: #333333; }
      .layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this,
      .layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this a {
        background: 0 0; }
    .layui-layout-admin .layui-header .layui-nav.header-nav {
      margin-top: 22px;
      padding: 0 0 5px;
      height: 36px;
      white-space: nowrap;
      overflow: hidden;
      width: calc(99% - 312px - 220px - 88px);
      transition: all 0.3s; }
      .layui-layout-admin .layui-header .layui-nav.header-nav * {
        font-size: 16px; }
      .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item {
        z-index: 1;
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        height: 36px;
        line-height: 36px;
        white-space: normal; }
        .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item a {
          padding: 0 25px; }
        .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item.active, .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item:hover {
          background-color: #4255bb;
          border-radius: 5px; }
          .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item.active a, .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item:hover a {
            color: #fff; }
          .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item.active .layui-nav-child, .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item:hover .layui-nav-child {
            top: 36px; }
            .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item.active .layui-nav-child a, .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item:hover .layui-nav-child a {
              color: #333333;
              padding: 0 0px;
              text-align: center; }
        .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-item.layui-this::after {
          display: none; }
      .layui-layout-admin .layui-header .layui-nav.header-nav .layui-nav-bar {
        display: none; }
      .layui-layout-admin .layui-header .layui-nav.header-nav .layui-this:after {
        background-color: #0466bc; }
      .layui-layout-admin .layui-header .layui-nav.header-nav:hover {
        height: auto;
        border-radius: 7px;
        background-color: #283eb2;
        overflow: visible; }
    .layui-layout-admin .layui-header .layui-nav.shortcuts {
      float: right; }
      .layui-layout-admin .layui-header .layui-nav.shortcuts > li > a > i {
        font-size: 16px; }
  .layui-layout-admin .layui-header .layui-nav-img {
    width: 26px;
    height: 26px; }

.layui-layout-admin a.header-avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .layui-layout-admin a.header-avatar .layui-nav-more {
    display: none; }
  .layui-layout-admin a.header-avatar .header-avatar-inner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 1px solid rgba(255, 255, 255, 0.1); }
  .layui-layout-admin a.header-avatar img {
    display: block;
    width: 50px;
    height: 50px; }

@media screen and (max-width: 992px) {
  .layui-layout-admin .layui-header .layui-logo {
    width: 80px !important;
    /*background-image: url("res/oalogo-shrink.png") !important;*/
  }
  .header .logo section {
    width: 60px;
    height: 31px;
    display: block;
    margin-left: 4px;
  }
  .layui-layout-admin .layui-header .layui-nav.header-nav {
    width: calc(100% - 312px - 60px - 88px) !important; } }

.layadmin-side-shrink .layui-layout-admin .layui-logo {
  width: 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px; }

.layadmin-side-shrink .layui-layout-admin .layui-header .layui-nav.header-nav {
  width: calc(100% - 312px - 60px - 88px); }

.layui-layout-admin .layui-side {
  border-right: 1px solid #dcdcdc;
  background-color: #ffffff; }
  .layui-layout-admin .layui-side .layui-nav-tree {
    width: 100%;
    border-radius: 0;
    color: #fff;
    font-size: 0;
    box-sizing: border-box; }
    .layui-layout-admin .layui-side .layui-nav-tree * {
      font-size: 14px; }
    .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-bar {
      display: none; }
    .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-more {
      content: "";
      overflow: hidden;
      cursor: pointer;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -10px;
      transform: rotate(-90deg);
      font-size: 20px;
      font-family: "jwicomoon" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      color: #b2b2b2;
      border-width: 0;
      border: 0; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-more::before {
        content: "\e6dc"; }
    .layui-layout-admin .layui-side .layui-nav-tree > .layui-this {
      background-color: rgba(4, 102, 188, 0.075); }
      .layui-layout-admin .layui-side .layui-nav-tree > .layui-this > a {
        color: #0466bc !important;
        background-color: rgba(4, 102, 188, 0.075); }
        .layui-layout-admin .layui-side .layui-nav-tree > .layui-this > a:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 4px;
          height: 100%;
          background-color: #0466bc; }
    .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-item {
      position: relative;
      vertical-align: middle; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-item a {
        display: block;
        height: 34px;
        line-height: 34px;
        padding: 0 30px 0 45px;
        transition: all 0.3s;
        color: #43444a;
        cursor: pointer; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-item a i {
          position: absolute;
          top: 50%;
          left: 20px;
          margin-top: -17px;
          font-size: 16px;
          color: #b2bbc0; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-item a cite {
          font-size: 15px;
          font-weight: bold; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-item > a {
        padding-top: 8px;
        padding-bottom: 8px; }
    .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child {
      box-sizing: border-box;
      padding: 10px;
      border-radius: 0;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd a {
        border-radius: 4px;
        padding-left: 35px;
        font-size: 14px; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd a:hover {
          background-color: rgba(4, 102, 188, 0.075); }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd > .layui-nav-child {
        border: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 4px; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child.active {
          background-color: rgba(4, 102, 188, 0.1); }
          .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child.active > a .layui-nav-more {
            transform: rotate(0deg); }
          .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child.active > .layui-nav-child {
            display: block; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child.layui-this > .layui-nav-child {
          display: none; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child.layui-this .layui-nav-child a {
          color: #43444a;
          background-color: transparent; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.child-width-child.layui-this.active > .layui-nav-child {
          display: block; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.layui-this {
        background-color: transparent; }
        .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.layui-this a {
          color: #ffffff;
          background-color: #0466bc; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.layui-nav-itemed > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-child dd.layui-nav-itemed > .layui-nav-child {
        border: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
    .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-itemed > a {
      color: #0466bc !important;
      background-color: rgba(4, 102, 188, 0.075); }
      .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-itemed > a .layui-nav-more {
        transform: rotate(0deg); }
    .layui-layout-admin .layui-side .layui-nav-tree .layui-nav-itemed > .layui-nav-child {
      background-color: rgba(0, 0, 0, 0.05) !important; }
    .layui-layout-admin .layui-side .layui-nav-tree > .layui-nav-item > a:hover {
      color: #0466bc;
      background-color: rgba(4, 102, 188, 0.075); }
    .layui-layout-admin .layui-side .layui-nav-tree > .layui-nav-item > .layui-nav-child {
      box-sizing: border-box; }
    .layui-layout-admin .layui-side .layui-nav-tree > .layui-nav-itemed > a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: #0466bc; }

.layadmin-side-shrink .layui-layout-admin .layui-side-menu .layui-nav-tree .layui-nav-item {
  position: static; }
  .layadmin-side-shrink .layui-layout-admin .layui-side-menu .layui-nav-tree .layui-nav-item > a {
    padding-right: 0; }
    .layadmin-side-shrink .layui-layout-admin .layui-side-menu .layui-nav-tree .layui-nav-item > a > cite,
    .layadmin-side-shrink .layui-layout-admin .layui-side-menu .layui-nav-tree .layui-nav-item > a > span {
      display: none; }
  .layadmin-side-shrink .layui-layout-admin .layui-side-menu .layui-nav-tree .layui-nav-item > .layui-nav-child {
    display: none; }

.layui-btn {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background-color: #0466bc; }
  .layui-btn .layui-icon {
    vertical-align: middle; }
  .layui-btn + .layui-btn {
    margin-left: 1px; }

.layui-btn-sm {
  font-size: 14px; }

.layui-btn-primary {
  color: #666666;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  color: #515a6e; }
  .layui-btn-primary i {
    vertical-align: middle;
    color: inherit;
    transition: all .3s; }
  .layui-btn-primary.layui-btn-danger {
    background-color: transparent; }
    .layui-btn-primary.layui-btn-danger:hover {
      background-color: transparent;
      color: #ff5722 !important; }
      .layui-btn-primary.layui-btn-danger:hover i {
        color: #ff5722; }
  .layui-btn-primary:hover {
    opacity: 1;
    color: #0679f9 !important;
    border-color: #0679f9; }
    .layui-btn-primary:hover i {
      color: #0679f9; }

.layui-btn-group .layui-btn {
  border-radius: 0 !important; }
  .layui-btn-group .layui-btn:first-of-type {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .layui-btn-group .layui-btn:last-of-type {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }

.layui-btn-group .layui-btn-primary:hover {
  color: #0466bc; }

.layui-btn-group .layui-btn-primary:first-of-type {
  border-left: 1px solid #dcdcdc; }

.jw-btn-text {
  color: #0466bc;
  background-color: transparent; }
  .jw-btn-text i {
    transition: all 0.3s; }
  .jw-btn-text:hover {
    color: #0466bc !important;
    border-color: #0466bc; }
    .jw-btn-text:hover i {
      color: #0466bc !important; }
  .jw-btn-text.layui-btn-xs {
    padding: 0 3px;
    height: auto; }
  .jw-btn-text.layui-btn-sm {
    padding: 0 4px;
    height: auto; }
  .jw-btn-text.layui-btn-lg {
    padding: 0 5px;
    height: auto; }

.jw-btn-icon-margin i {
  margin-right: 6px; }

.custom-red {
  color: #fff;
  background-color: #ff4949; }
  .custom-red:hover {
    color: #fff !important; }
    .custom-red:hover i {
      color: #fff; }

.custom-yellow {
  color: #fff;
  background-color: #DEBD25; }
  .custom-yellow:hover {
    color: #fff !important; }
    .custom-yellow:hover i {
      color: #fff; }

body > .layui-tab {
  margin: 0; }
  body > .layui-tab .layui-tab-content {
    padding: 10px 20px 0; }

.layui-tab .layui-tab-title {
  padding: 0 20px;
  border-bottom: 1px solid #dcdcdc; }
  .layui-tab .layui-tab-title li {
    color: #666666;
    min-width: auto; }

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #0466bc; }

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #0466bc; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.animation-bounce-in {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
  .animation-bounce-in:hover.animation-element, .animation-bounce-in:hover .animation-element {
    -webkit-animation: bounceIn .6s;
    animation: bounceIn .6s; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.animation-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
  .animation-fadeInLeft:hover.animation-element, .animation-fadeInLeft:hover .animation-element {
    animation: fadeInLeft .6s; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.animation-fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
  .animation-fadeInRight:hover.animation-element, .animation-fadeInRight:hover .animation-element {
    animation: fadeInRight .6s; }

@-webkit-keyframes swing {
  10% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  10% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.animation-swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }
  .animation-swing > i {
    animation: swing 1.2s infinite; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.animation-spin {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: spin;
  animation-name: spin;
  animation: spin 1.2s cubic-bezier(0.39, 0.58, 0.77, 0.96) infinite; }

@keyframes animate-fadein {
  0% {
    opacity: 0.3;
    transform: translateY(-25px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.jw-formTable-unique {
  position: absolute;
  top: 41px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9; }

.jw-formTable-unique .layui-tab {
  margin: 11px 0; }

.detailPage .jw-formTable-unique .dp_shortcut {
  border-bottom-color: #fff; }

.jw-formTable {
  box-sizing: border-box;
  display: block;
  color: inherit;
  font-size: 13.8px; }
  .jw-formTable[jw-align="left"] table.jw-form-table tr td .jw-form-group > label,
  .jw-formTable[jw-align="left"] table.jw-form-table tbody tr td .jw-form-group > label {
    text-align: left;
    text-align-last: left; }
    .jw-formTable[jw-align="left"] table.jw-form-table tr td .jw-form-group > label[required],
    .jw-formTable[jw-align="left"] table.jw-form-table tbody tr td .jw-form-group > label[required] {
      background-image: none; }
      .jw-formTable[jw-align="left"] table.jw-form-table tr td .jw-form-group > label[required]::before,
      .jw-formTable[jw-align="left"] table.jw-form-table tbody tr td .jw-form-group > label[required]::before {
        content: "*";
        color: red;
        display: inline-block;
        position: absolute;
        top: calc(50% - 2px);
        margin-left: -8px;
        line-height: 1; }
  .jw-formTable[jw-align="left"][jw-colon] table.jw-form-table tr td .jw-form-group > label::after,
  .jw-formTable[jw-align="left"][jw-colon] table.jw-form-table tbody tr td .jw-form-group > label::after {
    position: initial; }
  .jw-formTable[jw-align="right"] table.jw-form-table tr td .jw-form-group > label,
  .jw-formTable[jw-align="right"] table.jw-form-table tbody tr td .jw-form-group > label {
    text-align: right;
    text-align-last: right; }
    .jw-formTable[jw-align="right"] table.jw-form-table tr td .jw-form-group > label[required],
    .jw-formTable[jw-align="right"] table.jw-form-table tbody tr td .jw-form-group > label[required] {
      background-image: none; }
      .jw-formTable[jw-align="right"] table.jw-form-table tr td .jw-form-group > label[required]::before,
      .jw-formTable[jw-align="right"] table.jw-form-table tbody tr td .jw-form-group > label[required]::before {
        content: "*";
        color: red;
        display: inline-block;
        position: absolute;
        top: calc(50% - 2px);
        margin-left: -8px;
        line-height: 1; }
  .jw-formTable[jw-align="center"] table.jw-form-table tr td .jw-form-group > label,
  .jw-formTable[jw-align="center"] table.jw-form-table tbody tr td .jw-form-group > label {
    text-align: justify;
    text-align-last: justify; }
    .jw-formTable[jw-align="center"] table.jw-form-table tr td .jw-form-group > label[required],
    .jw-formTable[jw-align="center"] table.jw-form-table tbody tr td .jw-form-group > label[required] {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0E2MTM1RTlEQkM5MTFFQUEyQTNBMTUyMzMzNzY4RTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0E2MTM1RUFEQkM5MTFFQUEyQTNBMTUyMzMzNzY4RTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQTYxMzVFN0RCQzkxMUVBQTJBM0ExNTIzMzM3NjhFOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQTYxMzVFOERCQzkxMUVBQTJBM0ExNTIzMzM3NjhFOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkR0kj4AAAB9SURBVHjaYvz//z8DIcCEzPnEyOgAxP+BuABDEVBQAcr/AKUvIIvDTJoAFHgApAOg/AQo/wCIwwIVPAA1JQHKD4CKgU1kADkchD8yMCgA8Qco/g/EBjA5mAIBIL4AVQBS/ADKFgDJsyB5Amwl3///D6C+g1nNwEhMOAEEGABU0EKvVbu4ewAAAABJRU5ErkJggg==");
      background-size: 5px;
      background-repeat: no-repeat;
      background-position: left center; }
      .jw-formTable[jw-align="center"] table.jw-form-table tr td .jw-form-group > label[required]::before,
      .jw-formTable[jw-align="center"] table.jw-form-table tbody tr td .jw-form-group > label[required]::before {
        display: none; }
  .jw-formTable[jw-align="top"] table.jw-form-table tr td .jw-form-group,
  .jw-formTable[jw-align="top"] table.jw-form-table tbody tr td .jw-form-group {
    display: block; }
    .jw-formTable[jw-align="top"] table.jw-form-table tr td .jw-form-group > label,
    .jw-formTable[jw-align="top"] table.jw-form-table tbody tr td .jw-form-group > label {
      width: auto;
      margin: 0;
      margin-bottom: 6px;
      padding: 0;
      text-align: left;
      text-align-last: left; }
      .jw-formTable[jw-align="top"] table.jw-form-table tr td .jw-form-group > label[required],
      .jw-formTable[jw-align="top"] table.jw-form-table tbody tr td .jw-form-group > label[required] {
        background-image: none; }
        .jw-formTable[jw-align="top"] table.jw-form-table tr td .jw-form-group > label[required]::before,
        .jw-formTable[jw-align="top"] table.jw-form-table tbody tr td .jw-form-group > label[required]::before {
          content: "*";
          color: red;
          display: inline-block;
          position: absolute;
          top: calc(50% - 2px);
          margin-left: -8px;
          line-height: 1; }
  .jw-formTable[jw-align="top"][jw-colon] table.jw-form-table tr td .jw-form-group > label::after,
  .jw-formTable[jw-align="top"][jw-colon] table.jw-form-table tbody tr td .jw-form-group > label::after {
    position: initial; }
  .jw-formTable[jw-veralign="center"] table.jw-form-table tr td,
  .jw-formTable[jw-veralign="center"] table.jw-form-table tbody tr td {
    vertical-align: middle; }
    .jw-formTable[jw-veralign="center"] table.jw-form-table tr td .jw-form-group,
    .jw-formTable[jw-veralign="center"] table.jw-form-table tbody tr td .jw-form-group {
      align-items: center; }
  .jw-formTable[jw-veralign="top"] table.jw-form-table tr td,
  .jw-formTable[jw-veralign="top"] table.jw-form-table tbody tr td {
    vertical-align: top; }
    .jw-formTable[jw-veralign="top"] table.jw-form-table tr td .jw-form-group,
    .jw-formTable[jw-veralign="top"] table.jw-form-table tbody tr td .jw-form-group {
      align-items: flex-start; }
      .jw-formTable[jw-veralign="top"] table.jw-form-table tr td .jw-form-group > label,
      .jw-formTable[jw-veralign="top"] table.jw-form-table tbody tr td .jw-form-group > label {
        margin-top: 6px; }
  .jw-formTable[jw-colon] table.jw-form-table tr td .jw-form-group > label,
  .jw-formTable[jw-colon] table.jw-form-table tbody tr td .jw-form-group > label {
    padding-right: 15px; }
    .jw-formTable[jw-colon] table.jw-form-table tr td .jw-form-group > label::after,
    .jw-formTable[jw-colon] table.jw-form-table tbody tr td .jw-form-group > label::after {
      content: "：";
      position: absolute;
      right: 0px;
      bottom: 0; }
  .jw-formTable[jw-underline] table.jw-form-table tr td .jw-form-group > div > span::after,
  .jw-formTable[jw-underline] table.jw-form-table tbody tr td .jw-form-group > div > span::after {
    display: block; }
  .jw-formTable[jw-underline] table.jw-form-table tr td .jw-form-group > div > span[jw-underline="none"]::after,
  .jw-formTable[jw-underline] table.jw-form-table tbody tr td .jw-form-group > div > span[jw-underline="none"]::after {
    display: none; }
  .jw-formTable[jw-underline] table.jw-form-table tr td .jw-form-group > div > pre.textarea::after,
  .jw-formTable[jw-underline] table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea::after {
    display: block; }
  .jw-formTable[jw-underline] table.jw-form-table tr td .jw-form-group > div > pre.textarea[jw-underline="none"]::after,
  .jw-formTable[jw-underline] table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea[jw-underline="none"]::after {
    display: none; }
  .jw-formTable[jw-col="2"] table.jw-form-table > tr > td,
  .jw-formTable[jw-col="2"] table.jw-form-table > tbody > tr > td {
    width: 50%; }
  .jw-formTable[jw-col="3"] table.jw-form-table > tr > td,
  .jw-formTable[jw-col="3"] table.jw-form-table > tbody > tr > td {
    width: 33.33333%; }
  .jw-formTable[jw-col="4"] table.jw-form-table > tr > td,
  .jw-formTable[jw-col="4"] table.jw-form-table > tbody > tr > td {
    width: 25%; }
  .jw-formTable[jw-col="5"] table.jw-form-table > tr > td,
  .jw-formTable[jw-col="5"] table.jw-form-table > tbody > tr > td {
    width: 20%; }
  .jw-formTable[jw-labelw="10"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="10"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 10px !important; }
  .jw-formTable[jw-labelw="20"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="20"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 20px !important; }
  .jw-formTable[jw-labelw="30"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="30"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 30px !important; }
  .jw-formTable[jw-labelw="40"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="40"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 40px !important; }
  .jw-formTable[jw-labelw="50"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="50"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 50px !important; }
  .jw-formTable[jw-labelw="60"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="60"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 60px !important; }
  .jw-formTable[jw-labelw="70"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="70"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 70px !important; }
  .jw-formTable[jw-labelw="80"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="80"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 80px !important; }
  .jw-formTable[jw-labelw="90"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="90"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 90px !important; }
  .jw-formTable[jw-labelw="100"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="100"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 100px !important; }
  .jw-formTable[jw-labelw="110"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="110"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 110px !important; }
  .jw-formTable[jw-labelw="120"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="120"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 120px !important; }
  .jw-formTable[jw-labelw="130"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="130"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 130px !important; }
  .jw-formTable[jw-labelw="140"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="140"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 140px !important; }
  .jw-formTable[jw-labelw="150"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="150"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 150px !important; }
  .jw-formTable[jw-labelw="160"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="160"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 160px !important; }
  .jw-formTable[jw-labelw="170"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="170"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 170px !important; }
  .jw-formTable[jw-labelw="180"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="180"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 180px !important; }
  .jw-formTable[jw-labelw="190"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="190"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 190px !important; }
  .jw-formTable[jw-labelw="200"] table.jw-form-table > tr > td .jw-form-group > label,
  .jw-formTable[jw-labelw="200"] table.jw-form-table > tbody > tr > td .jw-form-group > label {
    width: 200px !important; }
  .jw-formTable table.jw-form-table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
    border-spacing: 0;
    border: 1px solid #0679f9; }
    .jw-formTable table.jw-form-table tr td,
    .jw-formTable table.jw-form-table tbody tr td {
      position: relative;
      box-sizing: border-box;
      padding: 9px 15px;
      text-align: left;
      border: 1px solid #0679f9; }
      .jw-formTable table.jw-form-table tr td:first-child,
      .jw-formTable table.jw-form-table tbody tr td:first-child {
        padding-left: 0; }
      .jw-formTable table.jw-form-table tr td:last-child,
      .jw-formTable table.jw-form-table tbody tr td:last-child {
        padding-right: 0; }
      .jw-formTable table.jw-form-table tr td .jw-form-group,
      .jw-formTable table.jw-form-table tbody tr td .jw-form-group {
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .jw-formTable table.jw-form-table tr td .jw-form-group > label,
        .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label {
          position: relative;
          display: block;
          margin: 0;
          padding: 0px 9px;
          width: 70px;
          text-align-last: justify;
          color: #515a6e; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label span[jw-justify],
          .jw-formTable table.jw-form-table tr td .jw-form-group > label justify,
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label span[jw-justify],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label justify {
            display: inline-block;
            width: 100%;
            line-height: 19px;
            white-space: normal;
            text-align: justify;
            text-align-last: justify; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-align="left"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-align="left"] {
            text-align: left !important;
            text-align-last: left !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-align="right"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-align="right"] {
            text-align: right !important;
            text-align-last: right !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-align="center"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-align="center"] {
            margin: auto !important;
            text-align: justify !important;
            text-align-last: justify !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-align="top"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-align="top"] {
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: left;
            text-align-last: left; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-align="top"] + *,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-align="top"] + * {
              flex: none; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-veralign="top"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-veralign="top"] {
            margin-top: 6px; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[required],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[required] {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0E2MTM1RTlEQkM5MTFFQUEyQTNBMTUyMzMzNzY4RTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0E2MTM1RUFEQkM5MTFFQUEyQTNBMTUyMzMzNzY4RTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQTYxMzVFN0RCQzkxMUVBQTJBM0ExNTIzMzM3NjhFOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQTYxMzVFOERCQzkxMUVBQTJBM0ExNTIzMzM3NjhFOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkR0kj4AAAB9SURBVHjaYvz//z8DIcCEzPnEyOgAxP+BuABDEVBQAcr/AKUvIIvDTJoAFHgApAOg/AQo/wCIwwIVPAA1JQHKD4CKgU1kADkchD8yMCgA8Qco/g/EBjA5mAIBIL4AVQBS/ADKFgDJsyB5Amwl3///D6C+g1nNwEhMOAEEGABU0EKvVbu4ewAAAABJRU5ErkJggg==");
            background-size: 5px;
            background-repeat: no-repeat;
            background-position: left center; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > label[required]::before,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[required]::before {
              display: none; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="10"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="10"] {
            width: 10px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="20"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="20"] {
            width: 20px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="30"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="30"] {
            width: 30px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="40"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="40"] {
            width: 40px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="50"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="50"] {
            width: 50px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="60"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="60"] {
            width: 60px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="70"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="70"] {
            width: 70px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="80"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="80"] {
            width: 80px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="90"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="90"] {
            width: 90px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="100"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="100"] {
            width: 100px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="110"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="110"] {
            width: 110px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="120"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="120"] {
            width: 120px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="130"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="130"] {
            width: 130px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="140"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="140"] {
            width: 140px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="150"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="150"] {
            width: 150px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="160"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="160"] {
            width: 160px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="170"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="170"] {
            width: 170px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="180"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="180"] {
            width: 180px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="190"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="190"] {
            width: 190px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-labelw="200"],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-labelw="200"] {
            width: 200px !important; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > label[jw-center],
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > label[jw-center] {
            text-align-last: center; }
        .jw-formTable table.jw-form-table tr td .jw-form-group > div,
        .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div {
          display: flex;
          align-items: center;
          flex: 1;
          flex-wrap: wrap;
          min-height: 32.2px;
          line-height: 32.2px; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > div > span,
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span {
            position: relative;
            flex: 1;
            display: inline-block;
            margin-right: 10px;
            min-height: 32.2px;
            line-height: 32.2px;
            color: #515a6e;
            word-break: break-all; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > span:last-child,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span:last-child {
              margin-right: 0; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > span::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span::after {
              content: "";
              position: absolute;
              bottom: 0;
              display: none;
              width: 100%;
              height: 1px;
              transform: scaleY(1.4);
              background-color: #a7caf1; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > span[jw-underline]::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span[jw-underline]::after {
              display: block; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > span[jw-underline="none"]::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span[jw-underline="none"]::after {
              display: none; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > div > span.normal,
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span.normal {
            flex: none;
            display: inline;
            margin-right: 0; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > span.normal::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > span.normal::after {
              display: none;
              height: 0; }
          .jw-formTable table.jw-form-table tr td .jw-form-group > div > pre.textarea,
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea {
            position: relative;
            flex: 1;
            display: inline-block;
            margin-right: 10px;
            min-height: 32.2px;
            line-height: 32.2px;
            color: #515a6e;
            word-break: break-all; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > pre.textarea:last-child,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea:last-child {
              margin-right: 0; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > pre.textarea::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea::after {
              content: "";
              position: absolute;
              bottom: 0;
              display: none;
              width: 100%;
              height: 1px;
              transform: scaleY(1.4);
              background-color: #a7caf1; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > pre.textarea[jw-underline]::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea[jw-underline]::after {
              display: block; }
            .jw-formTable table.jw-form-table tr td .jw-form-group > div > pre.textarea[jw-underline="none"]::after,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group > div > pre.textarea[jw-underline="none"]::after {
              display: none; }
        .jw-formTable table.jw-form-table tr td .jw-form-group .jw-form-item-block,
        .jw-formTable table.jw-form-table tbody tr td .jw-form-group .jw-form-item-block {
          flex-direction: column;
          align-items: flex-start; }
          .jw-formTable table.jw-form-table tr td .jw-form-group .jw-form-item-block > *,
          .jw-formTable table.jw-form-table tbody tr td .jw-form-group .jw-form-item-block > * {
            margin: 3px 0; }
            .jw-formTable table.jw-form-table tr td .jw-form-group .jw-form-item-block > *:first-child,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group .jw-form-item-block > *:first-child {
              margin-top: 0; }
            .jw-formTable table.jw-form-table tr td .jw-form-group .jw-form-item-block > *:last-child,
            .jw-formTable table.jw-form-table tbody tr td .jw-form-group .jw-form-item-block > *:last-child {
              margin-bottom: 0; }
    .jw-formTable table.jw-form-table tr:last-child td,
    .jw-formTable table.jw-form-table tbody tr:last-child td {
      border-bottom: none; }
  .jw-formTable .jw-input-inline {
    width: 150px;
    display: inline-block; }
  .jw-formTable .jw-select-inline > .layui-form-select {
    width: 150px;
    display: inline-block; }
  .jw-formTable .layui-input-block {
    margin-left: 0; }
  .jw-formTable .layui-btn-group .layui-btn-primary:hover {
    color: #0679f9; }
  .jw-formTable .layui-btn {
    background-color: #0679f9;
    border-radius: 4px; }
    .jw-formTable .layui-btn.layui-btn-primary {
      background-color: #fff !important; }
    .jw-formTable .layui-btn.layui-btn-normal {
      background-color: #0679f9 !important; }
    .jw-formTable .layui-btn.layui-btn-warm {
      background-color: #ffb800 !important; }
    .jw-formTable .layui-btn.layui-btn-danger {
      background-color: #ff5722 !important; }
    .jw-formTable .layui-btn.layui-btn-disabled {
      background-color: #fbfbfb !important; }
    .jw-formTable .layui-btn.custom-red {
      color: #fff;
      background-color: #ff4949 !important; }
      .jw-formTable .layui-btn.custom-red:hover {
        color: #fff !important; }
        .jw-formTable .layui-btn.custom-red:hover i {
          color: #fff; }
    .jw-formTable .layui-btn.custom-yellow {
      color: #fff;
      background-color: #DEBD25 !important; }
      .jw-formTable .layui-btn.custom-yellow:hover {
        color: #fff !important; }
        .jw-formTable .layui-btn.custom-yellow:hover i {
          color: #fff; }
  .jw-formTable .layui-upload {
    padding: 5.75px 0; }
    .jw-formTable .layui-upload * {
      font-size: inherit !important; }
  .jw-formTable .edui-default {
    line-height: initial !important; }
    .jw-formTable .edui-default .edui-editor-bottomContainer table {
      border: none !important; }
      .jw-formTable .edui-default .edui-editor-bottomContainer table td {
        padding: 0 !important;
        border-width: 0 !important;
        border-top: 1px solid #ccc !important; }
        .jw-formTable .edui-default .edui-editor-bottomContainer table td.edui-editor-wordcount {
          padding-right: 0 !important;
          text-align: right !important; }
  .jw-formTable[jw-borderC="blue"] table {
    border-color: #0679f9; }
    .jw-formTable[jw-borderC="blue"] table tr td,
    .jw-formTable[jw-borderC="blue"] table tbody tr td {
      padding-left: 15px !important;
      padding-right: 15px !important;
      border-color: #0679f9; }
  .jw-formTable[jw-borderC="red"] table {
    border-color: #d50000; }
    .jw-formTable[jw-borderC="red"] table tr td,
    .jw-formTable[jw-borderC="red"] table tbody tr td {
      padding-left: 15px !important;
      padding-right: 15px !important;
      border-color: #d50000; }
  .jw-formTable[jw-borderC="green"] table {
    border-color: #5fb878; }
    .jw-formTable[jw-borderC="green"] table tr td,
    .jw-formTable[jw-borderC="green"] table tbody tr td {
      padding-left: 15px !important;
      padding-right: 15px !important;
      border-color: #5fb878; }
  .jw-formTable[jw-borderC="none"] table {
    border-color: transparent; }
    .jw-formTable[jw-borderC="none"] table:first-child {
      padding-left: 0 !important; }
    .jw-formTable[jw-borderC="none"] table:last-child {
      padding-right: 0 !important; }
    .jw-formTable[jw-borderC="none"] table tr td,
    .jw-formTable[jw-borderC="none"] table tbody tr td {
      border-color: transparent; }
  .jw-formTable[jw-size="small"] {
    font-size: 12px; }
    .jw-formTable[jw-size="small"] table.jw-form-table tr td,
    .jw-formTable[jw-size="small"] table.jw-form-table tbody tr td {
      padding: 5px 15px; }
      .jw-formTable[jw-size="small"] table.jw-form-table tr td .jw-form-group > label,
      .jw-formTable[jw-size="small"] table.jw-form-table tbody tr td .jw-form-group > label {
        width: 50px; }
      .jw-formTable[jw-size="small"] table.jw-form-table tr td .jw-form-group > div,
      .jw-formTable[jw-size="small"] table.jw-form-table tbody tr td .jw-form-group > div {
        min-height: 28px;
        line-height: 28px; }
    .jw-formTable[jw-size="small"][jw-colon] table tr td .jw-form-group > label,
    .jw-formTable[jw-size="small"][jw-colon] table tbody tr td .jw-form-group > label {
      padding-right: 12px; }
      .jw-formTable[jw-size="small"][jw-colon] table tr td .jw-form-group > label::after,
      .jw-formTable[jw-size="small"][jw-colon] table tbody tr td .jw-form-group > label::after {
        right: 0; }
    .jw-formTable[jw-size="small"][jw-align="center"] table tr td label,
    .jw-formTable[jw-size="small"][jw-align="center"] table tbody tr td label {
      margin: auto;
      text-align: justify;
      text-align-last: justify; }
      .jw-formTable[jw-size="small"][jw-align="center"] table tr td label[required],
      .jw-formTable[jw-size="small"][jw-align="center"] table tbody tr td label[required] {
        background-size: 5px; }
    .jw-formTable[jw-size="small"][jw-borderC="blue"] table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="blue"] table tbody tr td {
      padding-left: 11px !important;
      padding-right: 11px !important; }
    .jw-formTable[jw-size="small"][jw-borderC="blue"] .layui-table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="blue"] .layui-table tr th,
    .jw-formTable[jw-size="small"][jw-borderC="blue"] .layui-table tbody tr td {
      padding-left: 11px !important;
      padding-right: 11px !important; }
    .jw-formTable[jw-size="small"][jw-borderC="blue"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="small"][jw-borderC="blue"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="small"][jw-borderC="blue"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="small"][jw-borderC="red"] table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="red"] table tbody tr td {
      padding-left: 11px !important;
      padding-right: 11px !important; }
    .jw-formTable[jw-size="small"][jw-borderC="red"] .layui-table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="red"] .layui-table tr th,
    .jw-formTable[jw-size="small"][jw-borderC="red"] .layui-table tbody tr td {
      padding-left: 11px !important;
      padding-right: 11px !important; }
    .jw-formTable[jw-size="small"][jw-borderC="red"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="small"][jw-borderC="red"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="small"][jw-borderC="red"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="small"][jw-borderC="green"] table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="green"] table tbody tr td {
      padding-left: 11px !important;
      padding-right: 11px !important; }
    .jw-formTable[jw-size="small"][jw-borderC="green"] .layui-table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="green"] .layui-table tr th,
    .jw-formTable[jw-size="small"][jw-borderC="green"] .layui-table tbody tr td {
      padding-left: 11px !important;
      padding-right: 11px !important; }
    .jw-formTable[jw-size="small"][jw-borderC="green"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="small"][jw-borderC="green"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="small"][jw-borderC="green"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="small"][jw-borderC="none"] table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="none"] table tbody tr td {
      padding-left: 11px;
      padding-right: 11px; }
      .jw-formTable[jw-size="small"][jw-borderC="none"] table tr td:first-child,
      .jw-formTable[jw-size="small"][jw-borderC="none"] table tbody tr td:first-child {
        padding-left: 0 !important; }
      .jw-formTable[jw-size="small"][jw-borderC="none"] table tr td:last-child,
      .jw-formTable[jw-size="small"][jw-borderC="none"] table tbody tr td:last-child {
        padding-right: 0 !important; }
    .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td,
    .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr th,
    .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tbody tr td {
      padding-left: 11px;
      padding-right: 11px;
      position: relative; }
      .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td:first-child,
      .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr th:first-child,
      .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tbody tr td:first-child {
        padding-left: 11px !important; }
      .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td:last-child,
      .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr th:last-child,
      .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tbody tr td:last-child {
        padding-right: 11px !important; }
        .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td:last-child .layui-table-cell,
        .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr th:last-child .layui-table-cell,
        .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tbody tr td:last-child .layui-table-cell {
          max-width: 500px; }
    .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="small"][jw-borderC="none"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="small"] .layui-input {
      height: 28px; }
    .jw-formTable[jw-size="small"] .layui-form-radio {
      line-height: 28px;
      padding-right: 12px; }
      .jw-formTable[jw-size="small"] .layui-form-radio > div {
        font-size: 12px; }
      .jw-formTable[jw-size="small"] .layui-form-radio > i {
        font-size: 14px; }
    .jw-formTable[jw-size="small"] .layui-form-checkbox {
      padding-right: 25px;
      height: 24px;
      line-height: 24px; }
      .jw-formTable[jw-size="small"] .layui-form-checkbox span {
        font-size: 12px;
        line-height: 24px; }
      .jw-formTable[jw-size="small"] .layui-form-checkbox i {
        height: 24px;
        width: 24px;
        font-size: 16px; }
      .jw-formTable[jw-size="small"] .layui-form-checkbox[lay-skin="primary"] {
        padding-right: 0 !important;
        padding-left: 18px; }
        .jw-formTable[jw-size="small"] .layui-form-checkbox[lay-skin="primary"] span {
          line-height: 28px; }
        .jw-formTable[jw-size="small"] .layui-form-checkbox[lay-skin="primary"] i {
          top: 7px;
          width: 12px;
          height: 12px;
          line-height: 12px;
          font-size: 11px; }
    .jw-formTable[jw-size="small"] .layui-form-switch {
      height: 19px;
      line-height: 19px;
      min-width: 34.2px;
      border-radius: 19px; }
      .jw-formTable[jw-size="small"] .layui-form-switch em {
        margin-left: 19px;
        margin-right: 3px;
        font-size: 12px; }
      .jw-formTable[jw-size="small"] .layui-form-switch i {
        left: 3.25px;
        top: 2.25px;
        width: 14.5px;
        height: 14.5px; }
      .jw-formTable[jw-size="small"] .layui-form-switch.layui-form-onswitch em {
        margin-left: 3px;
        margin-right: 19px; }
      .jw-formTable[jw-size="small"] .layui-form-switch.layui-form-onswitch i {
        left: calc(100% - 17.75px); }
    .jw-formTable[jw-size="small"] .layui-form-select .layui-edge {
      right: 6.08696px;
      margin-top: -8.69565px;
      font-size: 17.3913px !important; }
    .jw-formTable[jw-size="small"] .layui-form-select dl {
      top: 30px;
      max-height: 121.73913px;
      margin-top: 2px;
      line-height: 24.34783px;
      border: 1px solid #bfbfbf; }
      .jw-formTable[jw-size="small"] .layui-form-select dl dd {
        line-height: 24.34783px; }
    .jw-formTable[jw-size="small"] .jw-iconpicker {
      width: 73.91304px;
      height: 26px;
      line-height: 26px; }
      .jw-formTable[jw-size="small"] .jw-iconpicker .jw-iconpicker-cont {
        width: 52.17391px; }
        .jw-formTable[jw-size="small"] .jw-iconpicker .jw-iconpicker-cont .jw-iconpicker-none {
          font-size: 12px; }
      .jw-formTable[jw-size="small"] .jw-iconpicker .jw-iconpicker-btn {
        width: 21.73913px; }
        .jw-formTable[jw-size="small"] .jw-iconpicker .jw-iconpicker-btn .layui-edge {
          font-size: 17.3913px !important; }
    .jw-formTable[jw-size="small"] .jw-selectbox {
      line-height: 26px; }
      .jw-formTable[jw-size="small"] .jw-selectbox ul.jws-list {
        padding: 4.34783px;
        line-height: 17.30435px;
        min-height: 17.30435px; }
        .jw-formTable[jw-size="small"] .jw-selectbox ul.jws-list li {
          margin-right: 5px;
          padding: 1px 20px 1px 5px;
          line-height: 12.30435px; }
          .jw-formTable[jw-size="small"] .jw-selectbox ul.jws-list li .jws-text {
            font-size: 11px !important; }
          .jw-formTable[jw-size="small"] .jw-selectbox ul.jws-list li .jws-close {
            margin-top: -6.52174px;
            font-size: 13.91304px !important; }
    .jw-formTable[jw-size="small"] .jw-select .jw-select-box {
      line-height: 26px; }
      .jw-formTable[jw-size="small"] .jw-select .jw-select-box .jw-select-data {
        padding: 4.34783px;
        padding-right: 26.08696px;
        line-height: 17.30435px; }
        .jw-formTable[jw-size="small"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item {
          margin-right: 5px;
          padding: 1px 20px 1px 5px;
          line-height: 12.30435px; }
          .jw-formTable[jw-size="small"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-text {
            font-size: 11px !important; }
          .jw-formTable[jw-size="small"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close {
            margin-top: -6.52174px;
            font-size: 13.91304px !important; }
      .jw-formTable[jw-size="small"] .jw-select .jw-select-box .jw-select-toggle {
        right: 6.08696px;
        margin-top: -8.69565px;
        font-size: 17.3913px !important; }
    .jw-formTable[jw-size="small"] .jw-date-range .layui-input {
      padding-left: 28.69565px; }
    .jw-formTable[jw-size="small"] .jw-date-range .jwd-cont .jwd-icon {
      margin-left: 8.69565px;
      font-size: 12.17391px; }
    .jw-formTable[jw-size="small"] .jw-date-range .jwd-cont .jwd-input {
      margin-left: 13.04348px;
      margin-right: 21.73913px; }
    .jw-formTable[jw-size="small"] .jw-date-range .jwd-cont .jwd-close {
      left: -26.08696px;
      font-size: 13.91304px; }
    .jw-formTable[jw-size="small"] .jw-calendar > i {
      left: 8.69565px;
      font-size: 12.17391px; }
    .jw-formTable[jw-size="small"] .jw-calendar > input {
      padding-left: 28.69565px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon > i {
      font-size: 12.17391px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon > input {
      padding-left: 29.56522px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon.before > i {
      font-size: 12.17391px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon.before > input {
      padding-left: 29.56522px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon.before.background > input {
      padding-left: 34.78261px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon.after > i {
      left: auto; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon.after > input {
      padding-left: 8.69565px;
      padding-right: 29.56522px; }
    .jw-formTable[jw-size="small"] .jw-input-with-icon.after.background > input {
      padding-right: 34.78261px; }
    .jw-formTable[jw-size="small"] .layui-upload {
      padding: 5px 0; }
      .jw-formTable[jw-size="small"] .layui-upload .upload-rows {
        margin-bottom: 7px; }
        .jw-formTable[jw-size="small"] .layui-upload .upload-rows li {
          height: 20px;
          line-height: 20px; }
          .jw-formTable[jw-size="small"] .layui-upload .upload-rows li .layui-inline {
            padding: 0 7px; }
          .jw-formTable[jw-size="small"] .layui-upload .upload-rows li .upload-delete {
            width: 14px;
            height: 20px; }
    .jw-formTable[jw-size="small"] .layui-btn {
      height: 25px;
      line-height: 25px;
      padding: 0 10px;
      font-size: 12px !important; }
  .jw-formTable[jw-size="medium"] {
    font-size: 13.8px; }
    .jw-formTable[jw-size="medium"] table.jw-form-table tr td,
    .jw-formTable[jw-size="medium"] table.jw-form-table tbody tr td {
      padding: 5.99px 15px; }
      .jw-formTable[jw-size="medium"] table.jw-form-table tr td .jw-form-group > label,
      .jw-formTable[jw-size="medium"] table.jw-form-table tbody tr td .jw-form-group > label {
        width: 57px; }
      .jw-formTable[jw-size="medium"] table.jw-form-table tr td .jw-form-group > div,
      .jw-formTable[jw-size="medium"] table.jw-form-table tbody tr td .jw-form-group > div {
        min-height: 32.2px;
        line-height: 32.2px; }
    .jw-formTable[jw-size="medium"][jw-colon] table tr td .jw-form-group > label,
    .jw-formTable[jw-size="medium"][jw-colon] table tbody tr td .jw-form-group > label {
      padding-right: 15px; }
      .jw-formTable[jw-size="medium"][jw-colon] table tr td .jw-form-group > label::after,
      .jw-formTable[jw-size="medium"][jw-colon] table tbody tr td .jw-form-group > label::after {
        right: 0; }
    .jw-formTable[jw-size="medium"][jw-align="center"] table tr td label,
    .jw-formTable[jw-size="medium"][jw-align="center"] table tbody tr td label {
      margin: auto;
      text-align: justify;
      text-align-last: justify; }
      .jw-formTable[jw-size="medium"][jw-align="center"] table tr td label[required],
      .jw-formTable[jw-size="medium"][jw-align="center"] table tbody tr td label[required] {
        background-size: 5.75px; }
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] table tbody tr td {
      padding-left: 12.65px !important;
      padding-right: 12.65px !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] .layui-table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] .layui-table tr th,
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] .layui-table tbody tr td {
      padding-left: 12.65px !important;
      padding-right: 12.65px !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="medium"][jw-borderC="blue"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="medium"][jw-borderC="red"] table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="red"] table tbody tr td {
      padding-left: 12.65px !important;
      padding-right: 12.65px !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="red"] .layui-table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="red"] .layui-table tr th,
    .jw-formTable[jw-size="medium"][jw-borderC="red"] .layui-table tbody tr td {
      padding-left: 12.65px !important;
      padding-right: 12.65px !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="red"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="medium"][jw-borderC="red"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="medium"][jw-borderC="red"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="medium"][jw-borderC="green"] table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="green"] table tbody tr td {
      padding-left: 12.65px !important;
      padding-right: 12.65px !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="green"] .layui-table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="green"] .layui-table tr th,
    .jw-formTable[jw-size="medium"][jw-borderC="green"] .layui-table tbody tr td {
      padding-left: 12.65px !important;
      padding-right: 12.65px !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="green"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="medium"][jw-borderC="green"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="medium"][jw-borderC="green"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="medium"][jw-borderC="none"] table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="none"] table tbody tr td {
      padding-left: 12.65px;
      padding-right: 12.65px; }
      .jw-formTable[jw-size="medium"][jw-borderC="none"] table tr td:first-child,
      .jw-formTable[jw-size="medium"][jw-borderC="none"] table tbody tr td:first-child {
        padding-left: 0 !important; }
      .jw-formTable[jw-size="medium"][jw-borderC="none"] table tr td:last-child,
      .jw-formTable[jw-size="medium"][jw-borderC="none"] table tbody tr td:last-child {
        padding-right: 0 !important; }
    .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td,
    .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr th,
    .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tbody tr td {
      padding-left: 12.65px;
      padding-right: 12.65px;
      position: relative; }
      .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td:first-child,
      .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr th:first-child,
      .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tbody tr td:first-child {
        padding-left: 12.65px !important; }
      .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td:last-child,
      .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr th:last-child,
      .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tbody tr td:last-child {
        padding-right: 12.65px !important; }
        .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td:last-child .layui-table-cell,
        .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr th:last-child .layui-table-cell,
        .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tbody tr td:last-child .layui-table-cell {
          max-width: 500px; }
    .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="medium"][jw-borderC="none"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="medium"] .layui-input {
      height: 32.2px; }
    .jw-formTable[jw-size="medium"] .layui-form-radio {
      line-height: 32.2px;
      padding-right: 13px; }
      .jw-formTable[jw-size="medium"] .layui-form-radio > div {
        font-size: 13.8px; }
      .jw-formTable[jw-size="medium"] .layui-form-radio > i {
        font-size: 15.8px; }
    .jw-formTable[jw-size="medium"] .layui-form-checkbox {
      padding-right: 28.6px;
      height: 28.2px;
      line-height: 28.2px; }
      .jw-formTable[jw-size="medium"] .layui-form-checkbox span {
        font-size: 13.8px;
        line-height: 28.2px; }
      .jw-formTable[jw-size="medium"] .layui-form-checkbox i {
        height: 28.2px;
        width: 27.6px;
        font-size: 18.4px; }
      .jw-formTable[jw-size="medium"] .layui-form-checkbox[lay-skin="primary"] {
        padding-right: 0 !important;
        padding-left: 20.7px; }
        .jw-formTable[jw-size="medium"] .layui-form-checkbox[lay-skin="primary"] span {
          line-height: 32.2px; }
        .jw-formTable[jw-size="medium"] .layui-form-checkbox[lay-skin="primary"] i {
          top: 8.2px;
          width: 13.8px;
          height: 13.8px;
          line-height: 13.8px;
          font-size: 12.8px; }
    .jw-formTable[jw-size="medium"] .layui-form-switch {
      height: 21.85px;
      line-height: 21.85px;
      min-width: 39.33px;
      border-radius: 21.85px; }
      .jw-formTable[jw-size="medium"] .layui-form-switch em {
        margin-left: 21.85px;
        margin-right: 3.45px;
        font-size: 13.8px; }
      .jw-formTable[jw-size="medium"] .layui-form-switch i {
        left: 3.5875px;
        top: 2.5875px;
        width: 16.675px;
        height: 16.675px; }
      .jw-formTable[jw-size="medium"] .layui-form-switch.layui-form-onswitch em {
        margin-left: 3.45px;
        margin-right: 21.85px; }
      .jw-formTable[jw-size="medium"] .layui-form-switch.layui-form-onswitch i {
        left: calc(100% - 20.2625px); }
    .jw-formTable[jw-size="medium"] .layui-form-select .layui-edge {
      right: 7px;
      margin-top: -10px;
      font-size: 20px !important; }
    .jw-formTable[jw-size="medium"] .layui-form-select dl {
      top: 34.2px;
      max-height: 140px;
      margin-top: 2px;
      line-height: 28px;
      border: 1px solid #bfbfbf; }
      .jw-formTable[jw-size="medium"] .layui-form-select dl dd {
        line-height: 28px; }
    .jw-formTable[jw-size="medium"] .jw-iconpicker {
      width: 85px;
      height: 30.2px;
      line-height: 30.2px; }
      .jw-formTable[jw-size="medium"] .jw-iconpicker .jw-iconpicker-cont {
        width: 60px; }
        .jw-formTable[jw-size="medium"] .jw-iconpicker .jw-iconpicker-cont .jw-iconpicker-none {
          font-size: 13.8px; }
      .jw-formTable[jw-size="medium"] .jw-iconpicker .jw-iconpicker-btn {
        width: 25px; }
        .jw-formTable[jw-size="medium"] .jw-iconpicker .jw-iconpicker-btn .layui-edge {
          font-size: 20px !important; }
    .jw-formTable[jw-size="medium"] .jw-selectbox {
      line-height: 30.2px; }
      .jw-formTable[jw-size="medium"] .jw-selectbox ul.jws-list {
        padding: 5px;
        line-height: 20.2px;
        min-height: 20.2px; }
        .jw-formTable[jw-size="medium"] .jw-selectbox ul.jws-list li {
          margin-right: 5px;
          padding: 1px 21.2px 1px 5px;
          line-height: 15.2px; }
          .jw-formTable[jw-size="medium"] .jw-selectbox ul.jws-list li .jws-text {
            font-size: 12.65px !important; }
          .jw-formTable[jw-size="medium"] .jw-selectbox ul.jws-list li .jws-close {
            margin-top: -7.5px;
            font-size: 16px !important; }
    .jw-formTable[jw-size="medium"] .jw-select .jw-select-box {
      line-height: 30.2px; }
      .jw-formTable[jw-size="medium"] .jw-select .jw-select-box .jw-select-data {
        padding: 5px;
        padding-right: 30px;
        line-height: 20.2px; }
        .jw-formTable[jw-size="medium"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item {
          margin-right: 5px;
          padding: 1px 21.2px 1px 5px;
          line-height: 15.2px; }
          .jw-formTable[jw-size="medium"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-text {
            font-size: 12.65px !important; }
          .jw-formTable[jw-size="medium"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close {
            margin-top: -7.5px;
            font-size: 16px !important; }
      .jw-formTable[jw-size="medium"] .jw-select .jw-select-box .jw-select-toggle {
        right: 7px;
        margin-top: -10px;
        font-size: 20px !important; }
    .jw-formTable[jw-size="medium"] .jw-date-range .layui-input {
      padding-left: 33px; }
    .jw-formTable[jw-size="medium"] .jw-date-range .jwd-cont .jwd-icon {
      margin-left: 10px;
      font-size: 14px; }
    .jw-formTable[jw-size="medium"] .jw-date-range .jwd-cont .jwd-input {
      margin-left: 15px;
      margin-right: 25px; }
    .jw-formTable[jw-size="medium"] .jw-date-range .jwd-cont .jwd-close {
      left: -30px;
      font-size: 16px; }
    .jw-formTable[jw-size="medium"] .jw-calendar > i {
      left: 10px;
      font-size: 14px; }
    .jw-formTable[jw-size="medium"] .jw-calendar > input {
      padding-left: 33px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon > i {
      font-size: 14px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon > input {
      padding-left: 34px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon.before > i {
      font-size: 14px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon.before > input {
      padding-left: 34px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon.before.background > input {
      padding-left: 40px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon.after > i {
      left: auto; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon.after > input {
      padding-left: 10px;
      padding-right: 34px; }
    .jw-formTable[jw-size="medium"] .jw-input-with-icon.after.background > input {
      padding-right: 40px; }
    .jw-formTable[jw-size="medium"] .layui-upload {
      padding: 5.75px 0; }
      .jw-formTable[jw-size="medium"] .layui-upload .upload-rows {
        margin-bottom: 8.05px; }
        .jw-formTable[jw-size="medium"] .layui-upload .upload-rows li {
          height: 23px;
          line-height: 23px; }
          .jw-formTable[jw-size="medium"] .layui-upload .upload-rows li .layui-inline {
            padding: 0 7px; }
          .jw-formTable[jw-size="medium"] .layui-upload .upload-rows li .upload-delete {
            width: 16.1px;
            height: 23px; }
    .jw-formTable[jw-size="medium"] .layui-btn {
      height: 28.75px;
      line-height: 28.75px;
      padding: 0 11.5px;
      font-size: 13.8px !important; }
  .jw-formTable[jw-size="large"] {
    font-size: 18px; }
    .jw-formTable[jw-size="large"] table.jw-form-table tr td,
    .jw-formTable[jw-size="large"] table.jw-form-table tbody tr td {
      padding: 9px 15px; }
      .jw-formTable[jw-size="large"] table.jw-form-table tr td .jw-form-group > label,
      .jw-formTable[jw-size="large"] table.jw-form-table tbody tr td .jw-form-group > label {
        width: 75px; }
      .jw-formTable[jw-size="large"] table.jw-form-table tr td .jw-form-group > div,
      .jw-formTable[jw-size="large"] table.jw-form-table tbody tr td .jw-form-group > div {
        min-height: 42px;
        line-height: 42px; }
    .jw-formTable[jw-size="large"][jw-colon] table tr td .jw-form-group > label,
    .jw-formTable[jw-size="large"][jw-colon] table tbody tr td .jw-form-group > label {
      padding-right: 20px; }
      .jw-formTable[jw-size="large"][jw-colon] table tr td .jw-form-group > label::after,
      .jw-formTable[jw-size="large"][jw-colon] table tbody tr td .jw-form-group > label::after {
        right: 0; }
    .jw-formTable[jw-size="large"][jw-align="center"] table tr td label,
    .jw-formTable[jw-size="large"][jw-align="center"] table tbody tr td label {
      margin: auto;
      text-align: justify;
      text-align-last: justify; }
      .jw-formTable[jw-size="large"][jw-align="center"] table tr td label[required],
      .jw-formTable[jw-size="large"][jw-align="center"] table tbody tr td label[required] {
        background-size: 7.5px; }
    .jw-formTable[jw-size="large"][jw-borderC="blue"] table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="blue"] table tbody tr td {
      padding-left: 16.5px !important;
      padding-right: 16.5px !important; }
    .jw-formTable[jw-size="large"][jw-borderC="blue"] .layui-table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="blue"] .layui-table tr th,
    .jw-formTable[jw-size="large"][jw-borderC="blue"] .layui-table tbody tr td {
      padding-left: 16.5px !important;
      padding-right: 16.5px !important; }
    .jw-formTable[jw-size="large"][jw-borderC="blue"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="large"][jw-borderC="blue"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="large"][jw-borderC="blue"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="large"][jw-borderC="red"] table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="red"] table tbody tr td {
      padding-left: 16.5px !important;
      padding-right: 16.5px !important; }
    .jw-formTable[jw-size="large"][jw-borderC="red"] .layui-table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="red"] .layui-table tr th,
    .jw-formTable[jw-size="large"][jw-borderC="red"] .layui-table tbody tr td {
      padding-left: 16.5px !important;
      padding-right: 16.5px !important; }
    .jw-formTable[jw-size="large"][jw-borderC="red"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="large"][jw-borderC="red"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="large"][jw-borderC="red"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="large"][jw-borderC="green"] table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="green"] table tbody tr td {
      padding-left: 16.5px !important;
      padding-right: 16.5px !important; }
    .jw-formTable[jw-size="large"][jw-borderC="green"] .layui-table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="green"] .layui-table tr th,
    .jw-formTable[jw-size="large"][jw-borderC="green"] .layui-table tbody tr td {
      padding-left: 16.5px !important;
      padding-right: 16.5px !important; }
    .jw-formTable[jw-size="large"][jw-borderC="green"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="large"][jw-borderC="green"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="large"][jw-borderC="green"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="large"][jw-borderC="none"] table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="none"] table tbody tr td {
      padding-left: 16.5px;
      padding-right: 16.5px; }
      .jw-formTable[jw-size="large"][jw-borderC="none"] table tr td:first-child,
      .jw-formTable[jw-size="large"][jw-borderC="none"] table tbody tr td:first-child {
        padding-left: 0 !important; }
      .jw-formTable[jw-size="large"][jw-borderC="none"] table tr td:last-child,
      .jw-formTable[jw-size="large"][jw-borderC="none"] table tbody tr td:last-child {
        padding-right: 0 !important; }
    .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td,
    .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr th,
    .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tbody tr td {
      padding-left: 16.5px;
      padding-right: 16.5px;
      position: relative; }
      .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td:first-child,
      .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr th:first-child,
      .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tbody tr td:first-child {
        padding-left: 16.5px !important; }
      .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td:last-child,
      .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr th:last-child,
      .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tbody tr td:last-child {
        padding-right: 16.5px !important; }
        .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td:last-child .layui-table-cell,
        .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr th:last-child .layui-table-cell,
        .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tbody tr td:last-child .layui-table-cell {
          max-width: 500px; }
    .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td[align="center"] .layui-table-cell {
      text-align: center; }
    .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td[align="left"] .layui-table-cell {
      text-align: left; }
    .jw-formTable[jw-size="large"][jw-borderC="none"] .layui-table tr td[align="right"] .layui-table-cell {
      text-align: right; }
    .jw-formTable[jw-size="large"] .layui-input {
      height: 42px; }
    .jw-formTable[jw-size="large"] .layui-form-radio {
      line-height: 42px;
      padding-right: 17px; }
      .jw-formTable[jw-size="large"] .layui-form-radio > div {
        font-size: 18px; }
      .jw-formTable[jw-size="large"] .layui-form-radio > i {
        font-size: 20px; }
    .jw-formTable[jw-size="large"] .layui-form-checkbox {
      padding-right: 37px;
      height: 38px;
      line-height: 38px; }
      .jw-formTable[jw-size="large"] .layui-form-checkbox span {
        font-size: 18px;
        line-height: 38px; }
      .jw-formTable[jw-size="large"] .layui-form-checkbox i {
        height: 38px;
        width: 36px;
        font-size: 24px; }
      .jw-formTable[jw-size="large"] .layui-form-checkbox[lay-skin="primary"] {
        padding-right: 0 !important;
        padding-left: 27px; }
        .jw-formTable[jw-size="large"] .layui-form-checkbox[lay-skin="primary"] span {
          line-height: 42px; }
        .jw-formTable[jw-size="large"] .layui-form-checkbox[lay-skin="primary"] i {
          top: 11px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          font-size: 17px; }
    .jw-formTable[jw-size="large"] .layui-form-switch {
      height: 28.5px;
      line-height: 28.5px;
      min-width: 51.3px;
      border-radius: 28.5px; }
      .jw-formTable[jw-size="large"] .layui-form-switch em {
        margin-left: 28.5px;
        margin-right: 4.5px;
        font-size: 18px; }
      .jw-formTable[jw-size="large"] .layui-form-switch i {
        left: 4.375px;
        top: 3.375px;
        width: 21.75px;
        height: 21.75px; }
      .jw-formTable[jw-size="large"] .layui-form-switch.layui-form-onswitch em {
        margin-left: 4.5px;
        margin-right: 28.5px; }
      .jw-formTable[jw-size="large"] .layui-form-switch.layui-form-onswitch i {
        left: calc(100% - 26.125px); }
    .jw-formTable[jw-size="large"] .layui-form-select .layui-edge {
      right: 9.13043px;
      margin-top: -13.04348px;
      font-size: 26.08696px !important; }
    .jw-formTable[jw-size="large"] .layui-form-select dl {
      top: 44px;
      max-height: 182.6087px;
      margin-top: 2px;
      line-height: 36.52174px;
      border: 1px solid #bfbfbf; }
      .jw-formTable[jw-size="large"] .layui-form-select dl dd {
        line-height: 36.52174px; }
    .jw-formTable[jw-size="large"] .jw-iconpicker {
      width: 110.86957px;
      height: 40px;
      line-height: 40px; }
      .jw-formTable[jw-size="large"] .jw-iconpicker .jw-iconpicker-cont {
        width: 78.26087px; }
        .jw-formTable[jw-size="large"] .jw-iconpicker .jw-iconpicker-cont .jw-iconpicker-none {
          font-size: 18px; }
      .jw-formTable[jw-size="large"] .jw-iconpicker .jw-iconpicker-btn {
        width: 32.6087px; }
        .jw-formTable[jw-size="large"] .jw-iconpicker .jw-iconpicker-btn .layui-edge {
          font-size: 26.08696px !important; }
    .jw-formTable[jw-size="large"] .jw-selectbox {
      line-height: 40px; }
      .jw-formTable[jw-size="large"] .jw-selectbox ul.jws-list {
        padding: 6.52174px;
        line-height: 26.95652px;
        min-height: 26.95652px; }
        .jw-formTable[jw-size="large"] .jw-selectbox ul.jws-list li {
          margin-right: 5px;
          padding: 1px 24px 1px 5px;
          line-height: 21.95652px; }
          .jw-formTable[jw-size="large"] .jw-selectbox ul.jws-list li .jws-text {
            font-size: 16.5px !important; }
          .jw-formTable[jw-size="large"] .jw-selectbox ul.jws-list li .jws-close {
            margin-top: -9.78261px;
            font-size: 20.86957px !important; }
    .jw-formTable[jw-size="large"] .jw-select .jw-select-box {
      line-height: 40px; }
      .jw-formTable[jw-size="large"] .jw-select .jw-select-box .jw-select-data {
        padding: 6.52174px;
        padding-right: 39.13043px;
        line-height: 26.95652px; }
        .jw-formTable[jw-size="large"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item {
          margin-right: 5px;
          padding: 1px 24px 1px 5px;
          line-height: 21.95652px; }
          .jw-formTable[jw-size="large"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-text {
            font-size: 16.5px !important; }
          .jw-formTable[jw-size="large"] .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close {
            margin-top: -9.78261px;
            font-size: 20.86957px !important; }
      .jw-formTable[jw-size="large"] .jw-select .jw-select-box .jw-select-toggle {
        right: 9.13043px;
        margin-top: -13.04348px;
        font-size: 26.08696px !important; }
    .jw-formTable[jw-size="large"] .jw-date-range .layui-input {
      padding-left: 43.04348px; }
    .jw-formTable[jw-size="large"] .jw-date-range .jwd-cont .jwd-icon {
      margin-left: 13.04348px;
      font-size: 18.26087px; }
    .jw-formTable[jw-size="large"] .jw-date-range .jwd-cont .jwd-input {
      margin-left: 19.56522px;
      margin-right: 32.6087px;
      padding-top: 1px; }
    .jw-formTable[jw-size="large"] .jw-date-range .jwd-cont .jwd-close {
      left: -39.13043px;
      font-size: 20.86957px; }
    .jw-formTable[jw-size="large"] .jw-calendar > i {
      left: 13.04348px;
      font-size: 18.26087px; }
    .jw-formTable[jw-size="large"] .jw-calendar > input {
      padding-left: 43.04348px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon > i {
      font-size: 18.26087px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon > input {
      padding-left: 44.34783px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon.before > i {
      font-size: 18.26087px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon.before > input {
      padding-left: 44.34783px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon.before.background > input {
      padding-left: 52.17391px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon.after > i {
      left: auto; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon.after > input {
      padding-left: 13.04348px;
      padding-right: 44.34783px; }
    .jw-formTable[jw-size="large"] .jw-input-with-icon.after.background > input {
      padding-right: 52.17391px; }
    .jw-formTable[jw-size="large"] .layui-upload {
      padding: 7.5px 0; }
      .jw-formTable[jw-size="large"] .layui-upload .upload-rows {
        margin-bottom: 10.5px; }
        .jw-formTable[jw-size="large"] .layui-upload .upload-rows li {
          height: 30px;
          line-height: 30px; }
          .jw-formTable[jw-size="large"] .layui-upload .upload-rows li .layui-inline {
            padding: 0 7px; }
          .jw-formTable[jw-size="large"] .layui-upload .upload-rows li .upload-delete {
            width: 21px;
            height: 30px; }
    .jw-formTable[jw-size="large"] .layui-btn {
      height: 37.5px;
      line-height: 37.5px;
      padding: 0 15px;
      font-size: 16px !important; }
  .jw-formTable[jw-borderW="0"] table {
    border-width: 0px; }
    .jw-formTable[jw-borderW="0"] table tr td,
    .jw-formTable[jw-borderW="0"] table tbody tr td {
      border-width: 0px; }
  .jw-formTable[jw-borderW="1"] table {
    border-width: 1px; }
    .jw-formTable[jw-borderW="1"] table tr td,
    .jw-formTable[jw-borderW="1"] table tbody tr td {
      border-width: 1px; }
  .jw-formTable[jw-borderW="2"] table {
    border-width: 2px; }
    .jw-formTable[jw-borderW="2"] table tr td,
    .jw-formTable[jw-borderW="2"] table tbody tr td {
      border-width: 2px; }
  .jw-formTable[jw-borderW="3"] table {
    border-width: 3px; }
    .jw-formTable[jw-borderW="3"] table tr td,
    .jw-formTable[jw-borderW="3"] table tbody tr td {
      border-width: 3px; }
  .jw-formTable[jw-borderW="4"] table {
    border-width: 4px; }
    .jw-formTable[jw-borderW="4"] table tr td,
    .jw-formTable[jw-borderW="4"] table tbody tr td {
      border-width: 4px; }

.layui-table-view[jw-size="normal"] .layui-table-box * {
  font-size: 14px !important; }

.layui-table-view[jw-size="large"] .layui-table-box * {
  font-size: 18px !important; }

.layui-layer.layui-layer-tips.layui-table-tips {
  overflow: initial; }
  .layui-layer.layui-layer-tips.layui-table-tips .layui-table-tips-main[jw-size="normal"] * {
    font-size: 14px !important; }
  .layui-layer.layui-layer-tips.layui-table-tips .layui-table-tips-main[jw-size="large"] * {
    font-size: 18px !important; }

.layui-table-view {
  border: 0; }
  .layui-table-view *:not(.layui-tableEdit-selected.layui-tableEdit-checked) .layui-form-checkbox[lay-skin="primary"] i {
    top: 0; }
  .layui-table-view .layui-table-fixed-r,
  .layui-table-view .layui-table-fixed-l {
    background-color: #fff;
    box-shadow: none; }
    .layui-table-view .layui-table-fixed-r .layui-table-header,
    .layui-table-view .layui-table-fixed-l .layui-table-header {
      border-right: 0;
      border-radius: 0; }
      .layui-table-view .layui-table-fixed-r .layui-table-header th,
      .layui-table-view .layui-table-fixed-l .layui-table-header th {
        border-bottom-width: 0; }
    .layui-table-view .layui-table-fixed-r.layui-table-fixed-l,
    .layui-table-view .layui-table-fixed-l.layui-table-fixed-l {
      border-right: 1px solid #dcdcdc; }
      .layui-table-view .layui-table-fixed-r.layui-table-fixed-l .layui-table-header,
      .layui-table-view .layui-table-fixed-l.layui-table-fixed-l .layui-table-header {
        border-radius: 4px 0 0 4px; }
    .layui-table-view .layui-table-fixed-r.layui-table-fixed-r .layui-table-header,
    .layui-table-view .layui-table-fixed-l.layui-table-fixed-r .layui-table-header {
      border-left: 0; }
  .layui-table-view .layui-table-cell {
    margin: auto; }
  .layui-table-view::-webkit-scrollbar-track {
    background-color: #fff; }
  .layui-table-view .layui-table-body {
    border-left: 1px solid transparent;
    margin-right: 0;
    margin-bottom: 0; }

.layui-table-tool {
  background-color: transparent;
  border-bottom: 0; }

.layui-table-header {
  height: 44px;
  line-height: 44px;
  background-color: #f2f8fc;
  border: 1px solid #e2e2e3;
  border-radius: 4px; }

.layui-table-header .layui-table .layui-table-cell {
  line-height: 32px; }

.layui-table-patch {
  padding: 0 !important;
  background-color: #f2f8fc; }

.layui-table-mend {
  left: 100%;
  right: auto;
  border-radius: 0 4px 4px 0;
  background-color: #f2f8fc; }

.layui-table thead tr {
  background-color: transparent; }

.layui-table thead th {
  border-right-color: transparent; }

.layui-table tbody tr {
  border-bottom: 1px solid #e8e8e8; }

.layui-table-view .layui-table td {
  border-right-color: transparent; }

.layui-table-page {
  height: 34px; }
  .layui-table-page .layui-laypage {
    float: right; }

.layui-table-sort {
  width: 15px; }

.layui-table-sort .layui-table-sort-asc {
  border-bottom-color: #c7c7c7;
  transition: border-bottom-color 0.3s; }
  .layui-table-sort .layui-table-sort-asc:hover {
    border-bottom-color: #0679f9; }

.layui-table-sort .layui-table-sort-desc {
  border-top-color: #c7c7c7;
  transition: border-top-color 0.3s; }
  .layui-table-sort .layui-table-sort-desc:hover {
    border-top-color: #0679f9; }

.layui-table-sort[lay-sort="asc"] .layui-table-sort-asc {
  border-bottom-color: #0679f9; }

.layui-table-sort[lay-sort="desc"] .layui-table-sort-desc {
  border-top-color: #0679f9; }

.layui-table-col-name {
  font-weight: bold; }

.layui-table-col-name[lay-sort] {
  color: #0679f9; }

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
  padding: 3px 15px;
  min-height: 0; }

.layui-table-view .layui-table-cell {
  padding: 3px 0;
  height: auto;
  line-height: initial; }

.layui-table-view .newline .layui-table-cell {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: visible;
  text-overflow: unset; }

.layui-table-view .layui-table-cell .layui-form-checkbox[lay-skin="primary"] {
  top: 0; }
  .layui-table-view .layui-table-cell .layui-form-checkbox[lay-skin="primary"] i {
    top: 0;
    line-height: 16px; }

.layui-table-view .layui-table-cell {
  line-height: 1.38; }

.breadcrumb {
  float: left; }
  .breadcrumb ol {
    font-size: 0; }
    .breadcrumb ol * {
      font-size: 14px; }
    .breadcrumb ol > li {
      display: inline-block;
      color: #515a6e; }
      .breadcrumb ol > li::before {
        content: "\e781";
        font-family: "jwicomoon" !important;
        margin-right: 7px;
        font-size: 16px;
        color: #808695; }
      .breadcrumb ol > li + li {
        color: #a5a7ac; }
        .breadcrumb ol > li + li::before {
          content: "\e6e0";
          margin-left: 7px;
          color: #b2b2b2; }

.layui-tableEdit .layui-tableEdit-checked i {
  background-color: #0679f9 !important; }

.treeTable-empty {
  width: 20px;
  display: inline-block; }

.treeTable-icon {
  cursor: pointer; }
  .treeTable-icon .layui-icon-triangle-d:before {
    content: "\e623"; }
  .treeTable-icon.open .layui-icon-triangle-d:before {
    content: "\e625";
    background-color: transparent; }

.jw-opinion,
.jw-opinion-pop {
  overflow: auto; }
  .jw-opinion .jw-opinion-show,
  .jw-opinion .jw-opinion-edit,
  .jw-opinion-pop .jw-opinion-show,
  .jw-opinion-pop .jw-opinion-edit {
    min-width: 400px; }
  .jw-opinion .jw-opinion-show,
  .jw-opinion-pop .jw-opinion-show {
    box-sizing: border-box; }
    .jw-opinion .jw-opinion-show.jw-opinion-editable,
    .jw-opinion-pop .jw-opinion-show.jw-opinion-editable {
      padding: 20px;
      padding-top: 5px;
      border: 1px solid #eee;
      border-radius: 4px;
      background-color: #f4f4f4; }
    .jw-opinion .jw-opinion-show .jw-opinion-prev,
    .jw-opinion-pop .jw-opinion-show .jw-opinion-prev {
      margin-top: 15px; }
    .jw-opinion .jw-opinion-show .jw-opinion-curr,
    .jw-opinion-pop .jw-opinion-show .jw-opinion-curr {
      margin-top: 15px; }
    .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item,
    .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item,
    .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item,
    .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item {
      margin-top: 15px;
      padding-left: 20px;
      line-height: 22px; }
      .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item:first-child,
      .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item:first-child,
      .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item:first-child,
      .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item:first-child {
        margin-top: 0; }
      .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-content,
      .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-content,
      .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-content,
      .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-content {
        font-weight: 700;
        color: #515a6e; }
      .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info,
      .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info,
      .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info,
      .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info {
        position: relative;
        color: #7c7f84; }
        .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info::before,
        .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info::before,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info::before,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -14px;
          display: block;
          margin-top: -3px;
          width: 6px;
          height: 6px;
          line-height: 1px;
          font-size: 0;
          background-color: #b9e4fe;
          border-radius: 3px; }
        .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info .dept,
        .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info .dept,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info .dept,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info .dept {
          padding-right: 4px;
          color: #7c7f84; }
        .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info .author,
        .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info .author,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info .author,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info .author {
          padding-right: 4px;
          color: #0466bc; }
        .jw-opinion .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info .time,
        .jw-opinion .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info .time,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-prev .jw-show-item .jw-show-info .time,
        .jw-opinion-pop .jw-opinion-show .jw-opinion-curr .jw-show-item .jw-show-info .time {
          padding: 0;
          font-family: Arial, Helvetica, sans-serif;
          color: #b0b4be; }
    .jw-opinion .jw-opinion-show .jw-opinion-none,
    .jw-opinion-pop .jw-opinion-show .jw-opinion-none {
      margin-top: 15px;
      font-size: 14px;
      color: #888;
      text-align: center; }
    .jw-opinion .jw-opinion-show .jw-opinion-loading,
    .jw-opinion-pop .jw-opinion-show .jw-opinion-loading {
      margin-top: 15px;
      text-align: center; }
  .jw-opinion .jw-opinion-btn,
  .jw-opinion-pop .jw-opinion-btn {
    margin-top: 10px; }
  .jw-opinion .jw-opinion-edit,
  .jw-opinion-pop .jw-opinion-edit {
    display: flex;
    align-items: center; }
    .jw-opinion .jw-opinion-edit .jw-note-wrap,
    .jw-opinion-pop .jw-opinion-edit .jw-note-wrap {
      position: relative;
      flex: 1;
      margin-right: 10px;
      height: 160px;
      overflow: auto;
      box-sizing: border-box; }
      .jw-opinion .jw-opinion-edit .jw-note-wrap .layui-textarea,
      .jw-opinion-pop .jw-opinion-edit .jw-note-wrap .layui-textarea {
        height: 100%;
        resize: none; }
      .jw-opinion .jw-opinion-edit .jw-note-wrap .jw-btn-group,
      .jw-opinion-pop .jw-opinion-edit .jw-note-wrap .jw-btn-group {
        position: absolute;
        right: 10px;
        bottom: 0;
        padding: 10px; }
        .jw-opinion .jw-opinion-edit .jw-note-wrap .jw-btn-group .layui-btn-primary,
        .jw-opinion-pop .jw-opinion-edit .jw-note-wrap .jw-btn-group .layui-btn-primary {
          background-color: #fff; }
          .jw-opinion .jw-opinion-edit .jw-note-wrap .jw-btn-group .layui-btn-primary:hover,
          .jw-opinion-pop .jw-opinion-edit .jw-note-wrap .jw-btn-group .layui-btn-primary:hover {
            opacity: 1; }
    .jw-opinion .jw-opinion-edit .jw-choose,
    .jw-opinion-pop .jw-opinion-edit .jw-choose {
      padding: 20px; }
    .jw-opinion .jw-opinion-edit .jw-opinion-template,
    .jw-opinion-pop .jw-opinion-edit .jw-opinion-template {
      display: flex;
      flex-direction: column;
      margin: 0 0 0 10px;
      width: 30%;
      min-width: 180px;
      height: 160px;
      overflow: auto;
      box-sizing: border-box;
      background-color: #ffffff;
      border: 1px solid #bfbfbf;
      border-radius: 4px; }
      .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-title,
      .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-title {
        padding: 0;
        height: 40px;
        text-align: center;
        border: none; }
        .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-title::before,
        .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-title::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 1px;
          background-color: #e0e0e0; }
        .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-title li,
        .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-title li {
          margin: 0;
          padding: 0 15px;
          line-height: 40px; }
        .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-title .layui-tab-bar,
        .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-title .layui-tab-bar {
          display: none; }
        .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-title .layui-this,
        .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-title .layui-this {
          position: relative; }
          .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-title .layui-this::after,
          .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-title .layui-this::after {
            left: 12px;
            right: 12px;
            top: auto;
            bottom: 0;
            width: auto;
            height: 2px;
            border: none;
            background-color: #0466bc; }
      .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-content,
      .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-content {
        flex: 1;
        padding: 10px;
        overflow: auto;
        box-sizing: border-box; }
        .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li,
        .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li {
          position: relative;
          padding: 3px 10px;
          height: 20px;
          line-height: 20px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          cursor: pointer;
          transition: all 0.3s; }
          .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li:hover, .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li.chosen,
          .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li:hover,
          .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li.chosen {
            color: #0466bc;
            background-color: rgba(4, 102, 188, 0.1); }
          .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li .jw-del-item,
          .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li .jw-del-item {
            position: absolute;
            right: 2px;
            top: 0;
            padding: 3px;
            line-height: 20px;
            vertical-align: middle;
            color: #aaa;
            transition: all 0.3s; }
            .jw-opinion .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li .jw-del-item:hover,
            .jw-opinion-pop .jw-opinion-edit .jw-opinion-template .layui-tab-content .layui-tab-item ul li .jw-del-item:hover {
              color: #888; }

.jw-opinion-pop .jw-pop-btns {
  display: block;
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #eee; }

.jw-opinion-pop .jw-opinion-edit {
  padding: 20px; }

.jw-tree {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .jw-tree.withAdd {
    position: relative; }
    .jw-tree.withAdd .layui-tree-search-wrap {
      margin-right: 0;
      width: calc(95% - 35px); }
    .jw-tree.withAdd .layui-tree-add {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 30px;
      height: 38px;
      line-height: 38px;
      font-size: 30px;
      color: #bbb;
      cursor: pointer;
      transition: 0.3s; }
      .jw-tree.withAdd .layui-tree-add:hover {
        color: #888;
        transition: 0.3s; }
  .jw-tree.layui-tree-line .layui-tree-set.jw-firstSet::before {
    top: 15px; }
  .jw-tree.layui-tree-line .layui-tree-set.jw-firstSet.jw-onlyOne::before {
    display: none; }
  .jw-tree.layui-tree-line .layui-tree-set.jw-firstSet.jw-noChild::after {
    display: none; }
  .jw-tree.layui-tree-line .layui-tree-set.jw-hasChild::after {
    left: 13px;
    width: 5px; }
  .jw-tree.layui-tree-line .layui-tree-set.layui-tree-setLineShort::before {
    height: 15px; }
  .jw-tree.layui-tree-line .layui-tree-set::before {
    left: 6px;
    bottom: 0;
    z-index: 1;
    height: auto; }
  .jw-tree.layui-tree-line .layui-tree-set::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 10px;
    height: 0;
    border-top: 1px dotted #c0c4cc; }
  .jw-tree.layui-tree-line .layui-tree-set .layui-tree-pack {
    padding-left: 21px; }
  .jw-tree .layui-tree-search-wrap {
    position: relative; }
    .jw-tree .layui-tree-search-wrap .layui-tree-search {
      margin-bottom: 10px;
      width: 100%; }
      .jw-tree .layui-tree-search-wrap .layui-tree-search:focus {
        box-shadow: none; }
    .jw-tree .layui-tree-search-wrap .icon {
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 0 8px;
      height: 38px;
      line-height: 38px;
      font-size: 17px;
      color: #bbb;
      cursor: pointer; }
  .jw-tree .layui-tree-emptyText {
    margin-top: 10px; }
  .jw-tree .jw-tree-cont {
    flex: 1;
    overflow: auto; }
    .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry {
      height: auto; }
      .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry:hover {
        background-color: #f6f6f6; }
      .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry.chosen {
        background-color: #eee; }
      .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry.disabled .layui-form-checkbox[lay-skin="primary"] {
        opacity: 0.8; }
      .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry.disabled .layui-tree-main {
        cursor: not-allowed; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry.disabled .layui-tree-main .jw-tree-expand_icon {
          cursor: pointer; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry.disabled .layui-tree-main .jw-custom-icon,
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry.disabled .layui-tree-main .layui-tree-txt {
          color: #aaa; }
      .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main {
        display: flex;
        align-items: center; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-tree-expand_icon {
          position: relative;
          z-index: 2;
          margin-left: 2px;
          padding: 2px;
          font-size: 13px;
          color: #c2c2c2;
          width: 18px;
          box-sizing: border-box; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-tree-expand_icon i.jw-tree-loading {
            display: flex;
            align-items: center;
            font-size: 14px;
            width: 14px;
            height: 14px;
            border: none !important;
            border-radius: 50%; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-tree-expand_icon.jw-tree-show_line {
            padding: 2px 4px;
            width: 22px; }
            .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-tree-expand_icon.jw-tree-show_line i {
              border: 1px solid #c0c4cc;
              font-size: 12px;
              color: #666;
              background-color: #fff; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick {
          position: relative;
          z-index: 2;
          margin-left: 0;
          margin-right: 5px;
          width: 13px;
          flex: 0 0 14px; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick.layui-tree-icon {
            flex: 0 0 12px;
            width: 12px;
            height: 12px;
            line-height: 12px;
            overflow: hidden;
            text-align: center; }
            .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick.layui-tree-icon i {
              display: inline-block;
              font-size: 12px !important; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick .layui-icon {
            background-color: #fff; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick .layui-tree-iconArrow::after {
            transform: rotate(0);
            transform-origin: 30% center; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick .layui-tree-iconArrow.spread::after {
            transform: translate(30%, 0) rotate(90deg);
            transform-origin: 30% center; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-form-checkbox[lay-skin="primary"] {
          margin-right: 5px !important;
          padding: 0; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-form-checkbox[lay-skin="primary"] .layui-icon {
            top: 1px; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-form-checkbox[lay-skin="primary"].jw-tree-unselectable.layui-form-checked i {
            background-color: #bbb;
            border-color: #bbb !important; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-form-checkbox[lay-skin="primary"].jw-tree-unselectable:hover i {
            border-color: #bbb !important; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-custom-icon {
          display: inline-block;
          height: 20px;
          line-height: 20px;
          vertical-align: middle; }
        .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-txt {
          margin-left: 5px; }
          .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-txt.jw-tree-text {
            flex: 1; }
      .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-btnGroup {
        position: absolute;
        top: 0;
        right: 3px; }
    .jw-tree .jw-tree-cont .layui-tree-set.dragging {
      opacity: 0.5; }
      .jw-tree .jw-tree-cont .layui-tree-set.dragging .layui-tree-entry {
        background-color: rgba(0, 0, 0, 0.1); }
    .jw-tree .jw-tree-cont .layui-tree-set.dragenter > .layui-tree-entry {
      background-color: #d5e5f3; }
    .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-pack {
      display: block; }
    .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-vertical {
      position: absolute;
      z-index: 1;
      border-left: 1px dotted #c0c4cc;
      top: -6px;
      bottom: 1px;
      left: 13px;
      width: 0; }
      .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-vertical.jw-tree-expand_line-not_first_child {
        top: 0; }
      .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-vertical.jw-tree-expand_line-is_last_child {
        bottom: 14px; }
        .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-vertical.jw-tree-expand_line-is_last_child.jw-tree-expand_line-last_with_child {
          height: 14px;
          bottom: auto; }
      .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-vertical.jw-tree-expand_line-first_one {
        top: 10px; }
    .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-horizontal {
      position: absolute;
      top: 15px;
      left: 20px;
      z-index: 1;
      width: 4px;
      height: 0;
      border-top: 1px dotted #c0c4cc; }
      .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-horizontal.jw-tree-expand_line-no_child {
        left: 14px;
        top: 13px;
        width: 9px; }
        .jw-tree .jw-tree-cont .layui-tree-set .jw-tree-expand_line-horizontal.jw-tree-expand_line-no_child.jw-tree-expand_line-outter_without_child {
          display: none; }
    .jw-tree .jw-tree-cont.forbid-child-pointer-events :not(.layui-tree-set) {
      pointer-events: none; }
    .jw-tree .jw-tree-cont.forbid-child-pointer-events .layui-tree-set {
      pointer-events: initial; }
  .jw-tree .drag-line {
    display: block;
    width: auto;
    border: 1px dashed #74b5ff; }
  .jw-tree input[type="checkbox"] {
    display: none; }
  .jw-tree.jw-menu.withAdd .layui-tree-search-wrap {
    margin-right: 0;
    width: calc(100% - 50px); }
  .jw-tree.jw-menu.layui-tree-line .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick.layui-tree-icon {
    width: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #c0c4cc; }
    .jw-tree.jw-menu.layui-tree-line .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick.layui-tree-icon .layui-icon {
      display: inline-block;
      font-size: 12px !important;
      border: none; }
  .jw-tree.jw-menu .layui-tree-search-wrap {
    margin: 0;
    padding: 8px 5% 5px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee; }
    .jw-tree.jw-menu .layui-tree-search-wrap .layui-tree-search {
      margin: 0;
      height: 37px;
      border: none; }
    .jw-tree.jw-menu .layui-tree-search-wrap .icon {
      height: 50px;
      line-height: 50px; }
  .jw-tree.jw-menu .layui-tree-emptyText {
    margin-top: 20px; }
  .jw-tree.jw-menu .layui-tree-add {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .jw-tree.jw-menu .layui-tree-add:hover {
      color: #aaa;
      background-color: #f8f8f8; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set::before {
    left: 12px; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set::after {
    top: 19px;
    left: 12px; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set.layui-tree-setLineShort::before {
    height: 19px; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set.jw-hasChild::after {
    left: 18px;
    width: 5px; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set.dragging .layui-tree-entry.chosen {
    background-color: rgba(120, 179, 230, 0.2); }
    .jw-tree.jw-menu .jw-tree-cont .layui-tree-set.dragging .layui-tree-entry.chosen .layui-tree-main .layui-tree-txt {
      color: #333; }
    .jw-tree.jw-menu .jw-tree-cont .layui-tree-set.dragging .layui-tree-entry.chosen .layui-tree-main .jw-custom-icon {
      color: #333; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry {
    position: relative;
    padding: 0;
    height: 42px; }
    .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry.chosen {
      background-color: #78b3e6; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry.chosen .layui-tree-main .jw-custom-icon {
        color: #fff; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry.chosen .layui-tree-main .layui-tree-txt {
        color: #fff; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry.chosen .layui-tree-btnGroup .layui-icon {
        color: #e2e2e2; }
        .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry.chosen .layui-tree-btnGroup .layui-icon:hover {
          color: #fff; }
    .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main {
      position: relative;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding-left: 7px;
      padding-right: 20px;
      width: 100%; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick {
        height: 40px;
        line-height: 40px;
        z-index: 1; }
        .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick .layui-tree-iconArrow {
          position: relative;
          top: 0; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-icon {
        border: none; }
        .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-icon .layui-icon {
          border: 1px solid #c0c4cc; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-txt {
        flex: 1;
        display: block;
        margin: 0;
        padding: 10px 0;
        padding-left: 6px;
        box-sizing: border-box;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-custom-icon {
        width: 20px;
        height: 40px;
        line-height: 40px;
        pointer-events: none; }
        .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .jw-custom-icon i {
          display: inline-block;
          width: 20px;
          height: 40px;
          line-height: 40px;
          text-align: center; }
    .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-btnGroup {
      height: 42px;
      line-height: 42px; }
      .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-btnGroup .layui-icon {
        padding: 0; }
  .jw-tree.jw-menu .jw-tree-cont .layui-tree-set .layui-tree-pack {
    padding-left: 19px; }

.jw-transfer {
  display: flex; }
  .jw-transfer input[type="checkbox"] {
    display: none; }
  .jw-transfer.list .jw-tree .jw-tree-cont .layui-tree-set .layui-tree-entry .layui-tree-main .layui-tree-iconClick {
    width: 0; }
  .jw-transfer.list .jw-transfer-box .jw-transfer-header .jw-spread-all {
    display: none; }
  .jw-transfer .jw-transfer-box {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 12px;
    width: calc(50% - 15px);
    height: 360px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: top; }
    .jw-transfer .jw-transfer-box:first-child {
      margin-right: 12px;
      margin-left: 0; }
    .jw-transfer .jw-transfer-box .jw-transfer-header {
      position: relative;
      height: 38px;
      line-height: 38px;
      padding: 0 10px;
      border-bottom: 1px solid #e6e6e6; }
      .jw-transfer .jw-transfer-box .jw-transfer-header .jw-spread-all {
        position: absolute;
        top: -3px;
        right: 6px;
        padding: 2px;
        color: #777;
        font-size: 15px; }
        .jw-transfer .jw-transfer-box .jw-transfer-header .jw-spread-all:hover {
          color: #333; }
        .jw-transfer .jw-transfer-box .jw-transfer-header .jw-spread-all > i {
          font-size: 18px; }
      .jw-transfer .jw-transfer-box .jw-transfer-header .layui-form-checkbox .layui-icon {
        top: 0; }
    .jw-transfer .jw-transfer-box .jw-transfer-tree {
      flex: 1;
      padding: 10px 0 10px 10px;
      overflow: auto;
      box-sizing: border-box; }
      .jw-transfer .jw-transfer-box .jw-transfer-tree .jw-tree .layui-tree-search-wrap {
        margin-top: 0;
        margin-bottom: 0; }
        .jw-transfer .jw-transfer-box .jw-transfer-tree .jw-tree .layui-tree-search-wrap .layui-tree-search {
          border-radius: 18px; }
      .jw-transfer .jw-transfer-box .jw-transfer-tree .jw-tree .layui-tree-emptyText {
        padding-top: 15px; }

.jw-select {
  position: relative; }
  .jw-select .jw-select-box {
    display: flex;
    position: relative;
    width: 100%;
    line-height: 31px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    transition: all 0.3s; }
    .jw-select .jw-select-box:hover {
      border-color: #909090 !important; }
    .jw-select .jw-select-box:focus {
      border-color: #17a4fb !important;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
    .jw-select .jw-select-box .jw-select-placeholder {
      margin-left: 10px;
      color: #ccc; }
    .jw-select .jw-select-box .jw-select-data {
      display: inline-block;
      padding: 5px;
      padding-right: 30px;
      width: 100%;
      line-height: 22px;
      vertical-align: middle;
      box-sizing: border-box; }
      .jw-select .jw-select-box .jw-select-data.more {
        width: calc(100% - 41px); }
      .jw-select .jw-select-box .jw-select-data .jw-select-data-item {
        position: relative;
        display: inline-block;
        margin-right: 5px;
        padding: 1px 20px 1px 5px;
        max-width: 100%;
        box-sizing: border-box;
        line-height: 18px;
        vertical-align: middle;
        font-size: 13px;
        background-color: #f0f2f5;
        border-radius: 4px;
        cursor: default; }
        .jw-select .jw-select-box .jw-select-data .jw-select-data-item:hover {
          background-color: #eee; }
        .jw-select .jw-select-box .jw-select-data .jw-select-data-item:last-child {
          margin-right: 0; }
        .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-text {
          display: inline-block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          vertical-align: middle; }
        .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close {
          position: absolute;
          right: 4px;
          top: 50%;
          margin-top: -7px;
          display: inline-block;
          text-align: center;
          font-size: 16px;
          color: #b3b6bf;
          cursor: pointer;
          transition: 0.3s;
          font-family: "jwicomoon1" !important; }
          .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close:hover {
            color: #8d92a0; }
            .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close:hover::before {
              border-color: #8d92a0; }
          .jw-select .jw-select-box .jw-select-data .jw-select-data-item .jw-select-data-close::before {
            content: "\e6a6"; }
    .jw-select .jw-select-box .jw-select-more-wrap {
      display: inline-block;
      width: 40px;
      box-sizing: border-box;
      line-height: initial;
      vertical-align: middle;
      text-align: right; }
      .jw-select .jw-select-box .jw-select-more-wrap .jw-select-more {
        display: inline-block;
        padding: 2px 6px;
        max-width: 100%;
        line-height: 18px;
        vertical-align: middle;
        font-size: 12px;
        background-color: #f0f2f5;
        border-radius: 8px;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap; }
        .jw-select .jw-select-box .jw-select-more-wrap .jw-select-more::before {
          content: "+";
          margin-right: 3px; }
    .jw-select .jw-select-box .jw-select-toggle {
      position: absolute;
      top: 50%;
      right: 7px;
      margin-top: -10px;
      line-height: initial;
      font-size: 20px;
      color: #808695;
      transition: 0.5s; }
      .jw-select .jw-select-box .jw-select-toggle.up {
        transform: rotate(180deg); }
    .jw-select .jw-select-box.active {
      border-color: #c9c9c9; }
      .jw-select .jw-select-box.active .jw-select-placeholder {
        color: #aaa; }
    .jw-select .jw-select-box.disabled {
      background-color: #f5f7fa;
      border-color: #e4e7ed;
      color: #c0c4cc;
      cursor: not-allowed; }
      .jw-select .jw-select-box.disabled .jw-select-data .jw-select-data-item {
        cursor: not-allowed; }
        .jw-select .jw-select-box.disabled .jw-select-data .jw-select-data-item .jw-select-data-close {
          cursor: not-allowed; }
          .jw-select .jw-select-box.disabled .jw-select-data .jw-select-data-item .jw-select-data-close:hover {
            background-color: #bbb; }
      .jw-select .jw-select-box.disabled .jw-select-more-wrap .jw-select-more {
        cursor: not-allowed; }
  .jw-select .jw-select-tree {
    position: absolute;
    left: 0;
    z-index: 1000;
    margin-top: 4px;
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .jw-select .jw-select-tree .jw-tree {
      box-sizing: border-box;
      border: 1px solid #d2d2d2;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); }
      .jw-select .jw-select-tree .jw-tree .layui-tree-search-wrap {
        padding-right: 20px;
        margin-top: 0; }
        .jw-select .jw-select-tree .jw-tree .layui-tree-search-wrap .layui-tree-search {
          margin-bottom: 10px;
          border-radius: 30px;
          width: 100%; }
      .jw-select .jw-select-tree .jw-tree .jw-tree-cont {
        padding: 10px 20px 15px 20px; }
        .jw-select .jw-select-tree .jw-tree .jw-tree-cont .layui-tree-set {
          display: table; }
  .jw-select.error .jw-select-box {
    border-color: #ee0000; }

.jw-selectbox {
  position: relative;
  display: flex;
  width: 100%;
  line-height: 31px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  overflow: hidden; }
  .jw-selectbox.error {
    border-color: #ee0000; }
  .jw-selectbox:hover {
    border-color: #909090 !important; }
  .jw-selectbox:focus {
    border-color: #17a4fb !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .jw-selectbox .jws-placeholder {
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ccc;
    pointer-events: none; }
  .jw-selectbox ul.jws-list {
    width: 100%;
    padding: 5px;
    line-height: 22px; }
    .jw-selectbox ul.jws-list li {
      position: relative;
      display: inline-block;
      margin-right: 5px;
      padding: 1px 20px 1px 5px;
      max-width: 100%;
      box-sizing: border-box;
      line-height: 18px;
      vertical-align: middle;
      font-size: 13px;
      background-color: #f0f2f5;
      border-radius: 4px;
      cursor: default; }
      .jw-selectbox ul.jws-list li .jws-text {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
      .jw-selectbox ul.jws-list li .jws-close {
        position: absolute;
        right: 4px;
        top: 50%;
        margin-top: -7px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #b3b6bf;
        cursor: pointer;
        transition: 0.3s;
        font-family: "jwicomoon1" !important; }
        .jw-selectbox ul.jws-list li .jws-close:hover {
          color: #8d92a0; }
          .jw-selectbox ul.jws-list li .jws-close:hover::before {
            border-color: #8d92a0; }
        .jw-selectbox ul.jws-list li .jws-close::before {
          content: "\e6a6"; }
  .jw-selectbox .jws-btn {
    padding: 0 10px;
    line-height: inherit;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    color: #333;
    background-color: #eee;
    border-left: 1px solid #d4d4d4;
    transition: all 0.3s;
    cursor: pointer; }
    .jw-selectbox .jws-btn:hover {
      background-color: #e3e3e3;
      color: #383838;
      transition: all 0.3s; }
    .jw-selectbox .jws-btn > span {
      display: flex;
      align-items: center;
      height: 100%; }

.jw-upload {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  line-height: 32px; }
  .jw-upload::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  .jw-upload .jw-upload-rows {
    display: block; }
    .jw-upload .jw-upload-rows > li {
      position: relative;
      display: block;
      height: 32px;
      margin-bottom: 5px; }
      .jw-upload .jw-upload-rows > li span.progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 2px;
        margin-bottom: 0;
        background-color: #10ca27; }
      .jw-upload .jw-upload-rows > li .fileType {
        position: absolute;
        top: 2px;
        width: 28px;
        height: 28px;
        font-size: 14px;
        color: #fff;
        line-height: 28px;
        text-align: center;
        background-color: transparent;
        border-radius: 3px; }
        .jw-upload .jw-upload-rows > li .fileType.jw-icon-file-word-o {
          background-color: #2e7daf; }
        .jw-upload .jw-upload-rows > li .fileType.jw-icon-file-pdf-o {
          background-color: #b20007; }
        .jw-upload .jw-upload-rows > li .fileType.jw-icon-file-excel-o {
          background-color: #368940; }
        .jw-upload .jw-upload-rows > li .fileType.jw-icon-file-powerpoint-o {
          background-color: #e93e11; }
        .jw-upload .jw-upload-rows > li .fileType.jw-icon-libreoffice {
          background-color: #eda00c; }
      .jw-upload .jw-upload-rows > li .title {
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        color: #515a6e;
        line-height: 28px;
        background-color: #eeeeee;
        border: 1px dashed #c2c2c2;
        border-radius: 3px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-transition: -webkit-all 0.3s;
        -o-transition: -o-all 0.3s;
        transition: all 0.3s; }
      .jw-upload .jw-upload-rows > li .jw-icon-bin,
      .jw-upload .jw-upload-rows > li .jw-icon-eye {
        position: absolute;
        top: 2px;
        right: 0;
        width: 20px;
        height: 28px;
        margin: 0;
        font-size: 16px;
        color: #f9633d;
        line-height: 28px;
        text-align: center;
        cursor: pointer; }
      .jw-upload .jw-upload-rows > li .jw-icon-eye {
        color: #3f51b5; }
      .jw-upload .jw-upload-rows > li:hover .title {
        background-color: #e2e2e2;
        border: 1px solid #aaa; }
      .jw-upload .jw-upload-rows > li img {
        width: 150px;
        height: 150px; }
  .jw-upload .jw-upload-row {
    display: block; }
    .jw-upload .jw-upload-row > li {
      box-sizing: border-box;
      position: relative;
      float: left;
      display: block;
      max-width: 100%;
      height: 32px;
      margin-bottom: 3px;
      margin-right: 6px;
      padding: 0 6px;
      background-color: #eeeeee;
      border: 1px dashed #c2c2c2;
      border-radius: 3px;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .jw-upload .jw-upload-row > li span.progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 2px;
        background-color: #10ca27; }
      .jw-upload .jw-upload-row > li .fileType {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -9px 0 0 7px;
        display: inline-block;
        width: 18px;
        height: 18px;
        font-size: 12px;
        color: #fff;
        line-height: 18px;
        text-align: center;
        background-color: transparent;
        border-radius: 3px;
        vertical-align: middle; }
        .jw-upload .jw-upload-row > li .fileType.jw-icon-file-word-o {
          background-color: #2e7daf; }
        .jw-upload .jw-upload-row > li .fileType.jw-icon-file-pdf-o {
          background-color: #b20007; }
        .jw-upload .jw-upload-row > li .fileType.jw-icon-file-excel-o {
          background-color: #368940; }
        .jw-upload .jw-upload-row > li .fileType.jw-icon-file-powerpoint-o {
          background-color: #e93e11; }
        .jw-upload .jw-upload-row > li .fileType.jw-icon-libreoffice {
          background-color: #eda00c; }
.jw-upload.error .jw-upload-btns .jw-btn {
  border: #ee0000 2px solid !important; }
      .jw-upload .jw-upload-row > li .title {
        box-sizing: border-box;
        display: inline-block;
        max-width: 100%;
        padding: 0 6px;
        font-size: 14px;
        color: #515a6e;
        line-height: 28px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .jw-upload .jw-upload-row > li .jw-icon-bin {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 28px;
        margin: 0;
        font-size: 16px;
        color: #f9633d;
        line-height: 28px;
        text-align: center;
        cursor: pointer; }
      .jw-upload .jw-upload-row > li .jw-icon-eye {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 28px;
        margin: 0;
        font-size: 16px;
        color: #3f51b5;
        line-height: 28px;
        text-align: center;
        cursor: pointer; }
      .jw-upload .jw-upload-row > li:hover {
        background-color: #e2e2e2;
        border: 1px solid #aaa; }
    .jw-upload .jw-upload-row.picItem > li {
      width: 150px;
      height: 150px;
      overflow: hidden;
      padding: 0;
      color: #17a4fb;
      background-color: #fff;
      border: 1px solid #17a4fb;
      border-radius: 6px;
      cursor: pointer; }
      .jw-upload .jw-upload-row.picItem > li:hover {
        border-color: #0047c7; }
      .jw-upload .jw-upload-row.picItem > li:before {
        content: "\e9a1";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
        font-family: "jwicomoon";
        color: #bbb;
        font-size: 30px;
        line-height: 1;
        text-align: center; }
      .jw-upload .jw-upload-row.picItem > li img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%; }
      .jw-upload .jw-upload-row.picItem > li.picList {
        cursor: default; }
        .jw-upload .jw-upload-row.picItem > li.picList.fadeinT {
          animation: 0.35s ease-out backwards;
          animation-name: animate-fadein; }
        .jw-upload .jw-upload-row.picItem > li.picList::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          left: inherit;
          z-index: 1;
          width: 0;
          height: 0;
          margin: 0;
          border-width: 15px;
          border-style: solid;
          border-color: #09b269 #09b269 transparent transparent; }
        .jw-upload .jw-upload-row.picItem > li.picList::after {
          content: "\e9a8";
          position: absolute;
          top: 3px;
          right: 3px;
          z-index: 1;
          font-family: "jwicomoon";
          color: #fff;
          font-size: 12px;
          line-height: 1;
          text-align: center; }
        .jw-upload .jw-upload-row.picItem > li.picList .uploadPicMask {
          filter: alpha(Opacity=0);
          -moz-opacity: 0;
          opacity: 0;
          transition: opacity 0.3s; }
        .jw-upload .jw-upload-row.picItem > li.picList .toolBar {
          display: none; }
          .jw-upload .jw-upload-row.picItem > li.picList .toolBar .view,
          .jw-upload .jw-upload-row.picItem > li.picList .toolBar .del {
            display: inline-block;
            cursor: pointer; }
          .jw-upload .jw-upload-row.picItem > li.picList .toolBar .jw-icon-zoom-in,
          .jw-upload .jw-upload-row.picItem > li.picList .toolBar .jw-icon-bin {
            color: #fff;
            font-size: 14px; }
        .jw-upload .jw-upload-row.picItem > li.picList:hover .uploadPicMask {
          box-sizing: border-box;
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background: #000;
          filter: alpha(Opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5; }
        .jw-upload .jw-upload-row.picItem > li.picList:hover .toolBar {
          box-sizing: border-box;
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          padding-top: 40%;
          color: #fff;
          text-align: center; }
      .jw-upload .jw-upload-row.picItem > li .close {
        position: absolute;
        top: 3px;
        right: 2px;
        padding: 2px;
        font-size: 12px;
        color: #000;
        background-color: #fff;
        cursor: pointer; }
  .jw-upload .jw-upload-btns {
    display: block;
    text-align: right; }
    .jw-upload .jw-upload-btns input[type="file"] {
      position: absolute;
      width: 1px;
      height: 1px;
      line-height: 1px;
      background-color: transparent;
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
    .jw-upload .jw-upload-btns .jw-btn {
      display: inline-block;
      height: 32px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: inherit;
      vertical-align: inherit; }
    .jw-upload .jw-upload-btns > input[type="file"][name="fileName"] {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: 0;
      padding: 0;
      line-height: 0;
      background-color: transparent;
      border: 0;
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

.jw-upload-outBtns {
  display: block;
  line-height: 1px; }
  .jw-upload-outBtns input[type="file"][name="fileName"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: transparent;
    border: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

.jw-input-group-count-textarea {
  position: absolute;
  right: 6px;
  bottom: 4px;
  font-size: 12px;
  color: #ccc;
  line-height: 12px;
  background-color: transparent; }

.jw-iconpicker {
  display: flex;
  width: 85px;
  height: 30.2px;
  line-height: 30.2px;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s; }
  .jw-iconpicker.error {
    border-color: #ee0000; }
  .jw-iconpicker .jw-iconpicker-cont {
    width: 60px; }
    .jw-iconpicker .jw-iconpicker-cont .jw-iconpicker-none {
      font-size: 13.8px;
      color: #ccc; }
  .jw-iconpicker .jw-iconpicker-btn {
    width: 25px;
    border-left: 1px solid #d4d4d4; }
    .jw-iconpicker .jw-iconpicker-btn .layui-edge {
      display: inline-block;
      width: auto;
      height: auto;
      font-size: 20px;
      font-family: "jwicomoon" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      color: #808695;
      border-width: 0;
      border: 0; }
      .jw-iconpicker .jw-iconpicker-btn .layui-edge::before {
        content: "\e6dc"; }
  .jw-iconpicker:hover {
    border-color: #909090 !important; }
  .jw-iconpicker:focus {
    border-color: #17a4fb !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }

.jw-input-with-unit {
  position: relative;
  width: 100%; }
  .jw-input-with-unit .jw-unit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 8px;
    text-align: right;
    vertical-align: middle;
    line-height: 2;
    color: #333;
    background-color: #eee;
    border: 1px solid #bfbfbf;
    border-radius: 0 4px 4px 0;
    cursor: default; }

.jw-input-with-icon {
  position: relative;
  width: 100%; }
  .jw-input-with-icon > i {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    padding: 0 10px;
    color: #808695;
    cursor: default;
    pointer-events: none; }
  .jw-input-with-icon > input {
    padding-left: 33px; }
  .jw-input-with-icon.before > i {
    left: 1px; }
  .jw-input-with-icon.before > input {
    padding-left: 34px; }
  .jw-input-with-icon.after > i {
    left: auto;
    right: 1px; }
  .jw-input-with-icon.after > input {
    padding-left: 10px;
    padding-right: 34px; }
  .jw-input-with-icon.background > i {
    background-color: #eee;
    border-color: #d4d4d4;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px 0 0 4px; }
  .jw-input-with-icon.background > input {
    padding-left: 40px; }
  .jw-input-with-icon.background.before > i {
    border-right-width: 1px;
    border-right-style: solid;
    border-radius: 4px 0 0 4px; }
  .jw-input-with-icon.background.before > input {
    padding-left: 40px; }
  .jw-input-with-icon.background.after > i {
    border-right-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-radius: 0 4px 4px 0; }
  .jw-input-with-icon.background.after > input {
    padding-right: 40px; }

.jw-date-range {
  position: relative;
  width: 100%; }
  .jw-date-range .layui-input {
    padding-left: 33px;
    font-size: 0;
    color: transparent !important; }
  .jw-date-range .jwd-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none; }
    .jw-date-range .jwd-cont .jwd-icon {
      margin-left: 10px;
      font-size: 14px;
      color: #808695; }
    .jw-date-range .jwd-cont .jwd-input {
      margin-left: 15px;
      margin-right: 25px;
      width: 100%;
      text-align: center;
      pointer-events: none;
      border: none;
      outline: 0;
      background-color: transparent;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .jw-date-range .jwd-cont .jwd-close {
      display: none;
      position: relative;
      left: -30px;
      width: 0;
      line-height: initial;
      overflow: visible;
      text-align: center;
      font-size: 16px;
      color: #b3b6bf;
      cursor: pointer;
      pointer-events: initial;
      transition: all 0.3s; }
      .jw-date-range .jwd-cont .jwd-close:hover {
        color: #8d92a0; }
        .jw-date-range .jwd-cont .jwd-close:hover::before {
          border-color: #8d92a0; }
    .jw-date-range .jwd-cont .jwd-mid {
      text-align: center;
      white-space: nowrap; }

.jw-calendar {
  position: relative;
  width: 100%; }
  .jw-calendar > i {
    position: absolute;
    left: 10px;
    color: #808695; }
  .jw-calendar > input {
    padding-left: 33px; }

.layui-layer {
  overflow: hidden;
  border-radius: 6px !important; }

.layui-input,
.layui-select,
.layui-textarea {
  background-color: #ffffff;
  border-color: #dcdcdc; }
  .layui-input.layui-form-danger,
  .layui-select.layui-form-danger,
  .layui-textarea.layui-form-danger {
    border-color: #ee0000 !important; }
    .layui-input.layui-form-danger:focus,
    .layui-select.layui-form-danger:focus,
    .layui-textarea.layui-form-danger:focus {
      border-color: #17a4fb !important; }

.layui-input {
  height: 32.2px; }

.layui-textarea {
  resize: none; }

.layui-textarea,
.layui-input {
  border-radius: 4px;
  border-color: #bfbfbf; }
  .layui-textarea:hover,
  .layui-input:hover {
    border-color: #909090 !important; }
  .layui-textarea:focus,
  .layui-input:focus {
    border-color: #17a4fb !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .layui-textarea[disabled],
  .layui-input[disabled] {
    background-color: #f5f7fa;
    color: #c0c4cc;
    cursor: not-allowed; }
    .layui-textarea[disabled]:hover,
    .layui-input[disabled]:hover {
      border-color: #bfbfbf !important; }

.layui-form-radio {
  margin: 0;
  padding-right: 13px;
  line-height: 32.2px; }
  .layui-form-radio > div {
    font-size: 13.8px; }
  .layui-form-radio > i {
    margin-right: 6px;
    font-size: 15.8px;
    color: #c1c1c1; }
  .layui-form-radio > i:hover,
  .layui-form-radio.layui-form-radioed > i {
    color: #0679f9; }

.layui-form-checkbox {
  padding-right: 28.6px;
  height: 28.2px;
  line-height: 28.2px;
  font-size: 0;
  border-radius: 4px;
  transition: all 0.3s; }
  .layui-form-checkbox span {
    font-size: 13.8px;
    line-height: 28.2px;
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
    border-radius: 4px 0 0 4px;
    transition: all 0.3s; }
  .layui-form-checkbox i {
    height: 28.2px;
    width: 27.6px;
    font-size: 18.4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.3s; }
  .layui-form-checkbox.layui-form-checked, .layui-form-checkbox.layui-form-checked:hover {
    border-color: #0679f9; }
    .layui-form-checkbox.layui-form-checked span, .layui-form-checkbox.layui-form-checked:hover span {
      background-color: #0679f9;
      border-color: #0679f9; }
    .layui-form-checkbox.layui-form-checked i, .layui-form-checkbox.layui-form-checked:hover i {
      color: #0679f9; }
  .layui-form-checkbox[lay-skin="primary"] {
    padding-right: 0 !important;
    padding-left: 20.7px; }
    .layui-form-checkbox[lay-skin="primary"] span {
      line-height: 32.2px;
      background: none !important;
      border: none; }
    .layui-form-checkbox[lay-skin="primary"] i {
      top: 8.2px;
      width: 13.8px;
      height: 13.8px;
      line-height: 13.8px;
      font-size: 12.8px; }
    .layui-form-checkbox[lay-skin="primary"]:hover span {
      background: none; }
    .layui-form-checkbox[lay-skin="primary"]:hover i {
      border-color: #0679f9 !important; }
    .layui-form-checkbox[lay-skin="primary"].layui-form-checked span {
      background: none !important;
      border: none; }
    .layui-form-checkbox[lay-skin="primary"].layui-form-checked i {
      background-color: #0679f9;
      color: #fff !important;
      border-color: #0679f9 !important; }
    .layui-form-checkbox[lay-skin="primary"].layui-checkbox-disbaled span {
      background: none !important; }
    .layui-form-checkbox[lay-skin="primary"].layui-checkbox-disbaled:hover i {
      border-color: #e2e2e2 !important; }
  .layui-form-checkbox.layui-checkbox-disbaled span {
    background-color: #f6f7f8 !important;
    color: rgba(81, 90, 110, 0.5) !important;
    border-color: #e2e2e2; }
  .layui-form-checkbox.layui-checkbox-disbaled i {
    color: #fafbfc !important;
    background-color: #fafbfc !important; }
  .layui-form-checkbox.layui-checkbox-disbaled.layui-form-checked span {
    background-color: #fff !important;
    color: rgba(81, 90, 110, 0.5) !important; }
  .layui-form-checkbox.layui-checkbox-disbaled.layui-form-checked i {
    color: rgba(81, 90, 110, 0.5) !important; }

.layui-form-select {
  margin-right: 0;
  width: 100%; }
  .layui-form-select .layui-edge {
    border-width: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -10px;
    font-size: 20px;
    transition: 0.5s;
    color: #808695;
    border: 0;
    font-family: "jwicomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle; }
    .layui-form-select .layui-edge::before {
      content: "\e6dc"; }
  .layui-form-select dl {
    top: 32px;
    bottom: auto;
    box-sizing: border-box;
    width: 100%;
    max-height: 140px;
    overflow-y: auto;
    margin-top: 2px;
    line-height: 28px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    z-index: 1000; }
    .layui-form-select dl dd {
      box-sizing: border-box;
      font-size: 13.8px;
      line-height: 28px; }
      .layui-form-select dl dd:hover {
        background-color: #e4ebef; }
    .layui-form-select dl dd.layui-this {
      background-color: #0679f9;
      color: #fff; }
      .layui-form-select dl dd.layui-this:hover {
        background-color: #0679f9;
        color: #fff; }

.layui-laydate {
  border-radius: 4px !important; }
  .layui-laydate .layui-laydate-main {
    width: 236px; }
    .layui-laydate .layui-laydate-main .layui-laydate-header {
      padding: 5px 57px 5px; }
      .layui-laydate .layui-laydate-main .layui-laydate-header i {
        top: 5px;
        font-size: 16px; }
      .layui-laydate .layui-laydate-main .layui-laydate-header i:hover,
      .layui-laydate .layui-laydate-main .layui-laydate-header span:hover {
        color: #0679f9; }
    .layui-laydate .layui-laydate-main .layui-laydate-content {
      padding: 6px; }
      .layui-laydate .layui-laydate-main .layui-laydate-content td,
      .layui-laydate .layui-laydate-main .layui-laydate-content th {
        padding: 0;
        width: 32px;
        height: 28px; }
      .layui-laydate .layui-laydate-main .layui-laydate-content .layui-this {
        background-color: #3894fa !important; }
      .layui-laydate .layui-laydate-main .layui-laydate-content td.laydate-selected {
        background-color: #cde4fe; }
        .layui-laydate .layui-laydate-main .layui-laydate-content td.laydate-selected:hover {
          background-color: #cde4fe !important; }
      .layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-list {
        overflow: hidden; }
        .layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-list.laydate-time-list ol {
          height: 161px; }
        .layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-list.laydate-month-list > li {
          margin: 13px 0; }
        .layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-list.laydate-year-list > li {
          height: 32px;
          line-height: 32px; }
  .layui-laydate .layui-laydate-footer span[lay-type="date"], .layui-laydate .layui-laydate-footer span:hover {
    color: #0679f9; }
  .layui-laydate.layui-laydate-range {
    width: 474px; }

.layui-form-switch {
  margin-top: 0px;
  padding: 0 3.34239px;
  height: 26.2px;
  line-height: 26.2px;
  min-width: 42.2px;
  border: 1px solid #bfbfbf;
  border-radius: 26.2px; }
  .layui-form-switch em {
    margin-left: 23.2px;
    font-size: 13px; }
  .layui-form-switch i {
    left: 4.34239px;
    top: 3.34239px;
    width: 19.51522px;
    height: 19.51522px;
    border-radius: 50%;
    background-color: #c1c1c1; }
  .layui-form-switch.layui-checkbox-disbaled {
    border-color: #e2e2e2; }
    .layui-form-switch.layui-checkbox-disbaled > em {
      color: rgba(81, 90, 110, 0.5) !important; }
    .layui-form-switch.layui-checkbox-disbaled > i {
      background-color: #e7e8e9; }
  .layui-form-switch.layui-form-onswitch {
    border-color: #0679f9;
    background-color: #0679f9; }
    .layui-form-switch.layui-form-onswitch em {
      margin-left: 3.45px;
      margin-right: 22.2px; }
    .layui-form-switch.layui-form-onswitch i {
      left: calc(100% - 21px);
      margin-left: 0;
      background-color: #fff; }
    .layui-form-switch.layui-form-onswitch.layui-checkbox-disbaled {
      background-color: #f1f2f3 !important; }
      .layui-form-switch.layui-form-onswitch.layui-checkbox-disbaled > em {
        color: rgba(81, 90, 110, 0.4) !important; }
      .layui-form-switch.layui-form-onswitch.layui-checkbox-disbaled > i {
        background-color: #fff; }

/* 金网图标库 */
[class*="jw-icon-"],
[class*="jw-icon1-"] {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*="jw-icon-"] {
  font-family: "jwicomoon" !important; }

[class*="jw-icon1-"] {
  font-family: "jwicomoon1" !important; }

.icon-font-increase::before {
  content: "Aa+"; }

.icon-font-decrease::before {
  content: "Aa-"; }

.iconlib-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .iconlib-wrapper.layui-tab .layui-tab-content {
    flex: 1;
    padding: 0;
    overflow: hidden; }
    .iconlib-wrapper.layui-tab .layui-tab-content .layui-tab-item {
      height: 100%;
      overflow: auto; }
  .iconlib-wrapper .iconlib .loading {
    margin-top: 28%;
    text-align: center; }
    .iconlib-wrapper .iconlib .loading .layui-icon {
      font-size: 30px; }
  .iconlib-wrapper .iconlib ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 6%; }
    .iconlib-wrapper .iconlib ul li {
      margin-bottom: 10px;
      padding: 10px;
      width: 100px;
      font-size: 14px;
      text-align: center;
      list-style: none !important;
      border-radius: 10px;
      cursor: pointer; }
      .iconlib-wrapper .iconlib ul li.chosen {
        background-color: #fff;
        box-shadow: 1px 2px 10px 0 #aaa; }
        .iconlib-wrapper .iconlib ul li.chosen:hover {
          background-color: #fff; }
      .iconlib-wrapper .iconlib ul li:hover {
        background-color: #f0f0f0; }
      .iconlib-wrapper .iconlib ul li .icon {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        margin: 10px auto;
        color: #444; }
      .iconlib-wrapper .iconlib ul li .name {
        display: none;
        color: #999; }
      .iconlib-wrapper .iconlib ul li .code-name {
        line-height: 1.2;
        color: #999; }

.orgManagement.layui-container {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }
  .orgManagement.layui-container > .layui-row {
    height: 100%; }
    .orgManagement.layui-container > .layui-row aside {
      height: 100%;
      box-sizing: border-box;
      overflow: auto; }
      .orgManagement.layui-container > .layui-row aside > .layui-row {
        height: 100%; }
        .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu {
          height: 100%;
          box-sizing: border-box;
          font-size: 15px;
          border-right: 1px solid #eee; }
          .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list {
            display: flex;
            flex-direction: column;
            height: 100%; }
            .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-top {
              position: relative; }
              .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-top .jw-list-search {
                position: relative;
                margin: 0;
                padding-right: 16px;
                width: calc(100% - 51px);
                border-bottom: 1px solid #eee;
                box-sizing: border-box; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-top .jw-list-search .layui-input {
                  height: 50px;
                  line-height: 50px;
                  border: none; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-top .jw-list-search .icon {
                  position: absolute;
                  right: 0px;
                  top: 0px;
                  padding: 0;
                  line-height: 50px;
                  font-size: 17px;
                  color: #bbb;
                  cursor: pointer; }
              .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-top .jw-list-add {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-left: 1px solid #eee;
                border-bottom: 1px solid #eee;
                font-size: 30px;
                color: #bbb;
                cursor: pointer;
                transition: 0.3s; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-top .jw-list-add:hover {
                  background-color: #f8f8f8;
                  color: #aaa;
                  transition: 0.3s; }
            .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-emptyText {
              text-align: center;
              color: #999; }
            .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont {
              flex: 1;
              overflow: auto; }
              .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry {
                position: relative;
                padding: 0;
                height: 42px; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry .jw-list-main {
                  box-sizing: border-box;
                  padding-right: 20px;
                  width: 100%;
                  cursor: pointer; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry .jw-list-main .jw-custom-icon {
                    position: absolute;
                    height: 40px;
                    line-height: 40px;
                    left: 12px;
                    pointer-events: none; }
                    .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry .jw-list-main .jw-custom-icon .layui-icon {
                      display: inline-block;
                      width: 40px;
                      height: 40px;
                      text-align: center; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry .jw-list-main .jw-list-txt {
                    display: block;
                    margin: 0;
                    padding: 10px 0;
                    padding-left: 44px;
                    box-sizing: border-box;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry .jw-list-tool {
                  position: absolute;
                  height: 42px;
                  line-height: 42px;
                  top: 0;
                  right: 3px;
                  visibility: hidden; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry .jw-list-tool .layui-icon {
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry:hover {
                  background-color: #eee; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry:hover .jw-list-tool {
                    visibility: visible; }
                    .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry:hover .jw-list-tool .layui-icon:hover {
                      color: #999;
                      transition: 0.3s; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry.jw-hide {
                  display: none !important; }
                .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry.chosen {
                  background-color: #78b3e6; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry.chosen .jw-list-main .jw-custom-icon {
                    color: #fff; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry.chosen .jw-list-main .jw-list-txt {
                    color: #fff; }
                  .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry.chosen .jw-list-tool .layui-icon {
                    color: #e2e2e2; }
                    .orgManagement.layui-container > .layui-row aside > .layui-row .orgmenu .jw-list .jw-list-cont .jw-list-entry.chosen .jw-list-tool .layui-icon:hover {
                      color: #fff; }
    .orgManagement.layui-container > .layui-row main {
      padding: 0 20px;
      height: 100%;
      box-sizing: border-box;
      overflow: auto; }

.orgManagementInfo .header {
  margin: auto;
  max-width: 700px;
  height: 60px;
  padding: 15px 20px; }
  .orgManagementInfo .header .avatar {
    display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: middle; }
    .orgManagementInfo .header .avatar img {
      width: 100%;
      height: 100%;
      border: 1px solid #eee;
      border-radius: 50%; }
  .orgManagementInfo .header .title {
    display: inline-block;
    margin-left: 20px;
    height: 60px;
    width: 40%;
    color: #333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px; }
    .orgManagementInfo .header .title h3 {
      font-weight: bold;
      line-height: 35px; }

.orgManagementInfo .form .jw-formTable {
  max-width: 740px;
  margin: auto;
  padding: 0 20px; }
  .orgManagementInfo .form .jw-formTable table {
    table-layout: fixed; }
    .orgManagementInfo .form .jw-formTable table tr {
      height: 42px; }
    .orgManagementInfo .form .jw-formTable table h1 {
      font-size: 18px;
      text-align: center; }
    .orgManagementInfo .form .jw-formTable table .center {
      text-align: center; }
  .orgManagementInfo .form .jw-formTable[border-color="blue"] > table {
    border-color: #dde; }
    .orgManagementInfo .form .jw-formTable[border-color="blue"] > table > tr > td,
    .orgManagementInfo .form .jw-formTable[border-color="blue"] > table > tbody > tr > td {
      border-bottom-color: #dde;
      word-break: break-all; }
      .orgManagementInfo .form .jw-formTable[border-color="blue"] > table > tr > td > label,
      .orgManagementInfo .form .jw-formTable[border-color="blue"] > table > tbody > tr > td > label {
        color: #666;
        font-weight: bold; }
      .orgManagementInfo .form .jw-formTable[border-color="blue"] > table > tr > td > span,
      .orgManagementInfo .form .jw-formTable[border-color="blue"] > table > tbody > tr > td > span {
        display: inline-block;
        height: 27px;
        line-height: 27px;
        padding-left: 10px;
        width: 100%;
        box-sizing: border-box; }
    .orgManagementInfo .form .jw-formTable[border-color="blue"] > table[table-type="edit"] {
      border-color: #eef; }
      .orgManagementInfo .form .jw-formTable[border-color="blue"] > table[table-type="edit"] > tr > td,
      .orgManagementInfo .form .jw-formTable[border-color="blue"] > table[table-type="edit"] > tbody > tr > td {
        border-right-color: #eef; }

.orgManagementInfo .form .btn {
  margin-top: 20px;
  height: 50px;
  width: 100%;
  text-align: center; }

.orgManagementInfo .footer {
  margin: 10px;
  height: 100px; }
  .orgManagementInfo .footer > p {
    text-align: center;
    padding: 3px; }

.addressList.layui-container {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }
  .addressList.layui-container > .layui-row {
    height: 100%; }
    .addressList.layui-container > .layui-row aside {
      height: 100%;
      border-right: 1px solid #dbdbdb;
      box-sizing: border-box; }
    .addressList.layui-container > .layui-row main {
      padding: 0 20px;
      height: 100%;
      box-sizing: border-box;
      overflow: auto; }
      .addressList.layui-container > .layui-row main .breadcrumb ol {
        display: flex;
        margin: 22px 0 10px;
        line-height: initial; }
        .addressList.layui-container > .layui-row main .breadcrumb ol > li {
          display: inline-flex;
          align-items: center;
          color: #0679f9; }
          .addressList.layui-container > .layui-row main .breadcrumb ol > li:first-child::before {
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            font-size: 12px;
            text-align: center;
            color: #fff;
            background-color: #0679f9;
            border-radius: 50%; }
          .addressList.layui-container > .layui-row main .breadcrumb ol > li:last-child {
            color: #656565; }

.userDatail {
  padding: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #eceff3; }
  .userDatail .user-main {
    padding: 23px 41px 41px;
    background-color: #fff;
    border-radius: 8px; }
    .userDatail .user-main .base-info > .avatar {
      margin: 0 auto;
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 50%; }
      .userDatail .user-main .base-info > .avatar img {
        width: 100px; }
    .userDatail .user-main .base-info > .name {
      margin-top: 10px;
      font-size: 22px;
      color: #262728; }
      .userDatail .user-main .base-info > .name > i {
        margin-left: 9px;
        color: #0679f9; }
    .userDatail .user-main .base-info .company {
      margin-top: 7px;
      font-size: 14px;
      color: #656565; }
    .userDatail .user-main .base-info .department {
      display: flex;
      justify-content: space-between;
      margin: 24px auto 37px;
      width: 200px;
      color: #60676b; }
      .userDatail .user-main .base-info .department > li {
        display: flex;
        flex-direction: column; }
        .userDatail .user-main .base-info .department > li > i {
          font-size: 30px;
          color: #b0b0b0; }
        .userDatail .user-main .base-info .department > li > span {
          margin-top: 5px; }
    .userDatail .user-main > hr {
      height: 1px; }
    .userDatail .user-main .contact-info {
      margin: 44px auto 0;
      width: 280px;
      text-align: left; }
      .userDatail .user-main .contact-info > li {
        line-height: 32px; }
        .userDatail .user-main .contact-info > li > i {
          margin-right: 14px;
          font-size: 20px; }
        .userDatail .user-main .contact-info > li > span {
          font-size: 15px; }
          .userDatail .user-main .contact-info > li > span.title {
            margin-right: 26px;
            color: #7b8185; }
          .userDatail .user-main .contact-info > li > span.cont {
            color: #35393b; }

.sysInfo {
  padding: 15px;
  background-color: #f2f2f2;
  overflow: auto; }
  .sysInfo .layui-card-header .layui-icon {
    line-height: initial;
    position: static; }

.thirdParty {
  padding: 15px;
  background-color: #f2f2f2;
  overflow: auto; }
  .thirdParty .layui-card-header .layui-icon {
    line-height: initial;
    position: static; }
  .thirdParty .layui-btn-container {
    margin-top: 10px;
    text-align: right; }

.mod-config-right {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .mod-config-right > .tree {
    flex: 1;
    overflow-y: auto; }

.flowTitle {
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 12px;
  background-color: #efefef;
  border-bottom: 1px solid #e5e5e5; }

.flowBody {
  box-sizing: border-box;
  margin-bottom: 5px; }
  .flowBody .list li {
    box-sizing: border-box;
    padding: 0 8px;
    line-height: 23px;
    cursor: pointer; }
    .flowBody .list li:hover, .flowBody .list li.active {
      background-color: #ddecf9; }
  .flowBody table label {
    margin-bottom: 7px;
    padding: 0;
    color: #515a6e; }

.flowFoot {
  box-sizing: border-box;
  padding: 10px;
  background-color: #efefef; }

.flowButtons {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
.layui-form .dp_section .jw-title {
    position: relative;
    font-weight: bold;
    font-size:15px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.layui-form .dp_section .jw-title:before {
    position: absolute;
    left: 10px;
    top: 14px;
    content: '';
    display: inline-block;
    width: 3px;
    height: 15px;
    margin-right: 8px;
    border-radius: 2px;
    background-color: #5568FE;
}