.yytop_con {
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
}
.yytop_xmcon {
  width: 100%;
  display: flex;
  flex-direction: column;
}
/*  */
.ystop_con {
  box-shadow: none;
}
.zxtop_con {
  flex-direction: column;
  box-shadow: none;
  margin-bottom: 0px ;
}
.yytop_con .yytop_img {
  width: 200px;
  padding: 10px;
  filter: blur(20px);
  margin-right: 20px;
}
.yytop_con .yytop_title {
  width: 250px;
  filter: blur(20px);
}
.yytop_con .yytop_text {
  margin: 0px 20px;
  width: 60%;
}
.yytop_con .yytop_text_item {
  display: flex;
  align-items: center;
  line-height: 35px;
}
.yytop_con .yytop_scxm {
  min-width: 80px;
}
.yytop_con .yytop_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.yytop_con .yytop_zxzx {
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);;
}
/* 医院详情页底部 */
.show_hosbot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hositem_tit {
  font-size: 18px;
  font-weight: 600;
  border-left: 5px solid var(--color-primary);;
  padding-left: 10px;
  margin-bottom: 10px;
}
/* 详情页卡片样式 */
.kuai_con,
.tiao_con,
.zzimg_con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.kuai_con .kuai_item {
  width: 24%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.kuai_con .yyhj_img {
  height: 150px !important;
}
.kuai_con .kuai_item_hj {
  width: 32%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.kuai_con .kuai_item_hj {
  width: 32%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.kuai_con .kuai_img {
  width: 90%;
  height: 150px;
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  padding: 10px;
}
.kuai_con .kuai_text {
  line-height: 30px;
  margin: 0px 10px;
}
.kuai_con .center_text {
    text-align: center;

}
.kuai_con .kuai_name {
  text-align: center;
  border-bottom: 1px dashed #2e2b2b;
}
/* xm价格 */
.jg_con {
  width: 100%;
  font-size: 14px;
  display: flex;

  align-items: center;
}
.yh_jia {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 5px;
}
.show_jgcon {
  font-size: medium;
}
.y_jia {
  color: #808080;
  text-decoration: line-through;
}

/* tiao */
.tiao_con .tiao_item {
  width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  padding-bottom: 10px;
}
.tiao_con .tiao_img {
  width: 150px;
  max-height: 120px;
  margin-right: 10px;
  filter: blur(15px);
  padding: 10px;
}
.tiao_con .tiao_textcon {
  width: 80%;
  padding: 10px;
  flex-direction: column;
}
.tiao_con .tiao_tit {
  font-weight: bold;
}
.tiao_con .tiao_des {
  margin: 5px 0px;
}

  /* 详情页卡片样式end */
  /*荣誉资质 */
.ryzz_img {
  width: 48%;
  /* height: 300px !important; */
  cursor: zoom-in; /* 鼠标悬停显示放大图标 */
  transition: transform 0.3s ease;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.ryzz_img:hover {
  transform: scale(1.02); /* 轻微放大效果提示可点击 */
}

/* 图片预览层样式 */
.image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 预览图片样式 */
.viewer-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  cursor: zoom-out; /* 显示缩小图标 */
}

/* 关闭按钮样式 */

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #bbb;
}
/* 荣誉资质 */
/* 医生问答 */
.jieda_con {
  margin: 10px 0px;
  font-size: 15px;
  font-weight: normal;
}
.jieda_item {
  box-sizing: border-box;
  border-bottom: 1px dashed var(--color-primary);;
  line-height: 30px;
  padding: 10px;
  transition: box-shadow 0.4s ease-in-out;
    box-shadow: 0 2px 4px rgba(139, 143, 142, 0.2),
    0 6px 12px rgba(139, 143, 142, 0.15), 0 12px 24px rgba(139, 143, 142, 0.1);
}
.jieda_item:hover {
  box-shadow: 0 2px 4px rgba(115, 202, 176, 0.2),
    0 6px 12px rgba(115, 202, 176, 0.15), 0 12px 24px rgba(115, 202, 176, 0.1);
}
/* 医生问答 end */
/* 资讯 */
.zx_detcon {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
  /* border-radius: 10px; */
}
.zx_bjcon,.fx_bjcon ,.xm_bjcon{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #999;
  margin: -15px 0px 20px 0px;
}
.xm_bjcon{
    padding:5px 10px;
    margin: 0px;

}
/* 项目 */
.youhui-jia {
  color: red;
  font-size: 22px;
  font-weight: 600;
  margin: 0px 5px;
}
.yuan-jia {
  color: #808080;
  text-decoration: line-through;
}
.yytop_xmbut {
  display: flex;
  align-items: center;
}
.yytop_xmbut {
  display: flex;
  align-items: center;
}
.yytop_xmbut .yytop_zxzx {
  margin-left: 14%;
}
.xcimg_con {
  width: 100%;
  margin: 0 auto;
}
.xcimg {
  width: 100%;
}
/* 项目侧边 */
.aside_con_top {
  width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.aside_con_top .hos_con {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  border: 2px dashed pink;
  margin: 5px;
  padding: 5px;
  transition: box-shadow 0.4s ease-in-out;
}
.aside_con_top .hos_con:hover {
  box-shadow: 0 2px 4px rgba(202, 115, 144, 0.2),
    0 6px 12px rgba(202, 115, 148, 0.15), 0 12px 24px rgba(192, 115, 202, 0.1);
}
.aside_con_top .hos_con img {
  width: 80px;
  height: 85px;
  filter: blur(20px);
  min-width: 80px;
}
.aside_con_top .hos_con .hos_con_info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.aside_con_top .hos_con .hos_con_info .camp1 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aside_con_top .hos_con .hos_con_info .title {
  font-weight: 600;
}
.aside_con_top .hos_con .hos_con_info .time {
  font-size: 13px;
}
.aside_con_bottom {
  width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.aside_con_bottom .sidebar {
  padding: 0px 5px;
}
/* 项目 end*/
/* 问答 */
.wd_titcon {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0px 20px 0px;
}
.wd_titcon .wd_titimg ,
.wd_arttitcon .wd_titimg{
  width: 35px;
  height: 35px;
  background-color: #fd5672;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 20px;
  box-sizing: border-box;
}
.wd_titcon .wd_tit {
  font-size: 22px;
  line-height: 30px;
}

.wdys_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.wdys_con .ys_msgcon {
  width: 70%;
  display: flex;
  align-items: center;
}
.wdys_con .ys_msgcon img {
  margin-right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.ys_name {
  font-weight: bold;
}
.ys_yy {
  margin-top: 15px;
  font-size: 15px;
}
.ys_nametit {
  font-weight: normal !important;
}
.ys_zxys {
  height: 30px;
  width: 80px;
  border: 1px solid var(--color-primary);;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.wd_article{
  border: 1px solid #ccc;
}
.wd_bjcon{
  padding: 20px 0px !important;
  border-bottom: 1px dashed #ccc;
}
.wd_arttitcon{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wd_arttitcon .wd_jxhf{
  font-size: 20px;
  font-weight: bold;
  color: #fd5672;
}
/* 分享 */
.fx_bjcon{
  margin: 10px 0px !important;
}
/********* 图片点击切换 *********/
.share_img_container {
  width: 94%;
  margin: 0px auto;
  padding: 10px 30px 30px 30px;
  position: relative;
  overflow: hidden;
}

/* 大图容器 */
.big-image-container {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* 缩略图容器 */
.thumbs-container {
  display: flex;
  gap: 10px;
}

/* 缩略图样式 */
.thumb {
  width: calc(20% - 8px); /* 5个图片平均分配宽度 */
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

/* 高亮状态 */
.thumb.active {
  border-color: #04b6c4;
}
.switch-btn {
  width: 50px !important;
}
.share_img_container img {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.thumbs-container img {
  filter: blur(20px);
}
/* 切换按钮 */
.controls {
  width: 93%;
  margin-top: 20px;
  display: flex !important;
  justify-content: center;
  justify-content: space-between;
  position: absolute;
  z-index: 999;
  top: 150px;
}

/* button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: white;
  border: none;
  border-radius: 5px;
} */

button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
/* card */
.share_about_con {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
   padding: 0px 30px 30px 30px;
}
.share_about_ys,
.share_about_yy {
  width: 46%;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px rgba(199, 215, 233, 0.5);
}
.share_tximg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
  filter: blur(20px);
}
.share_info_con {
  display: flex;
  flex-direction: column;
}
.share_info_con div {
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.share_info_tit {
  font-weight: 600;
}
.share_info_pj {
  width: 100px;
  margin: 5px 0px;
}
.share_time_sx {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}
.share_info_time {
  font-size: 14px;
  color: #b2b2b2;
}
.share_info_but {
  color: #00ab84;
  width: 70px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #00ab84;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.arttit_con{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}
.arttit_bj{
  margin-right: 20px;
  color: #808080;
}