@import 'static/font/iconfont.css';
@import 'static/iconfontnew/iconfont.css';
body {
  background-color: #fff;
}
#app {
  height: 100%;
}
.react-contextmenu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  min-width: 160px;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  text-align: left;
  -webkit-transition: opacity 250ms ease !important;
  transition: opacity 250ms ease !important;
}
.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
}
.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #20a0ff;
  border-color: #20a0ff;
  text-decoration: none;
}
.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}
.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}
.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}
.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}
.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}
.i {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
}
.i:before {
  line-height: 28px;
}
.me-wraps {
  margin: 0 !important;
  padding: 0 !important;
}
.me-wraps .u-breadcrumb {
  margin: 10px 30px !important;
  padding: 0 !important;
  background-color: #fff !important;
}
.me-wraps .u-breadcrumb li {
  color: #999999 !important;
}
.me-wraps .u-breadcrumb li a {
  color: #999999 !important;
}
.me-wraps .u-breadcrumb li a:hover {
  color: #3291ff !important;
}
.me-wraps .u-breadcrumb li.active span {
  color: #666666 !important;
}
.me-header {
  background-color: #ffffff;
  border: 1px solid #e1e6eb;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}
.me-header .opt-btns {
  padding: 0 30px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
.me-header .opt-btns .header-btngroup {
  margin-right: 15px;
  border-radius: 3px !important;
}
.me-header .opt-btns .header-btngroup .header-btn-item {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 20px!important;
  border-left: 1px solid #fff;
  color: #ffffff;
}
.me-header .header-btn {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e1e6eb;
}
.me-header .header-btn .header-btn-item {
  display: inline-block;
  margin: -4px 0 0 10px;
  height: 28px;
  width: 80px;
  border-radius: 3px !important;
  font-size: 12px;
  padding: 0 !important;
  border: none;
  color: #ffffff;
}
.me-header .header-btn .header-btn-item:first-child {
  margin-left: 20px;
}
.me-header .header-btn .warning-btn {
  color: #E14C46 !important;
  background: #ffffff !important;
  border: 1px solid #E14C46 !important;
}
.me-header .header-btn .warning-btn:hover {
  background-color: #e57373 !important;
  border-color: #e57373 !important;
  color: #fff !important;
}
.me-header .header-btn .warning-btn:active {
  color: #fff !important;
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}
.me-header .header-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.me-header .header-filter .filter-item {
  position: relative;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.me-header .header-filter .filter-item:first-child {
  margin-left: 20px;
}
.me-header .header-filter .filter-item .icon-canzhao {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  top: 6px;
  right: 0;
}
.me-header .header-filter .filter-item .icon-canzhao:before {
  line-height: 28px;
}
.me-header .header-filter .filter-item .icon-shanchu {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  top: 6px;
  right: 16px;
}
.me-header .header-filter .filter-item .icon-shanchu:before {
  line-height: 28px;
}
.me-header .header-filter .filter-item div {
  display: inline-block;
}
.me-header .header-filter .filter-item .rangePicker {
  width: 200px !important;
}
.me-header .header-filter .filter-item .rangePicker input {
  width: 200px;
}
.me-header .header-filter .filter-item .u-select-selection {
  width: 170px;
  height: 28px;
}
.me-header .header-filter .u-form-control {
  width: 170px;
  height: 28px !important;
}
.me-header .header-filter .u-checkbox .u-checkbox-label {
  padding-left: 18px;
  color: black;
}
.me-header .header-filter .u-checkbox .u-checkbox-label:after,
.me-header .header-filter .u-checkbox .u-checkbox-label:before {
  width: 16px;
  height: 16px;
  top: 12px;
}
.me-header .header-filter .search-box {
  width: 170px !important;
}
.me-header .header-filter .header-btn-item {
  display: inline-block;
  height: 28px;
  width: 80px;
  border-radius: 3px !important;
  font-size: 12px;
  padding: 0 !important;
  margin-left: 10px;
  border: none;
  color: #ffffff;
}
.cf-me-table {
  border: 1px solid #68b1c4;
}
.cf-me-table .u-table-body {
  min-height: 170px;
  background-color: #0d1a2a;
}
.cf-me-table .u-table-thead {
  text-align: center;
  border-bottom: 1px solid #68b1c4;
}
.cf-me-table .u-table-thead tr {
  background-color: #0d354e;
  height: 40px;
  border-bottom: none;
}
.cf-me-table .u-table-thead tr th {
  background-color: transparent;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cf-me-table .u-table-tbody {
  text-align: center;
  border: none !important;
}
.cf-me-table .u-table-tbody tr {
  background-color: #0d1a2a;
  height: 40px;
}
.cf-me-table .u-table-tbody tr:hover {
  background-color: #d3d3d3;
  color: #000000;
}
.cf-me-table .u-table-tbody tr .icon-style:hover {
  color: #1e88e5;
}
.cf-me-table .u-table-tbody tr td {
  background-color: transparent;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cf-me-table .u-table-tbody tr td .table-jump {
  color: #0073da;
  cursor: pointer;
}
.cf-me-table .u-table-content .u-table-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  min-height: auto;
  border: none;
  min-height: 50px;
  background-color: #0D1A2A;
}
.cf-me-table.double .u-table-tbody tr {
  height: 50px;
}
.me-table {
  border: 1px solid #e1e6eb;
}
.me-table .u-table-body {
  min-height: 200px;
  background-color: #fff;
}
.me-table table {
  text-align: left!important;
}
.me-table .u-table-thead {
  border-bottom: 1px solid #e1e6eb;
}
.me-table .u-table-thead tr {
  background-color: #f2f2f2;
  height: 35px;
  border-bottom: none;
}
.me-table .u-table-thead tr th {
  background-color: transparent;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.me-table .u-table-tbody {
  border: none !important;
}
.me-table .u-table-tbody tr {
  background-color: #ffffff;
  height: 35px;
}
.me-table .u-table-tbody tr.u-table-row-hover {
  background: #e2e8ed !important;
}
.me-table .u-table-tbody tr .icon-style:hover {
  color: #1e88e5;
}
.me-table .u-table-tbody tr td {
  background-color: transparent;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.me-table .u-table-tbody tr td .table-jump {
  color: #0073da;
  cursor: pointer;
}
.me-table .u-table-tbody tr td .abc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.me-table .u-table-content .cardlink {
  color: #1E88E5;
  text-decoration: underline;
  cursor: pointer;
}
.me-table .u-table-content .u-table-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  min-height: auto;
  border: none;
  min-height: 50px;
}
.me-table .u-table-content .u-table-header {
  overflow-x: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}
.me-table.double .u-table-tbody tr {
  height: 50px;
}
.u-select .u-select-selection {
  border-radius: 3px;
  font-size: 14px;
}
.u-select-dropdown,
.u-select-dropdown--single,
.u-select-dropdown-placement-bottomLeft,
.u-select-dropdown-hidden {
  z-index: 10000 !important;
}
.rc-calendar-date-panel,
.rc-calendar-panel,
.rc-calendar-picker {
  z-index: 10000 !important;
}
.edit-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #e1e6eb;
  background-color: #fff;
}
.edit-btns button {
  display: inline-block;
  margin-left: 15px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 3px !important;
  font-size: 14px;
}
.browse-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #e1e6eb;
  color: #1E88E5;
  background-color: #fff;
}
.browse-btns span {
  cursor: pointer;
}
.browse-btns button {
  display: inline-block;
  margin-left: 15px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 3px !important;
  font-size: 14px;
}
.edit-form {
  border: 1px solid #e1e6eb;
  border-top: none;
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.edit-form .edit-input-right .u-select-selection,
.edit-form .u-input-group {
  width: 240px !important;
  height: 30px;
  line-height: 30px;
}
.edit-form .u-col-md-2 {
  text-align: right;
}
.edit-form .input-line {
  margin: 30px 0;
}
.edit-form .input-line .text-right {
  text-align: right;
  height: 40px;
  line-height: 30px;
}
.edit-form .input-line .text-right .u-label {
  line-height: 30px;
}
.edit-form .input-line .text-right .u-label .required-mark {
  color: red;
  font-style: normal;
  font-weight: 600;
}
.edit-form .input-line .u-form-control,
.edit-form .input-line .u-select-selection {
  width: 240px;
  height: 30px;
}
.edit-form .input-line .icon-canzhao {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  left: 220px;
}
.edit-form .input-line .icon-canzhao:before {
  line-height: 28px;
}
.edit-form .u-form-control {
  border-radius: 3px !important;
}
.pdc-form-textarea .u-col-md-11:last-child {
  height: 300px;
}
.pdc-edit-form {
  border: 1px solid #e1e6eb;
  border-top: none;
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.pdc-edit-form .edit-input-right .u-select-selection,
.pdc-edit-form .u-input-group {
  width: 180px !important;
  height: 30px;
  line-height: 30px;
}
.pdc-edit-form .u-label {
  float: right;
  font-size: 12px;
}
.pdc-edit-form .input-line {
  margin: 30px 0;
}
.pdc-edit-form .input-line .text-right {
  text-align: right;
  height: 40px;
  line-height: 30px;
}
.pdc-edit-form .input-line .text-right .u-label {
  line-height: 30px;
}
.pdc-edit-form .input-line .text-right .u-label .required-mark {
  color: red;
  font-style: normal;
  font-weight: 600;
}
.pdc-edit-form .input-line .u-form-control,
.pdc-edit-form .input-line .u-select-selection {
  width: 240px;
  height: 30px;
}
.pdc-edit-form .input-line .icon-canzhao {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  left: 220px;
}
.pdc-edit-form .input-line .icon-canzhao:before {
  line-height: 28px;
}
.pdc-edit-form .u-form-control {
  border-radius: 3px !important;
}
.me-title-1 {
  display: inline-block;
  font-family: PingFangHK-Medium;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin: auto 20px;
}
.me-title-2 {
  display: inline-block;
  font-family: PingFangHK-Medium;
  font-weight: bold;
  color: #333;
  font-size: 13px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.me-footer {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e6eb;
  border-top: none;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  padding: 0px 20px;
  margin-top: -1px;
  z-index: 10;
}
.me-footer .page-size {
  float: left;
}
.me-footer .page-size .u-select {
  width: 80px;
  margin-right: 10px;
}
.me-footer .pagination {
  float: right;
  height: 40px;
  line-height: 40px;
}
.me-footer .pagination .u-pagination {
  float: right;
  margin-right: -5px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.me-footer .pagination .u-pagination li {
  height: 30px;
}
.me-footer .pagination .u-pagination li :hover {
  border-color: #1e88e5;
}
.me-footer .pagination .u-pagination > .active > a {
  color: #1e88e5;
  border-color: #c9c9c9;
  background-color: #fff;
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}
.me-footer .pagination .u-pagination > li > a,
.me-footer .pagination .u-pagination > li > span {
  border-color: #e3e7ed;
  color: #595959;
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}
.me-footer .pagination .toPage {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.me-footer .pagination .toPage .toPage-input {
  width: 48px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2px;
  height: 28px;
  padding: 0 !important;
  line-height: 28px;
  text-align: center;
  border: 1px solid #d7d7d7;
  font-size: 12px;
}
.me-footer.no-moredata {
  text-align: center;
  font-size: 13px;
  font-family: PingFangSC-Regular;
  color: #999;
}
.u-row {
  margin: 0;
}
.u-col-1,
.u-col-2,
.u-col-3,
.u-col-4,
.u-col-5,
.u-col-6,
.u-col-7,
.u-col-8,
.u-col-9,
.u-col-10,
.u-col-11,
.u-col-12,
.u-col-lg-1,
.u-col-lg-2,
.u-col-lg-3,
.u-col-lg-4,
.u-col-lg-5,
.u-col-lg-6,
.u-col-lg-7,
.u-col-lg-8,
.u-col-lg-9,
.u-col-lg-10,
.u-col-lg-11,
.u-col-lg-12,
.u-col-md-1,
.u-col-md-2,
.u-col-md-3,
.u-col-md-4,
.u-col-md-5,
.u-col-md-6,
.u-col-md-7,
.u-col-md-8,
.u-col-md-9,
.u-col-md-10,
.u-col-md-11,
.u-col-md-12,
.u-col-sm-1,
.u-col-sm-2,
.u-col-sm-3,
.u-col-sm-4,
.u-col-sm-5,
.u-col-sm-6,
.u-col-sm-7,
.u-col-sm-8,
.u-col-sm-9,
.u-col-sm-10,
.u-col-sm-11,
.u-col-sm-12,
.u-col-xs-1,
.u-col-xs-2,
.u-col-xs-3,
.u-col-xs-4,
.u-col-xs-5,
.u-col-xs-6,
.u-col-xs-7,
.u-col-xs-8,
.u-col-xs-9,
.u-col-xs-10,
.u-col-xs-11,
.u-col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.modal-style {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-style .u-modal-header {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 20px;
}
.modal-style .u-modal-header .u-modal-title {
  font-size: 13px;
  color: #666;
  font-family: MicrosoftYaHei;
  font-weight: normal;
}
.modal-style .u-modal-header .u-close {
  color: #bdbdbd;
  opacity: 1;
}
.modal-style .u-modal-body {
  padding: 25px 20px 10px 40px;
}
.modal-style .u-modal-body .u-form-item .u-label {
  width: 120px;
  text-align: right;
}
.modal-style .u-modal-body .u-form-item .u-input-group-outer .u-input-group .u-form-control {
  border-radius: 3px;
}
.modal-style .u-modal-body .formitem-single {
  padding-left: 20px;
}
.modal-style .u-modal-body .formitem-single .u-form-error {
  margin-left: 120px !important;
}
.modal-style .u-modal-body .u-col-md-2 {
  text-align: right;
}
.modal-style .u-modal-body .u-div-label {
  display: inline-block;
  padding-left: 65px;
}
.modal-style .u-modal-body .u-div-value {
  display: inline-block;
  padding-left: 18px;
}
.modal-style .u-modal-footer {
  height: 60px;
  padding: 10px 21px;
  background-color: #fafafa;
  border-radius: 0px 0px 4px 4px;
}
.modal-style .u-modal-footer .btn-ok {
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
  height: 28px;
  width: 80px;
  border-radius: 3px !important;
  font-size: 12px;
  padding: 0 !important;
  border: none;
  color: #ffffff;
}
.modal-style .u-modal-footer .btn-cancel {
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
  height: 28px;
  width: 80px;
  border: 1px solid #bdbdbd;
  border-radius: 3px !important;
  font-size: 12px;
  padding: 0 !important;
  background: #ffffff;
  color: black;
}
.selected {
  background-color: #afcfe6 !important;
}
.table-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #e1e6eb;
  border-bottom: none;
  margin-top: 20px;
  padding-left: 20px;
}
.panel {
  position: absolute;
  left: 0;
  z-index: 40;
  width: 110px;
  border: none;
}
.panel .u-panel-body {
  padding: 0;
}
.panel .panel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px;
  cursor: pointer;
}
.panel .panel-item span {
  padding-left: 6px;
}
.tools-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-items {
  line-height: 40px;
}
.search-items .search-item {
  width: 25%;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.search-items .search-item .u-form-control-affix-wrapper,
.search-items .search-item .u-select {
  width: 70%;
  display: inline-block;
}
.search-items .search-item .u-form-control-affix-wrapper .u-form-control,
.search-items .search-item .u-select .u-form-control {
  width: 100%;
}
.search-items .search-item .u-form-control-affix-wrapper {
  position: relative;
  top: 11px;
}
.search-items .search-item .u-select-selection {
  margin-top: 6px;
}
.search-items .search-item .u-form-control {
  margin-top: 6px;
  float: right;
  height: 26px;
  width: 70%;
}
.search-items .search-item .search-ref,
.search-items .search-item .calendar-picker {
  float: right;
  height: 26px;
  width: 70%!important;
}
.search-items .search-item .search-ref .u-form-control,
.search-items .search-item .calendar-picker .u-form-control {
  width: 100%!important;
}
.search-items .search-item .icon-canzhao {
  position: absolute;
  z-index: 9;
  top: 7px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  left: 88%;
}
.search-items .search-item .icon-canzhao:before {
  line-height: 28px;
}
.search-items .search-item .icon-shanchu {
  position: absolute;
  top: 2px;
  right: 0px;
  color: #bdbdbd;
}
.u-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-form {
  border: 1px solid #e1e6eb;
  border-top: none;
  padding: 10px 10px 0 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.card-form .edit-input-right .u-select-selection,
.card-form .u-input-group {
  width: 240px !important;
  height: 30px;
  line-height: 30px;
}
.card-form .u-col-md-1 {
  text-align: right;
}
.card-form .input-line {
  margin: 30px 0;
}
.card-form .input-line .text-right {
  text-align: right;
  height: 40px;
  line-height: 30px;
}
.card-form .input-line .text-right .u-label {
  line-height: 30px;
}
.card-form .input-line .text-right .u-label .required-mark {
  color: red;
  font-style: normal;
  font-weight: 600;
}
.card-form .input-line .u-form-control,
.card-form .input-line .u-select-selection {
  width: 240px;
  height: 30px;
}
.card-form .input-line .icon-canzhao {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  left: 220px;
}
.card-form .input-line .icon-canzhao:before {
  line-height: 28px;
}
.card-form .u-form-control {
  border-radius: 3px !important;
}
.pdc-card-form {
  border: 1px solid #e1e6eb;
  border-top: none;
  padding: 10px 10px 0 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.pdc-card-form .edit-input-right .u-select-selection,
.pdc-card-form .u-input-group {
  width: 180px !important;
  height: 30px;
  line-height: 30px;
}
.pdc-card-form .u-label {
  float: right;
  font-size: 12px;
}
.pdc-card-form .input-line {
  margin: 30px 0;
}
.pdc-card-form .input-line .text-right {
  text-align: right;
  height: 40px;
  line-height: 30px;
}
.pdc-card-form .input-line .text-right .u-label {
  line-height: 30px;
}
.pdc-card-form .input-line .text-right .u-label .required-mark {
  color: red;
  font-style: normal;
  font-weight: 600;
}
.pdc-card-form .input-line .u-form-control,
.pdc-card-form .input-line .u-select-selection {
  width: 240px;
  height: 30px;
}
.pdc-card-form .input-line .icon-canzhao {
  position: absolute;
  z-index: 9;
  top: 11px;
  width: 18px;
  line-height: 28px;
  color: #bdbdbd;
  cursor: pointer;
  left: 220px;
}
.pdc-card-form .input-line .icon-canzhao:before {
  line-height: 28px;
}
.pdc-card-form .u-form-control {
  border-radius: 3px !important;
}
.u-tabs-tabpane textarea {
  height: 120px;
}
.u-checkbox .u-checkbox-label:before,
.u-checkbox .u-checkbox-label:after {
  height: 16px;
  width: 16px;
  top: 2px;
}
.u-form .u-form-item.u-form-inline {
  min-height: 62px;
}
.u-form .u-form-item.u-form-inline .u-form-error {
  margin-top: 2px;
  margin-bottom: 0px !important;
}
.tabpane_top {
  line-height: 30px;
}
.tabpane_top .text {
  font-weight: bold;
  font-size: 120%;
  margin-left: 20px;
}
.tabpane_top .value {
  font-size: 120%;
  color: blue;
}
.tabs {
  margin-top: 10px;
  border-bottom: none;
}
.tabs .tabpane {
  height: 1200px;
}
.tabs .tabpane .me-table {
  margin-left: 1px;
}
.tabs .tabpane .table-body {
  margin-top: 10px;
}
.tabs .tabpane .me-header {
  margin-left: 1px;
}
.tabs .tabpane .me-footer {
  margin-left: 1px;
}
.tabs .tabpane .tabletop {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tabs .tabpane .tabletop .title {
  font-weight: bold;
  font-size: 120%;
  margin-left: 20px;
}
.tabs .tabpane .tabletop .span-text {
  float: right;
  margin-left: 10px;
}
.tabs .tabpane .tabletop .span_icon {
  height: 20px;
  width: 5px;
  background-color: green;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}
.tabs .tabpane .tabletop .span_icon2 {
  height: 20px;
  width: 5px;
  background-color: green;
  float: right;
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 20px;
}
.tabs .tabpane .tabletop .icon {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 200%;
  float: right;
  color: green;
}
.record-icon {
  color: blue;
  cursor: pointer;
}
.u-loading-desc {
  bottom: 44%;
}
.u-loading-backdrop {
  z-index: 99999999;
}
.pop-top {
  width: 300px;
}
.dconferebce-tab-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: 1px solid #e1e6eb;
  background-color: #fff;
}
.dconferebce-tab-btns button {
  display: inline-block;
  margin-right: 20px;
  height: 28px;
  width: auto;
  border-radius: 3px !important;
  font-size: 12px;
}
.u-table .u-checkbox .u-checkbox-label {
  padding-left: 0px;
}
.u-checkbox.is-checked .u-checkbox-label:before {
  -webkit-box-shadow: inset 0 0 0 10px #1e88e5;
          box-shadow: inset 0 0 0 10px #1e88e5;
  border-color: #1e88e5;
}
.u-checkbox.is-checked .u-checkbox-label:after {
  color: #fff;
  content: "\E658";
  line-height: 18px;
  font-size: 14px;
}
.u-checkbox.u-checkbox-indeterminate .u-checkbox-label:before {
  -webkit-box-shadow: inset 0 0 0 10px #1e88e5;
          box-shadow: inset 0 0 0 10px #1e88e5;
  border-color: #1e88e5;
}
.u-checkbox.u-checkbox-indeterminate .u-checkbox-label:after {
  color: #fff;
  content: "\E6CE";
  line-height: 18px;
  font-size: 14px;
}
