@charset "UTF-8";
/*fade*/
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s; }
.fade-enter,
.fade-leave-active {
  opacity: 0; }
/*fade-transform*/
.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s; }
.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); }
.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }
/*breadcrumb transition*/
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s; }
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }
.breadcrumb-move {
  -webkit-transition: all .5s;
  transition: all .5s; }
.breadcrumb-leave-active {
  position: absolute; }
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important; }
.el-upload input[type="file"] {
  display: none !important; }
.el-upload__input {
  display: none; }
.cell .el-tag {
  margin-right: 0px; }
.small-padding .cell {
  padding-left: 5px;
  padding-right: 5px; }
.fixed-width .el-button--mini {
  padding: 7px 10px;
  width: 60px; }
.status-col .cell {
  padding: 0 10px;
  text-align: center; }
.status-col .cell .el-tag {
    margin-right: 0px; }
.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto; }
.article-textarea textarea {
  padding-right: 40px;
  resize: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bfcbd9; }
.upload-container .el-upload {
  width: 100%; }
.upload-container .el-upload .el-upload-dragger {
    width: 100%;
    height: 200px; }
.el-dropdown-menu a {
  display: block; }
.notify-outboundPlan {
  z-index: 9999 !important; }
/*************************************************输入框 */
input::-webkit-input-placeholder {
  -webkit-text-fill-color: #ccc !important; }
.el-input__inner {
  border-radius: 2px !important;
  margin-right: 20px !important;
  font-size: 12px;
  color: #172330; }
.el-textarea__inner {
  font-size: 12px;
  color: #172330; }
.el-range-editor.el-input__inner {
  padding-top: 2px;
  padding-bottom: 1px;
  height: 34.5px !important;
  line-height: 34.5px !important; }
.el-range-editor.el-input__inner .el-range-input {
    height: 85%;
    color: #172330; }
.el-range-editor--medium .el-range-input {
  font-size: 12px; }
.el-input-number--medium .el-input-number__decrease, .el-input-number--medium .el-input-number__increase {
  margin-top: 1px;
  margin-bottom: 1px;
  height: 30px !important;
  line-height: 30px !important; }
/*************************************************输入框 end*/
/************************************************按钮*/
.el-button--primary {
  background-color: #5C96F5;
  border-color: #5C96F5; }
.el-button--primary:hover {
  background-color: #5C96F5;
  border-color: #5C96F5; }
.el-button--primary:focus,
.el-button--primary:hover {
  background-color: #5C96F5;
  border-color: #5C96F5; }
.el-button--mini {
  font-size: 10px; }
.el-button--medium {
  padding: 9px 15px !important;
  font-size: 12px !important; }
.el-table__row .el-button--medium {
  padding: 0px !important; }
.filter-item-plus .el-button {
  min-width: 100px; }
/************************************************按钮 end*/
/************************************************列表*/
.el-table th.el-table__cell.is-leaf {
  border: none; }
.el-table td.el-table__cell {
  border: none; }
.el-table--border::after,
.el-table::before {
  background-color: transparent; }
.el-table--border,
.el-table__cell,
.is-leaf {
  border: none; }
.el-table__cell {
  line-height: 19px !important;
  height: 19px !important; }
.el-table__fixed-right {
  background: white !important;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.23) !important; }
.el-table {
  /* 表头增加border */
  color: #515A6E;
  font-size: 14px; }
.el-table thead th:not(.is-hidden) {
    color: #17233D;
    font-size: 14px; }
.el-pagination__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.el-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
/************************************************列表 end*/
/*************************************************筛选条件*/
.filter-container .el-input {
  margin-bottom: 0px;
  margin-right: 20px !important; }
.filter-container .el-select {
  margin-right: 20px !important; }
.filter-container .el-button {
  margin-right: 0px !important;
  min-width: 82.5px; }
.filter-container-0 {
  font-size: 0; }
.filter-container-0 .el-input {
    margin-bottom: 0px;
    margin-right: 20px !important; }
.filter-container-0 .el-select {
    margin-right: 20px !important; }
.filter-container-0 .el-button {
    margin-right: 0px !important;
    min-width: 82.5px; }
/*************************************************筛选条件 end*/
.el-input-group--append .el-input__inner {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
.el-input-group--append .el-input-group__append {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }
.el-loading-mask {
  display: none; }
/* 设置滚动条宽度和高度 */
.el-table__body-wrapper::-webkit-scrollbar {
  width: 12px !important;
  /* 横向滚动条 */
  height: 12px !important;
  /* 纵向滚动条 必写 */ }
/* 设置滚动条样式 */
.el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #ddd !important;
  border-radius: 10px !important; }
.bigScreenMonth {
  background: #0A367B !important;
  border-color: #0F4187;
  color: white; }
.bigScreenMonth .el-picker-panel__icon-btn {
    color: white; }
.bigScreenMonth .prev-month {
    color: #999 !important; }
.bigScreenMonth .el-date-table th {
    color: white; }
.bigScreenMonth td.in-range div {
    background: rgba(1, 94, 245, 0.5); }
.bigScreenMonth td.in-range div:hover {
    background: rgba(1, 94, 245, 0.5); }
.bigScreenMonth .el-month-table td .cell {
    color: white !important; }
.bigScreenMonth .el-date-picker__header-label {
    color: white !important; }
.bigScreenMonth .el-month-table td.disabled .cell {
    background-color: transparent;
    color: #999 !important; }
.bigScreenMonth .el-month-table .current .cell {
    background-color: transparent;
    color: #00aeff !important; }
#app .main-container {
  -webkit-transition: margin-left .28s;
  transition: margin-left .28s;
  margin-left: 200px;
  padding-top: 90px;
  position: relative;
  margin-right: 20px;
  overflow: hidden; }
#app .main-container-div {
  background-color: white;
  position: relative;
  border-radius: 20px;
  height: calc(100vh - 90px - 20px); }
#app .main-container-div-home {
    background-color: #f9f9f9; }
#app .app-main-scrollbar {
  position: relative;
  height: calc(100vh - 90px - 20px - 45px); }
#app .app-main-scrollbar .el-scrollbar__wrap {
    overflow-x: scroll; }
#app .main-container-div-home .app-main-scrollbar {
  position: relative;
  height: calc(100vh - 90px - 20px) !important; }
#app .main-container-div-home .app-main-scrollbar .el-scrollbar__wrap {
    overflow-x: hidden; }
#app .knowledge-question-container-scroll {
  overflow-x: hidden !important; }
#app .knowledge-question-container-scroll .el-scrollbar__wrap {
    overflow-x: hidden !important; }
#app .city-list-content {
  overflow-x: hidden !important; }
#app .city-list-content .el-scrollbar__wrap {
    overflow-x: hidden !important; }
#app .app-main {
  min-height: 100%;
  margin: 20px;
  margin-top: 0px;
  overflow-x: hidden;
  position: relative; }
#app .app-main-home {
  position: relative;
  margin-top: -20px;
  position: relative;
  z-index: 20; }
#app .navbar {
  background-color: transparent; }
#app .navbar .el-menu-demo {
    background-color: transparent; }
#app .navbar .el-menu-demo .el-menu-item {
      color: black;
      background-color: transparent; }
#app .navbar .el-menu-demo .el-menu-item.current {
        color: #E60012;
        background-color: transparent; }
#app .navbar .el-menu-demo .el-menu-item.current span::after {
          background: #E60012; }
#app .navbar .el-menu-demo .el-menu-item:hover {
        background-color: transparent; }
#app .navbar .top-nav {
    background-color: transparent; }
#app .navbar .side-logo {
    background-color: transparent; }
#app .navbar .right-menu {
    background-color: transparent; }
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 180px !important;
  height: calc(100% - 90px);
  position: fixed;
  font-size: 0px;
  top: 90px;
  bottom: 0;
  left: 0px;
  z-index: 999;
  overflow: hidden;
  background-color: transparent; }
#app .sidebar-container .horizontal-collapse-transition {
    -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
    transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; }
#app .sidebar-container .scrollbar-wrapper {
    overflow-x: hidden !important; }
#app .sidebar-container .scrollbar-wrapper .el-scrollbar__view {
      height: 100%; }
#app .sidebar-container .is-horizontal {
    display: none; }
#app .sidebar-container a {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
#app .sidebar-container .svg-icon {
    margin-right: 10px;
    vertical-align: -3px; }
#app .sidebar-container .el-menu {
    border: none;
    height: 100%;
    background: transparent !important;
    width: 100% !important; }
#app .sidebar-container .el-menu-item {
    color: #333;
    font-size: 13px;
    font-weight: 600; }
#app .sidebar-container .el-menu-item.is-active {
      background-color: transparent;
      color: #E60012; }
#app .sidebar-container .el-menu-item.is-active .svg-icon {
        fill: #E60012; }
#app .sidebar-container .el-menu-item.is-active .svg-icon svg path {
          fill: #E60012; }
#app .sidebar-container .el-menu-item:hover {
      background-color: #F2F3F5; }
#app .sidebar-container .router-link-exact-active span {
    color: #E60012; }
#app .sidebar-container .router-link-exact-active .svg-icon {
    fill: #E60012; }
#app .sidebar-container .router-link-exact-active .svg-icon svg path {
      fill: #E60012; }
#app .sidebar-container .el-submenu .el-submenu__title:hover {
    background-color: #F2F3F5; }
#app .sidebar-container .el-submenu div {
    font-size: 13px;
    font-weight: 600;
    color: #333; }
#app .sidebar-container .el-submenu.is-active div {
    color: #E60012; }
#app .sidebar-container .el-submenu.is-active .svg-icon {
    fill: #E60012; }
#app .sidebar-container .el-submenu.is-active .svg-icon svg path {
      fill: #E60012; }
#app .sidebar-container .el-submenu .el-menu-item {
    font-size: 13px;
    font-weight: 500;
    color: rgba(3, 3, 3, 0.7); }
#app .sidebar-container .el-submenu .el-menu-item.is-active {
      background-color: transparent; }
#app .sidebar-container .el-submenu .el-menu-item.is-active span {
        color: #E60012; }
#app .sidebar-container .el-submenu .el-menu-item:hover {
      background-color: #F2F3F5; }
#app .sidebar-container .sub-wrap-item {
    margin-left: 45px; }
#app .sidebar-container .sub-wrap-item .el-menu-item {
      padding: 0px !important;
      width: 90px !important;
      min-width: 90px !important; }
#app .expand-right-img:hover {
  background: #F2F3F5; }
#app .hideSidebar .sidebar-container {
  width: 60px !important; }
#app .hideSidebar .main-container {
  margin-left: 60px; }
#app .hideSidebar .svg-icon {
  margin-right: 0px; }
#app .hideSidebar .submenu-title-noDropdown {
  padding-left: 10px !important;
  position: relative;
  text-align: center; }
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
    padding: 0 10px !important; }
#app .hideSidebar .el-submenu {
  overflow: hidden; }
#app .hideSidebar .el-submenu > .el-submenu__title {
    text-align: center; }
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
      display: none; }
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block; }
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important; }
#app .mobile .main-container {
  margin-left: 0px; }
#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform .28s;
  transition: -webkit-transform .28s;
  transition: transform .28s;
  transition: transform .28s, -webkit-transform .28s;
  width: 170px !important;
  background-color: white; }
#app .mobile .main-container-div {
  background-color: white; }
#app .mobile.hideSidebar .sidebar-container {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-180px, 0, 0);
          transform: translate3d(-180px, 0, 0); }
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none; }
/*******************************弹框  */
.saleNoticeMessage .el-dialog__header {
  padding: 0px; }
.saleNoticeMessage .el-dialog__body {
  padding: 20px; }
/*********************************知识库  */
.knowLedgeDialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px); }
.knowLedgeDialog .el-dialog__body {
    padding: 30px 20px; }
.knowLedgeDialog .el-dialog__headerbtn {
    top: 20px;
    right: 20px;
    font-size: 16px; }
.question-scrollbar-wrapper {
  overflow-x: hidden; }
.knowledge-question-hot-scrollbar-wrapper {
  overflow-x: hidden; }
.home_body_left_wrapper {
  overflow-x: hidden !important; }
.home_body_right_wrapper {
  overflow-x: hidden !important; }
.home_body_left_wrapper .el-scrollbar {
  overflow: hidden !important; }
.home_body_left_wrapper .el-scrollbar__wrap {
  scrollbar-width: none;
  /* Firefox 兼容 */
  -ms-overflow-style: none;
  /* IE/Edge 兼容 */ }
.home_body_left_wrapper .el-scrollbar__wrap::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari 隐藏滚动条 */ }
.city-list-content .el-scrollbar {
  overflow: hidden !important; }
.city-list-content .el-scrollbar__wrap {
  scrollbar-width: none;
  /* Firefox 兼容 */
  -ms-overflow-style: none;
  /* IE/Edge 兼容 */ }
.city-list-content .el-scrollbar__wrap::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari 隐藏滚动条 */ }
.dou_table_wrapper {
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox 兼容 */
  -ms-overflow-style: none;
  /* IE/Edge 兼容 */ }
.blue-btn {
  background: #324157; }
.blue-btn:hover {
    color: #324157; }
.blue-btn:hover:before, .blue-btn:hover:after {
      background: #324157; }
.light-blue-btn {
  background: #3A71A8; }
.light-blue-btn:hover {
    color: #3A71A8; }
.light-blue-btn:hover:before, .light-blue-btn:hover:after {
      background: #3A71A8; }
.red-btn {
  background: #C03639; }
.red-btn:hover {
    color: #C03639; }
.red-btn:hover:before, .red-btn:hover:after {
      background: #C03639; }
.pink-btn {
  background: #E65D6E; }
.pink-btn:hover {
    color: #E65D6E; }
.pink-btn:hover:before, .pink-btn:hover:after {
      background: #E65D6E; }
.green-btn {
  background: #30B08F; }
.green-btn:hover {
    color: #30B08F; }
.green-btn:hover:before, .green-btn:hover:after {
      background: #30B08F; }
.tiffany-btn {
  background: #4AB7BD; }
.tiffany-btn:hover {
    color: #4AB7BD; }
.tiffany-btn:hover:before, .tiffany-btn:hover:after {
      background: #4AB7BD; }
.yellow-btn {
  background: #FEC171; }
.yellow-btn:hover {
    color: #FEC171; }
.yellow-btn:hover:before, .yellow-btn:hover:after {
      background: #FEC171; }
.pan-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  outline: none;
  margin-right: 25px;
  -webkit-transition: 600ms ease all;
  transition: 600ms ease all;
  position: relative;
  display: inline-block; }
.pan-btn:hover {
    background: #fff; }
.pan-btn:hover:before, .pan-btn:hover:after {
      width: 100%;
      -webkit-transition: 600ms ease all;
      transition: 600ms ease all; }
.pan-btn:before, .pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all; }
.pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0; }
.custom-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px; }
/* flex 布局 */
.flex {
  /* #ifndef APP-PLUS-NVUE */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* #endif */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.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-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.align-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }
.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.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; }
/* #ifndef APP-PLUS-NVUE */
.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }
.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }
.content-center {
  -ms-flex-line-pack: center;
      align-content: center; }
.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between; }
.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }
.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
/* #endif */
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }
.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }
.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }
.flex-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5; }
.flex-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6; }
.flex-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7; }
/* #ifndef APP-PLUS-NVUE */
.flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
/* #endif */
.container {
  padding-right: 20rpx;
  padding-left: 20rpx; }
/*  -- 内外边距 -- */
.m-0 {
  margin: 0; }
.m-1 {
  margin: 10px; }
.mx-1 {
  margin-left: 10px;
  margin-right: 10px; }
.mx-3 {
  margin-left: 30px;
  margin-right: 30px; }
.my-1 {
  margin-top: 10px;
  margin-bottom: 10px; }
.ml-1 {
  margin-left: 10px; }
.ml-2 {
  margin-left: 20px; }
.ml-3 {
  margin-left: 30px; }
.ml-5 {
  margin-left: 50px; }
.mr-1 {
  margin-right: 10px; }
.mr-2 {
  margin-right: 10px; }
.mr-3 {
  margin-right: 10px; }
.mr-3 {
  margin-right: 30px; }
.mt-1 {
  margin-top: 10px; }
.mt-2 {
  margin-top: 20px; }
.mt-3 {
  margin-top: 30px; }
.mt-4 {
  margin-top: 40px; }
.mt-5 {
  margin-top: 50px; }
.mb-1 {
  margin-bottom: 10px; }
.mb-2 {
  margin-bottom: 20px; }
.pl-1 {
  padding-left: 10px; }
.pl-2 {
  padding-left: 20px; }
.pl-3 {
  padding-left: 30px; }
.pr-1 {
  padding-right: 10px; }
.pt-1 {
  padding-top: 10px; }
.pb-1 {
  padding-bottom: 10px; }
.pb-2 {
  padding-bottom: 20px; }
.pb-3 {
  padding-bottom: 30px; }
.pb-4 {
  padding-bottom: 40px; }
.pb-5 {
  padding-bottom: 50px; }
.w-100 {
  width: 100%; }
.w-50 {
  width: 50%; }
.h-100 {
  height: 100%; }
.color9 {
  color: #999999; }
.font-small {
  font-size: 12px; }
.font-weight-500 {
  font-weight: 500; }
.font-weight-600 {
  font-weight: 600; }
.font-weight-700 {
  font-weight: 700; }
.position-relative {
  position: relative; }
.position-absolute {
  position: absolute; }
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; }
label {
  font-weight: 700; }
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
#app {
  height: 100%; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
.no-padding {
  padding: 0px !important; }
.padding-content {
  padding: 4px 0; }
a:focus,
a:active {
  outline: none; }
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }
div:focus {
  outline: none; }
.fr {
  float: right; }
.fl {
  float: left; }
.pr-5 {
  padding-right: 5px; }
.pl-5 {
  padding-left: 5px; }
.block {
  display: block; }
.pointer {
  cursor: pointer; }
.inlineBlock {
  display: block; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
code {
  background: #eef1f6;
  padding: 15px 16px;
  margin-bottom: 20px;
  display: block;
  line-height: 36px;
  font-size: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
code a {
    color: #337ab7;
    cursor: pointer; }
code a:hover {
      color: #20a0ff; }
.warn-content {
  background: rgba(66, 185, 131, 0.1);
  border-radius: 2px;
  padding: 16px;
  padding: 1rem;
  line-height: 1.6rem;
  word-spacing: .05rem; }
.warn-content a {
    color: #42b983;
    font-weight: 600; }
.app-container {
  padding: 20px; }
.components-container {
  margin: 30px 50px;
  position: relative; }
.pagination-container {
  margin-top: 30px; }
.text-center {
  text-align: center; }
.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 600ms ease position;
  transition: 600ms ease position;
  background: -webkit-gradient(linear, left top, right top, from(#20b6f9), color-stop(0%, #20b6f9), color-stop(100%, #2178f1), to(#2178f1));
  background: linear-gradient(90deg, #20b6f9 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%); }
.sub-navbar .subtitle {
    font-size: 20px;
    color: #fff; }
.sub-navbar.draft {
    background: #d0d0d0; }
.sub-navbar.deleted {
    background: #d0d0d0; }
.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer; }
.link-type:hover,
  .link-type:focus:hover {
    color: #20a0ff; }
.filter-container {
  padding-bottom: 10px; }
.filter-container .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 13px;
    margin-right: 10px; }
.filter-container .filter-item-plus {
    margin-bottom: 10px;
    margin-right: 10px; }
.filter-container .filter-item-plus-line {
    margin-bottom: 10px;
    margin-right: 10px; }
.filter-container .el-form-item {
    margin-bottom: 0px; }
.multiselect {
  line-height: 16px; }
.multiselect--active {
  z-index: 1000 !important; }
.isMobileMi .app-main {
  padding: 0px !important;
  padding-bottom: 20px !important; }
.isMobileMi .app-container {
  padding: 0px !important;
  padding-bottom: 20px !important; }
.isMobileIos .top-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: scroll !important; }
.isMobileIos .el-menu--horizontal {
  float: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.word-wrap {
  word-wrap: break-word; }
.el-menu--popup {
  max-height: 50vh;
  overflow-y: auto; }

.app-breadcrumb.el-breadcrumb[data-v-58123276] {
  font-size: 13px;
  line-height: 45px;
  padding-left: 40px;
  background: #fff;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-58123276] {
    color: #97a8be;
    cursor: text;
}
.el-breadcrumb__inner[data-v-58123276],
.el-breadcrumb__inner a[data-v-58123276] {
  color: #409eff;
}


.hamburger[data-v-659089ac] {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .38s;
  transition: .38s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.hamburger.is-active[data-v-659089ac] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}


.bug-btn.el-button--small[data-v-0d993152] {
  padding: 9px 10px;
}
.bug-svg[data-v-0d993152] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.message-title[data-v-0d993152] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-right: 8px;
}


.screenfull-svg[data-v-49bcf327] {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;;
  width: 20px;
  height: 20px;
  vertical-align: 10px;
}


.international-icon[data-v-fa55a1fe] {
  font-size: 20px;
  cursor: pointer;
  vertical-align: -5px!important;
}


.theme-picker .el-color-picker__trigger {
  vertical-align: middle;
}
.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none;
}

.titleKnowledge[data-v-49f3b11c] {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 21px;
  margin-right: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleKnowledge span[data-v-49f3b11c] {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.titleKnowledge[data-v-49f3b11c] .titleKnowledge_search {
    border: 1px solid rgba(151, 151, 151, 0.3);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10%;
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.titleKnowledge[data-v-49f3b11c] .titleKnowledge_search img {
      width: 20px;
      height: 20px;
      opacity: 0.4;
}
.titleKnowledge[data-v-49f3b11c] .titleKnowledge_search input {
      padding: 10;
      width: 100%;
}
.titleKnowledge .titleKnowledge_searchButton[data-v-49f3b11c] {
    background: #e8f4ff;
    border-width: 0;
    margin-left: 22px;
    width: 74px;
    height: 34px;
    color: #4eadff;
    font-size: 14px !important;
}
.titleKnowledge .titleKnowledge_add[data-v-49f3b11c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.titleKnowledge .titleKnowledge_add .titleKnowledge_add_add[data-v-49f3b11c] {
      height: 34px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #e8fff6;
      border-width: 0;
      margin-left: 22px;
      color: #41c86c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      font-size: 14px !important;
}
.titleKnowledge .titleKnowledge_add .titleKnowledge_add_add[data-v-49f3b11c] .el-icon-plus {
        font-size: 10px !important;
}
.titleKnowledge .commonInput[data-v-49f3b11c] {
    border-width: 0px;
    font-size: 12px;
    width: 100%;
}
.titleKnowledge .commonInput[data-v-49f3b11c] .el-input__inner {
      border-width: 0px;
      margin-right: 0px !important;
}

.knowledge-question-hot[data-v-4885f1a0] {
  margin-left: 30px;
  width: 220px;
  border-right: 1px solid #e1e1e1;
}
.knowledge-question-hot .knowledge-question-hot-title[data-v-4885f1a0] {
    font-size: 16px;
    color: #333;
    margin-left: 12px;
}
.knowledge-question-hot .knowledge-question-hot-list[data-v-4885f1a0] {
    margin-top: 19px;
    height: 570px;
}
.knowledge-question-hot .knowledge-question-hot-list .knowledge-question-hot-list-item[data-v-4885f1a0] {
      width: 180px;
      height: 96px;
      margin-top: 14px;
      margin-bottom: 14px;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      cursor: pointer;
      background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(52.89%, #fefeff), to(#f0f4ff));
      background: linear-gradient(180deg, white 0%, #fefeff 52.89%, #f0f4ff 100%);
      padding-left: 24px;
      padding-right: 24px;
      padding-top: 10px;
      padding-bottom: 4px;
}
.knowledge-question-hot .knowledge-question-hot-list .knowledge-question-hot-list-item.select[data-v-4885f1a0] {
        background: linear-gradient(128.77deg, #ff973c 0%, #f8ba6f 100%);
}
.knowledge-question-hot .knowledge-question-hot-list .knowledge-question-hot-list-item.select .knowledge-question-hot-list-item-text[data-v-4885f1a0] {
          color: white;
          font-size: 14px;
}
.knowledge-question-hot .knowledge-question-hot-list .knowledge-question-hot-list-item.select .knowledge-question-hot-list-item-label[data-v-4885f1a0] {
          background-color: #f3dbc4;
}
.knowledge-question-hot .knowledge-question-hot-list .knowledge-question-hot-list-item .knowledge-question-hot-list-item-text[data-v-4885f1a0] {
        color: #1d1d1d;
        font-size: 14px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
}
.knowledge-question-hot .knowledge-question-hot-list .knowledge-question-hot-list-item .knowledge-question-hot-list-item-label[data-v-4885f1a0] {
        position: absolute;
        color: #b59b88;
        font-size: 10px;
        top: 5px;
        right: 5px;
        background-color: #faf8f6;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 6px;
}

.knowledge-question-container-list[data-v-fab10d20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.knowledge-question-container-list .knowledge-question-container-list-item[data-v-fab10d20] {
    padding: 8px 25px;
    min-width: 80px;
    min-height: 35px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #f0efef;
    color: #7a7a7a;
    cursor: pointer;
    font-size: 14px;
}
.knowledge-question-container-list .knowledge-question-container-list-item.select[data-v-fab10d20] {
      background-color: #fdf8e3;
      color: #d68c30;
}
.knowledge-question-container-sublist[data-v-fab10d20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 66px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.knowledge-question-container-sublist .knowledge-question-container-sublist-item[data-v-fab10d20] {
    padding: 8px 25px;
    min-width: 65px;
    min-height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 6px;
    background-color: #f0efef;
    color: #7a7a7a;
    cursor: pointer;
}
.knowledge-question-container-sublist .knowledge-question-container-sublist-item.select[data-v-fab10d20] {
      background-color: #fff0f1;
      color: #fa6973;
}

.knowledge-question-container-scroll[data-v-591bb574] {
  margin-top: 20px;
  overflow-x: hidden;
}
.knowledge-question-container-scroll .knowledge-question-container-body[data-v-591bb574] {
    height: 100%;
    margin-left: 20px;
    position: relative;
    z-index: 0;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item[data-v-591bb574] {
      margin-bottom: 10px;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title[data-v-591bb574] {
        background: -webkit-gradient(linear, left top, right top, from(#fbf2ee), to(white));
        background: linear-gradient(90deg, #fbf2ee 0%, white 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title.isSticky[data-v-591bb574] {
          position: sticky;
          top: -1px;
          z-index: 10000;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-container[data-v-591bb574] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-container .knowledge-question-container-body-item-title-label[data-v-591bb574] {
            border-radius: 6px;
            background-color: #ff8f8f;
            color: white;
            font-size: 12px;
            min-width: 62px;
            padding-left: 10px;
            padding-right: 10px;
            min-height: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-left: 20px;
            padding-top: 3px;
            margin-right: 16px;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-container .knowledge-question-container-body-item-title-dividing[data-v-591bb574] {
            width: 5px;
            height: 26px;
            background-color: #f98e24;
            margin-right: 11px;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-container .knowledge-question-container-body-item-title-text[data-v-591bb574] {
            color: #333;
            font-size: 14px;
            overflow: hidden;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-btn-parent[data-v-591bb574] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-btn-parent .knowledge-question-container-body-item-title-copy[data-v-591bb574] {
            height: 30px;
            background: #e8fff6;
            border-width: 0;
            margin-left: 22px;
            color: #41c86c;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0;
            font-size: 11px !important;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item .knowledge-question-container-body-item-title .knowledge-question-container-body-item-title-btn-parent .knowledge-question-container-body-item-title-btn[data-v-591bb574] {
            height: 30px;
            background: #e8f4ff;
            border-width: 0;
            margin-left: 22px;
            color: #4eadff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0;
            font-size: 11px !important;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item-container[data-v-591bb574] {
      padding: 20px 40px;
      background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(white));
      background: linear-gradient(90deg, #fafafa 0%, white 100%);
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item-container[data-v-591bb574] .knowledge-question-container-body-item-container-html img {
        max-width: 100% !important;
}
.knowledge-question-container-scroll .knowledge-question-container-body .knowledge-question-container-body-item-copy-hidden[data-v-591bb574] {
      height: 20px;
      overflow-y: hidden;
      line-height: 0.1px;
      position: absolute;
      z-index: -10;
      right: 0px;
      top: -100px;
}

.editor-slide-upload[data-v-5161d745] {
  margin-bottom: 20px;
}
.editor-slide-upload[data-v-5161d745] .el-upload--picture-card {
    width: 100%;
}
[data-v-5161d745] .el-upload-list__item {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition: nonne !important;
}
[data-v-5161d745] .el-upload-list__item-name {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition: nonne !important;
}


.tinymce-container[data-v-8da3f5d6] {
  position: relative;
}
.tinymce-container[data-v-8da3f5d6] .mce-fullscreen {
  z-index: 10000;
}
.tinymce-textarea[data-v-8da3f5d6] {
  visibility: hidden;
  z-index: -1;
}
.editor-custom-btn-container[data-v-8da3f5d6] {
  position: absolute;
  right: 4px;
  top: 4px;
  /*z-index: 2005;*/
}
.fullscreen .editor-custom-btn-container[data-v-8da3f5d6] {
  z-index: 10000;
  position: fixed;
}
.editor-upload-btn[data-v-8da3f5d6] {
  display: inline-block;
}

[data-v-af5b5e92] .knowLedgeDialog {
  border-radius: 20px;
}
[data-v-af5b5e92] .knowLedgeDialog .el-icon-close {
    color: black;
    margin-top: 0px;
}
[data-v-af5b5e92] .knowLedgeDialog .el-dialog__header {
    position: relative;
    z-index: 100;
}
[data-v-af5b5e92] .knowLedgeDialog .el-dialog__header {
    padding: 0px;
}
.dialog-footer[data-v-af5b5e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.knowledge-edit[data-v-af5b5e92] {
  margin-left: 40px;
}
.knowledge-edit .knowledge-edit-title[data-v-af5b5e92] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.knowledge-edit .knowledge-edit-container[data-v-af5b5e92] {
    margin-top: 45px;
}
.knowledge-edit .knowledge-edit-container .editor-container[data-v-af5b5e92] {
      min-height: 228px;
      margin: 0 0 0px;
      margin-right: 20px;
}
.knowledge-edit .knowledge-edit-container .editor-container .editor-upload-btn-container[data-v-af5b5e92] {
        text-align: right;
        margin-right: 10px;
        display: none;
}
.knowledge-edit .knowledge-edit-container .editor-container .editor-upload-btn-container .editor-upload-btn[data-v-af5b5e92] {
          height: 34px;
          background: #e8f4ff;
          border-width: 0;
          margin-left: 22px;
          color: #4eadff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 14px !important;
}
.knowledge-edit .knowledge-edit-cancel[data-v-af5b5e92] {
    height: 34px;
    background: #e8f4ff;
    border-width: 0;
    margin-left: 22px;
    color: #4eadff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px !important;
}
.knowledge-edit .knowledge-edit-add[data-v-af5b5e92] {
    height: 34px;
    background: #fdf8e3;
    border-width: 0;
    margin-left: 22px;
    color: #d68c30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px !important;
}
[data-v-af5b5e92] .editor-container-tinymce .editor-upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-af5b5e92] .editor-container-tinymce .el-button {
  line-height: 28px;
  height: 28px;
  background: #e8fff6 !important;
  border-width: 0 !important;
  margin-left: 22px !important;
  color: #41c86c !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 12px !important;
}

.knowledge-background[data-v-95a984a2] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f8f9), to(#f0f1ff));
  background: linear-gradient(0deg, #f7f8f9 0%, #f0f1ff 100%);
  z-index: 10;
}
.knowledge-body[data-v-95a984a2] {
  position: relative;
  z-index: 11;
  margin: 18px 18px;
  background: white;
  border-radius: 20px;
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 7px;
  padding-bottom: 20px;
}
[data-v-95a984a2] .knowLedgeDialog {
  border-radius: 20px;
  top: 0xp;
}
[data-v-95a984a2] .knowLedgeDialog .el-icon-close {
    color: black;
    margin-top: 0px;
}
[data-v-95a984a2] .knowLedgeDialog .el-dialog__header {
    position: relative;
    z-index: 100;
}
[data-v-95a984a2] .knowLedgeDialog .el-dialog__header {
    padding: 0px;
}
.dividing_h[data-v-95a984a2] {
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 14px;
  height: 1px;
  opacity: 0.99;
  background: #e1e1e1;
}
.knowledge-question[data-v-95a984a2] {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.knowledge-question .knowledge-question-container[data-v-95a984a2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@charset "UTF-8";
.top-nav[data-v-a427bbb6] {
  float: right;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.top-nav[data-v-a427bbb6] .top-nav-div {
    margin-top: 10px;
    margin-right: 0px !important;
    overflow-y: hidden !important;
    overflow-x: scroll !important;
}
.top-nav[data-v-a427bbb6] .top-nav-div .el-scrollbar__view {
      height: 30px !important;
}
.top-nav[data-v-a427bbb6] .top-nav-div-mobile {
    margin-top: 10px;
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    margin-bottom: 0px !important;
}
.top-nav[data-v-a427bbb6] .top-nav-div-mobile .el-scrollbar__view {
      height: 30px !important;
}
.top-nav .el-menu-item[data-v-a427bbb6] {
    padding: 0 20px !important;
}
.top-nav .el-menu-item[data-v-a427bbb6],
  .top-nav .el-submenu__title[data-v-a427bbb6] {
    height: 50px;
    line-height: 50px;
}
.top-nav .el-menu--horizontal[data-v-a427bbb6] {
    border-bottom: 0;
    float: unset !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.top-nav .el-menu--horizontal > .el-menu-item[data-v-a427bbb6] {
      height: 50px;
      line-height: 50px;
}
.top-nav .el-menu--horizontal > .el-menu-item.is-active[data-v-a427bbb6] {
        border-bottom: 0;
}
.top-nav .el-menu--horizontal > .el-submenu .el-submenu__title[data-v-a427bbb6] {
      height: 50px;
      line-height: 50px;
}
.top-nav .el-menu--horizontal > .el-submenu.is-active .el-submenu__title[data-v-a427bbb6] {
      border-bottom: 0;
}
.el-menu--horizontal[data-v-a427bbb6] {
  float: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
[data-v-a427bbb6]::-webkit-scrollbar {
  height: 4px;
}
[data-v-a427bbb6]::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}
[data-v-a427bbb6]::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 设置滚动条滑块在悬停时的颜色 */
}
[data-v-a427bbb6]::-webkit-scrollbar-track {
  background-color: #eee;
  /* 设置滚动条背景的颜色 */
}

.el-menu-demo-mobile[data-v-a427bbb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-mobile[data-v-a427bbb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar[data-v-a427bbb6] {
  height: 90px;
  line-height: 90px;
  border-radius: 0px !important;
  color: #333;
  position: fixed;
  left: 1px;
  right: 0;
  top: 0;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .logo-img[data-v-a427bbb6] {
    width: 30px;
    height: 35px;
}
.navbar .side-logo[data-v-a427bbb6] {
    height: 100%;
    margin-left: 30px;
    margin-right: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
}
.navbar .side-logo img[data-v-a427bbb6] {
      width: 30px;
      height: 35px;
      margin-right: 20px;
}
.navbar .side-logo .side-logo-v-dividing[data-v-a427bbb6] {
      height: 70px;
      background-color: #979797;
      width: 1px;
      margin-right: 20px;
      margin-left: 8px;
      opacity: 0.28;
}
.navbar .top-nav[data-v-a427bbb6] {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navbar .el-menu-item[data-v-a427bbb6],
  .navbar .el-submenu__title[data-v-a427bbb6] {
    height: 100%;
    line-height: 100%;
    padding: 0 30px;
    font-size: 16px;
}
.navbar .el-menu-item.current span[data-v-a427bbb6],
    .navbar .el-submenu__title.current span[data-v-a427bbb6] {
      position: relative;
}
.navbar .el-menu-item.current span[data-v-a427bbb6]::after,
      .navbar .el-submenu__title.current span[data-v-a427bbb6]::after {
        position: absolute;
        content: "";
        width: 110%;
        height: 6px;
        bottom: -12px;
        left: 0px;
        border-radius: 10px;
}
.navbar .hamburger-container[data-v-a427bbb6] {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.navbar .breadcrumb-container[data-v-a427bbb6] {
    float: left;
}
.navbar .errLog-container[data-v-a427bbb6] {
    display: inline-block;
    vertical-align: top;
}
.navbar .right-menu[data-v-a427bbb6] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navbar .right-menu[data-v-a427bbb6]:focus {
      outline: none;
}
.navbar .right-menu .right-menu-icon-tools-bi[data-v-a427bbb6] {
      width: 18px;
      height: 18px;
}
.navbar .right-menu .right-menu-message[data-v-a427bbb6] {
      margin-right: 0;
      margin-left: 20px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.navbar .right-menu .right-menu-message .right-menu-message-badge-item[data-v-a427bbb6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.navbar .right-menu .right-menu-message .right-menu-message-badge-item .right-menu-message-img[data-v-a427bbb6] {
          width: 20px;
          height: 23px;
          cursor: pointer;
}
.navbar .right-menu .right-menu-item[data-v-a427bbb6] {
      display: inline-block;
      margin: 0 8px;
}
.navbar .right-menu .screenfull[data-v-a427bbb6] {
      height: 20px;
}
.navbar .right-menu .international[data-v-a427bbb6] {
      vertical-align: top;
}
.navbar .right-menu .theme-switch[data-v-a427bbb6] {
      vertical-align: 15px;
}
.navbar .right-menu .avatar-container[data-v-a427bbb6] {
      height: 40px;
      margin-right: 40px;
      border-left: 1px solid rgba(255, 255, 255, 0.14);
      padding-left: 20px;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-a427bbb6] {
        cursor: pointer;
        height: 40px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.navbar .right-menu .avatar-container .avatar-wrapper .svg-icon[data-v-a427bbb6] {
          cursor: pointer;
          font-size: 30px;
          vertical-align: inherit;
          fill: #333;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-a427bbb6] {
          width: 40px;
          height: 40px;
          border-radius: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-a427bbb6] {
          position: absolute;
          right: -30px;
          font-size: 20px;
          color: #333;
}

.flex-wrapper {
  height: 100vh;
}
.flex-wrapper .el-scrollbar {
    height: 95%;
}
.flex-wrapper .expand-right {
    height: 5%;
    color: white;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
}
.flex-wrapper .expand-right .expand-right-img {
      width: 36px;
      height: 36px;
      padding: 11px;
      cursor: pointer;
}

.scroll-container[data-v-e5b9f752] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container .scroll-wrapper[data-v-e5b9f752] {
    position: absolute;
}

.msg-container[data-v-50a13c2e] {
  color: #f55c5c;
  line-height: 45px;
  font-size: 20px;
  width: auto;
  position: absolute;
  right: 6%;
  top: 0;
  font-weight: 600;
}
.msg-container .content[data-v-50a13c2e]:hover {
  color: #ec3636;
  font-size: 20px;
  text-decoration: underline;
}

.tags-view-container[data-v-64bc9dce] {
  position: relative;
  z-index: 900;
}
.tags-view-container .right-city[data-v-64bc9dce] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tags-view-container .right-city-button[data-v-64bc9dce] {
    margin-right: 20px;
}
.tags-view-container .tags-view-wrapper[data-v-64bc9dce] {
    background: #fff;
    height: 34px;
    border-bottom: 1px solid #d8dce5;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-64bc9dce] {
      display: inline-block;
      position: relative;
      height: 26px;
      line-height: 26px;
      border: 1px solid #d8dce5;
      color: #495060;
      background: #fff;
      padding: 0 8px;
      font-size: 12px;
      margin-left: 5px;
      margin-top: 4px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-64bc9dce]:first-of-type {
        margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-64bc9dce] {
        background-color: #42b983;
        color: #fff;
        border-color: #42b983;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-64bc9dce]::before {
          content: '';
          background: #fff;
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          position: relative;
          margin-right: 2px;
}
.tags-view-container .contextmenu[data-v-64bc9dce] {
    margin: 0;
    background: #fff;
    z-index: 100;
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-64bc9dce] {
      margin: 0;
      padding: 7px 16px;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-64bc9dce]:hover {
        background: #eee;
}
.test-router-path[data-v-64bc9dce] {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1px;
}

.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    display: inline-block;
    vertical-align: -3px;
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
    background-color: #b4bccc;
    color: #fff;
}

.app-main[data-v-2ad9b867] {
  /*84 = navbar + tags-view = 50 +34 */
  position: relative;
  overflow: hidden;
}

.douDialog_title[data-v-cbe20846] {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}
.douDialog_title_background[data-v-cbe20846] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.douDialog_zindex_hight[data-v-cbe20846] {
  position: relative;
  z-index: 100;
}
[data-v-cbe20846] .douDialog {
  border-radius: 20px;
}
[data-v-cbe20846] .douDialog .el-icon-close {
    color: black;
    margin-top: 20px;
}
[data-v-cbe20846] .douDialog .el-dialog__header {
    position: relative;
    z-index: 100;
}

.notice_message_all[data-v-1746c74e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.notice_message_list[data-v-1746c74e] {
  margin-left: 10%;
  margin-right: 15%;
  height: 40vh;
  overflow-y: auto;
}
.notice_message_list .notice_message_item[data-v-1746c74e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
.notice_message_list .notice_message_item .notice_message_item_left[data-v-1746c74e] {
      width: 95%;
}
.notice_message_list .notice_message_item .notice_message_item_left .notice_message_item_title[data-v-1746c74e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.notice_message_list .notice_message_item .notice_message_item_left .notice_message_item_title .notice_message_item_title_title[data-v-1746c74e] {
          color: #333;
          font-size: 19px;
          font-weight: 600;
          max-width: 97%;
}
.notice_message_list .notice_message_item .notice_message_item_left .notice_message_item_title .notice_message_item_title_badge[data-v-1746c74e] {
          width: 7px;
          height: 7px;
          background: red;
          margin-left: 30px;
          border-radius: 50px;
}
.notice_message_list .notice_message_item .notice_message_item_left .notice_message_item_desc[data-v-1746c74e] {
        font-size: 17px;
        color: #666;
        margin-top: 8px;
        height: 100%;
        width: 99%;
}
.notice_message_list .notice_message_item .notice_message_item_right[data-v-1746c74e] {
      padding-left: 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.notice_message_list .notice_message_item .notice_message_item_right i[data-v-1746c74e] {
        padding: 15px;
        margin-top: 0px;
        height: 100%;
        cursor: pointer;
}
.pageBottom[data-v-1746c74e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.notice_message_item_empty[data-v-1746c74e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.notice_message_item_empty .notice_message_item_empty_text[data-v-1746c74e] {
    font-size: 18px;
}

.app-wrapper[data-v-72ec1764] {
  position: relative;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left bottom, from(#E5F4FF), to(rgba(255, 236, 236, 0.4)));
  background: linear-gradient(to bottom left, #E5F4FF, rgba(255, 236, 236, 0.4));
}
.app-wrapper[data-v-72ec1764]:after {
    content: "";
    display: table;
    clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-72ec1764] {
    position: fixed;
    top: 0;
}
.drawer-bg[data-v-72ec1764] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.el-menu--horizontal[data-v-72ec1764] {
  border-bottom: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  margin: 0;
}
input[type='number'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}
.el-tooltip__popper{
  max-width: 500px !important;
}
/* el-table el-table-column 带有 fixed="right"的一列 的最后一行会显示一半，展示不全的解决办法*/
.el-table__fixed-right {
  height: 100% !important;
}
html{
  background:#F7F8FA;
}
input[aria-hidden=true] {
	display: none !important;
}

.svg-icon[data-v-792f083c] {
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* .container-loading {
  height: 100%;
  width: 100%;
} */
.htmleaf-container[data-v-75097e2e] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 12px;
  z-index: 999999;
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}
.loader[data-v-75097e2e] {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
}
.loader .my-loading[data-v-75097e2e] {
  position: relative;
  width: 100%;
  height: 10px;
  border: 1px solid #30b08f;
  border-radius: 10px;
  -webkit-animation: turn-75097e2e 1s linear 0.42s infinite;
          animation: turn-75097e2e 1s linear 0.42s infinite;
}
.loader .my-loading[data-v-75097e2e]:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  background: #30b08f;
  -webkit-box-shadow: 10px 0px 15px 0px #30b08f;
          box-shadow: 10px 0px 15px 0px #30b08f;
  -webkit-animation: load-75097e2e 0.5s linear infinite;
          animation: load-75097e2e 0.5s linear infinite;
}
.loader .my-loading-text[data-v-75097e2e] {
  width: 100%;
  position: absolute;
  top: 10px;
  color: #30b08f;
  text-align: center;
  -webkit-animation: bounce-75097e2e 0.5s linear infinite;
          animation: bounce-75097e2e 0.5s linear infinite;
}
@-webkit-keyframes load-75097e2e {
0% {
    width: 0%;
}
87.5%,
  100% {
    width: 100%;
}
}
@keyframes load-75097e2e {
0% {
    width: 0%;
}
87.5%,
  100% {
    width: 100%;
}
}
@-webkit-keyframes turn-75097e2e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes turn-75097e2e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes bounce-75097e2e {
0%,
  100% {
    top: 10px;
}
12.5% {
    top: 30px;
}
}
@keyframes bounce-75097e2e {
0%,
  100% {
    top: 10px;
}
12.5% {
    top: 30px;
}
}
.circular-big[data-v-75097e2e] {
  width: 70px;
  height: 70px;
  -webkit-animation: turn-75097e2e 1s linear 0.42s infinite;
          animation: turn-75097e2e 1s linear 0.42s infinite;
}

@charset "UTF-8";
.drawer[data-v-1cfedf5c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.drawer .drawer-body[data-v-1cfedf5c] {
    padding: 20px;
    overflow: auto;
    height: 100vh;
}
.drawer .drawer-body .checkbox-per[data-v-1cfedf5c] {
      margin-bottom: 10px;
      margin: 10px;
}
.drawer .drawer-btn[data-v-1cfedf5c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.drawer .drawer-flex-1[data-v-1cfedf5c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.drawer .footer[data-v-1cfedf5c] {
    width: 100%;
}
/* 隐藏滚动条 */
.drawer-body[data-v-1cfedf5c]::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条宽度为0 */
}
.drawer-body[data-v-1cfedf5c]::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}
/* 使滚动条轨道透明 */
.drawer-body[data-v-1cfedf5c]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  /* 将滚动条轨道的背景色设置为完全透明 */
}

.douLightButton[data-v-fc6db946] .el-button--medium {
  border-radius: 9px;
  color: white;
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  cursor: pointer;
  padding: 0px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  border-width: 0px;
  border-color: transparent;
}
.douLightButton[data-v-fc6db946] .el-button--medium.blueButton {
    background: -webkit-gradient(linear, left top, right top, from(#83a7fe), to(#4447fa));
    background: linear-gradient(90deg, #83a7fe 0%, #4447fa 100%);
    border-color: #83a7fe;
}
.douLightButton[data-v-fc6db946] .el-button--medium.is-plain.blueButton {
    background: transparent;
    color: #83a7fe;
    border-width: 1px;
}
.douLightButton[data-v-fc6db946] .el-button--medium.redButton {
    background: -webkit-gradient(linear, left top, right top, from(#fe8383), to(#fa4444));
    background: linear-gradient(90deg, #fe8383 0%, #fa4444 100%);
    border-color: #fe8383;
}
.douLightButton[data-v-fc6db946] .el-button--medium.is-plain.redButton {
    background: white;
    color: #fe8383;
    border-width: 1px;
}
.douLightButton[data-v-fc6db946] .el-button--medium.yellowButton {
    background: -webkit-gradient(linear, left top, right top, from(#f7b85a), to(#e6a23c));
    background: linear-gradient(90deg, #f7b85a 0%, #e6a23c 100%);
    border-color: #f7b85a;
}
.douLightButton[data-v-fc6db946] .el-button--medium.is-plain.yellowButton {
    background: transparent;
    color: #f7b85a;
    border-width: 1px;
}
.douLightButton[data-v-fc6db946] .el-button--medium.bigGreenButton {
    background: -webkit-gradient(linear, left top, right top, from(#83d858), to(#6acf38));
    background: linear-gradient(90deg, #83d858 0%, #6acf38 100%);
    border-color: #83d858;
}
.douLightButton[data-v-fc6db946] .el-button--medium.is-plain.bigGreenButton {
    background: transparent;
    color: #83d858;
    border-width: 1px;
}
.douLightButton[data-v-fc6db946] .el-button--medium.greenButton {
    background-color: #e7fffb;
    color: #10d8b3;
    border-radius: 3px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
    min-width: unset !important;
    min-height: unset !important;
}
.douLightButton[data-v-fc6db946] .el-button--medium.is-round {
    border-radius: 1000px !important;
}

.pickButton[data-v-7a741e6d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pickButton .pickButton-cancel[data-v-7a741e6d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 27px;
    border: 1px solid #fd7676;
    color: #f76060;
    font-size: 16px;
    width: 222px;
    text-align: center;
    height: 38px;
    cursor: pointer;
}
.pickButton .pickButton-save[data-v-7a741e6d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    color: white;
    height: 38px;
    font-size: 16px;
    width: 222px;
    text-align: center;
    border-radius: 27px;
    background: -webkit-gradient(linear, left top, right top, from(#fe8383), to(#fa4444));
    background: linear-gradient(90deg, #fe8383 0%, #fa4444 100%);
}

.dou-select[data-v-2e2a0195] .el-tag--info {
  max-width: 80%;
}
.dou-select-medium[data-v-2e2a0195] .el-tag--info {
  max-width: 75%;
}
.dou-select-small[data-v-2e2a0195] .el-tag--info {
  max-width: 70%;
}
.dou-select-mini[data-v-2e2a0195] .el-tag--info {
  max-width: 55%;
}

.el-cascader[data-v-354c1ae1] .el-tag--info {
  max-width: 60%;
}
.el-cascader-medium[data-v-354c1ae1] .el-tag--info {
  max-width: 75%;
}
.el-cascader-small[data-v-354c1ae1] .el-tag--info {
  max-width: 70%;
}
.el-cascader-mini[data-v-354c1ae1] .el-tag--info {
  max-width: 50%;
}
.el-input--medium[data-v-354c1ae1] .el-input__inner {
  min-height: 32px !important;
  line-height: 32px !important;
}
.el-input--medium[data-v-354c1ae1] .el-input__icon {
  min-height: 32px !important;
  line-height: 32px !important;
}

.el-date-editor--monthrange[data-v-404f2d4e] .el-range-input {
  width: 38% !important;
}

.textLeft[data-v-d36b75d4] .el-input__inner {
  text-align: left !important;
}
.el-input-number.is-without-controls[data-v-d36b75d4] .el-input__wrapper {
  padding: 1px 7px;
}
.douInputNumber[data-v-d36b75d4] {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.douInputNumber .el-input-number[data-v-d36b75d4] {
    width: 100%;
}
.douInputNumber .douInputNumber-close[data-v-d36b75d4] {
    position: absolute;
    height: 100%;
    width: 28px;
    padding: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
}
.douInputNumber .douInputNumber-close .douInputNumber-close-content[data-v-d36b75d4] {
      background: white;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #C0C4CC;
      cursor: pointer;
}

