@charset "UTF-8";
.cp[data-v-f4bb6358] {
  cursor: pointer;
}
.disabled[data-v-f4bb6358] {
  cursor: not-allowed;
}
.button[data-v-f4bb6358] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-f4bb6358] {
  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-f4bb6358] {
  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-f4bb6358] {
  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-f4bb6358] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-f4bb6358] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-f4bb6358] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-f4bb6358] {
  -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-f4bb6358]:hover {
  background-color: #004080;
}
.btn_warn[data-v-f4bb6358] {
  -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-f4bb6358] {
  -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-f4bb6358]:hover {
  background-color: #ccdded;
}
[data-v-f4bb6358]::-ms-clear,[data-v-f4bb6358]::-ms-reveal {
  display: none;
}
.un_sel[data-v-f4bb6358] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-f4bb6358] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-f4bb6358] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-f4bb6358] {
  /*滚动条样式*/
  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-f4bb6358]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-f4bb6358]::-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-f4bb6358]::-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-f4bb6358]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-f4bb6358] {
  -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-f4bb6358]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-f4bb6358]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-f4bb6358]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-f4bb6358] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-f4bb6358]:first-child {
  padding-top: 0;
}
.flex[data-v-f4bb6358] {
  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-f4bb6358] {
  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-f4bb6358] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-f4bb6358] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-f4bb6358] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-f4bb6358] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-f4bb6358] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-f4bb6358] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-f4bb6358] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-f4bb6358] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-f4bb6358] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-f4bb6358] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-f4bb6358] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-f4bb6358] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-f4bb6358] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-f4bb6358] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-f4bb6358] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-f4bb6358] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-f4bb6358] {
  overflow: hidden;
}
.overflow-y-auto[data-v-f4bb6358] {
  overflow-y: auto;
}
.v_test_m_flex[data-v-f4bb6358] {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ccc;
}
.v_test_m_flex .orange[data-v-f4bb6358] {
  background-color: orange !important;
}
.v_test_m_flex .blue[data-v-f4bb6358] {
  background-color: blue !important;
}
.v_test_m_flex .green[data-v-f4bb6358] {
  background-color: green !important;
}
.v_test_m_flex .red[data-v-f4bb6358] {
  background-color: red !important;
}
.v_test_m_flex .skyblue[data-v-f4bb6358] {
  background-color: skyblue !important;
}
.v_test_m_flex .test_flex[data-v-f4bb6358] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  width: 100%;
}
.v_test_m_flex .title[data-v-f4bb6358] {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 60px;
  font-size: 40px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  line-height: 60px;
}
.v_test_m_flex .list_group[data-v-f4bb6358] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.v_test_m_flex .list_group .unit[data-v-f4bb6358] {
  width: 400px;
  height: 160px;
  margin: 10px;
  background-color: #fff;
}

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