@charset "utf-8";
/*******/
@media screen and (orientation: landscape) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
.modal-profile-forms {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-profile-forms .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  transform: none !important;
  -webkit-transform: none !important;
}
.modal-profile-forms .modal-close {
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 11px;
  color: #18212C;
  cursor: pointer;
  border-radius: 4px;
}
.modal-profile-forms .modal-close .bi {
  width: 24px;
  height: 24px;
  display: block;
  background: none;
  color: inherit;
}
.modal-profile-forms .modal-body {
  margin: 0 -38px;
  padding: 0 38px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal-profile-forms .modal-body::-webkit-scrollbar {
  width: 5px;
}
.modal-profile-forms .modal-body::-webkit-scrollbar-track {
  background: none;
}
.modal-profile-forms .modal-body::-webkit-scrollbar-thumb {
  background: #F4F4F4;
  border-radius: 3px;
}
.modal-profile-forms.show .modal-editform-sect.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75), transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), visibility 0s 0s;
  z-index: 1030;
}

.modal-submited-content {
  width: 684px;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.25em;
}
.modal-submited-content .submited-icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 16px;
}
.modal-submited-content .submited-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.p-protable .inside-crumb .global-inner {
  width: 100vw;
  max-width: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-protable .inside-crumb.tranX .global-inner {
  padding: 0 50px;
}
.p-protable .main-box {
  background: #f8f9fa;
}
.p-protable th, .p-protable td {
  border: 0;
}
.p-protable table {
  padding: 0 0px;
  border: 0;
}
.p-protable .el-table--border .el-table__inner-wrapper:after, .p-protable .el-table--border:after, .p-protable .el-table--border:before, .p-protable .el-table__inner-wrapper:before,
.p-protable .el-table__border-bottom-patch, .p-protable .el-table__border-left-patch {
  background-color: rgba(0, 0, 0, 0);
}

.el-table__header .pro_table_title .el-checkbox__label {
  line-height: 14px;
}

.pro_table_title {
  display: -webkit-flex;
  display: flex;
  line-height: 14px;
  font-size: 14px;
}

.pro_table_head th > .cell {
  position: relative;
}
.pro_table_head th > .cell::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #D0D3D6;
  right: 0;
  z-index: 1;
  top: 4px;
}
.pro_table_head th > .cell::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #D0D3D6;
  right: 3px;
  z-index: 1;
  top: 4px;
}

.pro_table_cell {
  height: 52px;
}

.pro_table_th {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.pro_table_th > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 24px;
}

.pro_table_l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.pro_table_l svg {
  display: -webkit-flex;
  display: flex;
}

.pro_table_r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.pro_table_r .svgwrap {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}

.pro_table_drag {
  cursor: move;
}

.pro_table_sort {
  display: -webkit-flex;
  display: flex;
}
.pro_table_sort .svgwrap {
  padding: 4px 6px;
  border-radius: 4px;
  background: #E8E9E9;
  display: -webkit-flex;
  display: flex;
}
.pro_table_sort.desc .tubiaodesc {
  fill: #034B9F;
}
.pro_table_sort.asc .tubiaoasc {
  fill: #034B9F;
}

.svgpro_table_tipbox {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.svgpro_table_tipbox .el-button {
  padding: 4px 6px;
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  height: auto;
  border: 1px solid #fff;
}

.floating-scroll-bar {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-scroll-bar.show {
  opacity: 1;
}

.filter_ab {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 240px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DEE0E3;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  display: none;
}
.filter_ab.show {
  display: block;
}
.filter_ab .reset {
  padding-top: 11px;
  cursor: pointer;
}
.filter_ab .reset span {
  font-size: 14px;
  line-height: 24px;
  color: #18212C;
  font-weight: 400;
  text-transform: capitalize;
}

.svg_inner_box .svgwrap svg {
  width: 14px;
  height: 14px;
}

.pro_table_box .tag {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.pro_table_box .tag span {
  font-style: normal;
  scale: 0.8;
  font-size: 12px;
  line-height: 18px;
  color: #EF6123;
  width: 42px;
  border-radius: 9px;
  text-align: center;
  background: #FFEEE4;
  display: block;
  text-transform: capitalize;
}
.pro_table_box .tag span::first-letter {
  text-transform: uppercase;
}
.pro_table_box .el-scrollbar__thumb {
  background-color: #797B7F;
  opacity: 1;
}
.pro_table_box .el-table--border .el-table__cell {
  border-right: none;
}
.pro_table_box .el-table .cell {
  padding: 0 15px 0 2px;
}
.pro_table_box .el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell {
  border-right: 0;
}
.pro_table_box .el-table__column-resize-proxy {
  border-right: 1px solid #034B9F;
}

.pro_table_box {
  width: -webkit-calc(100vw - 260px - 80px);
  width: calc(100vw - 260px - 80px);
  padding: 0 18px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DEE0E3;
}
.pro_table_box.open {
  width: -webkit-calc(100vw - 0px - 80px);
  width: calc(100vw - 0px - 80px);
}

.typenumer {
  padding: 25px 20px 18px 20px;
}
.typenumer .el-slider {
  height: 15px;
}
.typenumer .el-slider__bar {
  height: 2px;
  background-color: #BBBDBE;
}
.typenumer .el-slider__runway {
  height: 2px;
  background-color: #034B9F;
}
.typenumer .el-slider__button-wrapper, .typenumer .el-slider__button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.typenumer .el-slider__button {
  border: 2px solid #BBBDBE;
}
.typenumer .range {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 12px;
}

.greater {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.greater .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 6px;
}
.greater .inputwrap {
  display: -webkit-flex;
  display: flex;
}
.greater .inputwrap input {
  width: 45px;
  height: 20px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  text-align: right;
}

.less {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.less .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-left: 1px;
}
.less .inputwrap {
  display: -webkit-flex;
  display: flex;
}
.less .inputwrap input {
  width: 45px;
  height: 20px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  text-align: right;
}

.top-scroll {
  width: 100%;
  overflow-x: auto;
  display: none;
}

.top-scroll-content {
  /* 高度不设置的话滚动条出不来 */
  height: 8px;
  background: red;
}

.aside_menulv1_more, .aside_menulv2_more {
  display: none;
}

.mb17 {
  margin-bottom: 17px;
}

.table_foot_message {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 0 0 0;
}
.table_foot_message > .left {
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  font-weight: 400;
}
.table_foot_message > .right {
  font-size: 14px;
  line-height: 20px;
  color: #18212C;
  font-weight: 400;
  display: none;
}
.table_foot_message .paging {
  display: -webkit-flex;
  display: flex;
}
.table_foot_message .paging span {
  margin-left: 10px;
}
.table_foot_message .paging em {
  margin-right: 6px;
}
.table_foot_message .next {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.table_foot_message .prev {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 10px;
}
.table_foot_message .prev svg {
  width: 7px;
  height: 12px;
}
.table_foot_message .desc_title {
  display: -webkit-flex;
  display: flex;
}

.selectpaging {
  position: relative;
}

.select_chosen {
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  padding: 4px 9px;
  border: 1px solid #DEE0E3;
  background: #fff;
  -webkit-align-items: center;
          align-items: center;
}
.select_chosen span {
  line-height: 20px;
  margin-right: 12px;
}
.select_chosen .svgwrap {
  display: -webkit-flex;
  display: flex;
}
.select_chosen .svgwrap svg {
  width: 12px;
  height: 7px;
}

.select_paging_more {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #DEE0E3;
  padding: 4px 4px 10px 4px;
  background: #fff;
  z-index: 9;
  display: none;
}
.select_paging_more .inner_box {
  padding-top: 5px;
}

.total_nume_ye {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 10px 0 10px;
}

.el-slider__button.dragging, .el-slider__button.hover, .el-slider__button:hover {
  border: 2px solid #034B9F;
}

@media (min-width: 992px) {
  .p-protable .el-table__body tr.hover-row > td.el-table__cell, .p-protable .el-table__body tr > td.hover-cell {
    background: #ECEEEE;
  }
  .p-protable .el-table__body tr.hover-row > td.el-table__cell:first-child, .p-protable .el-table__body tr > td.hover-cell:first-child {
    border-radius: 8px 0px 0px 8px;
  }
  .p-protable .el-table__body tr.hover-row > td.el-table__cell:last-child, .p-protable .el-table__body tr > td.hover-cell:last-child {
    border-radius: 0px 8px 8px 0px;
  }
  .svgpro_table_tipbox .el-button:hover {
    -webkit-transition: all 0s;
    transition: all 0s;
    background: #E8E9E9;
    border: 1px solid #E8E9E9;
  }
}
.table_list_wrap {
  display: -webkit-flex;
  display: flex;
  padding: 0px 0 50px 0;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.aside_menu {
  max-width: 260px;
  width: 260px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.aside_menu.hide {
  width: 0;
}
.aside_menu > .inner {
  height: 100%;
  max-width: 260px;
  width: 14vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.table_list {
  -webkit-flex: 1;
          flex: 1;
  padding: 0 50px 0 40px;
}
.table_list.hide {
  padding: 0 50px 0 50px;
}

.aside_menu_top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px solid rgba(127, 144, 163, 0.3);
  padding-bottom: 5px;
  margin: 0 15px 0 20px;
}
.aside_menu_top .left {
  display: -webkit-flex;
  display: flex;
}
.aside_menu_top .left span {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(24, 33, 44, 0.8);
}
.aside_menu_top .right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.aside_menu_top .desc {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #18212c;
}
.aside_menu_top .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 5px;
}
.aside_menu_top .svgwrap svg {
  width: 16px;
  height: 17px;
}

.aside_menu_main {
  height: -webkit-calc(100vh - 46px);
  height: calc(100vh - 46px);
}

.aside_menulv1 {
  display: -webkit-flex;
  display: flex;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.aside_menulv1::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  height: 40px;
  width: 0;
  background: #F1F2F2;
  border-radius: 0px 20px 20px 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.aside_menulv1 a {
  cursor: pointer;
}
.aside_menulv1 svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_menulv1.active::after {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.aside_menulv1.active span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aside_menulv1 a {
  font-size: 14px;
  line-height: 40px;
  color: rgba(24, 33, 44, 0.9) !important;
  font-weight: 400;
  z-index: 1;
  padding-left: 30px;
  width: 100%;
}
.aside_menulv1 span {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0px;
  padding-right: 30px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.aside_menulv1 span svg {
  width: 12px;
  height: 7px;
}

.aside_menulv2 {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  text-align: left;
}
.aside_menulv2::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  height: 40px;
  width: 0;
  background: #EBEEF1;
  border-radius: 0px 20px 20px 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.aside_menulv2 a {
  cursor: pointer;
}
.aside_menulv2 svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_menulv2.active::after {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.aside_menulv2.active span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aside_menulv2 a {
  color: #18212C !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 50px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.aside_menulv2 span {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  width: 100%;
  -webkit-justify-content: left;
          justify-content: left;
  -webkit-align-items: center;
          align-items: center;
  height: 40px;
  left: 0px;
  padding-left: 22px;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.aside_menulv2 span svg {
  width: 9px;
  height: 5px;
}

.aside_menulv3 {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0;
}
.aside_menulv3::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  height: 40px;
  width: 0;
  background: #E4EFFB;
  border-radius: 0px 20px 20px 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.aside_menulv3 a {
  cursor: pointer;
}
.aside_menulv3 svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_menulv3.active::after {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.aside_menulv3.active span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aside_menulv3::after {
  height: 100%;
}
.aside_menulv3 a {
  min-height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  color: #18212C;
  font-weight: 700;
  width: 100%;
  padding-left: 63px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.aside_menulv3.active a {
  color: #034B9F;
}

.aside_menulv1_wrapbox .el-collapse {
  border-top: 0;
}
.aside_menulv1_wrapbox .el-collapse-item__content {
  padding-bottom: 0;
}
.aside_menulv1_wrapbox .el-collapse-item__header {
  position: relative;
  padding: 0 15px 0 20px;
  height: 40px;
}
.aside_menulv1_wrapbox .el-collapse-item__header > span {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 30px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.aside_menulv1_wrapbox .el-collapse-item__header > span.svgwrap_lv2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 22px;
  right: 0;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: left;
          justify-content: left;
}
.aside_menulv1_wrapbox .el-collapse-item__header span svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_menulv1_wrapbox .el-collapse-item__header span svg.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aside_menulv1_wrapbox .el-collapse-item__header span.svgwrap_lv2 svg.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-active > .aside_menulv1::after {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.is-active > .aside_menulv2::after {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.is-active .aside_menulv3.active::after {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

.aside_menulv1_item {
  position: relative;
  padding: 0;
}
.aside_menulv1_item::after {
  position: absolute;
  content: "";
  display: block;
  left: 20px;
  right: 15px;
  height: 1px;
  background: rgba(127, 144, 163, 0.3);
  bottom: 0;
}

.aside_menulv1_more {
  padding-bottom: 20px;
}

.aside_menulv1_wrap {
  padding-top: 8px;
}

.table_operate_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}
.table_operate_box > .tr {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.table_operate_box > .tr > .left {
  display: -webkit-flex;
  display: flex;
}

.openMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 4px 13px;
  background: #EF6123;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 20px;
}
.openMenu .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 5px;
  -webkit-align-items: center;
          align-items: center;
}
.openMenu .svgwrap svg {
  width: 15px;
  height: 17px;
}
.openMenu span {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}

.menu_name span {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #18212C;
}

.filter_box {
  position: relative;
  cursor: pointer;
  margin-right: 18px;
}
.filter_box .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 16px;
  border: 1px solid #DEE0E3;
  border-radius: 4px;
  background: #f8f8f8;
}
.filter_box .title .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 8px;
}
.filter_box .title span {
  font-size: 14px;
  line-height: 24px;
  color: #18212C;
  font-weight: 400;
}
.filter_box.click .title {
  background: #034B9F;
  border: 1px solid #034B9F;
}
.filter_box.click .title span {
  color: #fff;
}
.filter_box.click .title svg path, .filter_box.click .title svg rect {
  stroke: #fff;
}

.filter_box_more {
  position: absolute;
  top: 100%;
  left: 0;
  width: 647px;
  padding-top: 3px;
  z-index: 9;
  display: none;
}

.filter_box_inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.filter_box_inner > .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.filter_box_inner .head {
  padding: 20px 0 15px 20px;
  border-bottom: 1px solid #DEE0E3;
  display: -webkit-flex;
  display: flex;
}
.filter_box_inner .head span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}

.drag_list_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
.drag_list_item:last-child {
  margin-bottom: 0;
}
.drag_list_item > .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.drag_list_item > .left span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}
.drag_list_item > .left .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
}
.drag_list_item > .left .svgwrap svg {
  width: 6px;
  height: 12px;
  cursor: -webkit-grab;
  cursor: grab;
}
.drag_list_item > .right .svgwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.drag_list_item > .right .svgwrap svg {
  width: 12px;
  height: 12px;
}

.drag_list {
  padding: 30px 36px 30px 20px;
}

.resetData {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  margin-right: 35px;
}
.resetData .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-right: 1px;
}
.resetData .svgwrap svg {
  width: 19px;
  height: 19px;
}
.resetData span {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #666;
}

.total_num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.total_num span {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #666;
}
.total_num em {
  font-style: normal;
}

.current_list_num {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 17px;
  cursor: pointer;
  display: none;
}
.current_list_num .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #666;
}
.current_list_num .head .svgwrap {
  display: -webkit-flex;
  display: flex;
  margin-left: 2px;
  width: 10px;
  height: 6px;
  display: flex;
}
.current_list_num .head .svgwrap svg {
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current_list_num.cur .head .svgwrap svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select_paging {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  top: -webkit-calc(100% - 13px);
  top: calc(100% - 13px);
  z-index: 9;
  display: none;
}

.select_paging_inner {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #DEE0E3;
  padding: 4px 4px 10px 4px;
  background: #fff;
}

.paging_list_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 28px;
  margin-bottom: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.paging_list_item .num {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding-left: 10px;
}
.paging_list_item .svgwrap {
  display: none;
  padding-right: 11px;
}
.paging_list_item .svgwrap svg {
  width: 10px;
  height: 10px;
}
.paging_list_item:last-child {
  margin-bottom: 0;
}
.paging_list_item.active .num {
  color: #034B9F;
}
.paging_list_item.active .svgwrap {
  display: -webkit-flex;
  display: flex;
}

.search_product {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 35px;
}
.search_product .inputwrap {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.search_product .inputwrap input {
  width: 244px;
  height: 36px;
  border: 1px solid #DEE0E3;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  padding: 2px 50px 2px 12px;
  color: #000;
}
.search_product .inputwrap input::-webkit-input-placeholder {
  color: #666;
}
.search_product .inputwrap input::placeholder {
  color: #666;
}
.search_product .inputwrap a {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_product .inputwrap a svg {
  width: 20px;
  height: 20px;
}

.function_button {
  display: -webkit-flex;
  display: flex;
  margin-right: -5px;
}

.function_button_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 104px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #DEE0E3;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 5px;
  -webkit-transition: all 0s;
  transition: all 0s;
  cursor: pointer;
}
.function_button_item .svgwrap {
  display: -webkit-flex;
  display: flex;
}
.function_button_item span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #034B9F;
}

.eq_item1 .svgwrap {
  width: 22px;
  height: 21px;
  margin-right: 2px;
}

.pro_table_box .el-checkbox__inner:after {
  border: 2px solid transparent;
  border-left: 0;
  border-top: 0;
}

.pro_table_title {
  display: -webkit-flex;
  display: flex;
}
.pro_table_title p, .pro_table_title span {
  font-weight: normal;
  color: #18212C;
  white-space: nowrap;
}
.pro_table_title .el-checkbox {
  height: auto;
}
.pro_table_title .el-checkbox__input {
  height: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.pro_table_title .el-checkbox__inner, .pro_table_cell_value .el-checkbox__inner {
  border: 1px solid #666;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.pro_table_title .el-checkbox__input.is-checked .el-checkbox__inner, .pro_table_cell_value .el-checkbox__input.is-checked .el-checkbox__inner {
  background: #034B9F;
}
.pro_table_title .el-checkbox__input.is-checked .el-checkbox__inner, .pro_table_cell_value .el-checkbox__input.is-checked .el-checkbox__inner {
  border: 1px solid #666;
}
.pro_table_title .el-checkbox__inner:after, .pro_table_cell_value .el-checkbox__inner:after {
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
}
.pro_table_title .el-checkbox__label, .pro_table_title .tdone, .pro_table_cell_value .el-checkbox__label, .pro_table_cell_value .tdone {
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 15px;
  color: #18212C;
}
.pro_table_title .tdone, .pro_table_cell_value .tdone {
  margin-left: 0px;
}
.pro_table_title .tbody-head, .pro_table_cell_value .tbody-head {
  margin-left: 15px;
}
.pro_table_title .el-checkbox__input.is-checked + .el-checkbox__label, .pro_table_cell_value .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #18212C;
}

.pro_table_cell_value .el-checkbox__inner {
  background: none;
}

.pro_table_cell_value {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.typeselect {
  padding: 24px 5px 24px 5px;
}
.typeselect .reset {
  padding-left: 14px;
}

.typeselect_item {
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 9px;
}
.typeselect_item:last-child {
  margin-bottom: 0;
}
.typeselect_item .el-checkbox.el-checkbox--large {
  height: auto;
}
.typeselect_item .el-checkbox__input {
  padding-left: 15px;
}
.typeselect_item .el-checkbox.el-checkbox--large .el-checkbox__inner {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #666;
  background: none;
}
.typeselect_item .is-checked.el-checkbox.el-checkbox--large .el-checkbox__inner {
  border: 1px solid #034B9F;
  background: #034B9F;
}
.typeselect_item .el-checkbox__inner:after {
  border: 2px solid transparent;
  border-left: 0;
  border-top: 0;
  top: 2px;
  left: 6px;
}
.typeselect_item .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #034B9F;
}
.typeselect_item .el-checkbox__label {
  font-size: 14px;
  line-height: 30px;
  color: #18212C;
  font-weight: 400;
  padding-left: 4px;
}
.typeselect_item .el-checkbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.typeinput {
  padding: 10px 20px 20px 20px;
}
.typeinput .inputwrap {
  display: -webkit-flex;
  display: flex;
}
.typeinput .inputwrap input {
  height: 36px;
  border: 1px solid #DEE0E3;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  padding: 2px 50px 2px 12px;
  color: #000;
  width: 100%;
}

.select_paging_item {
  padding-left: 15px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 5px;
}
.select_paging_item:last-child {
  margin-bottom: 0;
}

.elScroll .inner {
  height: 80px;
}

.filter_box_inner {
  border: 1px solid #DEE0E3;
}

@media (min-width: 992px) {
  .paging_list_item:hover {
    background: #ECEEEE;
  }
  .filter_box_more {
    width: 320px;
  }
  .filter_ab .reset:hover span {
    color: #034B9F;
  }
  .filter_box .title:hover {
    background: #034B9F;
  }
  .filter_box .title:hover rect {
    stroke: #fff;
  }
  .filter_box .title:hover path {
    stroke: #fff;
  }
  .filter_box .title:hover span {
    color: #fff;
  }
  .aside_menu_top .desc:hover {
    color: #034B9F;
  }
  .select_paging_item:hover {
    background: #DEE0E3;
  }
  .typeselect_item:hover {
    background: #ECEEEE;
  }
  .pro_table_cell_td .el-checkbox__inner:hover {
    border: 1px solid #666 !important;
  }
  .pro_table_title .el-checkbox__input.is-checked .el-checkbox__inner:hover {
    border: 1px solid #666;
  }
  .pro_table_title .el-checkbox__inner:hover {
    border-color: #666;
  }
  .function_button_item:hover {
    background: #034B9F;
    border: 1px solid #034B9F;
  }
  .function_button_item:hover span {
    color: #fff;
  }
  .function_button_item:hover path, .function_button_item:hover rect {
    stroke: #fff;
  }
  .aside_menulv2:hover::after {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .aside_menulv1:hover a {
    -webkit-transition: all 0s;
    transition: all 0s;
    color: #034B9F;
  }
  .aside_menulv3:hover a {
    -webkit-transition: all 0s;
    transition: all 0s;
    color: #034B9F;
  }
  .aside_menulv3 a:hover {
    color: #034B9F !important;
  }
}
.menu_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
}

.base_data, .num_box {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 991.98px) {
  .eq_item2 {
    position: relative;
    z-index: 11;
  }
  .pro_table_box .tag span {
    position: relative;
    left: -0.1rem;
  }
  .pro_table_box {
    position: relative;
    border-radius: 0px;
    padding: 0 0.4rem;
  }
  .hscreen_message {
    position: absolute;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    padding: 0.94rem 0 0.75rem;
  }
  .hscreen_message p {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: 400;
  }
  .hscreen_message .svgwrap {
    margin-bottom: 0.23rem;
    display: -webkit-flex;
    display: flex;
  }
  .hscreen_message .svgwrap svg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .typeinput {
    padding: 0;
  }
  .typeinput .inputwrap {
    padding: 0.3rem 0;
  }
  .typeinput .inputwrap input {
    font-size: 0.28rem;
    line-height: 1;
  }
  .typeinput .reset {
    padding-bottom: 0.3rem;
  }
  .table_foot_message {
    padding-top: 0.35rem;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    padding-right: 0.4rem;
    padding-bottom: 1.5rem;
    position: relative;
  }
  .p-protable .el-table--fit {
    border-radius: 0;
  }
  .typeselect .reset {
    padding-left: 0;
    font-size: 0.28rem;
    line-height: 1;
    padding: 0.45rem 0 0.55rem 0;
  }
  .typeselect_item {
    padding: 0.3rem 0;
    position: relative;
    margin-bottom: 0;
  }
  .typeselect_item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
  }
  .el-checkbox.el-checkbox--large .el-checkbox__label {
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding-left: 0.25rem;
  }
  .typeselect_item .el-checkbox.el-checkbox--large .el-checkbox__inner {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 0.06rem;
  }
  .typeselect {
    padding: 0;
  }
  .less .inputwrap input {
    width: 1.5rem;
    height: 0.42rem;
    font-size: 0.28rem;
    line-height: 1;
    background: none;
  }
  .greater .inputwrap input {
    width: 1.5rem;
    height: 0.42rem;
    font-size: 0.28rem;
    line-height: 1;
    background: none;
  }
  .greater .svgwrap {
    margin-right: 0.13rem;
  }
  .greater .svgwrap svg {
    width: 0.23rem;
    height: 0.27rem;
  }
  .typenumer {
    padding: 0;
  }
  .typenumer .reset {
    font-size: 0.28rem;
    line-height: 1;
    padding-bottom: 0.55rem;
  }
  .typenumer .range {
    margin-bottom: 0.45rem;
    padding-top: 0.64rem;
  }
  .typenumer .el-slider__button-wrapper {
    height: 0.3rem;
    width: 0.3rem;
    top: -0.22rem;
  }
  .typenumer .el-slider__bar {
    height: 0.04rem;
  }
  .typenumer .el-slider__button {
    width: 0.3rem;
    height: 0.3rem;
  }
  .typenumer .el-slider {
    padding: 0.84rem 0 0 0;
    height: 0.3rem;
  }
  .app_oparation_inner {
    padding: 0 0.4rem 0.65rem 0.4rem;
  }
  .insertbox {
    margin-bottom: 0.35rem;
  }
  .descbox {
    margin-bottom: 0.35rem;
  }
  .hidebox {
    margin-bottom: 0.35rem;
  }
  .oparation_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0 0.35rem;
    border-radius: 0.1rem;
    background: #F3F6FB;
    overflow: hidden;
  }
  .oparation_list_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0.27rem 0;
    position: relative;
  }
  .oparation_list_item::before {
    position: absolute;
    left: -0.35rem;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    content: "";
    height: 100%;
    width: -webkit-calc(100% + 0.7rem);
    width: calc(100% + 0.7rem);
    opacity: 0;
  }
  .oparation_list_item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dedede;
  }
  .oparation_list_item:last-child::after {
    opacity: 0;
  }
  .oparation_list_item .text {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #18212C;
    font-weight: 400;
    position: relative;
    z-index: 1;
  }
  .oparation_list_item .svgwrap {
    display: -webkit-flex;
    display: flex;
    margin-right: 0.25rem;
    position: relative;
    z-index: 1;
  }
  .oparation_list_item .svgwrap .oparationsvg1, .oparation_list_item .svgwrap .oparationsvg2 {
    width: 0.3rem;
    height: 0.16rem;
  }
  .oparation_list_item .svgwrap .oparationsvg3, .oparation_list_item .svgwrap .oparationsvg4 {
    width: 0.32rem;
    height: 0.36rem;
  }
  .oparation_list_item .svgwrap .oparationsvg5 {
    width: 0.36rem;
    height: 0.36rem;
  }
  .oparation_list_item.cur::after {
    opacity: 0;
  }
  .oparation_list_item.cur::before {
    opacity: 1;
  }
  .modal.typeone.show .modal-dialog {
    overflow: hidden;
  }
  .tbody-head {
    margin-left: 0rem;
  }
  .pro_table_cell_value .el-checkbox__inner {
    width: 0.34rem;
    height: 0.34rem;
  }
  .pro_table_cell_value .tdone {
    font-size: 0.28rem;
    line-height: 1;
    margin-left: 0rem;
  }
  .pro_table_th > div {
    min-height: 0.46rem;
    height: auto !important;
  }
  .pro_table_head th > .cell::after, .pro_table_head th > .cell::before {
    top: 0.02rem;
  }
  .pro_table_box .el-table .cell {
    padding: 0 0.36rem 0 0.2rem;
  }
  .svgpro_table_tipbox .el-button {
    padding: 0;
    margin-right: 0.1rem;
  }
  .svgpro_table_tipbox .el-button svg {
    width: 0.17rem;
    height: 0.28rem;
  }
  .pro_table_sort .svgpro_table_tipbox .el-button {
    margin-right: 0;
  }
  .pro_table_sort .svgpro_table_tipbox .el-button svg {
    width: 0.2rem;
    height: 0.26rem;
  }
  .showhides .svgpro_table_tipbox .el-button {
    margin-right: 0;
  }
  .showhides .svgpro_table_tipbox .el-button svg {
    width: 0.41rem;
    height: 0.4rem;
  }
  .pro_table_visibility .svgpro_table_tipbox .el-button {
    margin-right: 0;
  }
  .pro_table_visibility .svgpro_table_tipbox .el-button svg {
    width: 0.37rem;
    height: 0.36rem;
  }
  .pro_table_title {
    font-size: 0.28rem;
    line-height: 0.28rem !important;
  }
  .el-table .el-table__cell {
    padding: 0.45rem 0 0.03rem 0 !important;
  }
  .el-table .el-table__body-wrapper .pro_table_cell {
    height: 1.1rem;
  }
  .el-table .el-table__body-wrapper .el-table__cell {
    padding: 0 !important;
  }
  .pro_table_th > div {
    height: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .pro_table_th > div:last-child {
    margin-bottom: 0;
  }
  .pro_table_title .el-checkbox__label {
    font-size: 0.28rem;
    line-height: 0.28rem !important;
    margin-left: 0.22rem;
  }
  .pro_table_title .el-checkbox__inner {
    width: 0.34rem;
    height: 0.34rem;
  }
  .pro_table_box {
    width: 100vw;
  }
  .table_operate_box > .tr > .right {
    width: 100%;
    padding: 0.35rem 0;
  }
  .function_button {
    margin-right: 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .eq_item1 .svgwrap {
    margin-right: 0.05rem;
    width: auto;
    height: auto;
  }
  .eq_item1 .svgwrap svg {
    width: 0.4rem;
    height: 0.4rem;
  }
  .function_button_item {
    margin: 0 0;
    padding: 0 0.82rem;
    height: 0.86rem;
    width: auto;
  }
  .function_button_item span {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .search_product {
    margin-left: 0;
    width: 100%;
  }
  .search_product .inputwrap {
    width: 100%;
  }
  .search_product .inputwrap input {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    height: 0.86rem;
    padding: 0px 1rem 0px 0.35rem;
  }
  .search_product .inputwrap a svg {
    width: 0.41rem;
    height: 0.41rem;
  }
  .current_list_num .paging_list_item .svgwrap {
    margin-left: 0 !important;
    padding-right: 0.12rem;
  }
  .current_list_num .paging_list_item .svgwrap svg {
    width: 0.28rem;
    height: 0.28rem;
  }
  .paging_list_item {
    font-size: 0.28rem;
    line-height: 0.28rem;
    height: 0.6rem;
    margin-bottom: 0;
    border-radius: 0.1rem;
  }
  .select_paging_inner {
    padding: 0.07rem 0.1rem 0.13rem 0.1rem;
  }
  .select_paging {
    width: 1.77rem;
    top: -webkit-calc(100% + 0.1rem);
    top: calc(100% + 0.1rem);
    left: auto;
    right: -0.2rem;
  }
  .resetData {
    margin-right: 0;
  }
  .current_list_num {
    margin-left: 0.14rem;
  }
  .current_list_num .head {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #666;
    font-weight: 400;
  }
  .current_list_num .svgwrap {
    margin-left: 0.14rem !important;
  }
  .current_list_num .svgwrap svg {
    width: 0.18rem;
    height: 0.11rem;
  }
  .total_num span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #666;
    font-weight: 400;
  }
  .base_data {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0.35rem 0 0.5rem 0;
  }
  .resetData span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #666;
    font-weight: 400;
  }
  .resetData .svgwrap {
    margin-right: 0.06rem;
  }
  .resetData .svgwrap svg {
    width: 0.32rem;
    height: 0.28rem;
  }
  .drag_list_item {
    margin-bottom: 0;
    padding: 0.26rem 0;
  }
  .drag_list_item > .left .svgwrap {
    margin-right: 0.3rem;
  }
  .drag_list_item > .left .svgwrap svg {
    width: 0.17rem;
    height: 0.28rem;
  }
  .drag_list_item > .left span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #18212C;
    font-weight: 400;
  }
  .drag_list_item > .right .svgwrap svg {
    width: 0.36rem;
    height: 0.36rem;
  }
  .filter_box_inner {
    box-shadow: none;
    border-top: 1px solid #DEE0E3;
  }
  .drag_list {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .filter_box {
    margin-right: 0;
  }
  .filter_box .svgwrap {
    margin-right: 0.24rem;
  }
  .filter_box .svgwrap svg {
    width: 0.33rem;
    height: 0.31rem;
  }
  .filter_box .svgwrap svg rect, .filter_box .svgwrap svg path {
    stroke: #034B9F;
  }
  .filter_box .title {
    width: 100%;
    padding: 0.27rem 0;
    -webkit-justify-content: center;
            justify-content: center;
    background: #E4EFFB;
    border-radius: 0.08rem;
  }
  .filter_box .title span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #034B9F;
    font-weight: 400;
  }
  .inside-crumb {
    margin-bottom: 0.9rem;
    margin-top: 0.5rem;
  }
  .menu_name span {
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-weight: 400;
  }
  .table_operate_box {
    padding: 0 0.4rem;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .table_operate_box > .tr {
    width: 100%;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .table_operate_box > .tr > .left {
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .inside-crumb .menu_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: 500;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .inside-crumb .inner {
    position: relative;
    padding: 0.36rem 0.72rem 0.36rem 0.35rem;
    background: #034B9F;
    border-radius: 0.06rem;
  }
  .inside-crumb .svgwrap {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.31rem;
    height: 0.18rem;
    display: -webkit-flex;
    display: flex;
  }
  .inside-crumb .svgwrap svg {
    width: 0.18rem;
    height: 0.18rem;
  }
  .public_pop.typeone .app_memulv1_box {
    overflow-y: scroll;
  }
  .table_list_wrap {
    padding: 0 0 0;
  }
  .table_list {
    padding: 0 0px 0 0px;
  }
  .table_list > .inner {
    width: 100vw;
  }
  .table_operate_box {
    padding-bottom: 0;
  }
  .mb17 {
    margin-bottom: 0.5rem;
  }
  .tc_message {
    padding: 0.22rem 0.47rem;
    border-radius: 0.42rem;
    background: #18212C;
  }
  .tc_message .inner_box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .tc_message .inner_box .text {
    color: #fff;
  }
  .tc_message .inner_box svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.15rem;
  }
  .tc_message .inner_box svg path {
    fill: #fff;
  }
  .el-message {
    background: none;
    padding: 0 !important;
  }
  .el-message .el-message-icon--info {
    display: none;
  }
  .el-message .el-message__closeBtn {
    display: none;
  }
}
.pointer {
  cursor: pointer;
}

.pro_table_box .el-table__empty-block {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 50px 0 50px;
}

.empty_data {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.empty_data .imgwrap {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.empty_data .imgwrap img {
  width: 62px;
}
.empty_data .desc {
  font-size: 14px;
  line-height: 14px;
  color: #666;
}
.empty_data.opa {
  opacity: 1;
}

.tbody-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.el-scrollbar__view, .p-protable table {
  min-width: 100%;
}

/* loading */
.modal-forms-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 3000;
  display: block !important;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-forms-loading.show {
  opacity: 0;
  pointer-events: none;
}

.rmt-loading-box {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate();
  -webkit-transform: translate();
}

@-webkit-keyframes rmt--rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rmt--rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rmt-icon-loader {
  width: 48px;
  height: 48px;
  -webkit-transition: color 0.33s ease, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  -webkit-transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  background: conic-gradient(from 30deg, rgba(119, 119, 119, 0), rgba(119, 119, 119, 0.48), rgba(119, 119, 119, 0.8), rgb(119, 119, 119));
  color: rgba(255, 255, 255, 0);
  -webkit-mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.7;
  -webkit-animation: rmt--rotating 1.5s infinite linear;
          animation: rmt--rotating 1.5s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .pro_table_cell_value .tdone {
    padding-left: 7px;
  }
  .pro_table_cell_value .tbody-head {
    margin-left: 8px;
  }
}
.titlewrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.titlewrap span {
  margin-left: 6px;
}

.brush {
  margin-left: 13px;
}
.brush .svgwrap {
  display: -webkit-flex;
  display: flex;
}
.brush svg {
  width: 16px;
  height: 16px;
}

.arrowsvg {
  margin-left: 16px;
}
.arrowsvg .svgwrap {
  display: -webkit-flex;
  display: flex;
}
.arrowsvg svg {
  width: 12px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wantchosen {
  position: absolute;
  top: 100%;
  right: -4px;
  width: 160px;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  z-index: 9;
  display: none;
}

.wantchosen-innner {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #DEE0E3;
  padding: 4px 4px 10px 4px;
  background: #fff;
}

.eq_item2 {
  position: relative;
}

.inner-wantitem a {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding-left: 10px;
  height: 28px;
  margin-bottom: 6px;
  border-radius: 4px;
  cursor: pointer;
}

.function_button_item.cur {
  background: #034B9F;
  border: 1px solid #034B9F;
}
.function_button_item.cur .brush path {
  fill: #fff;
  stroke: none;
}
.function_button_item.cur span {
  color: #fff;
}
.function_button_item.cur .arrowsvg path {
  stroke: #fff;
}
.function_button_item.cur .arrowsvg svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  .el-table__body-wrapper .el-scrollbar__wrap {
    min-height: auto;
  }
  .table_operate_box {
    position: sticky;
    top: 74px;
    background: #f8f9fa;
    z-index: 99;
  }
  .table_operate_box.addpos {
    position: relative;
    top: 0;
  }
  .el-table {
    overflow: visible !important;
  }
  .el-table__header-wrapper {
    overflow: hidden;
    position: sticky;
    top: 169px;
    z-index: 9;
  }
  .el-table__header-wrapper.addpos {
    position: relative;
    top: 0;
  }
  .aside_menu {
    position: sticky;
    top: 74px;
  }
  .inside-crumb {
    margin-top: 0;
    padding-top: 14px;
    position: sticky;
    top: 0;
    padding-bottom: 34px;
    background: #f8f9fa;
  }
  .inside-crumb.addpos {
    position: relative;
    top: 0;
  }
  .function_button_item:hover:not(.cur) .brush rect {
    fill: #fff;
    stroke: none;
  }
  .function_button_item:hover:not(.cur) .brush path {
    fill: #fff;
    stroke: none;
  }
  .inner-wantitem a:hover {
    background: #ECEEEE;
  }
}
@media screen and (max-width: 991.98px) {
  .current_list_num {
    z-index: 99;
  }
  .el-table__body-wrapper .el-scrollbar__wrap {
    min-height: 1.5rem !important;
  }
  .el-table__header-wrapper {
    overflow: hidden;
    position: sticky;
    top: 0px;
    z-index: 9;
  }
  .el-table__header-wrapper.addpos {
    position: relative;
    top: 0;
  }
  .el-table {
    overflow: visible !important;
  }
  .brush {
    margin-left: 0.1rem;
  }
  .titlewrap span {
    margin-left: 0.12rem;
  }
  .brush svg {
    width: 0.32rem;
    height: 0.32rem;
  }
  .arrowsvg svg {
    width: 0.24rem;
    height: 0.14rem;
  }
  .wantchosen {
    width: 106%;
  }
}
#wantchosen .inner-wantitem:nth-child(3) {
  display: none;
}
#wantchosen .inner-wantitem:nth-child(4) {
  display: none;
}

@media (min-width: 992px) {
  .el-scrollbar__wrap {
    overflow: hidden !important;
  }
}
.pro_table_box .el-table .cell {
  word-break: break-word;
}