/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
 body {
   --header-background: #1890ff;
   overflow: hidden !important;
   /* user-select: none; */
   font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif!important;
 }

 dl, ol, p, ul {
   margin-top: 0px;
   margin-bottom: 0px;
 }

 /* .ant-drawer-body{
  padding-left: 0px;
} */

 .ant-btn+.ant-btn:not(.ant-btn-link), .ant-btn+nz-button-group, .ant-btn+nz-dropdown, .ant-btn+nz-popconfirm, nz-button-group+.ant-btn, nz-button-group+nz-popconfirm, nz-dropdown+.ant-btn, nz-popconfirm+.ant-btn, nz-popconfirm+nz-button-group, nz-popconfirm+nz-popconfirm {
   margin-left: 8px;
 }

 .ant-table td .img, .ant-table td>img {
   max-width: 32px;
   max-height: 32px;
   margin-right: 4px;
   vertical-align: middle;
   border-radius: 4px;
 }

 .ant-menu-item a {
   overflow: hidden;
   text-overflow: ellipsis;
 }

 ::-webkit-scrollbar {
   /*滚动条整体样式*/
   width: 6px;
   /*高宽分别对应横竖滚动条的尺寸*/
   height: 6px;
 }

 ::-webkit-scrollbar-thumb {
   /*滚动条里面小方块*/
   background-color: transparent;
   border: 0px;
 }

 :hover::-webkit-scrollbar-thumb {
   background-color: #1b1b1b70 !important;
 }

 ::-webkit-scrollbar-track {
   /*滚动条里面轨道*/
   background: none;
   ;
 }

 .dropdown-menu_200 {
   width: 200px;
   border-radius: 2px;
 }

 .dropdown-menu_160 {
   width: 160px;
   border-radius: 2px;
 }

 .ant-dropdown-menu-item i {
   min-width: 12px;
   margin-right: 8px;
   font-size: 12px;
 }

 .head-pannel {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
       flex-direction: column;
   margin-bottom: 24px;
   padding: 12px 24px;
   text-align: left;
 }

 .head-pannel>h1 {
   margin-bottom: 0;
   font-weight: 400;
   font-size: 18px;
 }

 .head-pannel>h1>small {
   display: block;
   color: #8c8c8c;
 }

 /* 表单列表通用布局 */

 .table-card {
   margin: 0px 24px !important;
 }

 .reset {
   margin-left: 8px;
 }

 .collapse {
   margin-left: 8px;
   font-size: 12px;
 }

 .search-area {
   text-align: right;
 }

 .menuTable {
   margin-top: 10px;
 }

 /* 表单列表通用布局 End*/
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].rules[0].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[7].rules[1].use[0]!./src/progress.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.default_progress-bar {
  width: 100vw;
  height: 4px;
  overflow: hidden;
  background: rgba(221, 221, 221, 0.4);
  position: fixed;
  z-index: 20;
}
.default_progress-bar::after {
  content: ' ';
  height: 100%;
  width: 33.3vw;
  -webkit-animation: gradcolours 5s steps(1) infinite, loadthird 1s infinite linear;
          animation: gradcolours 5s steps(1) infinite, loadthird 1s infinite linear;
  display: block;
  -ms-transform-origin: top left;
      transform-origin: top left;
}
@-webkit-keyframes loadthird {
  0% {
    transform: translateX(-33.3vw);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes loadthird {
  0% {
    transform: translateX(-33.3vw);
  }
  100% {
    transform: translateX(100vw);
  }
}
@-webkit-keyframes gradcolours {
  0% {
    background: linear-gradient(90deg, rgba(232, 128, 152, 0) 0%, #e88098 30%, #e88098 50%, #e88098 70%, rgba(232, 128, 152, 0) 100%);
  }
  20% {
    background: linear-gradient(90deg, rgba(132, 190, 190, 0) 0%, #84bebe 30%, #84bebe 50%, #84bebe 70%, rgba(132, 190, 190, 0) 100%);
  }
  40% {
    background: linear-gradient(90deg, rgba(233, 135, 36, 0) 0%, #e98724 30%, #e98724 50%, #e98724 70%, rgba(233, 135, 36, 0) 100%);
  }
  60% {
    background: linear-gradient(90deg, rgba(175, 201, 78, 0) 0%, #afc94e 30%, #afc94e 50%, #afc94e 70%, rgba(175, 201, 78, 0) 100%);
  }
  80% {
    background: linear-gradient(90deg, rgba(98, 151, 164, 0) 0%, #6297a4 30%, #6297a4 50%, #6297a4 70%, rgba(98, 151, 164, 0) 100%);
  }
}
@keyframes gradcolours {
  0% {
    background: linear-gradient(90deg, rgba(232, 128, 152, 0) 0%, #e88098 30%, #e88098 50%, #e88098 70%, rgba(232, 128, 152, 0) 100%);
  }
  20% {
    background: linear-gradient(90deg, rgba(132, 190, 190, 0) 0%, #84bebe 30%, #84bebe 50%, #84bebe 70%, rgba(132, 190, 190, 0) 100%);
  }
  40% {
    background: linear-gradient(90deg, rgba(233, 135, 36, 0) 0%, #e98724 30%, #e98724 50%, #e98724 70%, rgba(233, 135, 36, 0) 100%);
  }
  60% {
    background: linear-gradient(90deg, rgba(175, 201, 78, 0) 0%, #afc94e 30%, #afc94e 50%, #afc94e 70%, rgba(175, 201, 78, 0) 100%);
  }
  80% {
    background: linear-gradient(90deg, rgba(98, 151, 164, 0) 0%, #6297a4 30%, #6297a4 50%, #6297a4 70%, rgba(98, 151, 164, 0) 100%);
  }
}


/*# sourceMappingURL=styles.css.map*/