.cata_right[data-v-ff1b004a] {
  width: 75%;
  background-color: #fff;
}
.cata_right .right_head[data-v-ff1b004a] {
  background-color: #EEF2F8;
  width: 90%;
  padding: 0 5%;
}
.cata_right[data-v-ff1b004a] .el-table {
  font-size: 16px;
  color: #666;
}
.cata_right[data-v-ff1b004a] .el-table__header-wrapper {
  background: #EEF2F8;
}
.cata_right[data-v-ff1b004a] .el-table__header-wrapper th {
  background: #EEF2F8 !important;
}
.cata_right[data-v-ff1b004a] .el-table__body-wrapper {
  display: none;
}
.cata_right .right_content[data-v-ff1b004a] {
  width: 90%;
  padding: 0 5%;
}
.cata_right .right_content .right_card[data-v-ff1b004a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0;
  margin: 20px 0;
  color: #333;
  font-weight: 200;
}
.cata_right .right_content .right_card .card_left[data-v-ff1b004a] {
  text-align: left;
  width: calc(95% - 130px);
}
.cata_right .right_content .right_card .card_left .cardTitle[data-v-ff1b004a] {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.cata_right .right_content .right_card .card_left .cardTitle[data-v-ff1b004a]:hover {
  color: #409EFF;
  text-decoration: underline;
  cursor: pointer;
}
.cata_right .right_content .right_card .card_left > div[data-v-ff1b004a] {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cata_right .right_content .right_card .card_right[data-v-ff1b004a] {
  height: 120px;
  width: 130px;
}
.cata_right .right_content .right_card .card_right[data-v-ff1b004a] .el-button {
  font-size: 16px;
}

.app_left[data-v-7fcb85d0] {
  width: 23%;
  background-color: #fff;
}
.app_left .left_top[data-v-7fcb85d0] {
  width: 100%;
  background: #EEF2F8;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.app_left .left_top .left_search[data-v-7fcb85d0] {
  padding: 0 15px;
}
.app_left .left_top .left_search[data-v-7fcb85d0] .el-input__inner {
  height: 35px;
  background: #FFFFFF;
}
.app_left .left_top .left_down[data-v-7fcb85d0] {
  padding: 0 15px;
  text-align: right;
}
.app_left .left_top .left_down[data-v-7fcb85d0] .el-button {
  background-color: #4B7DDA;
  color: #fff;
  height: 34px;
  line-height: 1px;
}
.app_left .left_condition .list_item[data-v-7fcb85d0] {
  margin: 10px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.app_left .left_condition .list_item[data-v-7fcb85d0] :first-child {
  cursor: pointer;
  width: 75%;
}
.app_left .left_condition .list_item[data-v-7fcb85d0] :last-child {
  flex: 0.8;
  text-align: right;
}
.app_left .left_condition[data-v-7fcb85d0] .el-collapse {
  border: none;
}
.app_left .left_condition[data-v-7fcb85d0] .el-collapse .el-collapse-item .el-collapse-item__header {
  border-bottom: 1px solid #fff;
  background: #4B7DDA;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
}
.app_left .left_condition[data-v-7fcb85d0] .el-collapse .el-collapse-item .el-collapse-item__wrap {
  border-bottom: none;
  padding: 0 15px;
}

.cata_content[data-v-710b778e] {
  display: flex;
  justify-content: space-between;
}
