@charset "UTF-8";
.cp[data-v-2cea062e] {
  cursor: pointer;
}
.disabled[data-v-2cea062e] {
  cursor: not-allowed;
}
.button[data-v-2cea062e] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-2cea062e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-2cea062e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-2cea062e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-2cea062e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-2cea062e]:hover {
  background-color: #004080;
}
.btn_warn[data-v-2cea062e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-2cea062e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-2cea062e]:hover {
  background-color: #ccdded;
}
[data-v-2cea062e]::-ms-clear,[data-v-2cea062e]::-ms-reveal {
  display: none;
}
.un_sel[data-v-2cea062e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-2cea062e] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-2cea062e] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-2cea062e] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-2cea062e]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-2cea062e]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-2cea062e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-2cea062e]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-2cea062e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-2cea062e]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-2cea062e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-2cea062e]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-2cea062e] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-2cea062e]:first-child {
  padding-top: 0;
}
.flex[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-2cea062e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-2cea062e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-2cea062e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-2cea062e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-2cea062e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-2cea062e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-2cea062e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-2cea062e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-2cea062e] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-2cea062e] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-2cea062e] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-2cea062e] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-2cea062e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-2cea062e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-2cea062e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-2cea062e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-2cea062e] {
  overflow: hidden;
}
.overflow-y-auto[data-v-2cea062e] {
  overflow-y: auto;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .hint[data-v-2cea062e] {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-right: 10px;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .clear_all[data-v-2cea062e] {
  font-size: 14px;
  color: rgb(0, 84, 166);
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group[data-v-2cea062e] {
  background-color: #E9E9E9;
  position: relative;
  padding: 0 10px;
  height: 30px;
  border-radius: 4px;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group .icon[data-v-2cea062e] {
  width: 14px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAYFBMVEUAAACZmZmZmZmYmJiZmZmZmZmZmZmYmJiXl5eZmZmZmZmZmZmZmZmZmZmZmZmYmJiYmJiZmZmZmZmYmJiZmZmZmZmZmZmWlpaZmZmcnJyZmZmYmJiZmZmZmZmZmZmZmZnI7vLnAAAAH3RSTlMAeOMZp5ZvKQvpta6R9O+5i4Z/XT44MCUUD9maZ2RQEjw6+wAAAHBJREFUCNdVztkOhCAMheFDWQVcR0edcXn/t1QaMPG74g9tUiR2E/uMTPom6FCHhWuhzgFY9W9N6XuA/VXaq5C5WgJGo1AfYBBPxvtp4uvX0rPbSABtme4VX0HcbjgncLekRSR/VF8wazozA2PuYhovjsYDr5QX+W0AAAAASUVORK5CYII=);
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group .search[data-v-2cea062e] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 200px;
  line-height: 29px;
  padding-left: 5px;
  padding-right: 30px;
  color: #333;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group .search[data-v-2cea062e]::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-weight: normal;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group .search[data-v-2cea062e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-weight: normal;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group .search[data-v-2cea062e]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-weight: normal;
}
.components_module_recycle_bin_header_bar_page .search_wrapper .search_group .clear[data-v-2cea062e] {
  width: 14px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAMFBMVEUAAAC7u7u7u7u7u7u6urq4uLi6urq7u7u6urq7u7u7u7vx8fHGxsb19fXLy8vCwsJ4eF6QAAAACnRSTlMA9/LThhlZ/VJXddDlyAAAAGFJREFUCNdjYGB1FjQJYGBgaFq1apUGAwNnFZBensAQtAoEVBm8Vt1Z9XfVEgarVafP71u1mEFq1Zrdr1YtBNLrd58C0larfr/ZAxT3WnVv1VmgOpg+Nqg5DElAWo0BZg8AsAYw5PfECkMAAAAASUVORK5CYII=);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.components_module_recycle_bin_header_bar_page .tag_wrapper[data-v-2cea062e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  margin-bottom: 10px;
}
.components_module_recycle_bin_header_bar_page .tag_wrapper .tag_group[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  text-align: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  border-bottom: 4px solid transparent;
}
.components_module_recycle_bin_header_bar_page .tag_wrapper .tag_group.on[data-v-2cea062e] {
  border-bottom-color: rgb(0, 84, 166);
}
.components_module_recycle_bin_header_bar_page .tag_wrapper .return[data-v-2cea062e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.components_module_recycle_bin_header_bar_page .tag_wrapper .return .icon[data-v-2cea062e] {
  background-size: 8px, 13px;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAxElEQVQoU32QMQ6CUBBEZ/0FiQXWFt6A4gfiAbyDFNpbaWtl5wXsqaztTLQ04QK7YjiCB9DSBGUNJBIk6LbzMjM7hMZ5njdwHGcH4MHMI6rr1tqhMWYPoA/gzMx+BVhrQ2PMFkBXVU9ZloVpmt5KwPf9FYA1EXVUNSKiBTNnhUZBEEQAZgBeqroUkU09tgCuAHqqOhWRQ7N0BQCYMPOxDfgf0VbSdd15HMfPsuTHsvlmnufjJEnuP4dS1YuI2C+gcGtO/QZfz2ANr464XAAAAABJRU5ErkJggg==);
}
.components_module_recycle_bin_header_bar_page .tag_wrapper .return .text[data-v-2cea062e] {
  font-size: 15px;
  color: #333;
}
@charset "UTF-8";
.cp[data-v-65c2d581] {
  cursor: pointer;
}
.disabled[data-v-65c2d581] {
  cursor: not-allowed;
}
.button[data-v-65c2d581] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-65c2d581] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-65c2d581] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-65c2d581] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-65c2d581] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-65c2d581] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-65c2d581] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-65c2d581] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-65c2d581]:hover {
  background-color: #004080;
}
.btn_warn[data-v-65c2d581] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-65c2d581] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-65c2d581]:hover {
  background-color: #ccdded;
}
[data-v-65c2d581]::-ms-clear,[data-v-65c2d581]::-ms-reveal {
  display: none;
}
.un_sel[data-v-65c2d581] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-65c2d581] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-65c2d581] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-65c2d581] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-65c2d581]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-65c2d581]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-65c2d581]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-65c2d581]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-65c2d581] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-65c2d581]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-65c2d581]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-65c2d581]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-65c2d581] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-65c2d581]:first-child {
  padding-top: 0;
}
.flex[data-v-65c2d581] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-65c2d581] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-65c2d581] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-65c2d581] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-65c2d581] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-65c2d581] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-65c2d581] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-65c2d581] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-65c2d581] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-65c2d581] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-65c2d581] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-65c2d581] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-65c2d581] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-65c2d581] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-65c2d581] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-65c2d581] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-65c2d581] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-65c2d581] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-65c2d581] {
  overflow: hidden;
}
.overflow-y-auto[data-v-65c2d581] {
  overflow-y: auto;
}
.mr-10[data-v-65c2d581] {
  margin-right: 10px;
}
.mb-10[data-v-65c2d581] {
  margin-bottom: 10px;
}
.components_module_recycle_bin_main_page .list_group[data-v-65c2d581] {
  /*滚动条样式*/
  width: 100%;
  overflow-y: auto;
  padding: 0 10px;
}
.components_module_recycle_bin_main_page .list_group[data-v-65c2d581]::-webkit-scrollbar {
  width: 4px;
}
.components_module_recycle_bin_main_page .list_group[data-v-65c2d581]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_module_recycle_bin_main_page .list_group[data-v-65c2d581]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_module_recycle_bin_main_page .placeholder[data-v-65c2d581] {
  width: 160px;
  height: 140px;
  font-size: 14px;
  color: #999;
}
.components_module_recycle_bin_main_page .placeholder.more[data-v-65c2d581] {
  color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-682e7a2e] {
  cursor: pointer;
}
.disabled[data-v-682e7a2e] {
  cursor: not-allowed;
}
.button[data-v-682e7a2e] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-682e7a2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-682e7a2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-682e7a2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-682e7a2e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-682e7a2e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-682e7a2e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-682e7a2e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-682e7a2e]:hover {
  background-color: #004080;
}
.btn_warn[data-v-682e7a2e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-682e7a2e] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-682e7a2e]:hover {
  background-color: #ccdded;
}
[data-v-682e7a2e]::-ms-clear,[data-v-682e7a2e]::-ms-reveal {
  display: none;
}
.un_sel[data-v-682e7a2e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-682e7a2e] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-682e7a2e] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-682e7a2e] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-682e7a2e]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-682e7a2e]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-682e7a2e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-682e7a2e]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-682e7a2e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-682e7a2e]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-682e7a2e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-682e7a2e]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-682e7a2e] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-682e7a2e]:first-child {
  padding-top: 0;
}
.flex[data-v-682e7a2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-682e7a2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-682e7a2e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-682e7a2e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-682e7a2e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-682e7a2e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-682e7a2e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-682e7a2e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-682e7a2e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-682e7a2e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-682e7a2e] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-682e7a2e] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-682e7a2e] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-682e7a2e] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-682e7a2e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-682e7a2e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-682e7a2e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-682e7a2e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-682e7a2e] {
  overflow: hidden;
}
.overflow-y-auto[data-v-682e7a2e] {
  overflow-y: auto;
}
.components_module_recycle_bin_container_page[data-v-682e7a2e] {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
}
.components_module_recycle_bin_container_page .header_bar[data-v-682e7a2e] {
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 30px;
}
.components_module_recycle_bin_container_page .main[data-v-682e7a2e] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 20px;
}
@charset "UTF-8";
.cp[data-v-908f7c42] {
  cursor: pointer;
}
.disabled[data-v-908f7c42] {
  cursor: not-allowed;
}
.button[data-v-908f7c42] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-908f7c42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-908f7c42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexsb[data-v-908f7c42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbox[data-v-908f7c42] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-908f7c42] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-908f7c42] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-908f7c42] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: rgb(0, 84, 166);
  color: #fff;
}
.btn_dark[data-v-908f7c42]:hover {
  background-color: #004080;
}
.btn_warn[data-v-908f7c42] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  background-color: #FAEDEB;
  color: #C84B33;
}
.btn_light[data-v-908f7c42] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #e5eef6;
  cursor: pointer;
  color: rgb(0, 84, 166);
}
.btn_light[data-v-908f7c42]:hover {
  background-color: #ccdded;
}
[data-v-908f7c42]::-ms-clear,[data-v-908f7c42]::-ms-reveal {
  display: none;
}
.un_sel[data-v-908f7c42] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-908f7c42] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-908f7c42] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-908f7c42] {
  /*滚动条样式*/
  padding: 0 20px 15px;
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  color: rgb(51, 51, 51);
}
.components_control_wrapper .title[data-v-908f7c42]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-908f7c42]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.components_control_wrapper .title[data-v-908f7c42]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.components_control_wrapper .title[data-v-908f7c42]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-908f7c42] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 20px;
  background-color: transparent;
}
.components_control_wrapper input[data-v-908f7c42]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-908f7c42]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-908f7c42]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-908f7c42] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-908f7c42]:first-child {
  padding-top: 0;
}
.flex[data-v-908f7c42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.d-flex[data-v-908f7c42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-column[data-v-908f7c42] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-908f7c42] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-908f7c42] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-908f7c42] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-908f7c42] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-908f7c42] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-908f7c42] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-908f7c42] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-908f7c42] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-908f7c42] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-908f7c42] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-908f7c42] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-908f7c42] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-908f7c42] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-908f7c42] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-908f7c42] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-908f7c42] {
  overflow: hidden;
}
.overflow-y-auto[data-v-908f7c42] {
  overflow-y: auto;
}
.views_fun_template_recycle_bin_page[data-v-908f7c42] {
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=50.css.map?t=1769050992548*/