/******筛选条件******/
.ScreenBlockA .types {
  font-size: 0;
}
.ScreenBlockA .types .type {
  display: inline-block;
  position: relative;
  padding: 12px 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.ScreenBlockA .types .type + .type {
  position: relative;
}
.ScreenBlockA .types .type + .type::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #eeeeee;
}
.ScreenBlockA .types .type:hover {
  color: #00bfbf;
}
.ScreenBlockA .types .type::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}
.ScreenBlockA .types .type.on {
  background: #fff;
}
.ScreenBlockA .types .type.on + .type::before {
  opacity: 0;
}
.ScreenBlockA .types .type.on::after {
  opacity: 1;
}
.ScreenBlockA .types .type.on::before {
  opacity: 0;
}
.ScreenBlockA .types .type.selectSelf {
  min-width: 100px;
  background: transparent;
  padding: 12px 0;
}
.ScreenBlockA .selectSelf .selectWord {
  background: #fff;
  border-color: #e1e1e1;
  padding-right: 25px;
  line-height: 22px;
  color: #b8b8b8;
}
.ScreenBlockA .selectSelf .selectWord::after {
  right: 8px;
}
.ScreenBlockA .selectSelf .selectList {
  z-index: 2;
  width: auto;
  min-width: 100%;
  word-break: keep-all;
}
.ScreenBlockA .r_cont {
  padding-right: 15px;
  line-height: 48px;
}
.ScreenBlockA .r_cont .big {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}
.ScreenBlockA .r_cont .txt {
  margin-left: 10px;
  font-size: 14px;
}
