@charset "UTF-8";
.cp[data-v-ee7ff888] {
  cursor: pointer;
}
.disabled[data-v-ee7ff888] {
  cursor: not-allowed;
}
.button[data-v-ee7ff888] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-ee7ff888] {
  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-ee7ff888] {
  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-ee7ff888] {
  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-ee7ff888] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-ee7ff888] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-ee7ff888] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-ee7ff888] {
  -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-ee7ff888]:hover {
  background-color: #004080;
}
.btn_warn[data-v-ee7ff888] {
  -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-ee7ff888] {
  -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-ee7ff888]:hover {
  background-color: #ccdded;
}
[data-v-ee7ff888]::-ms-clear,[data-v-ee7ff888]::-ms-reveal {
  display: none;
}
.un_sel[data-v-ee7ff888] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-ee7ff888] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-ee7ff888] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-ee7ff888] {
  /*滚动条样式*/
  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-ee7ff888]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-ee7ff888]::-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-ee7ff888]::-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-ee7ff888]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-ee7ff888] {
  -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-ee7ff888]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-ee7ff888]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-ee7ff888]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-ee7ff888] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-ee7ff888]:first-child {
  padding-top: 0;
}
.flex[data-v-ee7ff888] {
  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-ee7ff888] {
  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-ee7ff888] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-ee7ff888] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-ee7ff888] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-ee7ff888] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-ee7ff888] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-ee7ff888] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-ee7ff888] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-ee7ff888] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-ee7ff888] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-ee7ff888] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-ee7ff888] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-ee7ff888] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-ee7ff888] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-ee7ff888] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-ee7ff888] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-ee7ff888] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-ee7ff888] {
  overflow: hidden;
}
.overflow-y-auto[data-v-ee7ff888] {
  overflow-y: auto;
}
.components_task_fun_bar_button_group_page[data-v-ee7ff888] {
  padding: 0 5px;
}
.components_task_fun_bar_button_group_page .button[data-v-ee7ff888] {
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 4px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px;
}
.components_task_fun_bar_button_group_page .button.draft[data-v-ee7ff888] {
  background-color: #399786;
}
.components_task_fun_bar_button_group_page .button.unable[data-v-ee7ff888] {
  background-color: #999;
}
@charset "UTF-8";
.cp[data-v-26d47a29] {
  cursor: pointer;
}
.disabled[data-v-26d47a29] {
  cursor: not-allowed;
}
.button[data-v-26d47a29] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-26d47a29] {
  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-26d47a29] {
  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-26d47a29] {
  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-26d47a29] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-26d47a29] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-26d47a29] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-26d47a29] {
  -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-26d47a29]:hover {
  background-color: #004080;
}
.btn_warn[data-v-26d47a29] {
  -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-26d47a29] {
  -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-26d47a29]:hover {
  background-color: #ccdded;
}
[data-v-26d47a29]::-ms-clear,[data-v-26d47a29]::-ms-reveal {
  display: none;
}
.un_sel[data-v-26d47a29] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-26d47a29] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-26d47a29] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-26d47a29] {
  /*滚动条样式*/
  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-26d47a29]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-26d47a29]::-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-26d47a29]::-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-26d47a29]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-26d47a29] {
  -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-26d47a29]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-26d47a29]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-26d47a29]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-26d47a29] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-26d47a29]:first-child {
  padding-top: 0;
}
.flex[data-v-26d47a29] {
  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-26d47a29] {
  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-26d47a29] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-26d47a29] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-26d47a29] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-26d47a29] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-26d47a29] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-26d47a29] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-26d47a29] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-26d47a29] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-26d47a29] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-26d47a29] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-26d47a29] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-26d47a29] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-26d47a29] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-26d47a29] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-26d47a29] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-26d47a29] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-26d47a29] {
  overflow: hidden;
}
.overflow-y-auto[data-v-26d47a29] {
  overflow-y: auto;
}
.fun_bar_finance .text[data-v-26d47a29] {
  font-size: 12px;
  color: #666666;
  padding-right: 6px;
  line-height: 19px;
}

.fun_bar_finance .el-switch__core{
  height: 16px;
  border-radius: 8px;
  width: 33px!important;
}
.fun_bar_finance .el-switch__core::after{
  width: 12px;
  height: 12px;
}
.fun_bar_finance .el-switch.is-checked .el-switch__core::after{
  margin-left: -13px;
}

@charset "UTF-8";
.cp[data-v-7fe3c6d7] {
  cursor: pointer;
}
.disabled[data-v-7fe3c6d7] {
  cursor: not-allowed;
}
.button[data-v-7fe3c6d7] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-7fe3c6d7] {
  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-7fe3c6d7] {
  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-7fe3c6d7] {
  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-7fe3c6d7] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-7fe3c6d7] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-7fe3c6d7] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-7fe3c6d7] {
  -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-7fe3c6d7]:hover {
  background-color: #004080;
}
.btn_warn[data-v-7fe3c6d7] {
  -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-7fe3c6d7] {
  -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-7fe3c6d7]:hover {
  background-color: #ccdded;
}
[data-v-7fe3c6d7]::-ms-clear,[data-v-7fe3c6d7]::-ms-reveal {
  display: none;
}
.un_sel[data-v-7fe3c6d7] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-7fe3c6d7] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-7fe3c6d7] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-7fe3c6d7] {
  /*滚动条样式*/
  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-7fe3c6d7]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-7fe3c6d7]::-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-7fe3c6d7]::-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-7fe3c6d7]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-7fe3c6d7] {
  -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-7fe3c6d7]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-7fe3c6d7]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-7fe3c6d7]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-7fe3c6d7] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-7fe3c6d7]:first-child {
  padding-top: 0;
}
.flex[data-v-7fe3c6d7] {
  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-7fe3c6d7] {
  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-7fe3c6d7] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-7fe3c6d7] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-7fe3c6d7] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-7fe3c6d7] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-7fe3c6d7] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-7fe3c6d7] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-7fe3c6d7] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-7fe3c6d7] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-7fe3c6d7] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-7fe3c6d7] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-7fe3c6d7] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-7fe3c6d7] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-7fe3c6d7] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-7fe3c6d7] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-7fe3c6d7] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-7fe3c6d7] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-7fe3c6d7] {
  overflow: hidden;
}
.overflow-y-auto[data-v-7fe3c6d7] {
  overflow-y: auto;
}
.components_task_fun_bar_privacy_page .text[data-v-7fe3c6d7] {
  font-size: 12px;
  color: #666666;
  padding-right: 6px;
  line-height: 19px;
}
.components_task_fun_bar_privacy_page .question_mark[data-v-7fe3c6d7] {
  background-size: 16px, 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB3ElEQVQ4T3WTv4sTQRTHv282wYQ0EgJJEw3BECJEyGz+hPsDDoS0FnaCzYGIiohocRZnYW0jdsHCysLq4NrdBSUEAsmGa+ySIwkkSLL75C3uMdnbPNhiZr7fz74fM4REeJ53PwzDx0R0xMx3AIQALgH8JKLPtm2PTQvFC8dxsgDOmPkJEVlJ8P/1FsBH3/df9Xq9QPYigJiJ6AczHx0wJre/27b9kIjCGPAJwFNTlclkUCqVYFkWVqsVlstlEvK+2+2+Jqk5CILfZtrZbBatVisy7HY75PN5TKdTzOdzE/JXKdUkx3HOAJyYJ+VyGZVKBYPBAEEQoNFogJkxHu/1TyxvyHXdX8z8wAQUCgXkcjnMZrNou9lsYrvdwvf9vTKI6EIyuAJw+1DzqtVq1IvRaIT1ep2UXQpAflNMAxSLRdRqNUwmEywWizTJVAAegE7aqdQuPUimbmjPBXAK4HkaQJq52WzSRhjLX0oT7zHzEIDcxL2Q5skYpYSUWCulGvFFupEFEaHdbkeA4VD4+6GUeqG1Po0A/X7fqtfr3wAcmzKlVDR/+cwgoq9a60dExNePiZmV67pvATwDcOvAWCXtd51O54OYRXMNiA2e590Nw1DoN56zUuqL1vqPCf8HqYLErypmfqYAAAAASUVORK5CYII=);
  margin-left: 5px;
  position: relative;
  z-index: 4;
}
.components_task_fun_bar_privacy_page .question_mark:hover .hint[data-v-7fe3c6d7] {
  opacity: 1;
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.components_task_fun_bar_privacy_page .hint[data-v-7fe3c6d7] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  position: absolute;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
  background: #232D37;
  border-radius: 4px;
  padding: 7px 10px;
  word-break: keep-all;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  z-index: 5;
}
.components_task_fun_bar_privacy_page .hint .text[data-v-7fe3c6d7] {
  word-break: keep-all;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  white-space: nowrap;
}
.components_task_fun_bar_privacy_page .hint[data-v-7fe3c6d7]::before {
  position: absolute;
  left: 50%;
  top: -8px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #232D37;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.components_task_fun_bar_privacy_page .el-switch__core{
height: 16px;
  border-radius: 8px;
  width: 33px!important;
}
.components_task_fun_bar_privacy_page .el-switch__core::after{
  width: 12px;
  height: 12px;
}
.components_task_fun_bar_privacy_page .el-switch.is-checked .el-switch__core::after{
  margin-left: -13px;
}

@charset "UTF-8";
.cp[data-v-d6a3a21c] {
  cursor: pointer;
}
.disabled[data-v-d6a3a21c] {
  cursor: not-allowed;
}
.button[data-v-d6a3a21c] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-d6a3a21c] {
  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-d6a3a21c] {
  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-d6a3a21c] {
  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-d6a3a21c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-d6a3a21c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-d6a3a21c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-d6a3a21c] {
  -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-d6a3a21c]:hover {
  background-color: #004080;
}
.btn_warn[data-v-d6a3a21c] {
  -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-d6a3a21c] {
  -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-d6a3a21c]:hover {
  background-color: #ccdded;
}
[data-v-d6a3a21c]::-ms-clear,[data-v-d6a3a21c]::-ms-reveal {
  display: none;
}
.un_sel[data-v-d6a3a21c] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-d6a3a21c] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-d6a3a21c] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-d6a3a21c] {
  /*滚动条样式*/
  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-d6a3a21c]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-d6a3a21c]::-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-d6a3a21c]::-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-d6a3a21c]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-d6a3a21c] {
  -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-d6a3a21c]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-d6a3a21c]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-d6a3a21c]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-d6a3a21c] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-d6a3a21c]:first-child {
  padding-top: 0;
}
.flex[data-v-d6a3a21c] {
  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-d6a3a21c] {
  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-d6a3a21c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-d6a3a21c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-d6a3a21c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-d6a3a21c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-d6a3a21c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-d6a3a21c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-d6a3a21c] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-d6a3a21c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-d6a3a21c] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-d6a3a21c] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-d6a3a21c] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-d6a3a21c] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-d6a3a21c] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-d6a3a21c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-d6a3a21c] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-d6a3a21c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-d6a3a21c] {
  overflow: hidden;
}
.overflow-y-auto[data-v-d6a3a21c] {
  overflow-y: auto;
}
.components_task_fun_bar_color_page .color[data-v-d6a3a21c] {
  width: 16px;
  height: 16px;
  margin: 0 3px;
  border: 2px solid transparent;
  border-radius: 2px;
  position: relative;
  z-index: 4;
}
.components_task_fun_bar_color_page .color:hover .hint[data-v-d6a3a21c] {
  opacity: 1;
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.components_task_fun_bar_color_page .hint[data-v-d6a3a21c] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  position: absolute;
  z-index: 5;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
  background: #232D37;
  border-radius: 4px;
  padding: 0 10px;
  word-break: keep-all;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}
.components_task_fun_bar_color_page .hint[data-v-d6a3a21c]::before {
  position: absolute;
  left: 50%;
  top: -8px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 4px solid #232D37;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
@charset "UTF-8";
.cp[data-v-723a68fe] {
  cursor: pointer;
}
.disabled[data-v-723a68fe] {
  cursor: not-allowed;
}
.button[data-v-723a68fe] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-723a68fe] {
  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-723a68fe] {
  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-723a68fe] {
  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-723a68fe] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-723a68fe] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-723a68fe] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-723a68fe] {
  -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-723a68fe]:hover {
  background-color: #004080;
}
.btn_warn[data-v-723a68fe] {
  -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-723a68fe] {
  -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-723a68fe]:hover {
  background-color: #ccdded;
}
[data-v-723a68fe]::-ms-clear,[data-v-723a68fe]::-ms-reveal {
  display: none;
}
.un_sel[data-v-723a68fe] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-723a68fe] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-723a68fe] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-723a68fe] {
  /*滚动条样式*/
  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-723a68fe]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-723a68fe]::-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-723a68fe]::-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-723a68fe]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-723a68fe] {
  -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-723a68fe]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-723a68fe]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-723a68fe]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-723a68fe] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-723a68fe]:first-child {
  padding-top: 0;
}
.flex[data-v-723a68fe] {
  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-723a68fe] {
  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-723a68fe] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-723a68fe] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-723a68fe] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-723a68fe] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-723a68fe] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-723a68fe] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-723a68fe] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-723a68fe] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-723a68fe] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-723a68fe] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-723a68fe] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-723a68fe] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-723a68fe] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-723a68fe] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-723a68fe] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-723a68fe] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-723a68fe] {
  overflow: hidden;
}
.overflow-y-auto[data-v-723a68fe] {
  overflow-y: auto;
}
.components_task_fun_bar_page[data-v-723a68fe] {
  border-bottom: 1px solid #F4F4F4;
  height: 50px;
  padding: 0 20px;
  padding-right: 10px;
  width: 100%;
}
.components_task_fun_bar_page .origin_group[data-v-723a68fe] {
  font-size: 16px;
  color: #999999;
}
.components_task_fun_bar_page .menu[data-v-723a68fe] {
  background-size: 20px, 5px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAYAAABFA8wzAAABKElEQVQoU1WQP0gCcRTHv98TIqKhGgqkdlsKagua9GwQ7+wP3CkttrU1tLW4tAW1teWmJwTliYunU9AWVEvuhVBDNkRE6O/Fr6yutzw+n+978HhcWdtckH6vKIIZEMdB1dtDqJKW4yrwQCsDstvwK144N213H4JtEveMSJ5mxr2GYP53iEgE515LcyqVG/+IqA6I4a9c8D7UN6L1eqmr0cy4cQiaod0bmrbTBTj2IwWy1axWipqT69mY9OQufBEVZxu1clu7hO3kCZ785fLCZCZ7KCI7A/mkhHMtv/z4zQXDtNsXAJYG+WVQjS0DBaU5bmWnDMotgEnNpBxR94TlrBrktAhOA9/rhC9aTKdHJozRnHbP6rV0Vau9/fuh5UZJbCiRh6ZfOfsEDh1rPL+L4+wAAAAASUVORK5CYII=);
}
.components_task_fun_bar_page .minimize_group[data-v-723a68fe] {
  width: 30px;
  height: 30px;
}
.components_task_fun_bar_page .minimize_group .minimize[data-v-723a68fe] {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #868C91;
}
.components_task_fun_bar_page .close[data-v-723a68fe] {
  background-size: 12px, 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABO0lEQVQoU3WSMU/CUBSFz7F5EAZjkE3KyMLKXxBHdCHQahBD4o8yGqBiScNvYWUwbJbVoW6U12temwIq3vHmfu/cc+5jq93zAej1Sg+Xy/kGR6rR6RSqsfWCBBavrp0piFtAglDp/nL+EzLDdqw8QLoCmTJtbJQHmgZm6/ftIFdqNDoFu65GoLgQBmEh7tNskEHWCKSbQ6VSWc5rXxMCDiB+qPSDUU8BU83mo9oP0AcSANkDnx+n94vFU2zmdkAOVexoLKQLASAyW6/0bsWjQNmOxgTdVNYART04DOLPSgAcgn4iCU4OPOVB7E3H1ghCV5gllZmOJgSdNAi1TZXSWC82yjs5EqsJolKLxsY8wOBMxX22bnqvAO8IBqGK/zmc5QHsJoI3XrZ7Ps3XKOrh7yvnkZsDVuvWMwHrGyslsC/4gR12AAAAAElFTkSuQmCC);
}
.components_task_fun_bar_page .hover_btn[data-v-723a68fe] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
}
.components_task_fun_bar_page .hover_btn[data-v-723a68fe]:hover {
  background-color: #eee;
}
.components_task_fun_bar_page .px-10[data-v-723a68fe] {
  padding-left: 10px;
  padding-right: 10px;
}
.components_task_fun_bar_page .h-24[data-v-723a68fe] {
  height: 24px;
}
.components_task_fun_bar_page .border-left[data-v-723a68fe] {
  border-left: 1px solid #f4f4f4;
}
.components_task_fun_bar_page .border-right[data-v-723a68fe] {
  border-right: 1px solid #f4f4f4;
}
@charset "UTF-8";
.cp {
  cursor: pointer;
}
.disabled {
  cursor: not-allowed;
}
.button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex {
  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 {
  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 {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark {
  -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:hover {
  background-color: #004080;
}
.btn_warn {
  -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 {
  -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:hover {
  background-color: #ccdded;
}
::-ms-clear, ::-ms-reveal {
  display: none;
}
.un_sel {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title {
  /*滚动条样式*/
  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::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title::-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::-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:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input {
  -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::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group {
  padding-top: 15px;
}
.components_control_wrapper .content_group:first-child {
  padding-top: 0;
}
.flex {
  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 {
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.components_task_fun_bar_page_popover {
  padding: 5px 0;
  margin-top: 0px !important;
  width: 100px;
  min-width: 100px;
}
.components_task_fun_bar_page_popover .list .item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
}
.components_task_fun_bar_page_popover .list .item.active {
  font-weight: bold;
}
.components_task_fun_bar_page_popover .list .item:hover {
  background-color: #ddd;
}
@charset "UTF-8";
.cp[data-v-0d458f07] {
  cursor: pointer;
}
.disabled[data-v-0d458f07] {
  cursor: not-allowed;
}
.button[data-v-0d458f07] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-0d458f07] {
  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-0d458f07] {
  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-0d458f07] {
  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-0d458f07] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-0d458f07] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-0d458f07] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-0d458f07] {
  -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-0d458f07]:hover {
  background-color: #004080;
}
.btn_warn[data-v-0d458f07] {
  -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-0d458f07] {
  -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-0d458f07]:hover {
  background-color: #ccdded;
}
[data-v-0d458f07]::-ms-clear,[data-v-0d458f07]::-ms-reveal {
  display: none;
}
.un_sel[data-v-0d458f07] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-0d458f07] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-0d458f07] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-0d458f07] {
  /*滚动条样式*/
  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-0d458f07]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-0d458f07]::-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-0d458f07]::-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-0d458f07]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-0d458f07] {
  -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-0d458f07]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0d458f07]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0d458f07]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-0d458f07] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-0d458f07]:first-child {
  padding-top: 0;
}
.flex[data-v-0d458f07] {
  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-0d458f07] {
  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-0d458f07] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-0d458f07] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-0d458f07] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-0d458f07] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-0d458f07] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-0d458f07] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-0d458f07] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-0d458f07] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-0d458f07] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-0d458f07] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-0d458f07] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-0d458f07] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-0d458f07] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-0d458f07] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-0d458f07] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-0d458f07] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-0d458f07] {
  overflow: hidden;
}
.overflow-y-auto[data-v-0d458f07] {
  overflow-y: auto;
}
.slide-out-blurred-right[data-v-0d458f07] {
  -webkit-animation: slide-out-blurred-right-0d458f07 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-right-0d458f07 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}
.slide-in-blurred-right[data-v-0d458f07] {
  -webkit-animation: slide-in-blurred-right-0d458f07 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-right-0d458f07 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.components_task_container_page[data-v-0d458f07] {
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 90%;
  border-radius: 4px;
  background-color: #fff;
}
.components_task_container_page .main_group[data-v-0d458f07] {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f8f8f8;
  overflow: hidden;
}
.components_task_container_page .main[data-v-0d458f07] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.components_task_container_page .side_bar[data-v-0d458f07] {
  border-left: 2px solid #f4f4f4;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-13 15:43:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-blurred-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-blurred-right-0d458f07 {
0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
}
}
@keyframes slide-out-blurred-right-0d458f07 {
0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
}
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-13 15:50:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-right-0d458f07 {
0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}
}
@keyframes slide-in-blurred-right-0d458f07 {
0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
}
100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
}
}

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