@charset "UTF-8";
.cp[data-v-0918cc3a] {
  cursor: pointer;
}
.disabled[data-v-0918cc3a] {
  cursor: not-allowed;
}
.button[data-v-0918cc3a] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-0918cc3a] {
  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-0918cc3a] {
  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-0918cc3a] {
  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-0918cc3a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-0918cc3a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-0918cc3a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-0918cc3a] {
  -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-0918cc3a]:hover {
  background-color: #004080;
}
.btn_warn[data-v-0918cc3a] {
  -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-0918cc3a] {
  -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-0918cc3a]:hover {
  background-color: #ccdded;
}
[data-v-0918cc3a]::-ms-clear,[data-v-0918cc3a]::-ms-reveal {
  display: none;
}
.un_sel[data-v-0918cc3a] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-0918cc3a] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-0918cc3a] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-0918cc3a] {
  /*滚动条样式*/
  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-0918cc3a]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-0918cc3a]::-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-0918cc3a]::-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-0918cc3a]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-0918cc3a] {
  -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-0918cc3a]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0918cc3a]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-0918cc3a]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-0918cc3a] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-0918cc3a]:first-child {
  padding-top: 0;
}
.flex[data-v-0918cc3a] {
  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-0918cc3a] {
  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-0918cc3a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-0918cc3a] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-0918cc3a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-0918cc3a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-0918cc3a] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-0918cc3a] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-0918cc3a] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-0918cc3a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-0918cc3a] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-0918cc3a] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-0918cc3a] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-0918cc3a] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-0918cc3a] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-0918cc3a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-0918cc3a] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-0918cc3a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-0918cc3a] {
  overflow: hidden;
}
.overflow-y-auto[data-v-0918cc3a] {
  overflow-y: auto;
}
.v_statistic_analysis_type_menu .type_list_group[data-v-0918cc3a] {
  line-height: 50px;
  background-color: #fff;
  width: 100%;
  padding: 0 20px;
}
.v_statistic_analysis_type_menu .type_list_group .type_group[data-v-0918cc3a] {
  margin-right: 30px;
}
.v_statistic_analysis_type_menu .type_list_group .type_group .type[data-v-0918cc3a] {
  cursor: pointer;
  line-height: 47px;
  border-bottom: 3px solid transparent;
}
.v_statistic_analysis_type_menu .type_list_group .type_group .type.on[data-v-0918cc3a] {
  border-bottom-color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-e3cfebb6] {
  cursor: pointer;
}
.disabled[data-v-e3cfebb6] {
  cursor: not-allowed;
}
.button[data-v-e3cfebb6] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-e3cfebb6] {
  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-e3cfebb6] {
  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-e3cfebb6] {
  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-e3cfebb6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-e3cfebb6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-e3cfebb6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-e3cfebb6] {
  -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-e3cfebb6]:hover {
  background-color: #004080;
}
.btn_warn[data-v-e3cfebb6] {
  -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-e3cfebb6] {
  -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-e3cfebb6]:hover {
  background-color: #ccdded;
}
[data-v-e3cfebb6]::-ms-clear,[data-v-e3cfebb6]::-ms-reveal {
  display: none;
}
.un_sel[data-v-e3cfebb6] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-e3cfebb6] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-e3cfebb6] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-e3cfebb6] {
  /*滚动条样式*/
  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-e3cfebb6]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-e3cfebb6]::-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-e3cfebb6]::-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-e3cfebb6]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-e3cfebb6] {
  -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-e3cfebb6]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-e3cfebb6]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-e3cfebb6]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-e3cfebb6] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-e3cfebb6]:first-child {
  padding-top: 0;
}
.flex[data-v-e3cfebb6] {
  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-e3cfebb6] {
  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-e3cfebb6] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-e3cfebb6] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-e3cfebb6] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-e3cfebb6] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-e3cfebb6] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-e3cfebb6] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-e3cfebb6] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-e3cfebb6] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-e3cfebb6] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-e3cfebb6] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-e3cfebb6] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-e3cfebb6] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-e3cfebb6] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-e3cfebb6] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-e3cfebb6] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-e3cfebb6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-e3cfebb6] {
  overflow: hidden;
}
.overflow-y-auto[data-v-e3cfebb6] {
  overflow-y: auto;
}
.v_statistic_analysis_course_package[data-v-e3cfebb6] {
  width: 100%;
  height: 100%;
  border-top: 4px solid #f2f2f2;
  overflow: auto;
  color: #333;
}
.v_statistic_analysis_course_package .info_wrapper[data-v-e3cfebb6] {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-bottom: 4px solid #f2f2f2;
}
.v_statistic_analysis_course_package .info_wrapper .status_wrapper[data-v-e3cfebb6] {
  margin-bottom: 40px;
  color: #333;
}
.v_statistic_analysis_course_package .info_wrapper .status_wrapper .text[data-v-e3cfebb6] {
  margin-right: 10px;
}
.v_statistic_analysis_course_package .info_wrapper .status_wrapper .text.gray[data-v-e3cfebb6] {
  color: gray;
}
.v_statistic_analysis_course_package .info_wrapper .status_wrapper .text.yellow[data-v-e3cfebb6] {
  color: rgb(254, 200, 51);
}
.v_statistic_analysis_course_package .info_wrapper .status_wrapper .number[data-v-e3cfebb6] {
  margin-right: 30px;
  font-weight: bold;
}
.v_statistic_analysis_course_package .info_wrapper .statistic_wrapper[data-v-e3cfebb6] {
  line-height: 24px;
}
.v_statistic_analysis_course_package .info_wrapper .statistic_wrapper .text[data-v-e3cfebb6] {
  margin-right: 10px;
}
.v_statistic_analysis_course_package .info_wrapper .statistic_wrapper .number[data-v-e3cfebb6] {
  font-weight: bold;
  color: rgb(0, 84, 166);
  margin-right: 26px;
}
.v_statistic_analysis_course_package .main_wrapper[data-v-e3cfebb6] {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  background-color: #fff;
}
.v_statistic_analysis_course_package .main_wrapper .type_wrapper[data-v-e3cfebb6] {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
.v_statistic_analysis_course_package .main_wrapper .type_wrapper .type[data-v-e3cfebb6] {
  cursor: pointer;
  margin-right: 30px;
}
.v_statistic_analysis_course_package .main_wrapper .type_wrapper .type.on[data-v-e3cfebb6] {
  color: rgb(0, 84, 166);
}
.v_statistic_analysis_course_package .main_wrapper .couser_package_wrapper[data-v-e3cfebb6] {
  width: 100%;
}
.v_statistic_analysis_course_package .main_wrapper .couser_package_wrapper .couser_package_group[data-v-e3cfebb6] {
  width: 100%;
}
@charset "UTF-8";
.cp[data-v-a46050c0] {
  cursor: pointer;
}
.disabled[data-v-a46050c0] {
  cursor: not-allowed;
}
.button[data-v-a46050c0] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-a46050c0] {
  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-a46050c0] {
  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-a46050c0] {
  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-a46050c0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-a46050c0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-a46050c0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-a46050c0] {
  -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-a46050c0]:hover {
  background-color: #004080;
}
.btn_warn[data-v-a46050c0] {
  -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-a46050c0] {
  -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-a46050c0]:hover {
  background-color: #ccdded;
}
[data-v-a46050c0]::-ms-clear,[data-v-a46050c0]::-ms-reveal {
  display: none;
}
.un_sel[data-v-a46050c0] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-a46050c0] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-a46050c0] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-a46050c0] {
  /*滚动条样式*/
  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-a46050c0]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-a46050c0]::-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-a46050c0]::-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-a46050c0]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-a46050c0] {
  -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-a46050c0]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-a46050c0]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-a46050c0]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-a46050c0] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-a46050c0]:first-child {
  padding-top: 0;
}
.flex[data-v-a46050c0] {
  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-a46050c0] {
  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-a46050c0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-a46050c0] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-a46050c0] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-a46050c0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-a46050c0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-a46050c0] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-a46050c0] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-a46050c0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-a46050c0] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-a46050c0] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-a46050c0] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-a46050c0] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-a46050c0] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-a46050c0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-a46050c0] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-a46050c0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-a46050c0] {
  overflow: hidden;
}
.overflow-y-auto[data-v-a46050c0] {
  overflow-y: auto;
}
.v_sa_resource_resource_echarts .resource_echarts[data-v-a46050c0] {
  width: 500px;
  height: 300px;
}
@charset "UTF-8";
.cp[data-v-9db7c336] {
  cursor: pointer;
}
.disabled[data-v-9db7c336] {
  cursor: not-allowed;
}
.button[data-v-9db7c336] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-9db7c336] {
  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-9db7c336] {
  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-9db7c336] {
  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-9db7c336] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-9db7c336] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-9db7c336] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-9db7c336] {
  -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-9db7c336]:hover {
  background-color: #004080;
}
.btn_warn[data-v-9db7c336] {
  -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-9db7c336] {
  -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-9db7c336]:hover {
  background-color: #ccdded;
}
[data-v-9db7c336]::-ms-clear,[data-v-9db7c336]::-ms-reveal {
  display: none;
}
.un_sel[data-v-9db7c336] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-9db7c336] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-9db7c336] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-9db7c336] {
  /*滚动条样式*/
  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-9db7c336]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-9db7c336]::-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-9db7c336]::-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-9db7c336]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-9db7c336] {
  -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-9db7c336]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-9db7c336]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-9db7c336]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-9db7c336] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-9db7c336]:first-child {
  padding-top: 0;
}
.flex[data-v-9db7c336] {
  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-9db7c336] {
  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-9db7c336] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-9db7c336] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-9db7c336] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-9db7c336] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-9db7c336] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-9db7c336] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-9db7c336] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-9db7c336] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-9db7c336] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-9db7c336] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-9db7c336] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-9db7c336] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-9db7c336] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-9db7c336] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-9db7c336] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-9db7c336] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-9db7c336] {
  overflow: hidden;
}
.overflow-y-auto[data-v-9db7c336] {
  overflow-y: auto;
}
.v_statistic_analysis_resource[data-v-9db7c336] {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}
.v_statistic_analysis_resource .container[data-v-9db7c336] {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.v_statistic_analysis_resource .container .chart_wrapper[data-v-9db7c336] {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 4px solid #F5F8FA;
}
.v_statistic_analysis_resource .container .chart_wrapper .chart_group[data-v-9db7c336] {
  min-width: 500px;
  border: 1px solid #ccc;
}
.v_statistic_analysis_resource .container .chart_wrapper .chart_group .title_group[data-v-9db7c336] {
  width: 100%;
  text-align: center;
}
.v_statistic_analysis_resource .container .chart_wrapper .chart_group .title_group .title[data-v-9db7c336] {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.v_statistic_analysis_resource .container .chart_wrapper .text_wrapper[data-v-9db7c336] {
  width: 100%;
  font-weight: bold;
}
.v_statistic_analysis_resource .container .chart_wrapper .text_wrapper .line_group .key[data-v-9db7c336] {
  margin-right: 5px;
  font-size: 16px;
  line-height: 26px;
}
.v_statistic_analysis_resource .container .chart_wrapper .text_wrapper .line_group .value[data-v-9db7c336] {
  color: rgb(0, 84, 166);
  line-height: 26px;
}
.v_statistic_analysis_resource .container .details_wrapper .details_group[data-v-9db7c336] {
  padding: 20px;
}
.v_statistic_analysis_resource .container .details_wrapper .details_group .details[data-v-9db7c336] {
  -webkit-box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.05);
  padding: 10px 30px;
  border-right: 8px;
  width: 400px;
  margin-right: 30px;
  height: 80px;
  margin-bottom: 20px;
}
.v_statistic_analysis_resource .container .details_wrapper .details_group .details .info_group[data-v-9db7c336] {
  font-size: 16px;
  width: 120px;
  margin-right: 20px;
  font-weight: bold;
}
.v_statistic_analysis_resource .container .details_wrapper .details_group .details .info_group .number[data-v-9db7c336] {
  color: rgb(0, 84, 166);
}
@charset "UTF-8";
.cp[data-v-76e0560e] {
  cursor: pointer;
}
.disabled[data-v-76e0560e] {
  cursor: not-allowed;
}
.button[data-v-76e0560e] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-76e0560e] {
  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-76e0560e] {
  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-76e0560e] {
  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-76e0560e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-76e0560e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-76e0560e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-76e0560e] {
  -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-76e0560e]:hover {
  background-color: #004080;
}
.btn_warn[data-v-76e0560e] {
  -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-76e0560e] {
  -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-76e0560e]:hover {
  background-color: #ccdded;
}
[data-v-76e0560e]::-ms-clear,[data-v-76e0560e]::-ms-reveal {
  display: none;
}
.un_sel[data-v-76e0560e] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-76e0560e] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-76e0560e] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-76e0560e] {
  /*滚动条样式*/
  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-76e0560e]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-76e0560e]::-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-76e0560e]::-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-76e0560e]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-76e0560e] {
  -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-76e0560e]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-76e0560e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-76e0560e]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-76e0560e] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-76e0560e]:first-child {
  padding-top: 0;
}
.flex[data-v-76e0560e] {
  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-76e0560e] {
  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-76e0560e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-76e0560e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-76e0560e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-76e0560e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-76e0560e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-76e0560e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-76e0560e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-76e0560e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-76e0560e] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-76e0560e] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-76e0560e] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-76e0560e] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-76e0560e] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-76e0560e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-76e0560e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-76e0560e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-76e0560e] {
  overflow: hidden;
}
.overflow-y-auto[data-v-76e0560e] {
  overflow-y: auto;
}
.v_statistic_analysis_study_gorup[data-v-76e0560e] {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.v_statistic_analysis_study_gorup .container[data-v-76e0560e] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
}
.v_statistic_analysis_study_gorup .info_wrapper[data-v-76e0560e] {
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  height: 100px;
  border-bottom: 4px solid #F5F8FA;
  line-height: 30px;
}
.v_statistic_analysis_study_gorup .info_wrapper .key[data-v-76e0560e] {
  margin-right: 5px;
}
.v_statistic_analysis_study_gorup .info_wrapper .value[data-v-76e0560e] {
  margin-right: 30px;
  color: rgb(0, 84, 166);
}
.v_statistic_analysis_study_gorup .chat_group_wrapper[data-v-76e0560e] {
  width: 100%;
  padding: 20px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper[data-v-76e0560e] {
  width: 100%;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .info_group .name[data-v-76e0560e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 8px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .info_group .detail_group[data-v-76e0560e] {
  width: 340px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .info_group .detail_group .avatar[data-v-76e0560e] {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background-color: #ccc;
  margin-right: 10px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .info_group .detail_group .name_group[data-v-76e0560e] {
  width: 100%;
  overflow: auto;
  margin-right: 20px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .info_group .detail_group .name_group .name[data-v-76e0560e] {
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  margin-bottom: 8px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .info_group .detail_group .name_group .detail_number[data-v-76e0560e] {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.v_statistic_analysis_study_gorup .chat_group_wrapper .group_wrapper .chat_group .fun_group .btn[data-v-76e0560e] {
  margin-top: 7px;
  font-size: 13px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 4px;
}
@charset "UTF-8";
.cp[data-v-fcc0ac70] {
  cursor: pointer;
}
.disabled[data-v-fcc0ac70] {
  cursor: not-allowed;
}
.button[data-v-fcc0ac70] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.flex[data-v-fcc0ac70] {
  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-fcc0ac70] {
  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-fcc0ac70] {
  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-fcc0ac70] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper[data-v-fcc0ac70] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bbox_wrapper *[data-v-fcc0ac70] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_dark[data-v-fcc0ac70] {
  -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-fcc0ac70]:hover {
  background-color: #004080;
}
.btn_warn[data-v-fcc0ac70] {
  -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-fcc0ac70] {
  -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-fcc0ac70]:hover {
  background-color: #ccdded;
}
[data-v-fcc0ac70]::-ms-clear,[data-v-fcc0ac70]::-ms-reveal {
  display: none;
}
.un_sel[data-v-fcc0ac70] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text_justify[data-v-fcc0ac70] {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.components_control_wrapper[data-v-fcc0ac70] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(204, 204, 204);
}
.components_control_wrapper .title[data-v-fcc0ac70] {
  /*滚动条样式*/
  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-fcc0ac70]::-webkit-scrollbar {
  width: 4px;
}
.components_control_wrapper .title[data-v-fcc0ac70]::-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-fcc0ac70]::-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-fcc0ac70]:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.components_control_wrapper input[data-v-fcc0ac70] {
  -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-fcc0ac70]::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-fcc0ac70]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper input[data-v-fcc0ac70]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc;
  font-weight: normal;
}
.components_control_wrapper .content_group[data-v-fcc0ac70] {
  padding-top: 15px;
}
.components_control_wrapper .content_group[data-v-fcc0ac70]:first-child {
  padding-top: 0;
}
.flex[data-v-fcc0ac70] {
  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-fcc0ac70] {
  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-fcc0ac70] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-start[data-v-fcc0ac70] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end[data-v-fcc0ac70] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center[data-v-fcc0ac70] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-space-between[data-v-fcc0ac70] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.align-start[data-v-fcc0ac70] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end[data-v-fcc0ac70] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-center[data-v-fcc0ac70] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-stretch[data-v-fcc0ac70] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.align-self-start[data-v-fcc0ac70] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.align-self-end[data-v-fcc0ac70] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.align-self-center[data-v-fcc0ac70] {
  -ms-flex-item-align: center;
      align-self: center;
}
.flex-nowrap[data-v-fcc0ac70] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-wrap[data-v-fcc0ac70] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-content-center[data-v-fcc0ac70] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-shrink-0[data-v-fcc0ac70] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.overflow-hidden[data-v-fcc0ac70] {
  overflow: hidden;
}
.overflow-y-auto[data-v-fcc0ac70] {
  overflow-y: auto;
}
.v_statistic_analysis_index[data-v-fcc0ac70] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.v_statistic_analysis_index .type_menu[data-v-fcc0ac70] {
  width: 100%;
}
.v_statistic_analysis_index .main_wrapper[data-v-fcc0ac70] {
  width: 100%;
  height: 100%;
}

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