@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

.field-query-popup .field-query-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex; }

.field-query-popup {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column; }

.field-query-popup .field-query-cont, .field-query-popup .field-query-bottom .field-query-sure {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1; }

.model-popup, .download-record-pop .download-nodata {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

/*滚动条整体样式*/
::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 4px;
  height: 4px; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background: #BCC5D7;
  box-shadow: none; }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: transparent;
  box-shadow: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #898989; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #898989; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #898989; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

[v-cloak] {
  display: none; }

.owt1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.owt2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.ml10 {
  margin-left: 10px; }

.mt20 {
  margin-top: .2rem; }

.log-out-pop {
  display: none;
  position: absolute;
  width: 140px;
  top: 50px;
  right: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 8px 20px 0px rgba(169, 191, 209, 0.4);
  overflow: hidden; }
  .log-out-pop:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0; }
  .log-out-pop .log-out-item {
    padding: 0 12px;
    line-height: 40px;
    font-size: 14px;
    color: var(--theme_color10, #4D4D4D);
    font-weight: bold;
    cursor: pointer; }
    .log-out-pop .log-out-item:hover {
      background: #F6F7FB; }
    .log-out-pop .log-out-item i {
      display: inline-block;
      margin-top: 12px;
      margin-right: 8px;
      vertical-align: top;
      font-size: 16px; }

.field-query-popup {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 560px;
  height: 649px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(41, 44, 116, 0.1); }
  .field-query-popup .field-query-top {
    position: relative;
    padding: 20px 30px;
    align-items: center;
    justify-content: center; }
    .field-query-popup .field-query-top .field-query-title {
      position: relative;
      line-height: 28px;
      font-size: 20px;
      color: var(--theme_color9, #202020);
      font-weight: bold;
      text-align: center;
      word-break: break-all; }
    .field-query-popup .field-query-top .field-query-close {
      position: absolute;
      width: 18px;
      height: 18px;
      top: 13px;
      right: 13px;
      font-size: 18px;
      color: var(--theme_color2, #A3B7CC);
      cursor: pointer; }
    .field-query-popup .field-query-top .field-query-remark {
      margin-top: 8px;
      line-height: 20px;
      font-size: 14px;
      color: #595959;
      word-break: break-word;
      text-align: center; }
  .field-query-popup .field-query-cont {
    padding: 0 30px 20px 30px;
    overflow: auto; }
  .field-query-popup .field-query-bottom {
    height: 92px;
    padding: 20px 30px;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05); }
    .field-query-popup .field-query-bottom .field-query-sure {
      height: 100%;
      line-height: 52px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      border-radius: 12px;
      background: var(--theme_color0, #006CE2);
      box-shadow: 0px 4px 12px 0px rgba(0, 108, 226, 0.3);
      cursor: pointer; }
      .field-query-popup .field-query-bottom .field-query-sure.noClick {
        color: var(--theme_color11, #898989);
        background: var(--theme_color14, #F1F1F2);
        box-shadow: none;
        cursor: not-allowed;
        pointer-events: none; }

.field-search {
  margin-bottom: 20px; }
  .field-search:last-child {
    margin-bottom: 0; }
  .field-search .field-search__name {
    position: relative;
    padding: 4px 0 6px 0;
    line-height: 22px;
    font-size: 16px;
    color: var(--theme_color9, #202020);
    font-weight: bold; }
    .field-search .field-search__name .field-search-mast {
      position: absolute;
      top: 4px;
      left: -10px;
      line-height: 22px;
      font-size: 14px;
      color: var(--theme_color6, #FF4C26); }
  .field-search .field-search__input {
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: var(--theme_color10, #4D4D4D);
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--theme_color13, #DEDFE0); }
    .field-search .field-search__input.error {
      border-bottom: 1px solid var(--theme_color6, #FF4C26); }
  .field-search .field-search-wrap input {
    padding-left: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0; }
  .field-search .field-search-wrap .sel-list-opened {
    box-shadow: none;
    border-color: #dedfe0; }
    .field-search .field-search-wrap .sel-list-opened i {
      transform: rotate(0); }
  .field-search .field-search-wrap .sel-inp-wrap {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important; }
    .field-search .field-search-wrap .sel-inp-wrap i {
      text-align: right;
      right: 0; }
  .field-search .field-search-wrap .search-condition__date .search-condition__date-icon {
    right: 0; }

@keyframes temp_loading {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-4796px); } }
.loading_pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background: transparent;
  transition: opacity 0.3s; }

.loading-frame {
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  z-index: 20;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  font-size: 14px;
  color: #202020; }
  .loading-frame .temp-pop-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: auto; }
  .loading-frame .temp_loading_wrapper {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    overflow: hidden; }
  .loading-frame .temp_loading_anim {
    width: 4840px;
    height: 100%;
    background: url("./images/loading_anim.png") no-repeat;
    background-size: 4840px 44px;
    animation: temp_loading steps(109, start) forwards 1.8s infinite; }

.notExist {
  width: 100%;
  height: 100%;
  background: #f7fbff; }
  .notExist .notexist_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: var(--theme_color11, #898989); }
    .notExist .notexist_wrap .notexist_img {
      width: 600px;
      height: 500px;
      background: url("../../forms/web/new/images/apprv_deleted.png") no-repeat center;
      background-size: contain;
      margin-bottom: 20px; }

.model-popup-mask {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6); }

.model-popup {
  z-index: 29;
  position: fixed;
  width: 646px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
  .model-popup .model-popup-title {
    position: relative;
    height: 44px;
    padding: 0 30px;
    line-height: 44px;
    font-size: 16px;
    color: var(--theme_color1, #557CA7);
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .model-popup .model-popup-title .model-popup-close {
      position: absolute;
      width: 18px;
      height: 18px;
      top: 13px;
      right: 13px;
      background: url("./images/icon_pop_close.svg") no-repeat center;
      background-size: contain;
      cursor: pointer; }
    .model-popup .model-popup-title .model-popup-close:hover {
      opacity: .7; }
  .model-popup .model-popup-cont {
    min-height: 146px;
    height: calc(100% - 96px);
    padding: 20px;
    overflow: auto; }
  .model-popup .model-popup-bottom {
    height: 52px;
    padding: 0 20px;
    line-height: 52px;
    text-align: center;
    box-shadow: 0px 1px 0px 0px #DEDFE0 inset; }
    .model-popup .model-popup-bottom span {
      display: inline-block;
      width: 100px;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
      color: var(--theme_color0, #006CE2);
      text-align: center;
      border: 1px solid var(--theme_color0, #006CE2);
      border-radius: 6px;
      cursor: pointer; }
    .model-popup .model-popup-bottom .model-popup-sure {
      color: #fff;
      border: 1px solid var(--theme_color0, #006CE2);
      background: var(--theme_color0, #006CE2);
      box-shadow: 0px 2px 10px 0px rgba(0, 108, 226, 0.3); }
    .model-popup .model-popup-bottom span:hover {
      opacity: .7; }
    .model-popup .model-popup-bottom .noClick {
      color: var(--theme_color11, #898989);
      border: 1px solid var(--theme_color14, #F1F1F2);
      background: var(--theme_color14, #F1F1F2);
      box-shadow: none;
      cursor: not-allowed; }

.download-tip-popup {
  width: 400px;
  height: 320px; }
  .download-tip-popup .model-popup-title {
    box-shadow: none; }
  .download-tip-popup .download-tip-cont {
    padding: 33px 30px 0 30px; }
  .download-tip-popup .temp_loading_wrapper {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    overflow: hidden; }
  .download-tip-popup .temp_loading_anim {
    width: 4840px;
    height: 100%;
    background: url("./images/loading_anim.png") no-repeat;
    background-size: 4840px 44px;
    animation: temp_loading steps(109, start) forwards 1.8s infinite; }
  .download-tip-popup .download-prepare {
    margin-top: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #4D4D4D;
    text-align: center; }
    .download-tip-popup .download-prepare .prepareing {
      color: #FFB100; }
  .download-tip-popup .model-popup-bottom {
    box-shadow: none; }

.download-record-pop {
  width: 800px;
  height: 600px; }
  .download-record-pop .model-popup-cont {
    height: calc(100% - 96px);
    padding: 8px 0; }
  .download-record-pop .download-record-bottom {
    height: 52px;
    line-height: 52px;
    text-align: center;
    box-shadow: 0px 1px 0px 0px #DEDFE0 inset; }
    .download-record-pop .download-record-bottom * {
      box-sizing: content-box !important; }
    .download-record-pop .download-record-bottom .layui-laypage {
      margin: 0; }
  .download-record-pop .download-table-wrap {
    position: relative;
    height: 100%;
    padding: 0 30px;
    overflow: auto; }
  .download-record-pop .download-nodata {
    position: absolute;
    top: 50%;
    left: 50%; }
    .download-record-pop .download-nodata .icon-download-nodata {
      display: block;
      width: 72px;
      height: 72px;
      margin: 0 auto;
      background: url("./images/icon_export_nodata.png") no-repeat center;
      background-size: contain; }
    .download-record-pop .download-nodata .download-nodata-tip {
      margin-top: 12px;
      line-height: 20px;
      font-size: 14px;
      color: #C0C0C3;
      font-weight: 600;
      text-align: center; }
  .download-record-pop .download-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    border: 0; }
    .download-record-pop .download-table th {
      position: sticky;
      top: 0;
      left: 0;
      height: 30px;
      padding: 0 16px;
      font-size: 14px;
      color: #557CA7;
      font-weight: 400;
      border: 1px solid #E6E6E6;
      background: #F5F5F6; }
      .download-record-pop .download-table th:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: -1px;
        left: 0;
        background: #E6E6E6; }
    .download-record-pop .download-table td {
      height: 30px;
      padding: 0 16px;
      font-size: 12px;
      color: #585858;
      border: 1px solid #E6E6E6;
      background: #FFF; }
    .download-record-pop .download-table .left {
      text-align: left; }
    .download-record-pop .download-table .center {
      text-align: center; }
    .download-record-pop .download-table .down {
      color: #5076D6;
      cursor: pointer; }
    .download-record-pop .download-table .del {
      color: #FF6E60;
      cursor: pointer; }
    .download-record-pop .download-table .wait {
      color: #FFB100; }
    .download-record-pop .download-table .fail {
      color: #FF6E60; }
