.require[data-v-64aeac90]:before {
  content: '*';
  font-size: 20px;
  color: red;
  margin-left: -10px;
  margin-right: 2px;
  margin-bottom: -7px;
  line-height: 14px;
}
.drawer[data-v-64aeac90] {
  font-size: 14px;
  z-index: 1950;
  position: fixed;
  right: 0;
  top: 100px;
  min-width: 100px;
  max-width: 860px;
  min-height: 300px;
  height: calc(100vh - 100px);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
}
.drawer .content[data-v-64aeac90] {
  width: 860px;
  height: calc(100% - 98px);
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
  padding-bottom: 40px;
}
.drawer .content .loadingBox[data-v-64aeac90] {
  width: 50px;
  height: 50px;
}
.drawer .content .loadingBox i[data-v-64aeac90] {
  font-size: 50px;
  color: #999;
}
.drawer .content[data-v-64aeac90]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.drawer .content[data-v-64aeac90]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.drawer .content[data-v-64aeac90]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.drawer .footer[data-v-64aeac90] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  z-index: 99;
}
.content_box[data-v-64aeac90] {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.content_box .content_left[data-v-64aeac90] {
  -ms-flex: 5;
      flex: 5;
  padding: 15px;
  border-bottom: 1px solid #DBDBDB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.content_box .content_left .left_box[data-v-64aeac90] {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
}
.content_box .content_left .left_box[data-v-64aeac90]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.content_box .content_left .left_title[data-v-64aeac90] {
  color: #243340;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content_box .content_left .item[data-v-64aeac90] {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.content_box .content_left .item .item_label[data-v-64aeac90] {
  width: 60px;
  color: #6B7279;
  margin-right: 5px;
}
.content_box .content_left .item .item_content[data-v-64aeac90] {
  width: 0;
  -ms-flex: 1;
      flex: 1;
}
.content_box .content_right[data-v-64aeac90] {
  -ms-flex: 4;
      flex: 4;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #F7F7F9;
}
.content_box .content_right .right_title[data-v-64aeac90] {
  color: #243340;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content_box .content_right .site_search[data-v-64aeac90] {
  position: relative;
  margin-bottom: 10px;
}
.content_box .content_right .site_search .img_search[data-v-64aeac90] {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tollMan_box[data-v-64aeac90] {
  background: #FFFFFF;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  transition: all 0.6s;
  margin-bottom: 10px;
}
.tollMan_box .tollMan_tit[data-v-64aeac90] {
  height: 36px;
  background: #D9EAFB;
  border: 1px solid #D8E0E6;
  border-radius: 6px 6px 0px 0px;
  text-indent: 10px;
  color: #2968A8;
  line-height: 36px;
}
.tollMan_box .tollMan_bootom[data-v-64aeac90] {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.tollMan_box .tollMan_bootom i[data-v-64aeac90] {
  font-size: 18px;
  cursor: pointer;
}
.tollMan_box .tollMan_item[data-v-64aeac90] {
  margin: 0 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D8E0E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #6B7279;
}
.tollMan_box .tollMan_item .tollMan_item_left[data-v-64aeac90] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tollMan_box .tollMan_item .tollMan_item_left .dot[data-v-64aeac90] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
  background: #BEC5CB;
}
.tollMan_box .tollMan_item .tollMan_item_close[data-v-64aeac90] {
  font-weight: bold;
  cursor: pointer;
}
.table_box .table_unit[data-v-64aeac90] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.table_box .table_unit .table_item[data-v-64aeac90] {
  margin: 2px;
  background: #EAF2F9;
  border: 1px solid #DFDFDF;
  font-size: 16px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.table_box .table_unit:nth-of-type(even) .table_item[data-v-64aeac90] {
  background: #D9E3EC;
}
.table_box .table_unit:nth-of-type(even) .table_check[data-v-64aeac90] {
  margin-right: 10px;
  background: none;
  border: none;
}
.table_box .table_unit .table_header[data-v-64aeac90] {
  background: #1985F1;
  color: white;
  border: 1px solid #1985F1;
}
.table_box .table_unit .table_check[data-v-64aeac90] {
  margin-right: 10px;
  background: none;
  border: none;
}
.table_box .table_unit .table_item1[data-v-64aeac90] {
  -ms-flex: 3;
      flex: 3;
}
.table_box .table_unit .table_item2[data-v-64aeac90] {
  -ms-flex: 2;
      flex: 2;
}
.table_content[data-v-64aeac90] {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
}
.table_content[data-v-64aeac90]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.table_content[data-v-64aeac90]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #afadad;
}
.table_content[data-v-64aeac90]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #ededed;
}

.require[data-v-4e6a0e10]:before {
  content: '*';
  font-size: 20px;
  color: red;
  margin-left: -10px;
  margin-right: 2px;
  margin-bottom: -7px;
  line-height: 14px;
}
.drawer[data-v-4e6a0e10] {
  font-size: 14px;
  z-index: 1950;
  position: fixed;
  right: 0;
  top: 100px;
  min-width: 100px;
  max-width: 860px;
  min-height: 300px;
  height: calc(100vh - 100px);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
}
.drawer .content[data-v-4e6a0e10] {
  width: 860px;
  height: calc(100% - 98px);
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
  padding-bottom: 40px;
}
.drawer .content .loadingBox[data-v-4e6a0e10] {
  width: 50px;
  height: 50px;
}
.drawer .content .loadingBox i[data-v-4e6a0e10] {
  font-size: 50px;
  color: #999;
}
.drawer .content[data-v-4e6a0e10]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.drawer .content[data-v-4e6a0e10]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.drawer .content[data-v-4e6a0e10]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.drawer .footer[data-v-4e6a0e10] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  z-index: 99;
}
.content_box[data-v-4e6a0e10] {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.content_box .content_left[data-v-4e6a0e10] {
  -ms-flex: 5;
      flex: 5;
  padding: 15px;
  border-bottom: 1px solid #DBDBDB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.content_box .content_left .left_box[data-v-4e6a0e10] {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
}
.content_box .content_left .left_box[data-v-4e6a0e10]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.content_box .content_left .left_title[data-v-4e6a0e10] {
  color: #243340;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content_box .content_left .item[data-v-4e6a0e10] {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.content_box .content_left .item .item_label[data-v-4e6a0e10] {
  width: 60px;
  color: #6B7279;
  margin-right: 5px;
}
.content_box .content_left .item .item_content[data-v-4e6a0e10] {
  width: 0;
  -ms-flex: 1;
      flex: 1;
}
.content_box .content_right[data-v-4e6a0e10] {
  -ms-flex: 4;
      flex: 4;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #F7F7F9;
}
.content_box .content_right .right_title[data-v-4e6a0e10] {
  color: #243340;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content_box .content_right .site_search[data-v-4e6a0e10] {
  position: relative;
  margin-bottom: 10px;
}
.content_box .content_right .site_search .img_search[data-v-4e6a0e10] {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tollMan_box[data-v-4e6a0e10] {
  background: #FFFFFF;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  transition: all 0.6s;
  margin-bottom: 10px;
}
.tollMan_box .tollMan_tit[data-v-4e6a0e10] {
  height: 36px;
  background: #D9EAFB;
  border: 1px solid #D8E0E6;
  border-radius: 6px 6px 0px 0px;
  text-indent: 10px;
  color: #2968A8;
  line-height: 36px;
}
.tollMan_box .tollMan_bootom[data-v-4e6a0e10] {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.tollMan_box .tollMan_bootom i[data-v-4e6a0e10] {
  font-size: 18px;
  cursor: pointer;
}
.tollMan_box .tollMan_item[data-v-4e6a0e10] {
  margin: 0 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D8E0E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #6B7279;
}
.tollMan_box .tollMan_item .tollMan_item_left[data-v-4e6a0e10] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tollMan_box .tollMan_item .tollMan_item_left .dot[data-v-4e6a0e10] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
  background: #BEC5CB;
}
.tollMan_box .tollMan_item .tollMan_item_close[data-v-4e6a0e10] {
  font-weight: bold;
  cursor: pointer;
}
.table_box .table_unit[data-v-4e6a0e10] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.table_box .table_unit .table_item[data-v-4e6a0e10] {
  margin: 2px;
  background: #EAF2F9;
  border: 1px solid #DFDFDF;
  font-size: 16px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.table_box .table_unit:nth-of-type(even) .table_item[data-v-4e6a0e10] {
  background: #D9E3EC;
}
.table_box .table_unit:nth-of-type(even) .table_check[data-v-4e6a0e10] {
  margin-right: 10px;
  background: none;
  border: none;
}
.table_box .table_unit .table_header[data-v-4e6a0e10] {
  background: #1985F1;
  color: white;
  border: 1px solid #1985F1;
}
.table_box .table_unit .table_check[data-v-4e6a0e10] {
  margin-right: 10px;
  background: none;
  border: none;
}
.table_box .table_unit .table_item1[data-v-4e6a0e10] {
  -ms-flex: 3;
      flex: 3;
}
.table_box .table_unit .table_item2[data-v-4e6a0e10] {
  -ms-flex: 2;
      flex: 2;
}
.table_content[data-v-4e6a0e10] {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
}
.table_content[data-v-4e6a0e10]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.table_content[data-v-4e6a0e10]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #afadad;
}
.table_content[data-v-4e6a0e10]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #ededed;
}

.tabs_list .el-tabs__item {
  font-size: 18px;
}
.tabs_list .el-tabs__item.is-active {
  color: #38C22E;
}
.tabs_list .el-tabs__active-bar {
  background-color: #38C22E;
}
.tabs_list .el-tabs__item:hover {
  color: #38C22E;
}

.fullwidth[data-v-7bb4cd72] .el-form-item__content .el-select {
  width: 100%;
}
.changeTip[data-v-7bb4cd72] {
  margin: 20px 100px;
}
.changeReturn[data-v-7bb4cd72] {
  margin: 20px 100px;
}
.checkbox[data-v-7bb4cd72] {
  display: block;
  padding-left: 15px;
  margin: 10px 0;
}
.card[data-v-7bb4cd72] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 100px;
}
.card .card_item[data-v-7bb4cd72] {
  border: 1px solid #EBEEF5;
  border-radius: 4px;
}
.card .card_item .card_header[data-v-7bb4cd72] {
  height: 40px;
  background: #F5F7FA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 15px;
}
.card .card_item .card_input_box[data-v-7bb4cd72] {
  margin: 15px;
}
.card .card_item .card_input[data-v-7bb4cd72] {
  width: 168px;
}
.card .card_item .card_input .el-input__inner[data-v-7bb4cd72] {
  padding-left: 30px !important;
}
.card .card_item .card_content[data-v-7bb4cd72] {
  height: 200px;
  overflow: auto;
}
.isQuestion[data-v-7bb4cd72] {
  position: absolute;
  top: 14px;
  left: -65px;
  font-size: 14px;
  color: #409eff;
  cursor: pointer;
}

.tabs_list .el-tabs__item {
  font-size: 18px;
}
.tabs_list .el-tabs__item.is-active {
  color: #38C22E;
}
.tabs_list .el-tabs__active-bar {
  background-color: #38C22E;
}
.tabs_list .el-tabs__item:hover {
  color: #38C22E;
}

.fullwidth[data-v-08d7998a] .el-form-item__content .el-select {
  width: 100%;
}
.changeTip[data-v-08d7998a] {
  margin: 20px 100px;
}
.changeReturn[data-v-08d7998a] {
  margin: 20px 100px;
}
.checkbox[data-v-08d7998a] {
  display: block;
  padding-left: 15px;
  margin: 10px 0;
}
.card[data-v-08d7998a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 100px;
}
.card .card_item[data-v-08d7998a] {
  border: 1px solid #EBEEF5;
  border-radius: 4px;
}
.card .card_item .card_header[data-v-08d7998a] {
  height: 40px;
  background: #F5F7FA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card .card_item .card_input_box[data-v-08d7998a] {
  margin: 15px;
}
.card .card_item .card_input[data-v-08d7998a] {
  width: 168px;
}
.card .card_item .card_content[data-v-08d7998a] {
  height: 200px;
  overflow: auto;
}
.isQuestion[data-v-08d7998a] {
  position: absolute;
  top: 14px;
  left: -65px;
  font-size: 14px;
  color: #409eff;
  cursor: pointer;
}

.row_box[data-v-6327354c] {
  width: 100%;
}
.col_box[data-v-6327354c] {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 7.5px;
}
@media screen and (max-width: 1440px) {
.col_box[data-v-6327354c] {
    width: 33.33%;
    padding: 5px;
}
.outbox[data-v-6327354c] {
    box-sizing: border-box;
    min-width: 250px;
}
}
@media screen and (min-width: 1921px) {
.col_box[data-v-6327354c] {
    width: 20%;
    padding: 10px;
}
.outbox[data-v-6327354c] {
    box-sizing: border-box;
    min-width: 300px;
}
}
.empty_box[data-v-6327354c] {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.list_template[data-v-6327354c] {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.changeTableType[data-v-6327354c] {
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0px 4px;
}
.tag[data-v-6327354c] {
  margin: 3px;
}
.tool_tab[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}
.tool_tab .tab_item[data-v-6327354c] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 110px;
  height: 38px;
  color: #243340;
  cursor: pointer;
  font-weight: bold;
}
.tool_tab .tab_item .line[data-v-6327354c] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #FFA421;
}
.tool_tab .table_item_active[data-v-6327354c] {
  background: linear-gradient(0deg, #FFA21E 0%, #FFC243 100%);
  box-shadow: 0px 2px 4px 0px rgba(255, 163, 31, 0.6);
  border-radius: 6px;
  color: white;
}
.status_list[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.status_list .status_item[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.status_list .status_item .circle[data-v-6327354c] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #000;
  margin-right: 4px;
}
.status_list .status_item .circle .circle_active[data-v-6327354c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}
.status_list .status_item[data-v-6327354c]:nth-of-type(2) {
  color: #0FB32E;
}
.status_list .status_item:nth-of-type(2) .circle[data-v-6327354c] {
  border: 2px solid #0FB32E;
}
.status_list .status_item:nth-of-type(2) .circle .circle_active[data-v-6327354c] {
  background: #0FB32E;
}
.status_list .status_item[data-v-6327354c]:nth-of-type(3) {
  color: #FF6D0C;
}
.status_list .status_item:nth-of-type(3) .circle[data-v-6327354c] {
  border: 2px solid #FF6D0C;
}
.status_list .status_item:nth-of-type(3) .circle .circle_active[data-v-6327354c] {
  background: #FF6D0C;
}
.status_list .status_item[data-v-6327354c]:nth-of-type(4) {
  color: #B5B5B5;
}
.status_list .status_item:nth-of-type(4) .circle[data-v-6327354c] {
  border: 2px solid #B5B5B5;
}
.status_list .status_item:nth-of-type(4) .circle .circle_active[data-v-6327354c] {
  background: #B5B5B5;
}
.content[data-v-6327354c] {
  height: calc(100% - 42px);
  overflow: auto;
}
.content .el-row[data-v-6327354c] {
  border: none;
  margin: 0 !important;
}
.content .el-row .el-col[data-v-6327354c] {
  background: #fff;
  border: none;
}
.list_item[data-v-6327354c] {
  position: relative;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 8px 0px rgba(197, 197, 197, 0.6);
  border-radius: 4px;
}
.list_item .rank[data-v-6327354c] {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #1985F1;
}
.list_item .rank img[data-v-6327354c] {
  width: 10px;
  margin-right: 4px;
}
.list_item .top_item[data-v-6327354c] {
  padding: 20px;
}
.list_item .top_item .top_header[data-v-6327354c] {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.list_item .top_item .top_header img[data-v-6327354c] {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
.list_item .top_item .top_header .top_item_right[data-v-6327354c] {
  width: none;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  color: #AAAAAA;
  font-size: 14px;
}
.list_item .top_item .top_header .top_item_right h2[data-v-6327354c] {
  width: 100%;
  font-size: 18px;
  color: #243340;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_item .top_item .top_header .top_item_right p[data-v-6327354c] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_item .top_item .top_unit[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 10px;
  margin-bottom: 5px;
  height: 30px;
}
.list_item .top_item .top_unit img[data-v-6327354c] {
  width: 18px;
}
.list_item .top_item .top_unit .unit_label[data-v-6327354c] {
  margin: 0 6px;
  color: #6B7279;
}
.list_item .top_item .top_unit .unit_content[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.list_item .top_item .top_unit .unit_content .site_item[data-v-6327354c] {
  padding: 3px 6px;
  border-radius: 2px;
  background: #EEF4F8;
  color: #3C5A71;
  margin-right: 10px;
  cursor: pointer;
}
.list_item .bottom_item[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 35px;
  height: 40px;
  background: #F7F7F9;
}
.list_item .bottom_item img[data-v-6327354c] {
  width: 18px;
  cursor: pointer;
}
.site_box[data-v-6327354c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
}
.site_box .site_item[data-v-6327354c] {
  padding: 3px 6px;
  border-radius: 2px;
  background: #EEF4F8;
  color: #3C5A71;
  margin: 2px 6px;
  cursor: pointer;
}
.icon_changed[data-v-6327354c] {
  position: absolute;
  left: 0;
  top: 0;
}

.row_item[data-v-6f3d027c] {
  margin: 10px 0;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.list_template[data-v-6f3d027c] {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.changeTableType[data-v-6f3d027c] {
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0px 4px;
}
.tag[data-v-6f3d027c] {
  margin: 3px;
}
.tool_tab[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}
.tool_tab .tab_item[data-v-6f3d027c] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 110px;
  height: 38px;
  color: #243340;
  cursor: pointer;
  font-weight: bold;
}
.tool_tab .tab_item .line[data-v-6f3d027c] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #FFA421;
}
.tool_tab .table_item_active[data-v-6f3d027c] {
  background: linear-gradient(0deg, #FFA21E 0%, #FFC243 100%);
  box-shadow: 0px 2px 4px 0px rgba(255, 163, 31, 0.6);
  border-radius: 6px;
  color: white;
}
.status_list[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.status_list .status_item[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.status_list .status_item .circle[data-v-6f3d027c] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #000;
  margin-right: 4px;
}
.status_list .status_item .circle .circle_active[data-v-6f3d027c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}
.status_list .status_item[data-v-6f3d027c]:nth-of-type(2) {
  color: #0FB32E;
}
.status_list .status_item:nth-of-type(2) .circle[data-v-6f3d027c] {
  border: 2px solid #0FB32E;
}
.status_list .status_item:nth-of-type(2) .circle .circle_active[data-v-6f3d027c] {
  background: #0FB32E;
}
.status_list .status_item[data-v-6f3d027c]:nth-of-type(3) {
  color: #FF6D0C;
}
.status_list .status_item:nth-of-type(3) .circle[data-v-6f3d027c] {
  border: 2px solid #FF6D0C;
}
.status_list .status_item:nth-of-type(3) .circle .circle_active[data-v-6f3d027c] {
  background: #FF6D0C;
}
.status_list .status_item[data-v-6f3d027c]:nth-of-type(4) {
  color: #B5B5B5;
}
.status_list .status_item:nth-of-type(4) .circle[data-v-6f3d027c] {
  border: 2px solid #B5B5B5;
}
.status_list .status_item:nth-of-type(4) .circle .circle_active[data-v-6f3d027c] {
  background: #B5B5B5;
}
.content[data-v-6f3d027c] {
  height: calc(100% - 42px);
  overflow: auto;
}
.content .el-row[data-v-6f3d027c] {
  border: none;
  margin: 0 !important;
}
.content .el-row .el-col[data-v-6f3d027c] {
  background: #fff;
  border: none;
}
.list_item[data-v-6f3d027c] {
  width: 100%;
  position: relative;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 8px 0px rgba(197, 197, 197, 0.6);
  border-radius: 4px;
}
.list_item .rank[data-v-6f3d027c] {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #1985F1;
}
.list_item .rank img[data-v-6f3d027c] {
  width: 10px;
  margin-right: 4px;
}
.list_item .top_item[data-v-6f3d027c] {
  padding: 20px;
}
.list_item .top_item .top_header[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.list_item .top_item .top_header img[data-v-6f3d027c] {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
.list_item .top_item .top_header .top_item_right[data-v-6f3d027c] {
  color: #AAAAAA;
  font-size: 14px;
}
.list_item .top_item .top_header .top_item_right h2[data-v-6f3d027c] {
  width: 100%;
  font-size: 18px;
  color: #243340;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_item .top_item .top_unit[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 10px;
  height: 30px;
}
.list_item .top_item .top_unit img[data-v-6f3d027c] {
  width: 18px;
}
.list_item .top_item .top_unit .unit_label[data-v-6f3d027c] {
  margin: 0 6px;
  color: #6B7279;
}
.list_item .top_item .top_unit .unit_content[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.list_item .top_item .top_unit .unit_content .site_item[data-v-6f3d027c] {
  padding: 3px 6px;
  border-radius: 2px;
  background: #EEF4F8;
  color: #3C5A71;
  margin-right: 10px;
  cursor: pointer;
}
.list_item .bottom_item[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 35px;
  height: 40px;
  background: #F7F7F9;
}
.list_item .bottom_item img[data-v-6f3d027c] {
  width: 18px;
  cursor: pointer;
}
.site_box[data-v-6f3d027c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
}
.site_box .site_item[data-v-6f3d027c] {
  padding: 3px 6px;
  border-radius: 2px;
  background: #EEF4F8;
  color: #3C5A71;
  margin: 2px 6px;
  cursor: pointer;
}
.content_item[data-v-6f3d027c] {
  width: 100%;
  margin: 5px 0;
}

.tab[data-v-959cf036] {
  background: #fff;
  margin-bottom: 10px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}
.tab p[data-v-959cf036] {
  background: linear-gradient(0deg, #FCF3E4 0%, #F8F3E9 100%);
  color: #F3780B;
  border-radius: 15px 15px 0px 0px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 10px 10px 0;
  text-align: center;
  cursor: pointer;
}
.tab .active[data-v-959cf036] {
  background: linear-gradient(0deg, #F2A40C 0%, #F3880A 100%);
  color: #fff;
}
.arrangeContent[data-v-959cf036] {
  height: calc(100% - 50px);
}
.arrangeContentn[data-v-959cf036] {
  height: 100%;
}

