/******筛选条件******/
.ScreenBlock .border {
  border: solid 1px #eeeeee;
}
.ScreenBlock .typeLi {
  font-size: 0;
}
.ScreenBlock .typeLi + .typeLi {
  border-top: 1px solid #eeeeee;
}
.ScreenBlock .TypeList .type {
  display: inline-block;
  position: relative;
  text-align: center;
  border-right: 1px solid #eeeeee;
  padding: 0 21px;
  line-height: 46px;
  font-size: 14px;
  color: #666666;
}
.ScreenBlock .TypeList .type::before {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 2px;
  height: 13px;
  width: 13px;
  background: url(../images/icons2.png) no-repeat;
}
.ScreenBlock .TypeList .type::after {
  content: "";
  position: absolute;
  display: inline-block;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.ScreenBlock .TypeList .type.on {
  color: #00bfbf;
}
.ScreenBlock .TypeList .type.on::after {
  opacity: 1;
}
.ScreenBlock .TypeList .type:hover {
  color: #00bfbf;
}
.ScreenBlock .TypeList .combo::before {
  background-position: 0 0;
}
.ScreenBlock .TypeList .combo:hover::before,
.ScreenBlock .TypeList .combo.on::before {
  background-position: 0 -23px;
}
.ScreenBlock .TypeList .doctor::before {
  background-position: -32px 0;
}
.ScreenBlock .TypeList .doctor:hover::before,
.ScreenBlock .TypeList .doctor.on::before {
  background-position: -32px -23px;
}
.ScreenBlock .TypeList .hospital::before {
  background-position: -64px 0;
}
.ScreenBlock .TypeList .hospital:hover::before,
.ScreenBlock .TypeList .hospital.on::before {
  background-position: -64px -23px;
}
.ScreenBlock .type_t {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  text-align: right;
  line-height: 46px;
  font-weight: bold;
  font-size: 14px;
  color: #555555;
}
.ScreenBlock .type_t.type_tA {
  font-weight: normal;
  color: #9f9f9f;
}
.ScreenBlock .dl {
  display: inline-block;
  vertical-align: top;
  width: 1108px;
  width: calc(100% - 90px);
  padding: 6px 0;
}
.ScreenBlock .dl .dd {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 100px;
  padding: 5px;
}
.ScreenBlock .dl .dd.ddA {
  min-width: 0;
}
.ScreenBlock .dl .dd.ddB {
  min-width: 70px;
}
.ScreenBlock .dl .dd_a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.ScreenBlock .dl .dd_a:hover {
  color: #f27c01;
}
.ScreenBlock .dl .dd_a.on {
  color: #f27c01;
  background: #fef2e5;
}
.ScreenBlock .dl .dd_a.on.i_after {
  background: transparent;
  color: #00bfbf;
}
.ScreenBlock .dl .dd_a.on.i_after::after {
  border-top: 6px solid #00bfbf;
}
.ScreenBlock .dl .dd_a.i_after::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 1px;
  border-top: 6px solid #c9c9c9;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.ScreenBlock .dl .dd_a.i_after:hover::after {
  border-top: 6px solid #00bfbf;
}
.ScreenBlock .dl .d_hover {
  display: inline-block;
}
.ScreenBlock .dl .d_hover:hover .dd_tank {
  z-index: 2;
  margin-top: 0;
  opacity: 1;
  transform: scale(1);
}
.ScreenBlock .dl .r_tank .dd_tank {
  left: auto;
  right: 100%;
  margin-right: -60px;
}
.ScreenBlock .dl .r_tank .dd_tank::before {
  left: auto;
  right: 26px;
}
.ScreenBlock .dl .dd_tank {
  z-index: -2;
  position: absolute;
  margin-top: -10px;
  opacity: 0;
  left: 0;
  top: 100%;
  width: 490px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #fff;
  padding: 15px 15px 10px;
  transform: scale(0);
  transition: margin 0.3s, opacity 0.3s;
}
.ScreenBlock .dl .dd_tank::before {
  position: absolute;
  width: 10px;
  height: 6px;
  bottom: 100%;
  left: 26px;
  background-position: -137px -571px;
}
.ScreenBlock .dl .dd_tank::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 100%;
  left: 0;
}
.ScreenBlock .dl .dd_tank .p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #c0c0c0;
}
.ScreenBlock .dl .dd_tank .spans {
  margin: 0 -5px;
}
.ScreenBlock .dl .dd_tank .span {
  display: inline-block;
  vertical-align: top;
  padding: 1px 0;
  min-width: 25%;
}
.ScreenBlock .dl .dd_tank .span a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  color: #666666;
}
.ScreenBlock .dl .dd_tank .span a:hover {
  color: #00bfbf;
}
.ScreenBlock .dl .dd_tank .span a.on {
  background: #00bfbf;
  color: #fff;
}
.ScreenBlock .dl .exit {
  display: block;
  transition: all 0.3s;
  width: auto;
  border: solid 1px #00bfbf;
  padding: 0 8px;
  word-break: keep-all;
  line-height: 22px;
  font-size: 12px;
  color: #00bfbf;
}
.ScreenBlock .dl .exit::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 1px;
  height: 10px;
  width: 10px;
  background-position: -92px -41px;
}
.ScreenBlock .dl .exit:hover {
  background-color: #00bfbf;
  border-color: #00bfbf;
  color: #ffffff;
}
.ScreenBlock .dl .exit:hover::after {
  background-position: -92px -28px;
}
.ScreenBlock .dl .exitAll {
  display: block;
  word-break: keep-all;
  line-height: 22px;
  font-size: 12px;
  color: #898989;
}
.ScreenBlock .dl .exitAll::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 2px;
  height: 14px;
  width: 14px;
  background-position: -115px -33px;
}
.ScreenBlock .dl .exitAll:hover {
  color: #00bfbf;
}
.ScreenBlock .dl .exitAll:hover::before {
  background-position: -136px -33px;
}
