.role_table[data-v-1b88f152] {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #ebeef5;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}
.role_table th[data-v-1b88f152] {
    border: 1px solid #ebeef5;
    padding: 6px 10px;
    margin: 0;
    height: 44px;
    border-spacing: 0;
    border-collapse: collapse;
    color: #909399;
}
.role_table td[data-v-1b88f152] {
    padding: 6px 10px;
    margin: 0;
    height: 44px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ebeef5;
}

.common_header .search .el-input .el-input__inner, .common_header .search .el-input--medium .el-input__inner, .common_header .search .el-input--suffix .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.common_header .search .rightSearchBtn {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.common_header .search .height_four {
  height: 40px;
}
.common_header .search .el-input--medium .el-input__inner {
  height: 40px;
  line-height: 40px;
}

.common_header .pageTitle[data-v-b6166118] {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  height: 40px;
}
.common_header > h2[data-v-b6166118] {
  margin-bottom: 30px;
  font-weight: bold;
}
.common_header > .search[data-v-b6166118] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_header > .search .searchRight[data-v-b6166118] {
    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;
    width: calc(100% - 162px);
}
.common_header > .search .searchRight > .my_input[data-v-b6166118] {
      width: 500px;
}
.common_header > .search > .el-button--primary[data-v-b6166118] {
    background-color: #1890FF;
    border-color: #1890FF;
}
.common_header > .my_nav[data-v-b6166118] {
  margin-top: 30px;
}
.common_header > .my_nav > span[data-v-b6166118] {
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.common_header > .my_nav > span > i[data-v-b6166118] {
      font-style: normal;
      margin-left: 1px;
}
.common_header > .my_nav > span[data-v-b6166118]:after {
      content: '';
      width: 0%;
      height: 2px;
      background: #1890FF;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.7s;
      transition: all 0.7s;
}
.common_header > .my_nav > span[data-v-b6166118]:hover {
      color: #1890FF;
}
.common_header > .my_nav > span[data-v-b6166118]:hover:after {
      width: 100%;
}
.common_header > .my_nav > .active[data-v-b6166118] {
    color: #1890FF;
}
.common_header > .my_nav > .active[data-v-b6166118]:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #1890FF;
      position: absolute;
      bottom: 0;
      left: 0;
}

.mod-demo-echarts > .el-alert {
  margin-bottom: 10px;
}
.mod-demo-echarts > .el-row {
  margin-top: -10px;
  margin-bottom: -10px;
}
.mod-demo-echarts > .el-row .el-col {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mod-demo-echarts .chart-box {
  min-height: 400px;
}

.punish-info-tabs .centerSearch .el-input .el-input__inner,
.punish-info-tabs .centerSearch .el-input--medium .el-input__inner,
.punish-info-tabs .centerSearch .el-input--suffix .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.punish-info-tabs .centerSearch .rightSearchBtn {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.punish-info-tabs .centerSearch .height_four {
  height: 40px;
}
.punish-info-tabs .centerSearch .el-input--medium .el-input__inner {
  height: 40px;
  line-height: 40px;
}

.main_center[data-v-b014c45c] {
  background: #fff;
}
.main_center .statisticalChart[data-v-b014c45c] {
    position: relative;
    height: auto;
    color: #fff;
    position: relative;
}
.main_center .statisticalChart .bgAnimateBox[data-v-b014c45c] {
      position: relative;
      height: 90px;
      overflow: hidden;
}
.main_center .statisticalChart .bgAnimate[data-v-b014c45c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 10px;
      height: 186px;
      width: 200%;
}
.main_center .statisticalChart .bgAnimate[data-v-b014c45c]:nth-of-type(1) {
        -webkit-animation: toRight 30s infinite linear;
                animation: toRight 30s infinite linear;
}
.main_center .statisticalChart .bgAnimate:nth-of-type(1) > div[data-v-b014c45c] {
          background-image: url(../img/ripple.da44f9eb.png);
}
.main_center .statisticalChart .bgAnimate[data-v-b014c45c]:nth-of-type(2) {
        -webkit-animation: toLeft 25s infinite linear;
                animation: toLeft 25s infinite linear;
}
.main_center .statisticalChart .bgAnimate:nth-of-type(2) > div[data-v-b014c45c] {
          background-image: url(../img/ripple1.f7e3da11.png);
}
.main_center .statisticalChart .bgAnimate > div[data-v-b014c45c] {
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
}
.main_center .statisticalChart .com_title[data-v-b014c45c] {
      position: absolute;
      left: 15px;
      top: 40px;
      font-size: 18px;
      font-weight: 600;
      color: #1890ff;
}
.main_center .statisticalChart .el-button--text[data-v-b014c45c] {
      position: absolute;
      top: 40px;
      right: 28px;
      width: 108px;
      height: 32px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 8px 0px rgba(72, 92, 109, 0.2);
              box-shadow: 0px 0px 8px 0px rgba(72, 92, 109, 0.2);
      border-radius: 2px;
      font-size: 14px;
      font-weight: 400;
      color: #1890FF;
      line-height: 22px;
      cursor: pointer;
}
.main_center .statisticalChart .el-icon-close[data-v-b014c45c] {
      position: absolute;
      top: 19px;
      right: 28px;
      width: 40px;
      height: 40px;
      color: #000;
      cursor: pointer;
}
.main_center .statisticalChart .Chart[data-v-b014c45c] {
      width: 100%;
      height: 225px;
      background: -webkit-gradient(linear, left top, left bottom, from(#f2faff), to(rgba(24, 144, 255, 0)));
      background: linear-gradient(180deg, #f2faff 0%, rgba(24, 144, 255, 0) 100%);
}
.punish-info-tabs[data-v-b014c45c] {
  padding: 0 24px;
  padding-top: 24px;
  position: relative;
  background: #ffffff;
}
.punish-info-tabs .online_top[data-v-b014c45c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.punish-info-tabs .pageTitle[data-v-b014c45c] {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    height: 40px;
}
.punish-info-tabs[data-v-b014c45c] .el-badge__content.is-fixed.is-dot {
    right: 0px;
    top: 10px;
}
.punish-info-tabs .searchBtn[data-v-b014c45c] {
    width: calc(100% - 80px);
    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;
    -ms-flex-item-align: center;
        align-self: center;
}

.main_center[data-v-0d1fa929] {
  height: 100%;
}
.main_center .right-content .set_btn[data-v-0d1fa929] {
    float: right;
    margin-bottom: 20px;
}
.main_center .right-content .more_btn[data-v-0d1fa929] {
    text-align: center;
}
.main_center .right-content .upload-demo[data-v-0d1fa929] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    border-bottom: 1px solid #dcdfe6;
}
.main_center .right-content .upload-demo .el-button[data-v-0d1fa929] {
      position: absolute;
      right: 0;
}
.el-dialog__body[data-v-0d1fa929] {
  padding-top: 0;
}
.el-dialog__body .dia_top[data-v-0d1fa929] {
    text-align: center;
    margin-top: -3%;
}
.el-dialog__body .dialog_title[data-v-0d1fa929] {
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ebeef5;
    padding: 10px 10px 10px 0;
    border-bottom: none;
}
.el-dialog__body .dialog_title .search_btn[data-v-0d1fa929] {
      margin-left: 20px;
}
.backBtn[data-v-0d1fa929] {
  margin-right: 10%;
}

.issus-slot[data-v-d41e6de8] {
  max-height: 46px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
}
.custom-header[data-v-d41e6de8] {
  line-height: 25px;
  margin-top: 5px;
  padding-left: 0;
}
.custom-header i[data-v-d41e6de8] {
    margin-left: 10px;
    cursor: pointer;
}
.custom-header i[data-v-d41e6de8]:hover {
      opacity: .8;
}
.custom-section[data-v-d41e6de8] {
  padding: 20px;
}
.custom-section .custom-section--btns[data-v-d41e6de8] {
    text-align: right;
    margin-top: 20px;
}

.el-form[data-v-3ed28630] .el-form-item {
  width: 50%;
}
.el-dialog__wrapper[data-v-3ed28630] .el-dialog__footer {
  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;
}

.main-content .leftMenu[data-v-cdf7d9c6] {
  border-right: none;
  color: #1890FF;
}

.main_center .top .searchBtn[data-v-0eb0b02c] {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.titleBox[data-v-0ff12540] {
  background: rgba(239, 243, 246, 0.5);
  padding: 18px 0 10px 0;
  position: relative;
}
.titleBox .twoTitle[data-v-0ff12540] {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-family: FZZDHJW--GB1-0, FZZDHJW--GB1;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
}
.titleBox .noticeBtn[data-v-0ff12540] {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: 108px;
    top: 28px;
}
.titleBox .twoTitleNav[data-v-0ff12540] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 12px;
}
.titleBox .twoTitleNav > span[data-v-0ff12540] {
      display: inline-block;
}
.role_table[data-v-0ff12540] {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #ebeef5;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}
.role_table th[data-v-0ff12540] {
    border: 1px solid #ebeef5;
    padding: 6px 10px;
    margin: 0;
    height: 44px;
    border-spacing: 0;
    border-collapse: collapse;
    color: #909399;
}
.role_table td[data-v-0ff12540] {
    padding: 6px 10px;
    margin: 0;
    height: 44px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ebeef5;
}

.track-content[data-v-01f51a27] {
  width: 100%;
  background: #001F39;
  border-radius: 2px;
  padding: 0 16px 16px;
  color: #fff;
}
.track-content .track-top[data-v-01f51a27] {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.track-content .track-top .top-title[data-v-01f51a27] {
      font-size: 16px;
}
.track-content .track-top .el-button[data-v-01f51a27] {
      background: rgba(24, 144, 255, 0.25);
      border-radius: 2px;
      border: 1px solid rgba(24, 144, 255, 0.45);
      padding: 8px 13px;
      color: #FFFFFF;
}
.track-content .track-top .el-button--primary[data-v-01f51a27] {
      background: #1890FF;
}
.track-content .track-top[data-v-01f51a27] .el-icon-video-play, .track-content .track-top[data-v-01f51a27] .el-icon-video-pause {
      vertical-align: middle;
}
.track-content .track-middle[data-v-01f51a27] {
    position: relative;
}
.track-content .track-middle .track-video[data-v-01f51a27] {
      width: 100%;
      background: #001F39;
      border-radius: 2px;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
}
.track-content .track-middle .track-video .video-title-fixed[data-v-01f51a27] {
        position: absolute;
        width: 100%;
        height: 48px;
        z-index: 99;
        background: rgba(0, 13, 23, 0.6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 22px;
}
.track-content .track-middle .track-video .video-title-fixed .video-left[data-v-01f51a27] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.track-content .track-middle .track-video .video-title-fixed .video-left .left-title[data-v-01f51a27] {
            font-size: 16px;
}
.track-content .track-middle .track-video .video-title-fixed .video-left .sub[data-v-01f51a27] {
            color: rgba(255, 255, 255, 0.25);
            padding: 0 24px;
}
.track-content .track-middle .track-video .video-title-fixed .video-left .left-adr[data-v-01f51a27] {
            font-size: 12px;
}
.track-content .track-middle .track-video .video-title-fixed .video-right[data-v-01f51a27] {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
}
.track-content .track-middle .track-video .video-title-fixed .video-right .el-button--text[data-v-01f51a27] {
            opacity: 0.65;
            color: #fff;
            font-size: 24px;
            vertical-align: middle;
}
.track-content .track-middle .track-video .video-img-fixed[data-v-01f51a27] {
        height: 40px;
        width: calc(100% - 24px);
        position: absolute;
        bottom: 0px;
        margin: 0 12px 9px 12px;
        overflow: hidden;
}
.track-content .track-middle .track-video .video-img-fixed .swiper-box[data-v-01f51a27] {
          height: 40px;
          vertical-align: middle;
          width: calc(100% - 32px);
          margin-left: 16px;
          margin-right: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.track-content .track-middle .track-video .video-img-fixed .icon-left[data-v-01f51a27] {
          position: relative;
          width: 12px;
          height: 40px;
          background: rgba(255, 255, 255, 0.25);
          display: inline-block;
          top: -40px;
          left: 0;
          cursor: pointer;
}
.track-content .track-middle .track-video .video-img-fixed .icon-left .left[data-v-01f51a27] {
            position: absolute;
            top: 13px;
            left: 0;
}
.track-content .track-middle .track-video .video-img-fixed .icon-right[data-v-01f51a27] {
          position: absolute;
          width: 12px;
          height: 40px;
          background: rgba(255, 255, 255, 0.25);
          display: inline-block;
          top: 0;
          right: 0;
          cursor: pointer;
}
.track-content .track-middle .track-video .video-img-fixed .icon-right .right[data-v-01f51a27] {
            position: absolute;
            right: 0;
            top: 13px;
}
.track-content .track-middle .track-video .video-img-noicon[data-v-01f51a27] {
        margin: 0 12px 9px 8px;
        width: calc(100% - 20px);
}
.track-content .track-middle .track-video .video-img-noicon .swiper-box-noicon[data-v-01f51a27] {
          width: 100%;
          margin: 0;
}
.track-content .track-middle .icon-fixed[data-v-01f51a27] {
      position: absolute;
      right: 0;
      font-size: 48px;
      z-index: 999;
      top: 47%;
      background: rgba(255, 255, 255, 0.25);
}
[data-v-01f51a27] .el-range-editor--medium.el-input__inner {
  height: 35px !important;
}


#palyback[data-v-6f6f03ae] {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 2rem;
    background-color: #1c302e;
    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;
    min-width: 59.375rem;
    position: relative;
}
.else[data-v-6f6f03ae] {
    width: 400px;
    position: absolute;
    top: 3%;
    right: 2%;
    z-index: 100;
}
.box-title[data-v-6f6f03ae] {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: pink;
    position: absolute;
    bottom: 3%;
    right: 2%;
}

.card-content[data-v-d5f5ff5c] {
  padding: 10px 0px;
}
.card-content .card-content-search[data-v-d5f5ff5c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 4px;
    margin-right: 12px;
}
.card-content .card-content-search[data-v-d5f5ff5c] .el-input-group__append,
    .card-content .card-content-search .el-input-group__prepend[data-v-d5f5ff5c] {
      background-color: #1890ff;
      border: 1px solid #1890ff;
      color: #fff;
}
.card-content .card-content-table[data-v-d5f5ff5c] {
    margin: 16px 12px 0 12px;
}
.card-content .card-content-table[data-v-d5f5ff5c] .el-input__inner {
      width: 100%;
}

.card-item .card-content[data-v-6181838e] {
  padding: 12px 0px;
}
.card-item .card-content .card-content-search[data-v-6181838e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 4px;
    margin-right: 12px;
}
.card-item .card-content .card-content-search[data-v-6181838e] .el-input-group__append,
    .card-item .card-content .card-content-search .el-input-group__prepend[data-v-6181838e] {
      background-color: #1890ff;
      border: 1px solid #1890ff;
      color: #fff;
}
.card-item .card-content .card-content-table[data-v-6181838e] {
    margin: 16px 12px 0 12px;
}
.card-item .card-content .card-content-table[data-v-6181838e] .el-input__inner {
      width: 100%;
}
#mainPerformanceListRef[data-v-6181838e] {
  border: 1px solid #d8d8d8;
}
#mainPerformanceListRef .top_line[data-v-6181838e] {
    width: 80%;
    height: 50px;
    color: #8a8a8a;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
#mainPerformanceListRef .top_line .mainName[data-v-6181838e] {
      position: absolute;
      bottom: 10px;
      right: 0;
}

.reward .card-item .card-title[data-v-1950c805] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ccc;
  line-height: 55px;
}
.reward .card-item .card-title p[data-v-1950c805] {
    font-size: 16px;
    margin: 0 32px;
}
.reward .card-item .card-title .active[data-v-1950c805] {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
    margin-bottom: 2px;
}
.reward .card-item .card-content[data-v-1950c805] {
  padding: 10px 0px;
}
#mainRewardsRef[data-v-1950c805] {
  border: 1px solid #d8d8d8;
}
#mainRewardsRef .top_line[data-v-1950c805] {
    width: 80%;
    height: 50px;
    color: #8a8a8a;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
#mainRewardsRef .top_line .mainName[data-v-1950c805] {
      position: absolute;
      bottom: 10px;
      right: 0;
}

.creditEvaluation .card-item .card-title[data-v-069b3246] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ccc;
  line-height: 55px;
}
.creditEvaluation .card-item .card-title p[data-v-069b3246] {
    font-size: 16px;
    margin: 0 32px;
}
.creditEvaluation .card-item .card-title .active[data-v-069b3246] {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
    margin-bottom: 2px;
}
.creditEvaluation .card-item .card-content[data-v-069b3246] {
  padding: 10px 0px;
}
#mainCreditEvaluationRef[data-v-069b3246] {
  border: 1px solid #d8d8d8;
}
#mainCreditEvaluationRef .top_line[data-v-069b3246] {
    width: 80%;
    height: 50px;
    color: #8a8a8a;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
#mainCreditEvaluationRef .top_line .mainName[data-v-069b3246] {
      position: absolute;
      bottom: 10px;
      right: 0;
}

@charset "UTF-8";
.forum[data-v-c6d346c8] {
  min-height: 130px;
}
.forum .forum-section .forum-section--btn[data-v-c6d346c8] {
    text-align: center;
}
.forum .forum-section .section-main[data-v-c6d346c8] {
    margin-top: 20px;
    border: 1px solid #dcdfe6;
    padding: 20px;
}
.forum .forum-section .section-main .section-main--item[data-v-c6d346c8] {
      border: 1px solid #1890FF;
      padding: 20px;
      border-radius: 5px;
      margin-bottom: 20px;
}
.forum .forum-section .section-main .section-main--item[data-v-c6d346c8]:last-child {
        margin-bottom: 0;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title[data-v-c6d346c8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 18px;
        padding-right: 20px;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title > div[data-v-c6d346c8] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title p[data-v-c6d346c8] {
          font-weight: bold;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title .item-title--name[data-v-c6d346c8] {
          display: inline-block;
          max-width: 500px;
          overflow: hidden;
          /*超出部分隐藏*/
          text-overflow: ellipsis;
          /* 超出部分显示省略号 */
          white-space: nowrap;
          /*规定段落中的文本不进行换行 */
          vertical-align: middle;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title .item-title--time[data-v-c6d346c8] {
          font-weight: normal;
          font-size: 16px;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title .item-title--count[data-v-c6d346c8] {
          display: inline-block;
          width: 25px;
          font-size: 14px;
          color: #1890FF;
          text-align: left;
          margin-left: 6px;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title .item-like[data-v-c6d346c8] {
          cursor: pointer;
          margin-left: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-title .item-like[data-v-c6d346c8]:hover {
            opacity: .8;
}
.forum .forum-section .section-main .section-main--item .main-item--left .item-content[data-v-c6d346c8] {
        line-height: 1.5;
        word-break: break-all;
}
.forum .forum-section .section-main .section-main--item .main-item--right[data-v-c6d346c8] {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item[data-v-c6d346c8] {
          padding: 20px;
          border: 1px solid #dcdfe6;
          width: 90%;
          margin-bottom: 20px;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item[data-v-c6d346c8]:last-child {
            margin-bottom: 0;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title[data-v-c6d346c8] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title > div[data-v-c6d346c8] {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title p[data-v-c6d346c8] {
              font-weight: bold;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title .item-title--time[data-v-c6d346c8] {
              font-weight: normal;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title .item-title--count[data-v-c6d346c8] {
              display: inline-block;
              width: 25px;
              color: #1890FF;
              text-align: left;
              margin-left: 6px;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title .item-like[data-v-c6d346c8] {
              cursor: pointer;
              margin-left: 10px;
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-title .item-like[data-v-c6d346c8]:hover {
                opacity: .8;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-content[data-v-c6d346c8] {
            line-height: 1.5;
            padding-left: 50px;
            word-break: break-all;
}
.forum .forum-section .section-main .section-main--item .main-item--right .right-item .item-content .item-content--name[data-v-c6d346c8] {
              color: #aeaeae;
}

@charset "UTF-8";
.leftBox[data-v-7240f29e] {
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.leftBox .record_num[data-v-7240f29e] {
    height: 200px;
    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;
    overflow: hidden;
    margin-top: 13px;
}
.leftBox .record_num .record_num_box[data-v-7240f29e] {
      width: 180px;
      height: 139px;
      background: url(../img/record.b971a7fd.png);
      text-align: center;
      padding-top: 37px;
}
.leftBox .record_num .record_num_box[data-v-7240f29e]:nth-of-type(1) {
        margin-right: 44px;
}
.leftBox .record_num .record_num_box > div[data-v-7240f29e]:nth-of-type(1) {
        color: #ffffff;
}
.leftBox .record_num .record_num_box > div:nth-of-type(1) span[data-v-7240f29e] {
          font-size: 28px;
          font-family: DIN-Bold, DIN;
          font-weight: bold;
          height: 34px;
          display: inline-block;
}
.leftBox .record_num .record_num_box > div[data-v-7240f29e]:nth-of-type(2) {
        color: #66FFFF;
        line-height: 16px;
        height: 18px;
        font-size: 14px;
        margin-top: 5px;
}
.leftBox .nodeDistribution[data-v-7240f29e] {
    /* 滚动槽 */
    /* 滚动条滑块 */
}
.leftBox .nodeDistribution .distribution[data-v-7240f29e] {
      height: 300px;
      overflow: auto;
      margin: 10px 0;
}
.leftBox .nodeDistribution[data-v-7240f29e] .distribution::-webkit-scrollbar {
      width: 7px;
      background-color: transparent;
}
.leftBox .nodeDistribution[data-v-7240f29e] .distribution::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 2px rgba(0, 0, 0, 0.3);
      background: #16335a;
}
.leftBox .nodeDistribution[data-v-7240f29e] .distribution::-webkit-scrollbar-thumb {
      background: #162b4b;
}
.leftBox .nodeDistribution #echartsData[data-v-7240f29e], .leftBox .nodeDistribution #echartsData1[data-v-7240f29e] {
      width: 480px;
      min-height: 100px;
      margin: 0px 0 0 30px;
}
.leftBox .tableBox[data-v-7240f29e] {
    height: 272px;
    margin: 10px 12px 0px 12px;
    overflow: auto;
}
.leftBox .tableBox .businessName[data-v-7240f29e] {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      text-align: left;
}
.leftBox[data-v-7240f29e] .el-table__body-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}
.leftBox[data-v-7240f29e] .el-table__body-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 2px rgba(0, 0, 0, 0.3);
    background: #16335a;
}
.leftBox[data-v-7240f29e] .el-table__body-wrapper::-webkit-scrollbar-thumb {
    background: #162b4b;
}

.index_search[data-v-3b99f856] {
  width: calc(100% - 996px);
  position: relative;
}
.search_box[data-v-3b99f856] {
  margin-left: auto;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 31px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search_box[data-v-3b99f856] .el-date-editor {
    background: rgba(24, 144, 255, 0.25);
    border: 1px solid #1890FF;
}
.search_box[data-v-3b99f856] .el-date-editor .el-range-separator, .search_box[data-v-3b99f856] .el-date-editor .el-range-input {
      background: transparent;
      color: rgba(255, 255, 255, 0.85);
}
.search_box[data-v-3b99f856] .el-date-editor .el-range-separator {
      color: rgba(255, 255, 255, 0.85);
}
.search_box .tabs_change[data-v-3b99f856] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #3196FA;
    color: #FFFFFF;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-left: 12px;
    border-radius: 4px;
}
.search_box .tabs_change > div[data-v-3b99f856] {
      width: 56px;
      text-align: center;
      background: rgba(49, 150, 250, 0.25);
      cursor: pointer;
}
.search_box .tabs_change .activeTime[data-v-3b99f856] {
      background: linear-gradient(208deg, #FFC00A 0%, rgba(255, 192, 10, 0) 100%);
      -webkit-box-shadow: inset 0px 0px 7px 0px rgba(255, 192, 10, 0.5);
              box-shadow: inset 0px 0px 7px 0px rgba(255, 192, 10, 0.5);
      border-radius: 4px 0px 0px 4px;
      opacity: 1;
      border: 1px solid #FFC00A;
}
.search_num_count[data-v-3b99f856] {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_num_count .search_num_count_row[data-v-3b99f856] {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search_num_count .search_num_count_row > div[data-v-3b99f856]:nth-of-type(1) {
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 19px;
      margin-bottom: 8px;
      text-shadow: 0px 0px 6px rgba(24, 144, 255, 0.81);
}
.search_num_count .search_num_count_row > div[data-v-3b99f856]:nth-of-type(2) {
      width: 176px;
      height: 64px;
      line-height: 64px;
      text-align: center;
      background: -webkit-gradient(linear, left top, right top, from(rgba(24, 144, 255, 0)), color-stop(51%, rgba(24, 144, 255, 0.25)), to(rgba(24, 144, 255, 0)));
      background: linear-gradient(90deg, rgba(24, 144, 255, 0) 0%, rgba(24, 144, 255, 0.25) 51%, rgba(24, 144, 255, 0) 100%);
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border: 2px solid;
      -o-border-image: linear-gradient(270deg, rgba(24, 144, 255, 0), #5cc4ff, rgba(24, 144, 255, 0)) 2 2;
         border-image: -webkit-gradient(linear, right top, left top, from(rgba(24, 144, 255, 0)), color-stop(#5cc4ff), to(rgba(24, 144, 255, 0))) 2 2;
         border-image: linear-gradient(270deg, rgba(24, 144, 255, 0), #5cc4ff, rgba(24, 144, 255, 0)) 2 2;
      color: rgba(255, 255, 255, 0.85);
}
.search_num_count .search_num_count_row > div:nth-of-type(2) span[data-v-3b99f856] {
        font-family: DINCond-Black-Regular, DINCond-Black;
        font-weight: 600;
        color: #FFFFFF;
        letter-spacing: 2px;
        font-size: 36px;
        text-shadow: 0px 0px 6px rgba(24, 144, 255, 0.81);
        display: inline-block;
        margin-right: 8px;
}

.table_header .search .el-input .el-input__inner, .table_header .search .el-input--medium .el-input__inner, .table_header .search .el-input--suffix .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.table_header .search .rightSearchBtn {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table_header .search .height_four {
  height: 40px;
}
.table_header .search .el-input--medium .el-input__inner {
  height: 40px;
  line-height: 40px;
}

.table_header[data-v-2de009d3] {
  background: #ffffff;
  padding: 0  24px;
  padding-top: 24px;
  position: relative;
}
.table_header .pageTitle[data-v-2de009d3] {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    height: 40px;
}
.table_header .list_top[data-v-2de009d3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.table_header .search[data-v-2de009d3] {
    width: calc(100% - 145px);
    height: 40px;
    float: none;
    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;
}
.table_header .search > .my_input[data-v-2de009d3] {
      width: 500px;
}
.table_header .search > .el-button--primary[data-v-2de009d3] {
      background-color: #1890ff;
      border-color: #1890ff;
}
.table-body[data-v-2de009d3] {
  margin: 16px 24px;
  background: #ffffff;
  padding: 15px 24px;
  margin-bottom: 0;
}
.table-body .opt-btn[data-v-2de009d3] {
    margin-bottom: 16px;
}

.step_content .extract_person_box[data-v-3fbd0327] {
  width: 724px;
  background: url(data:image/png;base64,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);
  background-size: 100% 100%;
  padding: 8px 28px 8px 56px;
  margin: 10px auto;
  position: relative;
  text-align: center;
}
.step_content .extract_person_box .extract_person_circle[data-v-3fbd0327] {
    width: 24px;
    height: 24px;
    position: absolute;
    color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #5FDCFFFF;
    background-color: #3196FA40;
    font-size: 14px;
    line-height: 24px;
    left: 16px;
    top: 16px;
}
.step_content .seamless-person-warp[data-v-3fbd0327] {
  height: 32px;
  width: 112px;
  background-color: rgba(49, 150, 250, 0.15);
  border: 1px solid rgba(49, 150, 250, 0.25);
  margin: 4px 8px;
  overflow: hidden;
  border: none;
  display: inline-block;
}
.step_content .seamless-person-warp p[data-v-3fbd0327] {
    padding: 0;
    margin: 0;
    line-height: 32px;
    color: #FFFFFF;
}
.step_content .operation_wrapper .extract_opt_wrapper[data-v-3fbd0327] {
  background: rgba(49, 150, 250, 0.1);
  padding: 8px 48px 32px 48px;
  position: relative;
}
.step_content .operation_wrapper .extract_opt_wrapper .step_opt_title[data-v-3fbd0327] {
    width: 800px;
    height: 46px;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    background: url(../img/elves.1c1e8a75.png) no-repeat 0px -260px;
}
.step_content .operation_wrapper .extract_opt_wrapper .step_opt_icon[data-v-3fbd0327] {
    width: 80px;
    height: 80px;
    position: absolute;
    display: inline-block;
}
.step_content .operation_wrapper .extract_opt_wrapper .border_opt_leftT[data-v-3fbd0327] {
    background: url(../img/elves.1c1e8a75.png) no-repeat -654px -161px;
    left: 10px;
    top: 10px;
}
.step_content .operation_wrapper .extract_opt_wrapper .border_opt_rightT[data-v-3fbd0327] {
    background: url(../img/elves.1c1e8a75.png) no-repeat -708px -161px;
    right: 10px;
    top: 10px;
}
.step_content .operation_wrapper .extract_opt_wrapper .border_opt_leftB[data-v-3fbd0327] {
    background: url(../img/elves.1c1e8a75.png) no-repeat -814px -239px;
    left: 10px;
    bottom: 10px;
}
.step_content .operation_wrapper .extract_opt_wrapper .border_opt_rightB[data-v-3fbd0327] {
    background: url(../img/elves.1c1e8a75.png) no-repeat -787px -160px;
    right: 10px;
    bottom: 10px;
}
.step_content .operation_wrapper .extract_opt_wrapper .extract_info[data-v-3fbd0327] {
    display: inline-block;
    position: absolute;
}
.step_content .operation_wrapper .extract_opt_wrapper .extract_info_left[data-v-3fbd0327] {
    left: 20px;
    top: 24px;
}
.step_content .operation_wrapper .extract_opt_wrapper .extract_info_right[data-v-3fbd0327] {
    right: 20px;
    top: 24px;
}

@charset "UTF-8";
.big_screen[data-v-19314240] {
  background: url(../img/bg.5868194b.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.big_screen[data-v-19314240] .bidScreenCheckBox {
    color: #fff;
    background: rgba(49, 150, 250, 0.25);
    display: block;
}
.big_screen[data-v-19314240] .el-loading-mask {
    background-color: rgba(49, 150, 250, 0.8);
}
.big_screen[data-v-19314240] .el-table__body-wrapper::-webkit-scrollbar {
    width: 17px;
}
.big_screen[data-v-19314240] .el-table__body-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
}
.big_screen[data-v-19314240] .el-table__body-wrapper::-webkit-scrollbar-thumb {
    background: rgba(49, 150, 250, 0.7);
}
.big_screen[data-v-19314240] .el-table__body-wrapper::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(49, 150, 250, 0.7);
}
.big_screen[data-v-19314240] .el-button--default.is-plain {
    background-color: rgba(0, 193, 255, 0.25);
    color: #ffffff;
    border-color: #00c1ff;
}
.big_screen[data-v-19314240] .back_icon {
    width: 21px;
    height: 14px;
    display: inline-block;
    background: url(../img/elves.1c1e8a75.png) no-repeat -492px -212px;
}
.big_screen[data-v-19314240] .step_light_arrow {
    width: 21px;
    height: 14px;
    display: inline-block;
    background: url(../img/elves.1c1e8a75.png) no-repeat -530px -212px;
    position: absolute;
    top: 32px;
    left: 94px;
}
.big_screen[data-v-19314240] .step_arrow_move_1 {
    display: none;
}
.big_screen[data-v-19314240] .step_arrow_move_2 {
    top: -7%;
    left: 5%;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.big_screen[data-v-19314240] .step_arrow_move_1 {
    -webkit-animation: moving-19314240 2s ease-in-out infinite;
            animation: moving-19314240 2s ease-in-out infinite;
}
.big_screen[data-v-19314240] .el-button--text span {
    text-decoration: none !important;
}
.big_screen[data-v-19314240] .el-button--text span:hover {
      text-decoration: none !important;
}
.big_screen .site-header[data-v-19314240] {
    height: 15%;
}
.big_screen .site-header h2[data-v-19314240] {
      width: 1200px;
      height: 48px;
      margin: 0px;
      font-size: 48px;
      text-align: center;
      color: #ffffff;
      position: absolute;
      top: 4%;
      left: 50%;
      margin-left: -600px;
      /* 宽度的一半 */
}
.big_screen .extract_wrapper[data-v-19314240] {
    width: 1000px;
    margin: 0px auto;
    margin-top: 16px;
    height: calc(85% - 16px);
}
.big_screen .extract_wrapper .step_wrapper[data-v-19314240] {
      width: 100%;
      height: 130px;
}
.big_screen .extract_wrapper .step_wrapper .step_info[data-v-19314240] {
        position: relative;
        width: 880px;
        height: 130px;
        margin: 0 auto;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_default[data-v-19314240] {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 80px;
          background: url(../img/elves.1c1e8a75.png) no-repeat 0px 0px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light[data-v-19314240] {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 80px;
          background: url(../img/elves.1c1e8a75.png) no-repeat 0px -80px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_icon[data-v-19314240] {
          width: 80px;
          height: 80px;
          position: absolute;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_1[data-v-19314240] {
          left: -2px;
          background: url(../img/elves.1c1e8a75.png) no-repeat 2px -160px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_2[data-v-19314240] {
          left: 158px;
          background: url(../img/elves.1c1e8a75.png) no-repeat -78px -160px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_3[data-v-19314240] {
          left: 318px;
          background: url(../img/elves.1c1e8a75.png) no-repeat -158px -160px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_4[data-v-19314240] {
          left: 478px;
          background: url(../img/elves.1c1e8a75.png) no-repeat -238px -160px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_5[data-v-19314240] {
          left: 637px;
          background: url(../img/elves.1c1e8a75.png) no-repeat -318px -160px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_light_6[data-v-19314240] {
          left: 798px;
          background: url(../img/elves.1c1e8a75.png) no-repeat -398px -160px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_item[data-v-19314240] {
          width: 160px;
          height: 50px;
          color: rgba(255, 255, 255, 0.85);
          display: inline-block;
          float: left;
          margin-top: 90px;
          text-align: center;
          position: relative;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_item p[data-v-19314240] {
            margin: 0px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_item .line_bar[data-v-19314240] {
            width: 110px;
            height: 2px;
            display: inline-block;
}
.big_screen .extract_wrapper .step_wrapper .step_info .oldColor[data-v-19314240] {
          color: #00CCFF;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_1[data-v-19314240] {
          width: 120px;
          text-align: left;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_1 .line_bar[data-v-19314240] {
            width: 88px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_6[data-v-19314240] {
          width: 120px;
          text-align: right;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_6 p[data-v-19314240] {
            width: 146px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_6 .line_bar[data-v-19314240] {
            width: 128px;
            margin-left: 20px;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_active p[data-v-19314240] {
          color: #2fedff;
}
.big_screen .extract_wrapper .step_wrapper .step_info .step_active .line_bar[data-v-19314240] {
          background: -webkit-gradient(linear, left top, right top, from(rgba(49, 150, 250, 0)), color-stop(#2fedff), to(rgba(49, 150, 250, 0)));
          background: linear-gradient(to right, rgba(49, 150, 250, 0), #2fedff, rgba(49, 150, 250, 0));
}
.big_screen .extract_wrapper .step_content[data-v-19314240] {
      color: #ffffff;
      /*/deep/ .el-form-item.is-required:not(.is-no-asterisk){*/
      /*    .el-form-item__label-wrap{*/
      /*        .el-form-item__label:after{*/
      /*            content: '*';*/
      /*            color: #00CCFF;*/
      /*            margin-left: 4px;*/
      /*        }*/
      /*    }*/
      /*    .el-form-item__label:after{*/
      /*        content: '*';*/
      /*        color: #00CCFF;*/
      /*        margin-left: 4px;*/
      /*    }*/
      /*}*/
      /*/deep/ .el-select-dropdown__item:hover{*/
      /*    background-color:rgba(49, 150, 250, 1) !important;*/
      /*    color: #FFFFFF;*/
      /*}*/
      /*/deep/ .el-button.is-plain:focus, .el-button.is-plain:hover{*/
      /*    border-color:#FFFFFF;*/
      /*}*/
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-scrollbar__bar, .big_screen .extract_wrapper .step_content .is-vertical[data-v-19314240] {
        display: none;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-scrollbar__bar .el-scrollbar__thumb, .big_screen .extract_wrapper .step_content .is-vertical .el-scrollbar__thumb[data-v-19314240] {
          display: none;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-form-item__label {
        color: #ffffff;
        padding: 0px;
        font-weight: 500;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-form-item__content {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-tag.el-tag--info {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input__inner {
        background: rgba(49, 150, 250, 0.1);
        color: #ffffff;
        border-color: #3196fa !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-range-input {
        background: rgba(49, 150, 250, 0);
        color: #ffffff;
        border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-range-separator {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-textarea__inner {
        border-color: #3196fa;
        background: rgba(49, 150, 250, 0.1);
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-tag {
        display: inline-block;
        background-color: rgba(49, 150, 250, 0.25);
        height: 22px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-tag .el-tag__close.el-icon-close {
          top: -1px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-select__input {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-select__input::-webkit-input-placeholder {
          color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-select__input::-moz-placeholder {
          color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-select__input:-ms-input-placeholder {
          color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-select__input::-ms-input-placeholder {
          color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select .el-select__input::placeholder {
          color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select /deep/ .el-select__input::-webkit-input-placeholder {
        color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select /deep/ .el-select__input::-moz-placeholder {
        color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select /deep/ .el-select__input:-ms-input-placeholder {
        color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select /deep/ .el-select__input::-ms-input-placeholder {
        color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select /deep/ .el-select__input::placeholder {
        color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-popper {
        background-color: rgba(49, 150, 250, 0.25);
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-popper .el-select-dropdown__item {
          background-color: rgba(49, 150, 250, 0.25);
          color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-popper .popper__arrow {
          border-bottom-color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-popper .popper__arrow::after {
          border-bottom-color: rgba(49, 150, 250, 0.25) !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap .el-form-item__label:before {
        content: "*";
        color: #00ccff;
        margin-right: 4px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label:before {
        content: "*";
        color: #00ccff;
        margin-right: 4px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-without-controls {
        position: relative;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-without-controls .el-input__inner {
          padding-left: 8px;
          padding-right: 8px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right {
        position: relative;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input__inner {
          padding-left: 8px;
          padding-right: 24px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__increase {
          background: rgba(49, 150, 250, 0.1);
          color: #ffffff;
          border-color: #3196fa;
          width: 24px;
          line-height: 16px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__increase:hover {
            color: #00ccff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__decrease {
          background: rgba(49, 150, 250, 0.1);
          color: #ffffff;
          width: 24px;
          border-color: #3196fa;
          line-height: 16px;
          bottom: 2px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__decrease:hover {
            color: #00ccff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__decrease.is-disabled {
          color: rgba(255, 255, 255, 0.45);
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__decrease.is-disabled:hover {
            color: rgba(255, 255, 255, 0.45);
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__increase.is-disabled {
          color: rgba(255, 255, 255, 0.45);
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-number.is-controls-right .el-input-number__increase.is-disabled:hover {
            color: rgba(255, 255, 255, 0.45);
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select-dropdown {
        background-color: rgba(49, 150, 250, 0.25);
        border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select-dropdown__item.selected {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-select-dropdown__item.hover,
      .big_screen .extract_wrapper .step_content .el-select-dropdown__item[data-v-19314240]:hover {
        background-color: #3196fa !important;
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button--primary.is-plain {
        background-color: #3196fa;
        color: #ffffff;
        border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button--default.is-plain {
        background-color: rgba(0, 193, 255, 0.2);
        color: #ffffff;
        border-color: #00c1ff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button--default.is-plain.is-disabled {
        background-color: rgba(0, 193, 255, 0.25);
        color: rgba(255, 255, 255, 0.8);
        border-color: #00c1ff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-radio__input.is-checked + .el-radio__label {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-radio {
        color: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button.start-extract-btn {
        padding: 12px 26px;
        background: -webkit-gradient(linear, left top, left bottom, from(#5fc7fd), to(#3196fa));
        background: linear-gradient(to bottom, #5fc7fd, #3196fa);
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button.start-extract-btn.is-disabled {
        opacity: 0.45;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button--text {
        color: #00ccff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-button--text.is-disabled {
        color: rgba(49, 150, 250, 0.8);
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-scrollbar__wrap {
        overflow-x: hidden;
        margin-bottom: 0px !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .input-slot-box {
        position: relative;
        display: inline-block;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .input-slot-box .el-input__inner {
          border-radius: 4px 0 0 4px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-icon {
        display: inline-block;
        height: 32px;
        text-align: center;
        line-height: 32px;
        background-color: rgba(49, 150, 250, 0.15);
        color: rgba(255, 255, 255, 0.45);
        border: 1px solid #3196fa;
        position: absolute;
        top: 2px;
        border-left: none;
        border-radius: 0 4px 4px 0;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-icon.el-input-icon-ie {
        top: 1px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-slot {
        width: 30px;
        right: 0px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-input-slot2 {
        width: 40px;
        position: absolute;
        right: 2px;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .el-loading-spinner .path {
        stroke: #ffffff;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table {
        background: rgba(49, 150, 250, 0.1);
        color: #ffffff;
        border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table th,
        .big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table tr {
          background: rgba(49, 150, 250, 0.1);
          color: #ffffff;
          border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table tr.hover_row > td {
          background: rgba(49, 150, 250, 0.25) !important;
          border-color: #3196fa !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table th.is-leaf {
          border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table td {
          color: #ffffff;
          background: rgba(49, 150, 250, 0.1) !important;
          border-color: #3196fa !important;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table .el-table--border::after,
        .big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table .el-table--group::after,
        .big_screen .extract_wrapper .step_content[data-v-19314240] .bigScreenTable.el-table .el-table::before {
          border-color: #3196fa;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .btn_wraper {
        text-align: center;
        position: relative;
}
.big_screen .extract_wrapper .step_content[data-v-19314240] .btn_wraper .supervisionNameInfo {
          position: absolute;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 200px;
          margin: 0;
          top: -4px;
          right: 44px;
          height: 24px;
          line-height: 24px;
          color: rgba(255, 255, 255, 0.65);
}
.big_screen[data-v-19314240] .operation_wrapper {
    margin: 12px auto;
    margin-bottom: 24px;
    padding: 16px 24px;
    background: rgba(0, 153, 255, 0.1);
    border: 2px solid #3196fa;
    position: relative;
    text-align: center;
}
.big_screen[data-v-19314240] .operation_wrapper .el-form {
      text-align: left;
}
.big_screen[data-v-19314240] .operation_wrapper .task-name-info {
      text-align: left;
      margin-top: 0;
      margin-bottom: 32px;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: white;
}
.big_screen[data-v-19314240] .operation_wrapper .step_icon {
      width: 40px;
      height: 20px;
      position: absolute;
      display: inline-block;
}
.big_screen[data-v-19314240] .operation_wrapper .border_leftT {
      background: url(../img/elves.1c1e8a75.png) no-repeat -482px -171px;
      left: -2px;
      top: -2px;
}
.big_screen[data-v-19314240] .operation_wrapper .border_rightT {
      background: url(../img/elves.1c1e8a75.png) no-repeat -518px -171px;
      right: -2px;
      top: -2px;
}
.big_screen[data-v-19314240] .operation_wrapper .border_leftB {
      background: url(../img/elves.1c1e8a75.png) no-repeat -600px -171px;
      left: -4px;
      bottom: -4px;
}
.big_screen[data-v-19314240] .operation_wrapper .border_rightB {
      background: url(../img/elves.1c1e8a75.png) no-repeat -560px -171px;
      right: -4px;
      bottom: -4px;
}
.big_screen[data-v-19314240] .role_table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #3196fa;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.big_screen[data-v-19314240] .role_table th {
      border: 1px solid #3196fa;
      padding: 4px 8px;
      margin: 0;
      height: 44px;
      border-spacing: 0;
      border-collapse: collapse;
      color: #ffffff;
}
.big_screen[data-v-19314240] .role_table td {
      padding: 4px 8px;
      margin: 0;
      height: 44px;
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #3196fa;
}
.big_screen[data-v-19314240] .role_table td p {
        margin: 0;
}
.big_screen[data-v-19314240] .link_info {
    color: #00ccff;
}
.big_screen[data-v-19314240] .el-dialog {
    background: #0057ac;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
.big_screen[data-v-19314240] .el-dialog .el-dialog__header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.big_screen[data-v-19314240] .el-dialog .el-dialog__title {
      color: #ffffff;
}
.big_screen[data-v-19314240] .el-dialog .dialog-content {
      border-top: 2px solid rgba(255, 255, 255, 0.25);
      border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.big_screen[data-v-19314240] .el-dialog .dialog-content aside {
      border-right: 2px solid rgba(255, 255, 255, 0.25);
}
.big_screen[data-v-19314240] .el-dialog .dialog-content .dialog-right-content .dialog-right-content-title {
      border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.big_screen[data-v-19314240] .el-dialog .dialog-content .dialog-right-content {
      border-left: 2px solid rgba(255, 255, 255, 0.25);
}
.big_screen[data-v-19314240] .el-dialog .dialog-content aside .aside-select-list .list-item p {
      color: #ffffff !important;
}
.big_screen[data-v-19314240] .el-dialog .dialog-right-content-title span {
      color: #ffffff !important;
}
.big_screen[data-v-19314240] .el-dialog .el-button {
      background: rgba(49, 150, 250, 0.25);
      border-radius: 2px;
      border: 1px solid #3196fa;
      color: #ffffff;
}
.big_screen[data-v-19314240] .el-dialog .el-button--text {
      border: none !important;
}
.big_screen[data-v-19314240] .el-dialog .el-button--text span {
        text-decoration: none !important;
}
.big_screen[data-v-19314240] .el-dialog .el-button--text span:hover {
          text-decoration: none !important;
}
.big_screen[data-v-19314240] .el-dialog .el-dialog__headerbtn .el-dialog__close,
    .big_screen[data-v-19314240] .el-dialog .el-checkbox {
      color: #ffffff;
}
.big_screen[data-v-19314240] .el-dialog .el-table,
    .big_screen[data-v-19314240] .el-dialog .el-table th,
    .big_screen[data-v-19314240] .el-dialog .el-table tr {
      background-color: #0057ac !important;
}
.big_screen[data-v-19314240] .el-dialog .el-table::before,
    .big_screen[data-v-19314240] .el-dialog .el-table--border::after,
    .big_screen[data-v-19314240] .el-dialog .el-table th.el-table__cell,
    .big_screen[data-v-19314240] .el-dialog .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
      background-color: #3196fa;
}
.big_screen[data-v-19314240] .el-dialog .el-table--border {
      border-color: #3196fa;
}
.big_screen[data-v-19314240] .el-dialog .el-table td.el-table__cell,
    .big_screen[data-v-19314240] .el-dialog .el-table th.el-table__cell.is-leaf {
      border-bottom: 1px solid #3196fa;
      color: #ffffff;
      background-color: #0057ac !important;
}
.big_screen[data-v-19314240] .el-dialog .el-table--border .el-table__cell,
    .big_screen[data-v-19314240] .el-dialog .el-table__body-wrapper
.el-table--border.is-scrolling-left
~ .el-table__fixed {
      border-right: 1px solid #3196fa;
}
.big_screen[data-v-19314240] .el-dialog .el-pagination {
      margin-top: 15px;
}
.big_screen[data-v-19314240] .el-dialog .el-pagination .el-pagination__total {
        color: #ffffff !important;
}
.big_screen[data-v-19314240] .el-dialog .btn-prev,
    .big_screen[data-v-19314240] .el-dialog .btn-next,
    .big_screen[data-v-19314240] .el-dialog .el-pagination.is-background .el-pager li:not(.active) {
      background-color: #1f6bb5 !important;
      color: #ffffff !important;
}
@media screen and (max-width: 1440px) {
.big_screen .site-header h2[data-v-19314240] {
    top: 24px;
}
}
@-webkit-keyframes moving-19314240 {
0% {
}
100% {
}
}
@keyframes moving-19314240 {
0% {
}
100% {
}
}

.el-table .cell[data-v-c9a65f5a], .el-table th div[data-v-c9a65f5a] {
  padding-right: 0;
}

.triangle[data-v-6e132c56] {
  position: absolute;
  /*left: 0px;*/
  /*top: 0px;*/
  /*width: 0;*/
  /*height: 0;*/
  /*border-top: 14px solid #FF9900;*/
  /*border-right: 14px solid transparent;*/
  left: 72px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FF9900;
}

.el-dialog__wrapper[data-v-588e1cbc] .el-dialog__body {
  padding: 10px 20px;
}
.el-form[data-v-588e1cbc] .el-form-item.single-row {
  width: 100%;
}
.el-form[data-v-588e1cbc] .el-form-item {
  width: 50%;
  margin-bottom: 0px;
}
.el-dialog__wrapper[data-v-588e1cbc] .el-dialog__footer {
  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;
}
.link[data-v-588e1cbc]:hover {
  cursor: pointer;
  background-color: #0284fd;
  color: white !important;
}


.el-table .cell[data-v-5e9b816e] {
    word-break: normal;
}


[data-v-71cfbf02] .el-dialog {
  width: 600px;
}
.el-form[data-v-71cfbf02] {
  margin: 20px 90px 30px 20px;
}
.extractorAvoidunit > div > div > div[data-v-71cfbf02] {
  position: relative;
}
.extractorAvoidunit .el-input[data-v-71cfbf02] {
  width: 350px;
  margin-left: 15px;
}
.el-autocomplete[data-v-71cfbf02] {
  width: 350px;
}
.unitTitle[data-v-71cfbf02] {
  position: absolute;
  font-size: 12px;
  top: -16px;
  left: 30px;
  color: #3E8EF7;
  background: #fff;
  height: 14px;
  line-height: 14px;
}
.unitTitle2[data-v-71cfbf02] {
  position: absolute;
  font-size: 12px;
  top: -16px;
  left: 300px;
  color: #3E8EF7;
  background: #fff;
  height: 14px;
  line-height: 14px;
}
.imgBox[data-v-71cfbf02] {
  cursor: pointer;
  margin: 0 5px;
  width: 20px;
}
.imgBox[data-v-71cfbf02]:hover {
    background-color: #eeeeee;
}


/*# sourceMappingURL=3.86e89e74.css.map*/