@charset "UTF-8";
/**************** base中的样式 ********************/
.ns-text-color-black {
  color: #333 !important; }

.ns-border-color-black {
  border-color: #333 !important; }

.ns-red-color, .ns-text-color-red {
  color: red !important; }

.ns-align-right {
  text-align: right !important; }

.ns-logo {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  background-color: #363638; }
  .ns-logo .logo-box {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 25px;
    height: 14px; }
    .ns-logo .logo-box img {
      max-height: 100%; }
  .ns-logo span:nth-of-type(1) {
    font-size: 12px;
    color: #D8D8D9;
    margin-left: 20px;
    position: relative;
    height: 40px;
    line-height: 40px; }
  .ns-logo span:nth-of-type(1):after {
    content: "";
    height: 15px;
    width: 2px;
    background-color: #D8D8D9;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%); }
  .ns-logo span:nth-of-type(2) {
    margin-left: auto;
    color: white;
    margin-right: 25px;
    font-size: 12px; }

/*********************** 组件样式 ***************************/
.ns-tips {
  padding: 6px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #fff; }
  .ns-tips .layui-colla-title {
    padding-left: 10px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background-color: transparent; }
    .ns-tips .layui-colla-title .layui-colla-icon {
      left: 80px; }
  .ns-tips .layui-colla-content {
    padding: 0;
    padding-left: 34px;
    border: none;
    color: #999; }
    .ns-tips .layui-colla-content li {
      line-height: 25px;
      list-style: initial; }

.ns-card-common {
  margin-top: 15px;
  margin-bottom: 0;
  box-shadow: initial; }
  .ns-card-common .layui-card-header {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .ns-card-common .layui-card-body {
    padding: 20px; }
  .ns-card-common .ns-card-title {
    font-size: 14px;
    font-weight: 600; }
  .ns-card-common .ns-card-sub {
    color: #999999;
    font-size: 12px; }
  .ns-card-common :first-of-type {
    margin-top: 0; }

.ns-card-brief .layui-card-header {
  border-bottom: 0;
  padding-bottom: 0; }
.ns-card-brief .ns-card-title {
  position: relative;
  padding-left: 10px; }
.ns-card-brief .ns-card-title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%); }

.layui-card.ns-form-show {
  margin-bottom: 0; }
  .layui-card.ns-form-show .layui-card-header {
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px; }

.ns-card-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ns-card-block .ns-card-sev {
    background-color: #FFFFFF;
    width: 32.8%; }
    .ns-card-block .ns-card-sev .layui-card-header {
      height: auto !important;
      line-height: normal;
      padding-top: 20px;
      padding-bottom: 20px; }
    .ns-card-block .ns-card-sev .ns-sev-left {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .ns-card-block .ns-card-sev .ns-img-box {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-right: 10px; }
    .ns-card-block .ns-card-sev .ns-text-box {
      vertical-align: top; }
      .ns-card-block .ns-card-sev .ns-text-box .ns-card-title {
        line-height: 30px; }
      .ns-card-block .ns-card-sev .ns-text-box .ns-card-sub {
        line-height: 20px; }
    .ns-card-block .ns-card-sev .ns-sev-right {
      display: flex;
      align-items: center; }
  .ns-card-block .layui-card-body div {
    height: 76px;
    overflow: auto;
    font-size: 13px;
    color: #999;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */ }
  .ns-card-block .layui-card-body div::-webkit-scrollbar {
    /* Chrome Safari */
    display: none; }

.ns-detail-card {
  width: 100%;
  border: 1px solid #F1F1F1;
  padding: 20px 0 20px 80px;
  box-sizing: border-box;
  display: flex; }
  .ns-detail-card .ns-detail-img {
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 15px; }
    .ns-detail-card .ns-detail-img img {
      max-width: 100%;
      max-height: 100%; }
  .ns-detail-card .ns-goods-name {
    font-size: 16px;
    font-weight: 600;
    color: #333333; }
  .ns-detail-card .ns-detail-line {
    height: 32px;
    line-height: 32px;
    color: #666666; }
  .ns-detail-card .ns-inline-span {
    display: inline-block;
    width: 220px; }

.ns-table-tab {
  margin-top: 15px; }
  .ns-table-tab .layui-tab-title {
    height: 41px;
    border-color: #f1f1f1; }
    .ns-table-tab .layui-tab-title li {
      background-color: #F7F7F7;
      border-top: 1px solid #f1f1f1;
      border-bottom: 1px solid #f1f1f1;
      border-left: 1px solid #f1f1f1; }
      .ns-table-tab .layui-tab-title li:first-child {
        border-left: 1px solid #f1f1f1;
        border-top-left-radius: 3px; }
      .ns-table-tab .layui-tab-title li:last-child {
        border-right: 1px solid #f1f1f1;
        border-top-right-radius: 3px; }
      .ns-table-tab .layui-tab-title li.layui-this {
        background-color: #fff;
        border-bottom-color: #fff; }
        .ns-table-tab .layui-tab-title li.layui-this::after {
          border: none;
          border-radius: 0; }
  .ns-table-tab .layui-tab-content {
    padding: 0;
    border: none;
    background-color: #fff; }

.ns-page-buttons {
  padding: 14px 0;
  text-align: left; }

.ns-single-filter-box {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  background-color: #fff; }
  .ns-single-filter-box .layui-form {
    margin-left: auto; }
    .ns-single-filter-box .layui-form .layui-btn {
      border-color: #e6e6e6;
      padding: 0 10px; }
    .ns-single-filter-box .layui-form .layui-input + .layui-btn {
      height: 32px;
      line-height: 32px;
      position: absolute;
      right: 1px;
      top: 1px;
      border-width: 0;
      border-left-width: 1px; }
  .ns-single-filter-box .layui-input-inline {
    margin-left: 8px; }

.ns-screen {
  border: 0;
  background-color: #fff;
  border-radius: 5px;
  min-height: 45px; }
  .ns-screen .layui-colla-item {
    position: relative; }
  .ns-screen .layui-colla-title {
    position: initial;
    height: 0; }
    .ns-screen .layui-colla-title .layui-colla-icon {
      left: auto;
      transform: translateX(-50%);
      top: 0;
      color: #BEBEBE;
      right: 10px;
      z-index: 999;
      padding: 5px; }
  .ns-screen .layui-colla-content {
    padding: 15px 0;
    border: 1px solid #f1f1f1; }
    .ns-screen .layui-colla-content .layui-input, .ns-screen .layui-colla-content .layui-form-select {
      width: 185px;
      max-width: 100%; }
  .ns-screen .layui-form-label {
    width: 120px;
    font-size: 14px; }
  .ns-screen .ns-form-row {
    margin-left: 120px; }

.ns-form {
  background-color: #fff;
  padding: 15px 0;
  border-radius: 5px; }

.layui-input, .layui-select, .layui-textarea {
  border-color: #E6E6E6; }

.layui-input, .layui-select, .ns-input-text, .layui-btn {
  height: 34px;
  line-height: 34px;
  font-size: 14px; }

.layui-btn {
  padding: 0 16px; }

.layui-form-label {
  width: 200px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #454545 !important; }
  .layui-form-label.sm {
    width: 95px; }
  .layui-form-label.mid {
    width: 150px; }

.layui-form-label + .layui-input-block {
  margin-left: 200px; }

.layui-form-label.sm + .layui-input-block {
  margin-left: 95px; }

.layui-form-label.mid + .layui-input-block {
  margin-left: 150px; }

.required {
  color: red;
  margin-right: 3px; }

.ns-diy-word-aux {
  margin-left: 95px; }

.layui-form-switch {
  margin-top: 6px;
  border-radius: 16px;
  border-color: #DDDDDD; }
  .layui-form-switch i {
    width: 21px;
    height: 21px;
    border-radius: 25px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 1px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .layui-form-switch.layui-form-onswitch i {
    left: 46px; }

.layui-textarea {
  display: inline-block;
  color: #333 !important; }
  .layui-textarea::-webkit-scrollbar {
    width: 5px; }
  .layui-textarea::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all .2s ease-in-out; }
  .layui-textarea::-webkit-scrollbar-track {
    border-radius: 5px; }

.ns-form-row {
  margin-top: 20px;
  margin-left: 200px; }
  .ns-form-row.sm {
    margin-left: 80px; }
  .ns-form-row.mid {
    margin-left: 150px; }
  .ns-form-row .layui-btn {
    height: 34px;
    line-height: 34px; }

.layui-layer.layui-layer-dialog.layui-layer-msg {
  z-index: 99999999 !important; }

:root input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 0 white inset; }

.layui-form-item .layui-input-inline {
  width: auto;
  line-height: 34px; }

.layui-form-radio {
  margin: 0; }

.layui-input-block {
  line-height: 34px; }

.layui-form-item {
  margin-bottom: 10px; }

.layui-form-mid, .layui-word-aux {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 !important; }

.layui-btn-primary:hover {
  border-color: #C9C9C9; }

.ns-dis-input {
  background-color: #f7f7f7;
  cursor: no-drop; }

.ns-dis-input:hover {
  border-color: #e6e6e6 !important; }

.ns-calendar {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  z-index: 0; }

.layui-table-view {
  margin-top: 15px;
  background-color: #fff;
  border: 0; }
  .layui-table-view .layui-table-body {
    margin-right: 0px; }
  .layui-table-view .layui-input {
    width: 80px; }
  .layui-table-view thead tr {
    background-color: #fff; }
  .layui-table-view .layui-table[lay-skin='line'] {
    border: 0; }
  .layui-table-view .layui-table {
    width: 100%; }
    .layui-table-view .layui-table tbody td > div {
      height: auto !important; }
    .layui-table-view .layui-table td {
      padding: 10px 0; }
    .layui-table-view .layui-table thead span {
      font-weight: bold; }
  .layui-table-view .ns-table-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .layui-table-view tr .layui-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    border-radius: 50px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    padding: 2px 8px 2px 0;
    margin: 5px 0;
    position: relative; }
  .layui-table-view .layui-table-cell {
    height: auto;
    line-height: 20px;
    overflow: visible; }
    .layui-table-view .layui-table-cell .layui-form-switch {
      margin-top: 0; }
      .layui-table-view .layui-table-cell .layui-form-switch i {
        width: 22px;
        height: 22px;
        top: 0;
        left: 0;
        transition: 0.2s linear;
        box-shadow: 0 2px 5px #999;
        background-color: #fff; }
  .layui-table-view .layui-table-page {
    padding-top: 22px;
    height: 56px; }
  .layui-table-view #layui-table-page1 {
    text-align: right; }
  .layui-table-view .layui-laypage-count,
  .layui-table-view .layui-laypage-limits {
    float: left; }

.layui-table-view .layui-table[lay-size=lg] td .layui-table-cell {
  height: auto;
  line-height: 1.8; }

td:last-child .layui-table-cell {
  white-space: normal; }
  td:last-child .layui-table-cell .layui-btn {
    height: inherit;
    line-height: inherit;
    margin-left: 5px; }

.layui-form-item .layui-table-tool, .layui-form-item .layui-table-bottom-tool {
  padding: 0; }

.table-word-wrap .layui-table-body .layui-table-cell, .table-word-wrap + .layui-table-view .layui-table-body .layui-table-cell {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }

.layui-table-tool, .layui-table-bottom-tool {
  min-height: 40px;
  padding: 10px 0;
  background-color: transparent;
  z-index: 1;
  border: 0;
  width: 100%; }
  .layui-table-tool .layui-table-tool-temp, .layui-table-tool .layui-table-bottom-tool-temp, .layui-table-bottom-tool .layui-table-tool-temp, .layui-table-bottom-tool .layui-table-bottom-tool-temp {
    padding: 0; }
    .layui-table-tool .layui-table-tool-temp .layui-btn, .layui-table-tool .layui-table-bottom-tool-temp .layui-btn, .layui-table-bottom-tool .layui-table-tool-temp .layui-btn, .layui-table-bottom-tool .layui-table-bottom-tool-temp .layui-btn {
      padding: 0px 5px;
      font-size: 12px;
      line-height: 2 !important;
      height: auto;
      display: inline-block; }
    .layui-table-tool .layui-table-tool-temp .layui-form-checkbox[lay-skin=primary], .layui-table-tool .layui-table-bottom-tool-temp .layui-form-checkbox[lay-skin=primary], .layui-table-bottom-tool .layui-table-tool-temp .layui-form-checkbox[lay-skin=primary], .layui-table-bottom-tool .layui-table-bottom-tool-temp .layui-form-checkbox[lay-skin=primary] {
      padding-left: 0; }
    .layui-table-tool .layui-table-tool-temp .tool-temp-checkbox, .layui-table-tool .layui-table-bottom-tool-temp .tool-temp-checkbox, .layui-table-bottom-tool .layui-table-tool-temp .tool-temp-checkbox, .layui-table-bottom-tool .layui-table-bottom-tool-temp .tool-temp-checkbox {
      display: inline-block;
      width: 3%;
      text-align: center; }
    .layui-table-tool .layui-table-tool-temp .tool-temp-btns, .layui-table-tool .layui-table-bottom-tool-temp .tool-temp-btns, .layui-table-bottom-tool .layui-table-tool-temp .tool-temp-btns, .layui-table-bottom-tool .layui-table-bottom-tool-temp .tool-temp-btns {
      display: inline-block;
      margin-left: 10px; }
  .layui-table-tool .tool-temp-btns .is_delete_btn, .layui-table-bottom-tool .tool-temp-btns .is_delete_btn {
    position: absolute;
    right: 10px;
    top: 0px;
    display: flex !important;
    justify-content: center;
    align-items: center; }

.tool-temp-checkbox {
  display: inline; }

.tool-temp-btns {
  display: inline; }

.tool-temp-btns .layui-btn {
  padding: 0px 5px !important;
  font-size: 12px !important;
  line-height: 2 !important;
  height: auto !important;
  display: inline-block !important; }

.layui-table-bottom-tool .tool-temp-btns .is_delete_btn {
  display: none !important; }

.layui-table-header {
  border: 0; }

.ns-table-title {
  display: flex;
  align-items: center; }
  .ns-table-title .ns-title-pic {
    flex-shrink: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 5px; }
    .ns-table-title .ns-title-pic img {
      max-width: 100%;
      max-height: 100%; }
  .ns-table-title .ns-title-content {
    overflow: hidden;
    margin-left: 10px;
    flex: 1;
    line-height: 1.8; }

.ns-img-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px; }
  .ns-img-box img {
    max-width: 100%;
    max-height: 100%; }

.ns-table-tuwen-box {
  display: flex;
  align-items: center; }
  .ns-table-tuwen-box .ns-img-box {
    flex-shrink: 0; }
  .ns-table-tuwen-box .ns-font-box {
    margin-left: 10px;
    flex: 1;
    overflow: hidden; }

.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
  height: auto;
  font-size: 14px; }

.layui-table-grid-down {
  display: none; }

.ns-over-hide-second {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 25px !important;
  height: auto !important; }

.ns-one-line-hiding {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ns-line-hiding {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  line-height: 22px !important;
  max-height: 42px !important; }

.ns-multi-line-hiding {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  line-height: 22px !important;
  max-height: 42px !important; }

.ns-table-bottom {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: space-between; }
  .ns-table-bottom .layui-form-checkbox[lay-skin=primary] {
    padding-left: 24px;
    margin-top: 5px; }
  .ns-table-bottom .layui-table-bottom-tool-temp {
    line-height: 34px; }
    .ns-table-bottom .layui-table-bottom-tool-temp .layui-form-checkbox[lay-skin=primary] {
      padding-left: 0; }
    .ns-table-bottom .layui-table-bottom-tool-temp .tool-temp-checkbox {
      display: inline-block;
      width: 3%;
      text-align: center; }
    .ns-table-bottom .layui-table-bottom-tool-temp .tool-temp-btns {
      display: inline-block;
      margin-left: 10px; }
  .ns-table-bottom .layui-btn {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 2 !important;
    height: auto;
    display: inline-block;
    margin-top: 3px; }
  .ns-table-bottom .layui-table-page {
    position: absolute;
    right: 0;
    top: 15px;
    width: auto;
    border-top: 0;
    z-index: 999;
    padding: 0 !important;
    height: 34px !important;
    padding-top: 2px !important; }

.layui-table th {
  font-weight: bold;
  background-color: #f7f7f7 !important; }

.layui-table, .layui-table-view {
  margin-top: 20px;
  margin-bottom: 0; }

.ns-table-btn {
  display: flex;
  flex-wrap: wrap; }
  .ns-table-btn .layui-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    border-radius: 50px;
    background-color: transparent;
    font-size: 13px;
    text-align: center;
    padding: 2px 8px 2px 0;
    margin: 5px 0 5px 5px;
    position: relative; }

.layui-table.ns-pithy-table {
  margin-top: 15px;
  border: 0; }
  .layui-table.ns-pithy-table .layui-input {
    width: 80px; }
  .layui-table.ns-pithy-table thead th {
    padding: 5px 15px !important;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e6e6e6; }
  .layui-table.ns-pithy-table tbody td {
    padding: 13px 15px;
    min-height: 40px;
    line-height: 40px;
    border: 0; }
  .layui-table.ns-pithy-table tbody tr {
    border-bottom: 1px solid #e6e6e6; }
    .layui-table.ns-pithy-table tbody tr:last-of-type {
      border-bottom: 0; }

.layui-layer {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important; }

.layui-layer-shade {
  background-color: #373737 !important;
  opacity: 0.6 !important; }

.layui-layer-page .layui-layer-content {
  overflow: initial;
  padding: 20px; }
  .layui-layer-page .layui-layer-content .layui-form-selected dl {
    position: absolute; }

.layui-layer-page #layui-layer-photos {
  padding: 0;
  background-color: #f1f1f1 !important; }

.layui-elem-quote {
  position: relative;
  border: 0;
  font-size: 16px;
  background-color: transparent; }
  .layui-elem-quote:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.ns-card {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff; }

.ns-item-block-parent {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
 /* .ns-item-block-hover-a:hover {
   border-color: transparent;
   box-shadow: 0 0 10px rgba(20, 20, 20, 0.15);
 }
*/ }
  .ns-item-block-parent .ns-item-block {
    position: relative;
    display: inline-block;
    background: #f7f8fa;
    box-sizing: border-box;
    border-radius: 4px; }
  .ns-item-block-parent .ns-item-block:hover {
    background: #f2f3f5; }
  .ns-item-block-parent .ns-item-block-wrap {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .ns-item-block-parent .ns-item-pic {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px; }
    .ns-item-block-parent .ns-item-pic img {
      max-width: 100%;
      max-height: 100%; }
  .ns-item-block-parent .ns-item-con {
    flex: 1;
    overflow: hidden;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .ns-item-block-parent .ns-item-con .ns-item-content-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 20px;
      font-size: 14px;
      color: #666; }
    .ns-item-block-parent .ns-item-con .ns-item-content-icon {
      font-size: 12px;
      color: #999;
      margin-top: 2px; }
      .ns-item-block-parent .ns-item-con .ns-item-content-icon .label {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 66%;
        height: 18px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid #e5e5e5;
        vertical-align: middle;
        line-height: 18px;
        border-radius: 2px; }
      .ns-item-block-parent .ns-item-con .ns-item-content-icon img {
        width: 16px;
        height: 16px;
        padding: 2px;
        margin-bottom: 5px; }
    .ns-item-block-parent .ns-item-con .ns-item-content-desc {
      line-height: 20px;
      font-size: 12px;
      color: #999; }
  .ns-item-block-parent .ns-item-float-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s; }
  .ns-item-block-parent .ns-item-float {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #333;
    box-sizing: border-box;
    background-color: #f2f3f5;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    display: flex;
    justify-content: space-between; }
    .ns-item-block-parent .ns-item-float i {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 5px; }
    .ns-item-block-parent .ns-item-float span {
      margin-left: 5px;
      margin-right: 5px; }
  .ns-item-block-parent .ns-item-block-hover:hover {
    border-color: transparent; }
    .ns-item-block-parent .ns-item-block-hover:hover .ns-item-float-wrap {
      bottom: -30px;
      opacity: 1;
      z-index: 99; }
  .ns-item-block-parent .ns-item-poa-pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px; }
    .ns-item-block-parent .ns-item-poa-pic img {
      width: 50px;
      height: 50px; }

@media screen and (min-width: 1700px) {
  .ns-item-block {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 25px; }
    .ns-item-block:nth-child(5n) {
      margin-right: 0; } }
@media screen and (min-width: 1460px) and (max-width: 1699px) {
  .ns-item-block {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px; }
    .ns-item-block:nth-child(4n) {
      margin-right: 0; } }
@media screen and (max-width: 1459px) {
  .ns-item-block {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 25px; }
    .ns-item-block:nth-child(3n) {
      margin-right: 0; } }
/* @media screen and (max-width: 1239px) {
  .ns-item-block {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;

    &:nth-child(2n) {
      margin-right: 0;
    }
  }
} */
.ns-prompt-block {
  display: flex;
  align-items: center; }
  .ns-prompt-block .ns-prompt {
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: relative;
    margin-left: 5px; }
  .ns-prompt-block .ns-prompt:hover .ns-prompt-box {
    display: inline-block; }
  .ns-prompt-block .ns-prompt .iconfont {
    color: #000;
    font-weight: 100;
    margin-left: 3px;
    cursor: pointer; }
  .ns-prompt-block .ns-prompt-box {
    position: absolute;
    top: -20px;
    left: 32px;
    border: 1px solid #e4e4e4;
    width: 280px;
    text-align: left;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    word-break: break-all;
    color: #666666;
    line-height: 24px;
    z-index: 999;
    display: none;
    font-weight: normal; }
  .ns-prompt-block .ns-prompt-box:before, .ns-prompt-block .ns-prompt-box:after {
    content: '';
    display: inline-block;
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 12px;
    top: 16px;
    position: absolute; }
  .ns-prompt-block .ns-prompt-box:before {
    border-right-color: #e4e4e4;
    left: -25px; }
  .ns-prompt-block .ns-prompt-box:after {
    border-right-color: #FFFFFF;
    left: -23px; }
  .ns-prompt-block .ns-prompt-con {
    width: 100%;
    word-break: break-all;
    white-space: normal; }

.flexbox-fix-btn .btn {
  width: 80px;
  border: 1px solid #DDDDDD;
  color: #666666;
  line-height: 32px;
  background-color: transparent;
  margin: 20px 5px 0;
  cursor: pointer; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

.upload-img-block.square {
  width: 100px;
  height: 100px; }
  .upload-img-block.square .operation i {
    line-height: 90px;
    font-size: 25px !important;
    margin-left: 0 !important;
    margin-right: 10px !important; }
  .upload-img-block.square .operation i:last-child {
    margin-right: 0px !important; }
  .upload-img-block.square .ns-upload-default .preview_img {
    line-height: 80px; }

.upload-img-block {
  padding: 10px;
  width: 250px;
  height: 120px;
  border: 1px dashed #ddd;
  background-color: #fafafa;
  box-sizing: border-box;
  position: relative;
  /* 长图上传操作 */ }
  .upload-img-block .replace {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 2;
    cursor: pointer; }
  .upload-img-block:hover .replace {
    display: block; }
  .upload-img-block .no-replace {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
  .upload-img-block .upload-img-box {
    text-align: center;
    cursor: pointer;
    height: 100%; }
    .upload-img-block .upload-img-box .ns-upload-default {
      height: 100%; }
      .upload-img-block .upload-img-box .ns-upload-default .preview_img {
        line-height: 80px; }
      .upload-img-block .upload-img-box .ns-upload-default .preview_img, .upload-img-block .upload-img-box .ns-upload-default .img_prev {
        max-width: 100%;
        max-height: 100%; }
      .upload-img-block .upload-img-box .ns-upload-default .img_prev {
        position: absolute;
        top: 50%;
        /*偏移*/
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%; }
      .upload-img-block .upload-img-box .ns-upload-default .upload {
        position: absolute;
        top: 50%;
        /*偏移*/
        left: 50%;
        transform: translate(-50%, -50%); }
      .upload-img-block .upload-img-box .ns-upload-default p {
        color: #333;
        line-height: 20px;
        white-space: nowrap; }
    .upload-img-block .upload-img-box > img {
      position: absolute;
      top: 50%;
      /*偏移*/
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 100%;
      max-width: 100%; }
    .upload-img-block .upload-img-box input {
      position: absolute;
      left: 270px;
      top: 80px; }
  .upload-img-block .del {
    background: #999;
    color: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
    display: none; }
    .upload-img-block .del.show {
      display: block; }
  .upload-img-block .hover:hover .operation {
    display: block; }
  .upload-img-block .operation {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .upload-img-block .operation i {
      font-size: 25px !important;
      margin-left: 30px;
      line-height: 120px; }
      .upload-img-block .operation i:first-child {
        margin-left: 0px; }
    .upload-img-block .operation .replace_img {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 24px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-size: 12px;
      line-height: 24px; }
    .upload-img-block .operation .upload-img-block {
      height: 120px; }

.upload_img_square {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 78px;
  font-size: 30px;
  color: #bbbbbb;
  cursor: pointer;
  border: 1px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px; }

.upload_img_square_item {
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px dashed #e5e5e5;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  margin-right: 10px; }
  .upload_img_square_item:hover {
    border: 1px dashed #ff8143;
    border-radius: 5px; }
  .upload_img_square_item:hover .operation {
    display: block; }
  .upload_img_square_item .img-wrap {
    width: 80px;
    font-size: 0;
    line-height: 79px;
    border-radius: 5px;
    overflow: hidden; }
    .upload_img_square_item .img-wrap img {
      width: calc(100% - 2px);
      height: calc(100% - 2px); }
  .upload_img_square_item .operation {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: none; }
    .upload_img_square_item .operation i {
      font-size: 20px;
      margin-left: 10px; }
      .upload_img_square_item .operation i:first-child {
        margin-left: 0; }
    .upload_img_square_item .operation .replace_img {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 24px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      font-size: 12px;
      line-height: 24px; }

.ns-cursor {
  cursor: no-drop; }

.ns-upload-img, .ns-upload-wrap {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: top;
  cursor: pointer; }

.ns-upload-img .add-style {
  line-height: 1; }

.ns-upload-img .add-img {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 12px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background-color: #12b7f5; }

.plus-box {
  text-align: center;
  width: 64px;
  height: 64px;
  line-height: 64px; }

.layui-fluid {
  background-color: #fff;
  margin: 10px 10px 85px;
  padding: 15px 15px 35px;
  overflow: hidden; }

.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer; }
.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer; }

.layui-input-block input,
.layui-input-inline input {
  color: #4c4c4c;
  height: 34px; }

/* 让表格头部提示文字不被裁剪 */
.layui-table-box, .layui-table-header, .layui-table-header .layui-table-cell {
  overflow: inherit; }

/* 让弹出窗口中的内容在超出时支持滚动 */
.layui-layer-page .layui-layer-content {
  overflow: auto !important; }

.layui-form-item .layui-form-checkbox {
  margin-top: 0px !important; }

.layui-form-item .layui-table-view {
  margin-top: 0; }
.layui-form-item .layui-input-inline {
  width: auto; }
.layui-form-item .layui-table-tool, .layui-form-item .layui-table-bottom-tool {
  min-height: 40px;
  padding: 0; }

.layui-table-init .layui-icon {
  position: absolute; }

.ns-len-tiny {
  width: inherit; }

.ns-tabulation {
  border-color: #e6e6e6 !important;
  height: 30px;
  position: relative;
  display: flex;
  padding: 13px 0;
  min-height: 20px;
  align-items: center;
  border-bottom: 1px solid; }
  .ns-tabulation label {
    min-width: 100px;
    width: 10%;
    margin-right: 20px;
    padding-left: 35px;
    text-align: left;
    color: #333; }
  .ns-tabulation span {
    width: 70%;
    color: #999; }
  .ns-tabulation .ns-operation {
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.ns-list .head {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7 !important;
  display: flex;
  height: 20px;
  padding: 13px 0;
  align-items: center;
  justify-content: space-between; }
  .ns-list .head h2 {
    padding-left: 35px;
    font-size: 14px; }

.text-wrap, .text-wrap .layui-table-cell, .text-wrap .layui-table-tool-panel li {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }

/* 浮动在底部的按钮框 */
.fixed-btn-box {
  height: 0px; }
  .fixed-btn-box .fixed-btn {
    width: 100%;
    text-align: left;
    position: fixed;
    bottom: 0;
    margin: 0 0 0 -15px !important;
    background: #F9F9F9;
    line-height: 80px;
    z-index: 1000;
    border-top: 1px solid #e5e5e5;
    padding-left: 200px; }
    .fixed-btn-box .fixed-btn > button {
      vertical-align: middle; }

/* 微信主题色 */
.ns-wework-color, .ns-wechat-color, .ns-wechat_fw-color, .ns-wechat_dy-color, .ns-weapp-color, .ns-wevideo-color {
  color: #2aae67 !important; }

/* 通用用户类型 */
.member-card-owner-site {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  background-color: #3366FF !important;
  color: #ffffff !important; }
  .member-card-owner-site a {
    color: #ffffff !important; }

.member_type {
  max-width: 500px;
  table-layout: fixed;
  width: 100%; }

.member_type td {
  text-align: center; }

/* 机构类型 */
.member_type_group_org {
  border: 1px solid #3366FF !important;
  background-color: #3366FF !important;
  color: #ffffff !important; }

.member_type_group_org tr:hover {
  background-color: #3399FF !important; }

.member_type_group_org a {
  color: #ffffff !important; }

/* 应用类型 */
.member_type_group_app {
  border: 1px solid #00BB00 !important;
  background-color: #00BB00 !important;
  color: #ffffff !important; }

.member_type_group_app tr:hover {
  background-color: #009900 !important; }

.member_type_group_app a {
  color: #ffffff !important; }

/* 个人类型中的管理员 */
.member_type_user {
  border-left: 1px solid #3366FF !important;
  border-right: 1px solid #3366FF !important;
  color: #3366FF !important; }

.member_type_user td {
  border-top: 1px solid #3366FF !important;
  border-bottom: 1px solid #3366FF !important; }

.member_type_user a {
  color: #3366FF !important; }

.op-iframe-btns {
  margin-left: 50px;
  color: #999 !important; }

.op-iframe-btns a {
  margin: 10px;
  color: #999 !important; }

/*# sourceMappingURL=console.css.map */
