@charset "UTF-8";
/* 改变主题色变量 */
[data-v-0210b8da]:export {
  menuText: #65686b;
  menuBg: #fff;
  menuHover: #fff;
  subMenuBg: #fff;
  subMenuHoverTxt: #12B48A;
  sideBarWidth: 210px;
}
.search_box[data-v-0210b8da] {
  padding: 10px 20px;
}
.list_page[data-v-0210b8da] {
  background: #fff;
}
.list_page .list_header[data-v-0210b8da] {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.list_page .list_header .header_left[data-v-0210b8da] {
  font-size: 18px;
  color: #333333;
}
.list_page .table_area .infoList[data-v-0210b8da] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_page .operation_bar .iconfont[data-v-0210b8da],
.list_page .operation_bar i[data-v-0210b8da],
.list_page .operation_bar .ofs-icon[data-v-0210b8da] {
  font-size: 16px;
  color: #12B48A;
  cursor: pointer;
}
.list_page .platforms_bar[data-v-0210b8da] {
  display: inline-block;
}
.list_page .platforms_bar div[data-v-0210b8da] {
  display: inline-block;
  text-align: center;
  color: #333333;
  background: #f0f2f5;
  font-size: 14px;
  border-radius: 1px;
  height: 24px;
  line-height: 24px;
  margin-right: 9px;
}
