/* 医院医生地区开始 */
.regionalFiltering {
  border: 1px solid #ccc;
  padding: 0 10px;
}

.regionalFilteringBox {
  width: 100%;
  display: flex;
}

.regionalFilteringLeft {
  width: 70px;
  padding: 10px 0;
}

.regionalFilteringRight {
  width: calc(100% - 80px);
  box-sizing: border-box;
}

.regionalFilteringRight > a {
  padding: 10px 15px;
  display: inline-block;
}

.cursorActive {
  color: var(--color-primary);;
}

.regionalFilteringRight > a:hover {
  color: var(--color-primary);;
}
/* 医院医生地区结束 */

/* 医院医生卡片 */
.card_con {
  height: 140px;
}

.card_img{
  width: 170px;
  height: 120px;
  filter: blur(20px);
}

.card_txt_item{
  line-height: 30px;
}
.but_item {
  width: 90px;
  height: 35px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.but_yh {
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);;
  /* background-color: #ec633f69; */
}

.none_yy{
  width: 100%;
  margin: 10px 0px;
}
.content_con{
  width: 100%;
  min-height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
/* 医院医生卡片结束 */
/* 项目-资讯-分享卡片 开始 */
.list_card{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  height: 170px;
}
.listcard_img{
  min-width: 200px;
  width: 200px;
  height: 120px;
  filter: blur(20px);
}
.listcard_textcon{
  width: 75%;
}
.listcard_tit{
  font-size: 19px;
}
.listcard_txt_item{
  line-height: 25px;
  margin: 10px 0px;
}
/* 项目-资讯-分享卡片 结束 */
/* 列表页布局 */
.liat_topcon{
  width: 100%;

}
/* 项目价格 */
.jiage-time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_jg {
  width: 100%;
  display: flex;
  align-items: center;
}
.jiage-con {
  color: #000;
}
.youhui-jia {
  color: #d32f2f;
  font-size: 22px;
  font-weight: 600;
  margin: 0px 5px;
}
.yuan-jia {
  color: #808080;
  text-decoration: line-through;
}
/* 问答 */
.list_wdcard{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  height: 170px;
  justify-content: space-around;
}
.wd_qcon,.wd_acon{
  display: flex;
  margin: 10px 0px;
  align-items: center;
}
.wd_q,.wd_a{
  width: 35px;
  min-width: 35px;
  height: 35px;
  background-color:  var(--color-primary);;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.wd_a{
   background-color: #ccc!important;
}
.wd_t{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* ========== 热词聚合页 hot-page ========== */
.hot-page .list_top {
  padding: 16px 0 8px;
}
.reci_width.hot-page {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  background: #fff;
  box-sizing: border-box;
}

/* 字母导航 */
.hot-page .reci.hot-page__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 16px 0 20px;
  padding: 14px 18px;
  font-size: 14px;
  border: 1px solid var(--color-border-light, #e1ece9);
  border-radius: 8px;
  background: #fafcfc;
  box-sizing: border-box;
}
.hot-page .reci_xian {
  display: none;
}
.hot-page .reci_zi.hot-page__nav-label {
  flex-shrink: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-dark, #0c2e2a);
  white-space: nowrap;
}
.hot-page .reci_zi.hot-page__nav-label::after {
  content: "：";
}
.hot-page .reci_letter_con {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
}
.hot-page .letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  margin: 0;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-normal, #2a5450);
  background: #fff;
  border: 1px solid var(--color-border-light, #e1ece9);
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.hot-page .letter:hover,
.hot-page .letter:focus {
  color: var(--color-primary, #17a398);
  border-color: var(--color-primary-accent, #46c5b5);
  background: #fff;
  outline: none;
}
.hot-page .letter.is-active {
  color: #fff;
  font-weight: 600;
  background: var(--color-primary, #17a398);
  border-color: var(--color-primary, #17a398);
}

/* 热词列表 */
.hot-page .reci_hidden {
  display: none;
}
.hot-page__list {
  border: 1px solid var(--color-border-light, #e1ece9);
  border-radius: 8px;
  overflow: hidden;
}
.hot-page .reci_con.hot-group {
  display: flex;
  align-items: stretch;
  margin: 0;
  scroll-margin-top: 72px;
  border-bottom: 1px solid var(--color-border-light, #e1ece9);
}
.hot-page .reci_con.hot-group:last-child {
  border-bottom: none;
}
.hot-page .reci_title.hot-group__letter {
  flex-shrink: 0;
  width: 56px;
  min-height: 0;
  margin: 0;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary, #17a398);
  background: var(--color-primary-light, #e6f6f4);
  border: none;
  border-right: 1px solid var(--color-border-light, #e1ece9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-page .reci_box.hot-group__tags {
  flex: 1;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 10px 12px;
  min-height: 56px;
  padding: 14px 18px;
  background: #fff;
  box-sizing: border-box;
}
.hot-page .reci_box.hot-group__tags.is-empty {
  background: #fafcfc;
}
.hot-page .hot-group__empty {
  font-size: 13px;
  color: var(--color-text-lighter, #93c4bf);
}
.hot-page .reci_div {
  display: block;
  margin: 0;
  height: auto;
}
.hot-page a.reci_a.hot-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-text-normal, #2a5450);
  text-decoration: none;
  background: #fafcfc;
  border: 1px solid var(--color-border-light, #e1ece9);
  border-radius: 4px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.hot-page a.reci_a.hot-tag:hover {
  color: var(--color-primary, #17a398);
  border-color: var(--color-primary-accent, #46c5b5);
  background: var(--color-primary-light, #e6f6f4);
  text-decoration: none;
}
.hot-page .hot-tag__num {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-text-lighter, #93c4bf);
}
.hot-page .hot-tag__num::before {
  content: "(";
}
.hot-page .hot-tag__num::after {
  content: ")";
}
.hot-page a.reci_a.hot-tag:hover .hot-tag__num {
  color: var(--color-primary, #17a398);
}
/* 热词列表页结束 */
