.select-other-subject .el-dialog__body {
  padding: 0 20px 30px 20px;
}
.show-more-item-dialog .show-more-dialog .el-dialog__body {
  max-height: 375px !important;
}
.show-more-item-dialog .choice-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 340px;
  height: 32px;
  background: #f6f6f6;
  padding: 0 10px;
  border: 1px solid #cbcbcb;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
}
.show-more-item-dialog .srcf-add {
  font-size: 20px;
  color: #147af7;
}
.show-more-item-dialog .srcf-remove {
  font-size: 20px;
  color: #ffbf91;
}
.sr-compare[data-v-1f32fe67] {
  margin-top: 10px;
  padding: 0 10px;
  min-height: 800px;
  display: flex;
  flex-direction: column;
}
.sr-compare .empty-status[data-v-1f32fe67] {
  margin: 200px 0 20px;
}
.sr-compare .stock-code[data-v-1f32fe67] {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #147af7;
  text-decoration: none;
}
.sr-compare-bottom[data-v-1f32fe67] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.sr-compare-bottom > span[data-v-1f32fe67] {
  color: #147af7;
  margin: 0 10px 0 6px;
  text-indent: -6px;
}
.sr-compare-bottom-btns[data-v-1f32fe67] {
  display: flex;
  align-items: center;
}
.sr-compare.loading .el-table[data-v-1f32fe67] {
  min-height: 400px;
}
.sr-compare[data-v-1f32fe67] .el-table {
  width: 100%;
  min-height: 400px;
  margin-bottom: 20px;
  flex: none;
}
.sr-compare[data-v-1f32fe67] .el-table .el-table__empty-text {
  display: none;
}
.sr-compare[data-v-1f32fe67] .el-table .is-scrolling-left {
  z-index: 1;
}
.sr-compare[data-v-1f32fe67] .el-table th {
  background: #f5f7fa;
  padding: 8px 0;
}
.sr-compare[data-v-1f32fe67] .el-table th .cell {
  white-space: nowrap;
}
.sr-compare[data-v-1f32fe67] .el-table td {
  padding: 8px 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: normal;
}
