@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* 去除iPhone中默认的input样式 */
input {
  /* -webkit-appearance:none; */
  resize: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 图片自适应 */
img {
  outline-width: 0px;
  vertical-align: top;
  max-width: 100%;
  height: 100%;
  width: 100%;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 清除轮廓 :focus焦点输入字段的，并设置其样式*/
*:focus {
  outline: none;
}

/* 清除边距，边框 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
}

/* 主体 */
body {
  margin: 0 auto;
  font-family: 'Source Han Sans CN';
  font-size: 100%;
  /* background: #f5f5f5; */
  /* padding-bottom: 50px; */
  font-size: 14px;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #676767;
  font-family: 'Source Han Sans CN';
  cursor: pointer;
}

a:hover {
  /*color: #969696;*/
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: 'Source Han Sans CN';
}

fieldset,
img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

input:password {
  ime-mode: disabled;
}

.clear {
  clear: both;
}

/*连续英文、数字换行*/
.wordwrap {
  word-break: break-all;
  word-wrap: break-word;
}

/*单行文字超出显示省略号*/
.omg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-css {
  width: 100%;
  display: table;
}

.t-row-css {
  display: table-row;
  width: 100%;
}

.t-cell-css {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

a,
span,
p,
h1,
h2,
h3,
div {
  font-family: 'Source Han Sans CN';
}

.main_color {
  color: #1FC2B5;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
  /* line-height: 100%; */
}

.unselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
    not supported by any browser */
}

/* 超出隐藏 */
.line_hide1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line_hide2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line_hide3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line_hide4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line_hide5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* 定义 */
.width {
  width: 1200px;
  margin: 0 auto;
}

.noinfo {
  text-align: center;
  font-size: 16px;
  color: #1FC2B5;
  margin: 15px 0;
}

.all_100img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.all_100img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all_100img_alter {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.all_100img_alter img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.all_simple_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.all_simple_img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto !important;
}
.all_simple_img_alter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.all_simple_img_alter img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto !important;
}
.margin-top0 {
  margin-top: 0 !important;
}

.margin-top1 {
  margin-top: auto !important;
}


/* -------------------------------------------- 图片预览 -------------------------------------------- */
#img_show_box {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}

#img_show {
  position: absolute;
}

#img_show>img {
  border: 5px solid #fff;
}

/* -------------------------------------------- 翻页 -------------------------------------------- */
.pages {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages p {
  display: inline-block;
}

.pages .previous_grey {
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
  background: url(/statics/pc/imgs/previous_grey.png) no-repeat;
  background-size: 100%;
}

.pages .previous {
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
  background: url(/statics/pc/imgs/next.png) no-repeat;
  background-size: 100%;
  transform: scaleX(-1);
}

.pages .next_grey {
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-left: 7px;
  background: url(/statics/pc/imgs/previous_grey.png) no-repeat;
  background-size: 100%;
  transform: scaleX(-1);
}

.pages .next {
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-left: 7px;
  background: url(/statics/pc/imgs/next.png) no-repeat;
  background-size: 100%;
}

.pages .grey {
  color: #D8D8D8;
}

.pages a,
.pages span {
  font-size: 20px;
  padding: 5px 15px;
  border: 1px solid #A7A4A4;
  color: #3D3D3D;
  margin-left: -1px;
}

.pages span {
  color: #fff;
  background: #1FC2B5;
}

/* -------------------------------------------- 富文本 -------------------------------------------- */
#content {
  line-height: 30px;
  font-size: 16px;
}

#content p {
  color: #555555;
}

#content p img {
  display: block;
  width: auto;
  height: auto;
  max-width: 600px;
  max-height: 400px;
  object-fit: contain;
  margin: 20px auto;
}

#content table {
  margin: 10px auto;
}

#content table tbody th,
#content table tbody td {
  padding: 5px 10px;
  border: 1px solid #DDD;
}

/* -------------------------------------------- 公共头部 -------------------------------------------- */
header {
  height: 120px;
}

header .header {
  height: 120px;
  background-size: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header .header .header_box {
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header .header_box .logo_box {
  height: 120px;
  padding: 0 60px;
  border-left: 1px solid #ccc;
  /* 虚线样式 */
  border-right: 1px solid #ccc;
  /* 虚线样式 */
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header .header_box .logo_box .header_a {
  width: 250px;
  height: 120px;
}

header .header .header_box .logo_box .header_logo {
  width: 189px;
  height: 62px;
  background: url("/statics/pc/imgs/logo.png") no-repeat;
  background-size: 100%;
  display: inline-block;
}

header .header .header_box .logo_box .header_webname {
  margin-left: 15px;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3D3D3D;
  display: inline-block;
}

header .header .header_box .header_box_r {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header .header_box .header_box_r .nav_box {
  width: 100px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

header .header .header_box .header_box_r .nav_box.active .nav_box_card {
  display: block;
}

header .header .header_box .header_box_r .nav_box .nav_box_main {
  width: 100px;
  height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header .header .header_box .header_box_r .nav_box.active .nav_box_top {
  width: 120px;
  height: 6px;
}

header .header .header_box .header_box_r .nav_box.active .nav_box_bottom {
  width: 100px;
  height: 6px;
  background-color: rgb(157, 231, 225);
}

.nav_box_card {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 120px;
  right: -5000px;
  display: none;
  z-index: 1000;
}

.nav_box_card>div {
  width: 420px;
  height: 420px;
  padding: 10px 20px 10px 20px;
  opacity: 0.9;
  background: #21CDC0;
  display: none;
}

.card_header_tag {
  height: 50px;
  margin-right: 5px;
}

.card_header {
  width: 420px;
  height: 30px;
}

.card_header .card_header_title {
  margin: 10px 0;
  height: 30px;
  font-size: 22px;
  color: #ffffff;
}

.card_header .card_header_tag {
  min-height: 50px;
  font-size: 22px;
  border-radius: 5px;
  background-color: #ffffff;
  color: black;
  display: inline-block;
  vertical-align: center;
}

.card_header .card_header_tag .card_header_tag_icon {
  width: 7px;
  height: 12px;
  margin-left: 20px;
  background: url(/statics/pc/imgs/point_right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.card_header .card_header_tag .card_haeder_tag_title {
  margin: 8px 20px 12px 8px;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

header .header .header_box .header_box_r .nav_box .nav_box_text {
  margin-top: 10px;
  font-size: 16px;
  color: #3D3D3D;
}

header .header .header_box .header_box_r .search_box {
  flex: 1;
  max-width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  border-radius: 8px;
  background: #EBEBEB;
}

header .header .header_box .header_box_r .search_box .search_form {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
}

header .header .header_box .header_box_r .search_box .search_form input {
  background: #EBEBEB;
}

header .header .header_box .search_box .search_img {
  width: 18px;
  height: 18px;
  background: url(/statics/pc/imgs/search.png) no-repeat;
  background-size: 100%;

}

header .header .header_box .search_box form {
  flex: 1;
}

header .header .header_box .search_box form input {
  width: 100%;
}

header .header .header_box .search_box .search_btn {
  cursor: pointer;
  padding-left: 15px;
  width: 40px;
  line-height: 44px;
}

header .header .header_box .search_box .search_btn:hover {
  transform: scale(1.25);
}

header .header .header_box .tel_box {
  display: flex;
  align-items: center;
}

header .header .header_box .tel_box .service_img {
  width: 50px;
  height: 50px;
  background: url(/statics/pc/imgs/service_img.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

header .header .header_box .tel_box .tel_r {
  font-weight: 700;
  font-size: 14px;
  color: #1FC2B5;
}

header .header .header_box .tel_box .tel_r .tel_num {
  color: #1D1D1D;
}

header .nav {
  height: 60px;
  background: #1FC2B5;
}

header .nav ul {
  display: flex;
}

header .nav ul li {
  width: 133.3px;
  line-height: 60px;
}

header .nav ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

header .nav ul li a.active {
  background: #F0AC48;
}

header .nav ul li a:hover {
  background: #F0AC48;
}

.point_right_blue_icon {
  width: 8px;
  height: 15px;
  background: url(/statics/pc/imgs/point_right_blue.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.nav_icon {
  width: 30px;
  height: 30px;
}
.nav_discount_icon {
  background: url(/statics/images/icon/index_discount.png) no-repeat;
  background-size: 100%;
}
.nav_hospital_icon {
  background: url(/statics/images/icon/index_hospital.png) no-repeat;
  background-size: 100%;
}
.nav_doctor_icon {
  background: url(/statics/images/icon/index_doctor.png) no-repeat;
  background-size: 100%;
}
.nav_zixun_icon {
  background: url(/statics/images/icon/index_zixun.png) no-repeat;
  background-size: 100%;
}
.nav_kepu_icon {
  background: url(/statics/images/icon/index_kepu.png) no-repeat;
  background-size: 100%;
}
.nav_ask_icon {
  background: url(/statics/images/icon/index_ask.png) no-repeat;
  background-size: 100%;
}
.nav_baike_icon {
  background: url(/statics/images/icon/index_baike.png) no-repeat;
  background-size: 100%;
}

/* -------------------------------------------- 侧边悬浮框 -------------------------------------------- */
.floating-box {
  position: fixed;
  right: 0px;
  /* 初始位置在右侧隐藏 */
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.follow_us {
  margin: 15px auto;
  text-align: center;
}

.follow_us_img {
  width: 34px;
  height: 34px;
}

.back_top {
  margin: 15px auto;
  text-align: center;
}

.side_box {
  display: none;
  position: fixed;
  top: 340px;
  left: 1760px;
  padding: 6px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(61, 52, 111, 0.1);
}

.side_box .side_item {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.side_box .side_item .side_item_con {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%) translateX(-100%);
  padding: 10px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(61, 52, 111, 0.1);
}

.side_box .side_item .side_item_con img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}

.side_box .side_item .side_item_icon {
  width: 27px;
  height: 27px;
}

.side_box .side_item .side_wx {
  width: 80px;
}

.side_box .side_item:hover .side_item_con {
  display: block;
}

.side_box .side_item:nth-of-type(1) {
  background: #E7ABA2;
}

.side_box .side_item:nth-of-type(1) .side_item_icon {
  background: url(/statics/pc/imgs/side_icon1.png);
  background-size: contain;
}

.side_box .side_item:nth-of-type(2) {
  background: #1FC2B5;
}

.side_box .side_item:nth-of-type(2) .side_item_icon {
  background: url(/statics/pc/imgs/side_icon3.png);
  background-size: contain;
}

.side_box .side_item:nth-of-type(3) {
  background: #5CC3E5;
}

.side_box .side_item:nth-of-type(3) .side_item_icon {
  background: url(/statics/pc/imgs/side_icon2.png);
  background-size: contain;
}

.side_box .side_item:nth-of-type(4) {
  background: #7FCECE;
  margin-bottom: 0;
}

.side_box .side_item:nth-of-type(4) .side_item_icon {
  background: url(/statics/pc/imgs/side_icon4.png);
  background-size: contain;
}

/* -------------------------------------------- 公共底部 -------------------------------------------- */
footer {
  margin-top: 60px;
  height: 260px;
  padding-top: 56px;
  background: #1FC2B5;
}

footer .footer_box {
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_web {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer_box .footer_logo {
  width: 35px;
  height: 35px;
  background: url(/statics/pc/imgs/logo_white.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.footer_webname {
  margin-left: 15px;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  display: inline-block;
}

.footer_link {
  margin: 40px 15px 0 0;
  width: 55%;
  display: flex;
  justify-content: space-evenly;
}

.footer_link a {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.footer_hr {
  width: 70%;
  height: 0;
  border-top: 1px solid #FFFFFF;
  margin: 25px 50px;
}

.footer_disclaimers {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.dibu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #999;
  font-size: 12px;
}

.dibu div {
  padding: 0 10px 0 0;
  border-right: 2px solid #CCCCCC;
}

.dibu>a {
  color: #999;
  padding: 0 0 0 10px;
}

/* -------------------------------------------- 首页 -------------------------------------------- */
.index_swiper_box {
  background-color: #f4f7f4;
}

.banner_box {
  display: flex;
  /*margin-top: 20px;*/
  flex-direction: row;
  justify-content: space-evenly;
  /*background-color: #F4F7F4;*/
  /* ----- 轮播图 ----- */
}

.banner_box .banner_l {
  width: 175px;
  border-radius: 16px;
  box-shadow: 0px 3px 10px 0px rgba(61, 52, 111, 0.1);
  margin-right: 20px;
}

.banner_box .banner_l li:hover {
  color: #1FC2B5;
  background: #E5E3F3;
}

.banner_box .banner_l li:hover .jian_r {
  display: block;
}

.banner_box .banner_l li:first-of-type {
  border-radius: 16px 16px 0 0;
}

.banner_box .banner_l li:last-of-type {
  border-radius: 0 0 16px 16px;
}

.banner_box .banner_l li.active {
  color: #1FC2B5;
  background: #E5E3F3;
}

.banner_box .banner_l li.active .jian_r {
  display: block;
}

.banner_box .banner_l .col_item {
  height: 51px;
  padding-left: 19px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #3D3D3D;
}

.banner_box .banner_l .col_item .col_img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}

.banner_box .banner_l .col_item .jian_r {
  display: none;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.banner_box .banner {
  position: relative;
  width: 100%;
}
.width2 {
  min-width: 1200px;
}

.banner_box .banner .col_mask_box {
  height: 100%;
  position: absolute;
  left: -20px;
  padding-left: 20px;
  z-index: 99;
}

.banner_box .banner .col_mask {
  display: none;
  box-sizing: border-box;
  width: 422px;
  height: 100%;
  border-radius: 16px;
  opacity: 0.85;
  background: #FAF9FA;
  box-shadow: 0px 3px 10px 0px rgba(61, 52, 111, 0.1);
  padding: 20px 0 20px 30px;
}

.banner_box .banner .col_mask .col_mask_con {
  height: 100%;
  overflow-y: auto;
}

.banner_box .banner .col_mask .col_mask_con::-webkit-scrollbar {
  display: none;
}

.banner_box .banner .col_mask.active {
  display: block;
}

.banner_box .banner .col_mask .project_item {
  margin-top: 24px;
}

.banner_box .banner .col_mask .project_item:first-of-type {
  margin-top: 0;
}

.banner_box .banner .col_mask .project_item .project_tit {
  font-size: 16px;
  color: #3D3D3D;
  margin-bottom: 4px;
}

.banner_box .banner .col_mask .project_item .project_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #888;
}

.banner_box .banner .col_mask .project_item .project_list a {
  margin-top: 8px;
  margin-right: 32px;
}

.banner_box .banner .col_mask .project_item .project_list a:hover {
  color: #1FC2B5;
}

.banner_box .banner .mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}

.banner_box .banner .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  height: 10px;
  border-radius: 10px;
  background: #1FC2B5;
  opacity: 1;
}

.banner_box .index_right_img_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 7px;
}

.banner_box .index_right_img_div .index_right_img {
  height: 170px;
  width: 295px;
}

.doctor_box {
  width: 100%;
  display: flex;
  gap: 1%;
}

.doctor_box .doctor_card {
  width: 19.2%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.doctor_box .doctor_card .doctor_card_image {
  padding-top: 120%;
  border-radius: 12px;
}

.doctor_box .doctor_card .doctor_card_content {
  margin-top: auto;
}

.doctor_card_info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor_box .doctor_card .doctor_card_content .doctor_info_title {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  color: #3D3D3D;
  display: inline-block;
}

.doctor_box .doctor_card .doctor_card_content .doctor_info_hospital {
  margin: 7.5px 0;
  font-size: 14px;
  text-align: center;
  color: #3D3D3D;
}

.doctor_box .doctor_card .doctor_card_content .doctor_info_work_year {
  font-size: 14px;
  text-align: center;
  color: #3D3D3D;
}

.doctor_auth_icon {
  margin-top: 10px;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url(/statics/pc/imgs/doctor_auth.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.article_filter {
  display: flex;
  justify-content: space-evenly;
}

.article_filter_item {
  font-size: 18px;
  padding: 10px 0;
  color: #000000;
}

.article_filter_item>a:hover {
  color: #1FC2B5;
}

.article_filter_item.active {
  border-bottom: 4px solid #1FC2B5;
}

.article_f {
  width: 13.5px;
  height: 0px;
  transform: rotate(90deg) translateX(25px);
  opacity: 0.2;
  border-top: 1.13px solid #000000;
}

/* ----- 图标 ----- */
.jian_r {
  background: url(/statics/pc/imgs/jian_r_act.png) no-repeat;
  background-size: 100%;
}

.yan_col_img,
.banner_l_icon0 {
  background: url(/statics/pc/imgs/yan_col.png) no-repeat;
  background-size: 100%;
}

.bi_col_img,
.banner_l_icon1 {
  background: url(/statics/pc/imgs/bi_col.png) no-repeat;
  background-size: 100%;
}

.mian_col_img,
.banner_l_icon6 {
  background: url(/statics/pc/imgs/mian_col.png) no-repeat;
  background-size: 100%;
}

.chun_col_img {
  background: url(/statics/pc/imgs/chun_col.png) no-repeat;
  background-size: 100%;
}

.xiong_col_img,
.banner_l_icon3 {
  background: url(/statics/pc/imgs/xiong_col.png) no-repeat;
  background-size: 100%;
}

.xizhi_col_img,
.banner_l_icon4 {
  background: url(/statics/pc/imgs/xizhi_col.png) no-repeat;
  background-size: 100%;
}

.pf_col_img,
.banner_l_icon5 {
  background: url(/statics/pc/imgs/pf_col.png) no-repeat;
  background-size: 100%;
}

.mblk_col_img,
.banner_l_icon2 {
  background: url(/statics/pc/imgs/mblk_col.png) no-repeat;
  background-size: 100%;
}

.er_col_img {
  background: url(/statics/pc/imgs/er_col.png) no-repeat;
  background-size: 100%;
}

.ya_col_img,
.banner_l_icon7 {
  background: url(/statics/pc/imgs/ya_col.png) no-repeat;
  background-size: 100%;
}

.other_col_img,
.banner_l_icon8 {
  background: url(/statics/pc/imgs/other_col.png) no-repeat;
  background-size: 100%;
}

.simi_col_img {
  background: url(/statics/pc/imgs/simi_col.png) no-repeat;
  background-size: 100%;
}

.col_icon {
  background: url(/statics/pc/imgs/col_icon.png) no-repeat;
  background-size: 100%;
}

.discount_icon {
  background: url(/statics/images/icon/discount.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.doctor_icon {
  background: url(/statics/images/icon/doctor_white.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.index_article_icon {
  background: url(/statics/pc/imgs/refined_icon.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.hospital_icon {
  background: url(/statics/images/icon/hospital.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.hospital_info_icon {
  background: url(/statics/images/icon/hospital_info.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
}

.hospital_auth_icon {
  background: url(/statics/images/icon/hospital_auth.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.views_count_icon {
  background: url(/statics/images/icon/views_count.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.time_from_to_icon {
  background: url(/statics/images/icon/time_from_to.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.point_right_icon {
  background: url(/statics/pc/imgs/point_right.png) no-repeat;
  background-size: 100%;
  width: 9px;
  height: 14.5px;
  display: inline-block;
}



/* ----- 栏目头部 ----- */
.col_header_box {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col_header_article {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #F0F0F0;
}

.col_header_article>div {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #3D3D3D;
}

.col_header_article>div.active {
  border-bottom: 4px solid #1FC2B5;
}

.col_header_box .col_header_l {
  width: 100%;
  height: 60px;
  background: rgba(33, 205, 192, 0.1);
  display: flex;
  align-items: center;
}

.col_header_box .col_header_l span {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: normal;
  color: #3D3D3D;
}

.col_header_box .col_header_r {
  width: 60px;
  height: 60px;
  background: rgba(33, 205, 192, 0.1);
  display: flex;
  align-items: center;
}

.col_header_top {
  width: 100%;
  height: 760px;
}

.col_header {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.col_header .col_header_title_cn {
  margin: 15px;
}

.col_header .col_header_title_cn span {
  font-size: 25px;
  text-align: center;
  opacity: 1;
  font-weight: bold;
  vertical-align: middle;
}

.col_header .col_header_title_cn .col_header_title_cn_other_color {
  color: #1FC2B5;
}

.col_header .col_header_title_cn .col_header_title_cn_other_color_1 {
  color: #ED78A5;
}

.col_header .col_header_title_en span {
  opacity: 0.7;
  font-size: 25px;
  text-transform: uppercase;
  color: #B8B8B8;
  font-weight: lighter;
}


/* 进度条外层容器 */
.col_item_progress {
  position: relative;
  width: 120px;
  height: 8px;
  margin: 35px auto;
}

/* 进度条前景（动态部分） */
.col_item_progress_bar {
  position: absolute;
  left: 0;
  width: 90px;
  /* 初始时宽度为 0 */
  height: 100%;
  border-radius: 10px;
  /* 圆角 */
  background-color: #35C2B5;
  /* 进度条颜色 */
  z-index: 2;
  /*transition: width 0.3s ease-in-out; !* 动态过渡效果 *!*/
}

.col_item_progress_bar_1 {
  position: absolute;
  left: 0;
  width: 90px;
  /* 初始时宽度为 0 */
  height: 100%;
  border-radius: 10px;
  /* 圆角 */
  background-color: #ED78A5;
  /* 进度条颜色 */
  z-index: 2;
  /*transition: width 0.3s ease-in-out; !* 动态过渡效果 *!*/
}

/* 进度条背景 */
.col_item_progress_background {
  position: absolute;
  width: 100%;
  height: 5px;
  margin-top: 3px;
  border-radius: 10px;
  /* 圆角 */
  background-color: #e0e0e0;
  /* 灰色背景 */
  z-index: 1;
}

.col_item_more_btn {
  width: 100px;
  height: 25px;
  margin-right: 8px;
  background-color: #EFF1F1;
  text-align: center;
  font-size: 16px;
  border: none;
  padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: absolute;
  /* 添加绝对定位 */
  bottom: -14px;
  /* 距离底部 10px */
  right: -535px;
  /* 距离右侧 10px */
}



.col_header_box .col_header_l .col_icon {
  width: 18px;
  height: 20px;
  margin-right: 10px;
}

.col_header_box .more {
  font-size: 16px;
  color: #1FC2B5;
  display: flex;
  align-items: center;
}

.col_header_box .more .jian_r {
  width: 5px;
  height: 8px;
  margin-left: 6px;
}

/* ----------------------------- 碎片 -------------------------------- */
.col_header_top .col_header_img {
  width: 100%;
  height: 560px;
}

.col_header_top .col_header_info {
  width: calc(100% - 40px);
  height: calc(200px - 40px);
  padding: 20px;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
  /* 浏览器可能不支持 */
  color: #838383;
  overflow: hidden;
}

/* ----------------------------- 侧栏 -------------------------------- */
.refined_box {
  margin: 5px;
  border-radius: 0;
  box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.refined_box .refined_header {
  height: 40px;
  font-size: 20px;
  border-top: 1px solid #62F1E6;
  background: linear-gradient(180deg, rgba(31, 194, 181, 0.2) 0%, rgba(31, 194, 181, 0) 100%);
}

.refined_icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("/statics/pc/imgs/refined_icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  /* 垂直居中 */
}

.sidebar_box {
  display: flex;
}

.sidebar_box .sidebar_img {
  min-width: 390px;
  max-height: 300px;
}

.medical_icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("/statics/pc/imgs/medical_icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  /* 垂直居中 */
}

.doctor_info_icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("/statics/images/icon/doctor_white.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  /* 垂直居中 */
}

.video_icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url("/statics/images/icon/video_icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  /* 垂直居中 */
}


.refined_box .refined_header_title {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3D3D3D;
}

.refined_card {
  height: 150px;
  border-bottom: 0.5px dashed #D8D8D8;
}

.refined_card_info {
  display: flex;
  height: 90px;
  margin: 20px;
}

.refined_card_title {
  min-width: 210px;
  max-width: 210px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #3D3D3D;
}

.refined_card_img {
  width: 135px;
  height: 90px;
  object-fit: contain;
}

.refined_header_img {
  max-width: 130px;
  height: 80px;
  margin: 3px;
  border-radius: 5px;
}

.refined_card_doctor {
  margin: 5px 20px;
  display: flex;
}

.refined_doctor_tag {
  width: 30px;
  height: 16px;
  padding: 3px 6px;
  margin-right: 4px;
  border-radius: 2px;
  background: #1FC2B5;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: normal;
  color: #FFFFFF;
}

.refined_author_tag {
  width: 30px;
  height: 16px;
  padding: 3px 6px;
  margin-right: 4px;
  border-radius: 2px;
  background: rgb(42, 117, 237);
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: normal;
  color: #FFFFFF;
}

.refined_doctor_name {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #8F8F8F;
  display: inline-block;
}

.refined_doctor_hospital {
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #8F8F8F;
  display: inline-block;
}

.discount_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.discount_card {
  width: 23.5%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.discount_card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.discount_card_image {
  width: 100%;
  padding-top: 65%;
}

.discount_card_content {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.discount_card_hospital {
  display: flex;
  align-items: center;
}

.discount_info_title {
  flex: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 5px;
}

.discount_info_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.discount_info_content_box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.discount_info_item {
  font-size: 12px;
  color: #999;
  margin: 5px;
  display: inline-block;
}

.discount_detail_btn {
  width: 60px;
  background-color: #35C2B5;
  text-align: center;
  font-size: 14px;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 5px;
}

.discount_detail_btn:hover {
  background-color: #558BF2;
}

/* 进度条外层容器 */
.index_dis_brief_progress {
  position: relative;
  width: 120px;
  /* 进度条宽度 */
  height: 8px;
  /* 进度条高度 */
  margin: 20px auto;
}

/* 进度条前景（动态部分） */
.index_dis_brief_progress_bar {
  position: absolute;
  left: 0 px;
  width: 90px;
  /* 初始时宽度为 0 */
  height: 100%;
  border-radius: 10px;
  /* 圆角 */
  background-color: #35C2B5;
  /* 进度条颜色 */
  z-index: 2;
  /*transition: width 0.3s ease-in-out; !* 动态过渡效果 *!*/
}

/* 进度条背景 */
.index_dis_brief_progress_background {
  position: absolute;
  width: 100%;
  height: 5px;
  margin-top: 3px;
  border-radius: 10px;
  /* 圆角 */
  background-color: #e0e0e0;
  /* 灰色背景 */
  z-index: 1;
}

.index_dis_brief_more_btn {
  width: 100px;
  height: 25px;
  background-color: #EFF1F1;
  text-align: center;
  font-size: 16px;
  border: none;
  padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: absolute;
  /* 添加绝对定位 */
  bottom: -14px;
  /* 距离底部 10px */
  right: -535px;
  /* 距离右侧 10px */
}

.show_discount_tit_box {
  margin: 20px 0;

}

.show_discount_tit_box .show_discount_tit {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #1FC2B5;
  margin: 20px 0;
}

.show_discount_info_item {
  font-size: 14px;
  margin: 8px 0;
}

.show_discount_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.show_discount_info .show_discount_info_item:nth-child(1) {
  display: flex;
  flex-direction: row;
}

.show_discount_info .show_discount_info_item>.discount_time_title,
.discount_start_time,
.discount_from_to,
.discount_end_time {
  margin: auto 10px;
}

.show_discount_info .show_discount_info_item:nth-child(2) {
  display: flex;
}

.show_discount_info .show_discount_info_item:nth-child(2)>.discount_hospital_title {
  margin: auto 10px;
}

.show_discount_info .show_discount_info_item:nth-child(2)>.discount_hospital_name>a {
  margin: auto 10px;
  color: #1FC2B5;
}

.show_discount_info .show_discount_info_item:nth-child(4) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.show_discount_info .show_discount_info_item:nth-child(4) .discount_project_title {
  margin-right: 10px;
}

.show_discount_info .show_discount_info_item:nth-child(4) .discount_projects {
  flex: 1;
}

.discount_projects {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #F2EFFF;
  border-radius: 4px;
}

.discount_projects .discount_project_item {
  margin: 8px 0;
}

.discount_projects .discount_project_item>a {
  margin: 3px;
  padding: 3px 5px;
  background-color: #F2EFFF;
  border-radius: 5px;
  color: #1FC2B5;
}

.discount_time_icon {
  width: 15px;
  height: 15px;
  margin: auto 0;
  background: url(/statics/pc/imgs/time_icon.png) no-repeat;
  background-size: 100%;
}

.discount_hospital_icon {
  width: 15px;
  height: 15px;
  margin: auto 0;
  background: url(/statics/images/icon/hospital.png) no-repeat;
  background-size: 100%;
}

/*优惠活动结束*/

.index_dis_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.index_dis_box .index_dis_list {
  width: 410px;
}

.index_dis_box .index_dis_list li:first-of-type .index_dis_item {
  padding-top: 0;
}

.index_dis_box .index_dis_list li.active .index_dis_tit {
  color: #1FC2B5;
}

.index_dis_box .index_dis_list li.active .index_dis_con_box {
  display: block;
}

.index_dis_box .index_dis_list .index_dis_item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #F1F1F1;
  letter-spacing: 0.05em;
}

.index_dis_box .index_dis_list .index_dis_item .index_dis_tit {
  font-size: 16px;
  font-weight: 700;
}

.index_dis_box .index_dis_list .index_dis_item .index_dis_tit span {
  font-size: 20px;
  color: #1FC2B5;
  margin-right: 8px;
}

.index_dis_box .index_dis_list .index_dis_item .index_dis_con_box {
  display: none;
}

.index_dis_box .index_dis_list .index_dis_item .index_dis_text {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-top: 8px;
}

.index_dis_box .index_dis_list .index_dis_item .index_dis_info {
  font-size: 13px;
  color: #999999;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.index_dis_box .index_dis_con {
  width: 465px;
  border-radius: 16px;
  background: #FAF9FF;
}

.index_dis_box .index_dis_con .index_dis_con_img {
  width: 100%;
  height: 290px;
}

.index_dis_box .index_dis_con .index_dis_con_img img {
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.index_dis_box .index_dis_con .index_dis_con_box {
  padding: 28px 23px;
}

.index_dis_box .index_dis_con .index_dis_con_box .index_dis_con_tit {
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
}

.index_dis_box .index_dis_con .index_dis_con_box .index_dis_con_text {
  font-size: 13px;
  color: #666;
  margin: 15px 0;
  line-height: 20px;
}

.index_dis_box .index_dis_con .index_dis_con_box .index_dis_con_info {
  font-size: 13px;
  color: #999;
  display: flex;
  justify-content: space-between;
}

.index_dis_box .index_dis_con:hover .index_dis_con_tit {
  color: #1FC2B5;
}

.index_dis_box .index_dis_nav {
  box-sizing: border-box;
  width: 277px;
  padding: 22px;
  background: url(/statics/pc/imgs/index_dis_navbg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
}

.index_dis_box .index_dis_nav .index_dis_nav_tit {
  font-size: 16px;
}

.index_dis_box .index_dis_nav .index_dis_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_dis_box .index_dis_nav .index_dis_nav_list li a {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 105px;
  height: 54px;
  border-radius: 8px;
  background: #fff;
}

.index_dis_box .index_dis_nav .index_dis_nav_list li a>div {
  width: 26px;
  height: 26px;
}

/* ----- 整形医院 ----- */

.hospital_hot {
  margin: 0 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.hospital_hot:hover {
  color: #1FC2B5;
}

.hospital_area {
  margin: 0 3px;
  font-size: 16px;
  color: #696969;
}

.hospital_area:hover {
  color: #1FC2B5;
}

.hospital_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.hospital_card {
  width: 23.5%;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.hospital_card:hover {
  transform: translateY(-8px);
  border: none;
}

.hospital_card_image {
  width: 100%;
  padding-top: 65%;
}

.hospital_card_content {
  margin: 10px;
}

.hospital_card_name {
  text-align: center;
  font-size: 20px;
  color: #3D3D3D;
}

.hospital_card_info {
  width: 100%;
  min-height: 32px;
  margin: 5px auto;
  padding: 5px;
  border-radius: 6px;
  background: #FAFAFA;
  box-sizing: border-box;
}

.hospital_detail_info {
  min-height: 30px;
  display: flex;
  align-content: center;
}

.hospital_detail_info span {
  font-size: 14px;
  font-weight: normal;
  margin: auto 3px;
  line-height: 20px;
  letter-spacing: 0.0144em;
  color: #696969;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.hospital_tel_icon {
  min-width: 15px;
  min-height: 15px;
  background: url(/statics/pc/imgs/hospital_tel.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: auto 3px;
}

.hospital_address_icon {
  min-width: 15px;
  min-height: 20px;
  background: url(/statics/pc/imgs/hospital_address.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: auto 3px;
}

.hospital_card_footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.hospital_xingzhi {
  margin-left: 7px;
}

.hospital_sili {
  color: #1FC2B5;
}

.hospital_gongli {
  color: #F7A951;
}

.hospital_points {
  margin-right: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0.0144em;
  color: rgb(140, 140, 140);
}

.img_tag {
  width: 28px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 30px;
}

.hos_tag {
  background: url(/statics/pc/imgs/hos_tag.png) no-repeat;
  background-size: 100%;
}

.hos_box {
  display: flex;
  flex-wrap: wrap;
}

.hos_box .hos_item {
  box-sizing: border-box;
  margin-right: 30.5px;
  margin-bottom: 30px;
  width: 277px;
  border-radius: 7px;
  border: 1px solid #F0F0F0;
  background: #fff;
}

.hos_box .hos_item .hos_img {
  position: relative;
  width: 100%;
  height: 181px;
  border-radius: 7px 7px 0 0;
}

.hos_box .hos_item .hos_img img {
  object-fit: cover;
}

.hos_box .hos_item .hos_con {
  padding: 30px 20px;
  text-align: center;
}

.hos_box .hos_item .hos_con .hos_name {
  font-size: 22px;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.hos_box .hos_item .hos_con .hos_info {
  font-size: 18px;
  color: #737179;
}

.hos_box .hos_item .hos_con .hos_info span {
  margin: 0 16px;
}

.hos_box .hos_item:hover {
  border: 1px solid #1FC2B5;
}

.hos_box .hos_item:hover .hos_name {
  color: #1FC2B5;
}

.index_hos {
  padding-bottom: 40px;
  background: #FAF9FF;
}

.index_hos .col_header_r {
  display: flex;
  align-items: center;
}

.index_hos .col_header_r span {
  cursor: pointer;
  margin-right: 40px;
  font-size: 16px;
}

.index_hos .col_header_r span:hover {
  color: #1FC2B5;
}

.index_hos .col_header_r span.active {
  color: #1FC2B5;
}

.index_hos .index_hos_box_bg {
  background: url(/statics/pc/imgs/index_hos_bg.png) no-repeat;
  background-size: 100%;
  padding-top: 35px;
}

.index_hos .hos_item:nth-of-type(4n) {
  margin-right: 0;
}

/* ------------------------------------------ 口腔醫生 -------------------------------- */
.doc_tag {
  background: url(/statics/pc/imgs/doc_tag.png) no-repeat;
  background-size: 100%;
}

.doc_icon {
  background: url(/statics/pc/imgs/doc_icon.png) no-repeat;
  background-size: 100%;
}

.doc_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.doc_box .doc_item {
  width: 50%;
  min-width: 600px;
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 20px 30px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
}

.doc_box .doc_item .doc_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 7px 0;
}

.doc_box .doc_item .doc_img>div {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 23.6px;
  height: 19.6px;
}

.doc_box .doc_item .doc_name {
  font-size: 22px;
  font-weight: 700;
  color: #1D1D1D;
}

.doc_box .doc_item .doc_info {
  font-size: 18px;
  color: #737179;
  margin-left: 20px;
}

.doc_box .doc_item .doc_info span {
  margin: 0 10px;
}

.doc_box .doc_item .doc_info .doc_name {
  display: inline-block;
}

.doc_box .doc_item .doc_info .doc_hospital_name {
  font-size: 14px;
  font-weight: normal;
  color: #838383;
  display: inline-block;
}

.doctor_info_work_year {
  margin-top: auto;
  font-size: 16px;
  font-weight: normal;
}

.doc_box .doc_item .doc_info .doc_article_more {
  width: 450px;
}

.doc_box .doc_item .doc_info .doc_article_more a {}

.doc_box .doc_item .doc_lookbtn {
  font-size: 20px;
  color: #fff;
  width: 122.5px;
  line-height: 45px;
  border-radius: 50px;
  background: #1FC2B5;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 20px;
}

.index_doc {
  padding-bottom: 30px;
}

.index_doc .doc_item:nth-of-type(4n) {
  margin-right: 0;
}



/* --------------------------------------- 文章盒子 ------------------------------------- */
.time_icon {
  background: url(/statics/pc/imgs/time_icon.png) no-repeat;
  background-size: 100%;
}

.index_article_bg {
  padding: 40px 0;
  background: #FAF9FF;
}

/* --------------------------------------- 资讯/技巧  ------------------------------------- */
.index_article_box {
  position: relative;
  z-index: 9;
}

.index_article_box .index_article_header {
  display: flex;
  align-items: end;
}

.index_article_box .index_article_header .index_article_h_item {
  cursor: pointer;
  position: relative;
  padding: 0 43px;
  width: 400px;
  height: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #9281F3;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #1FC2B5;
}

.index_article_box .index_article_header .index_article_h_item .more {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.index_article_box .index_article_header .index_article_h_item .jian_icon {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/statics/pc/imgs/index_art_icon.png) no-repeat;
  background-size: 100%;
}

.index_article_box .index_article_header .index_article_h_item:first-of-type {
  border-radius: 16px 0 0 0;
}

.index_article_box .index_article_header .index_article_h_item:last-of-type {
  border-radius: 0 16px 0 0;
  border: none;
}

.index_article_box .index_article_header .index_article_h_item.active {
  height: 95px;
  background: #ffb536;
  border-radius: 16px 16px 0px 0px;
  border: none;
}

.index_article_box .index_article_header .index_article_h_item.active .jian_icon {
  display: block;
}

.index_article_box .index_article_con_box {
  padding: 40px 33px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
}

.index_article_box .index_article_con_box .index_article_con {
  display: none;
  justify-content: space-between;
}

.index_article_box .index_article_con_box .index_article_con.active {
  display: flex;
}

.index_article_box .index_article_con_box .index_article_con .con_l {
  width: 500px;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_img {
  width: 100%;
  height: 335px;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_img img {
  object-fit: cover;
  border-radius: 8px;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_tit_box {
  margin-top: 34px;
  display: flex;
  align-items: end;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_tit_box .con_l_tit_num {
  width: 35px;
  line-height: 35px;
  background: #1FC2B5;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-right: 16px;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_tit_box .con_l_tit {
  width: 446px;
  font-size: 20px;
  font-weight: 700;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_tit_box .con_l_tit .con_l_tit_style {
  width: 33px;
  height: 4px;
  background: #FFBD4B;
  margin-top: 5px;
}

.index_article_box .index_article_con_box .index_article_con .con_l .con_l_text {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.index_article_box .index_article_con_box .index_article_con .con_l:hover .con_l_tit {
  color: #1FC2B5;
}

.index_article_box .index_article_con_box .index_article_con .con_r {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item {
  display: flex;
  padding: 15px;
  background: #FAF9FF;
  border-radius: 8px;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_l {
  width: 381px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_l .con_r_item_l_tit {
  font-size: 18px;
  font-weight: 700;
  color: #1D1D1D;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_l .con_r_item_l_text {
  font-size: 14px;
  color: #666666;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_l .con_r_item_l_info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_l .con_r_item_l_info .time_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_img {
  width: 177px;
  height: 114px;
  margin-left: 12px;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item .con_r_item_img img {
  object-fit: cover;
  border-radius: 8px;
}

.index_article_box .index_article_con_box .index_article_con .con_r .con_r_item:hover .con_r_item_l_tit {
  color: #1FC2B5;
}

.index_article_box .bg_color {
  position: absolute;
  bottom: -10px;
  z-index: -1;
  width: 100%;
  height: 60px;
  border-radius: 20px;
  background: #1FC2B5;
}

/* ----- 问答 ----- */
.ask_icon {
  background: url(/statics/pc/imgs/ask_icon.png) no-repeat;
  background-size: 100%;
}

.index_ask_box {
  width: 542px;
}

.index_ask_box .ask_item .ask_answer {
  display: none;
}

.index_ask_box .ask_item.active .ask_tit_box .ask_tit {
  color: #1FC2B5;
}

.index_ask_box .ask_item.active .ask_tit_box .ask_tit_jian {
  background: url(/statics/pc/imgs/jian_b1.png) no-repeat;
  background-size: contain;
}

.index_ask_box .ask_item.active .ask_answer {
  display: block;
}

.index_ask_box .ask_tit span {
  width: 400px;
}

.ask_item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #F0EDFF;
}

.ask_item .ask_tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ask_item .ask_tit_box .ask_tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #1D1D1D;
}

.ask_item .ask_tit_box .ask_tit .ask_icon {
  width: 28px;
  height: 28px;
  margin-right: 11px;
}

.ask_item .ask_tit_box .ask_tit_jian {
  width: 12px;
  height: 12px;
  background: url(/statics/pc/imgs/jian_r1.png) no-repeat;
  background-size: contain;
}

.ask_item .ask_answer {
  margin-top: 19px;
  padding: 11px 19px;
  border-radius: 6px;
  background: #F9F8FF;
}

.ask_item .ask_answer .ask_answer_time {
  font-size: 16px;
  color: #737179;
}

.ask_item .ask_answer .ask_answer_text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #1D1D1D;
}

/* -------------------------------------------- 面包屑 -------------------------------------------- */
.crumbs {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.crumbs .crumbs_tit {
  display: flex;
  align-items: center;
  color: #333333;
}

.crumbs .crumbs_tit .crumbs_icon {
  width: 16px;
  height: 21px;
  background: url(/statics/pc/imgs/crumbs_icon.png) no-repeat;
  background-size: 100%;
  margin-right: 8px;
}

.crumbs .crumbs_con {
  color: #7F7F7F;
}

.crumbs .crumbs_con a {
  color: #7F7F7F;
}

.crumbs .crumbs_con span {
  color: #1FC2B5;
}

/* -------------------------------------------- 地区/项目筛选 -------------------------------------------- */
.select_box {
  box-sizing: border-box;
  margin-top: 25px;
  padding: 0 17px;
  background: rgb(235, 250, 249);
  border-radius: 8px;
}

.select_box .select_item {
  padding-top: 26px;
  display: none;
  align-items: start;
  font-size: 16px;
  color: #666666;
}

.select_box .select_item.active {
  display: flex;
}

.select_box .select_item .select_tit {
  width: 130px;
  text-align: center;
  color: #888888;
}

.select_box .select_item .select_all {
  text-align: center;
  margin-right: 40px;
  cursor: pointer;
}

.select_box .select_item .select_all.active {
  color: #1FC2B5;
}

.select_box .select_item .select_all:hover {
  color: #1FC2B5;
}

.select_box .select_item .select_con {
  display: flex;
  flex-wrap: wrap;
  width: 964px;
}

.select_box .select_item .select_con .select_con_item {
  width: 120.5px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.select_box .select_item .select_con .select_con_item.active {
  color: #1FC2B5;
}

.select_box .select_item .select_con .select_con_item:hover {
  color: #1FC2B5;
}

.select_box .address_sel_box .select_item {
  border-bottom: 1px solid #F0EAFF;
}

.select_box .address_sel_box .select_item:last-of-type {
  border: none;
}

/* -------------------------------------------- 医院 列表页 -------------------------------------------- */
.hot_hos_icon {
  background: url(/statics/pc/imgs/hot_hos_icon.png) no-repeat;
  background-size: 100%;
}

.hot_doc_icon {
  background: url(/statics/pc/imgs/hot_doc_icon.png) no-repeat;
  background-size: 100%;
}

.hot_tag_icon {
  background: url(/statics/images/icon/hot_tag.png) no-repeat;
  background-size: 100%;
}

.hot_news_icon {
  background: url(/statics/pc/imgs/hot_news_icon.png) no-repeat;
  background-size: 100%;
}

.hot_project_icon {
  background: url(/statics/pc/imgs/hot_project_icon.png) no-repeat;
  background-size: 100%;
}

.hot_hos_tag {
  background: url(/statics/pc/imgs/hot_hos_tag.png) no-repeat;
  background-size: 100%;
}

.hot_doc_tag {
  background: url(/statics/pc/imgs/hot_doc_tag.png) no-repeat;
  background-size: 100%;
}

.hot_news_tag {
  background: url(/statics/pc/imgs/hot_news_tag.png) no-repeat;
  background-size: 100%;
}

.hot_project_tag {
  background: url(/statics/pc/imgs/hot_project_tag.png) no-repeat;
  background-size: 100%;
}

.address_icon {
  background: url(/statics/pc/imgs/address_icon.png) no-repeat;
  background-size: 100%;
}

.hos_icon {
  background: url(/statics/pc/imgs/hos_icon.png) no-repeat;
  background-size: 100%;
}

.list_hos .col_header_box {
  padding-top: 0;
}

.list_hos .hos_item {
  width: 233px;
}

.list_hos .hos_item .img_tag {
  width: 23px;
  height: 31px;
}

.list_hos .hos_item .hos_img {
  height: 150px;
}

.list_hos .hos_item:nth-of-type(3n) {
  margin-right: 0;
}

.list_hos .hos_item .hos_con {
  padding: 20px 16px;
}

.list_hos .hos_item .hos_con .hos_name {
  font-size: 18px;
}

.list_hos .hos_item .hos_con .hos_info {
  font-size: 15px;
}

.con_box {
  display: flex;
  align-items: start;
  margin-top: 40px;
}

.con_box .left {
  flex: 1;
  box-sizing: border-box;
}

.con_box .left .list_tap {
  display: flex;
  align-items: center;
}

.con_box .left .list_tap .list_tap_item {
  cursor: pointer;
  font-size: 18px;
  margin-left: 30px;
  color: #666666;
}

.con_box .left .list_tap .list_tap_item:hover {
  color: #1FC2B5;
}

.con_box .left .list_tap .list_tap_item.active {
  color: #1FC2B5;
}

.con_box .right {
  width: 400px;
  margin: 0 20px;
}

.con_box .right .hot_col_box {
  margin-bottom: 24px;
}

.con_box .right .hot_col_box .hot_col_tit {
  overflow: hidden;
  height: 46px;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  font-size: 18px;
  color: #3D3D3D;
}

.con_box .right .hot_col_box .hot_col_tit .hot_col_icon {
  width: 14.3px;
  height: 18px;
  margin-right: 8px;
}

.con_box .right .hot_col_box .hot_col_tit .hot_col_tag {
  width: 40.3px;
  height: 50.6px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.con_box .right .hot_col_box.hot_hos .hot_col_tit {
  background: linear-gradient(180deg, #FFF7E0 0%, #FFFDF6 100%);
}

.con_box .right .hot_col_box.hot_hos .hot_col_con {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF3 100%);
  padding-left: 18.5px;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item {
  display: flex;
  align-items: center;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_img {
  width: 120px;
  height: 79.2px;
  margin-right: 10px;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_img img {
  border-radius: 4px;
  object-fit: cover;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_con {
  flex: 1;
  padding: 16px 0;
  border-bottom: 1px solid #F4F4F4;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_con .hot_hos_name {
  font-size: 16px;
  color: #444;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_con .hot_hos_label_box {
  display: flex;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_con .hot_hos_label_box .hot_hos_label {
  margin-top: 5px;
  line-height: 20px;
  font-size: 12px;
  color: #E7BA5C;
  background: #FBF5E2;
  border-radius: 2.4px;
  padding: 0 3px;
  margin-right: 5px;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_con .hot_hos_address {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item .hot_hos_con .hot_hos_address .icon {
  width: 9.4px;
  height: 11px;
  margin-right: 5px;
}

.con_box .right .hot_col_box.hot_hos .hot_col_con .hot_hos_item:last-of-type .hot_hos_con {
  border: none;
}

.con_box .right .hot_col_box.hot_doc .hot_col_tit {
  background: linear-gradient(180deg, #EAEEFF 0%, #F6F9FF 100%);
}

.con_box .right .hot_col_box.hot_doc .hot_col_con {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F8FF 100%);
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28%;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_img {
  position: relative;
  width: 85px;
  height: 85px;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_img img {
  object-fit: cover;
  border-radius: 50px;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_img>div {
  width: 19.7px;
  height: 16.4px;
  position: absolute;
  bottom: 0;
  right: 8px;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_name {
  margin-top: 8px;
  font-size: 16px;
  color: #444;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_hos {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_years {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

.con_box .right .hot_col_box.hot_doc .hot_col_con .hot_doc_item .hot_doc_years span {
  color: #FD9700;
}

.con_box .right .hot_col_box.hot_news .hot_col_tit {
  border-top: 1.5px solid #1FC2B5;
  background: linear-gradient(180deg, rgba(31, 194, 181, 0.5) 0%, rgba(31, 194, 181, 0) 100%);
}

.con_box .right .hot_col_box.hot_news .hot_col_con {
  background: linear-gradient(180deg, rgba(31, 194, 181, 0.05) 0%, rgba(31, 194, 181, 0.1) 100%);
  ;
  padding: 0 18.5px;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item {
  display: flex;
  align-items: center;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item .hot_news_num {
  width: 26px;
  text-align: center;
  margin-right: 11px;
  font-size: 15px;
  color: #999999;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item .hot_news_con {
  padding: 16px 0;
  border-bottom: 1px solid #F4F4F4;
  flex: 1;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item .hot_news_con .hot_news_tit {
  font-size: 15px;
  color: #444;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item .hot_news_con .hot_news_text {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item:nth-of-type(1) .hot_news_num_icon {
  height: 35.5px;
  background: url(/statics/pc/imgs/hot_news1.png) no-repeat;
  background-size: 100%;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item:nth-of-type(2) .hot_news_num_icon {
  height: 35.5px;
  background: url(/statics/pc/imgs/hot_news2.png) no-repeat;
  background-size: 100%;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item:nth-of-type(3) .hot_news_num_icon {
  height: 35.5px;
  background: url(/statics/pc/imgs/hot_news3.png) no-repeat;
  background-size: 100%;
}

.con_box .right .hot_col_box.hot_news .hot_col_con .hot_news_item:last-of-type .hot_news_con {
  border: none;
}

.con_box .right .hot_col_box.hot_project .hot_col_tit {
  background: linear-gradient(180deg, #E7FDEC 0%, #F2FCF5 98%);
}

.con_box .right .hot_col_box.hot_project .hot_col_con {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3FFF5 100%);
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.con_box .right .hot_col_box.hot_project .hot_col_con .hot_project_item {
  width: 110px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  margin-top: 18px;
}

.con_box .right .hot_col_box.hos_swiper {
  border: 1px solid #F0F0F0;
  padding: 16px 26px 21px;
  border-radius: 8px;
}

.con_box .right .hot_col_box.hos_swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: url(/statics/pc/imgs/swiper_prev.png) no-repeat;
  background-size: 100%;
  top: 47%;
}

.con_box .right .hot_col_box.hos_swiper .swiper-button-prev:after {
  content: none;
}

.con_box .right .hot_col_box.hos_swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  background: url(/statics/pc/imgs/swiper_next.png) no-repeat;
  background-size: 100%;
  top: 47%;
}

.con_box .right .hot_col_box.hos_swiper .swiper-button-next:after {
  content: none;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_img {
  width: 100px;
  height: 100px;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_img img {
  border-radius: 50px;
  object-fit: cover;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_name {
  margin-top: 18px;
  font-size: 20px;
  color: #090A0A;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_phone {
  margin-top: 18px;
  font-size: 16px;
  color: #666;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_btn {
  margin-top: 24px;
  width: 123px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  background: #1FC2B5;
  font-size: 18px;
  color: #fff;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_text_box {
  margin-top: 24px;
  display: flex;
  align-items: start;
  font-size: 13px;
  color: #555;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_text_box .hos_icon {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.con_box .right .hot_col_box.hos_swiper .hos_swiper_item .hos_text_box .hos_text {
  flex: 1;
}

/* -------------------------------------------- 医生 列表页 -------------------------------------------- */
.list_doc .col_header_box {
  padding-top: 0;
}

.list_doc .doc_item .img_tag {
  width: 23px;
  height: 31px;
}

.list_doc .doc_item .doc_img {
  width: 108px;
  height: 145px;
  border-radius: 6px;
  overflow: hidden;
}

.list_doc .doc_item .doc_name {
  font-size: 18px;
}

.list_doc .doc_item .doc_info {
  font-size: 15px;
}

.list_doc .doc_item .doc_lookbtn {
  width: 100px;
  font-size: 16px;
  line-height: 37px;
  margin-top: 26px;
  margin-bottom: 10px;
}

.list_doc .doc_item:nth-of-type(3n) {
  margin-right: 0;
}

/* -------------------------------------------- 百科 列表页 -------------------------------------------- */
.baike_box .col_header_box {
  padding-top: 0;
}

.list_baike .baike_item {
  padding: 20px 0 20px 30px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  margin-bottom: 32px;
}

.baike_item_detail {
  display: none;
}

.baike_item_detail.active {
  display: block;
}

.baike_item_detail .baike_item_child .baike_item_child_title {
  margin-bottom: 10px;
}

.baike_item_detail .baike_item_child .baike_item_child_title span {
  padding: 4px 6px;
  border-radius: 2px;
  background: #1FC2B5;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #FFFFFF;
}

.baike_item_child_bodys {
  display: flex;
  flex-wrap: wrap;
}

.baike_item_child_body {
  flex: 0 0 25%;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
}

.baike_item_child_body span {
  padding: 0 5px;
}

.baike_box .baike_item .baike_item_tit {
  font-size: 18px;
  color: #1FC2B5;
}

.baike_item {
  padding: 10px 0;
}

.baike_item_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.baike_item_body .baike_item_block {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 10px;
  /* 根据需要调整内边距 */
}

.baike_box .baike_item .baike_item_block_tit {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

.baike_box .baike_item .baike_item_block_tit:hover>a {
  color: #1FC2B5;
}

.baike_box .baike_item .baike_item_block_tit.active>a {
  color: #1FC2B5;
}

.baike_box .baike_item .baike_item_block.active .point_right_icon {
  transform: rotate(90deg);
}

.baike_box .baike_item .baike_item_block_tit .point_right_icon {
  margin: auto 20px;
}

.baike_box .baike_item .baike_item_con {
  display: inline-block;
}

.baike_box .baike_item .baike_item_con .baike_item_a {
  display: flex;
  margin-top: 20px;
  font-size: 14px;
  width: 50%;
}

.baike_box .baike_item .baike_item_con .baike_item_a .baike_item_name {
  display: flex;
  align-items: center;
  color: #666666;
  width: 170px;
}

.baike_box .baike_item .baike_item_con .baike_item_a .baike_item_name .dian {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #1FC2B5;
  margin-right: 8px;
}

.baike_box .baike_item .baike_item_con .baike_item_a .baike_item_price {
  color: #1FC2B5;
}

/* -------------------------------------------- 问答 列表页 -------------------------------------------- */
.ask_time_icon {
  background: url(/statics/pc/imgs/ask_time_icon.png) no-repeat;
  background-size: 100%;
}

.ask_view_icon {
  background: url(/statics/pc/imgs/ask_hot_icon.png) no-repeat;
  background-size: 100%;
}

.list_ask .col_header_box {
  padding-top: 0;
}

.list_ask .ask_item {
  padding: 15px 28.5px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  margin-bottom: 24px;
}

.ask_item .ask_tit {
  font-size: 18px;
  font-weight: 600;
}

.ask_item .ask_tit .ask_icon {
  width: 26px;
  height: 26px;
}

.ask_item .ask_answer_text {
  font-size: 15px;
}

.ask_item .ask_info {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.ask_item .ask_info>div {
  display: flex;
  align-items: center;
}

.ask_item .ask_info .ask_time_icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.ask_item .ask_info .ask_view_icon {
  width: 10.7px;
  height: 14px;
  margin-right: 10px;
}

.ask_item:hover .ask_tit {
  color: #1FC2B5;
}

/* -------------------------------------------- 文章 列表页 -------------------------------------------- */
.view_icon {
  background: url(/statics/pc/imgs/view_icon.png) no-repeat;
  background-size: 100%;
}

.list_article .col_header_box {
  padding: 0;
}

.article_box {
  border: 1px solid #F0F0F0;
}

.article_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.article_more>a {
  font-size: 20px;
  color: #1FC2B5;
}

.article_box .article_header {
  height: 48px;
  padding-top: 11px;
  background: linear-gradient(90deg, #67CCE3 0%, #287AC1 100%);
}

.article_header span {
  margin-left: 40px;
  font-size: 24px;
  color: #fff;
}

.article_item {
  display: flex;
  padding: 24px 0;
  margin: 0 20px;
  border-bottom: 1px solid #F0F0F0;
}

.article_item .article_img {
  width: 230px;
  height: 153px;
  margin-right: 16px;
}

.article_item .article_img img {
  border-radius: 8px;
  object-fit: cover;
}

.article_item .article_con {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article_item .article_con .article_tit {
  font-size: 20px;
  color: #1D1D1D;
  font-weight: 600;
}

.article_item .article_con .article_text {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}

.article_item .article_con .article_info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.article_doctor {
  display: flex;
  align-items: center;
}

.article_doctor_img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: 0.5px solid #21CDC0;
  display: inline-block;
}

.article_doctor_tag {
  padding: 3px 6px;
  margin: 0 5px;
  border-radius: 2px;
  background: #1FC2B5;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: normal;
  color: #FFFFFF;
}

.article_doctor_img .logo_icon {
  width: 21px;
  height: 21px;
  background: url(/statics/pc/imgs/logo.png) no-repeat;
  background-size: 100%;
}

.article_doctor_name {
  font-size: 16px;
  line-height: 14px;
  color: #3D3D3D;
}

.article_doctor_hospital {
  margin: 0 3px;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}

.article_item .article_con .article_info .article_info_desc {
  color: #666;
  font-size: 16px;
}

.article_item .article_con .article_info .article_info_item {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.article_item .article_con .article_info .article_info_item .time_icon {
  width: 12px;
  height: 12px;
  margin: auto 5px;
}

.article_item .article_con .article_info .article_info_item .views_icon {
  width: 13px;
  height: 10px;
  display: inline-block;
  margin: auto 5px;
  background: url(/statics/pc/imgs/views.png) no-repeat;
  background-size: 100%;
}

.article_item:hover .article_tit {
  color: #1FC2B5;
}

.recommend_title {
  margin: 20px 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
}

.recommend_item .recommend_item_line {
  margin: 5px 20px;
  display: flex;
  align-items: center;
}

.recommend_item .recommend_item_title {
  flex: 1;
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #106EBF;
  overflow: hidden;
}

/* -------------------------------------------- 医院 详情页 -------------------------------------------- */
.evaluate_avatar_icon {
  background: url(/statics/pc/imgs/avatar_icon.png) no-repeat;
  background-size: 100%;
}

.score_icon {
  background: url(/statics/pc/imgs/score_icon.png) no-repeat;
  background-size: 100%;
}

.show_con_box .left {
  border: 1px solid #F0F0F0;
  border-radius: 8px;
}

.show_con_box .left .show_con_jump {
  display: flex;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #F0F0F0;
}

.show_con_box .left .show_con_jump .show_con_jump_item {
  cursor: pointer;
  position: relative;
  width: 14.28%;
  line-height: 60px;
  text-align: center;
}

.show_con_box .left .show_con_jump .show_con_jump_item.active {
  color: #1FC2B5;
}

.show_con_box .left .show_con_jump .show_con_jump_item.active::after {
  content: '';
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #1FC2B5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.show_con_box .left .show_con_jump .show_con_jump_item:hover {
  color: #1FC2B5;
}

.show_con_box .left .show_con_jump .show_con_jump_item:hover::after {
  content: '';
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #1FC2B5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.show_con_box .left .show_con {
  padding: 0 23px;
}

.show_con_box .left .show_con .col_header_box .col_header_l {
  font-size: 16px;
}

.show_con_box .left .show_con .col_header_box .col_header_l .col_icon {
  width: 16px;
  height: 18px;
}

.show_con_box .left .show_con .col_header_box .col_header_l .num {
  color: #666;
}

.show_con_box .left .show_con .col_header_box .more {
  font-size: 13px;
  color: #555555;
}

.show_con_box .left .show_con .show_hos_env {
  display: flex;
  justify-content: space-between;
}

.show_con_box .left .show_con .show_hos_env img {
  cursor: pointer;
  width: 217px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.show_con_box .left .show_con .show_col_doc .col_header_box {
  padding-bottom: 0;
}

.show_con_box .left .show_con .show_col_doc .doc_item {
  width: 217px;
  margin: 25px 30.5px 0 0;
}

.show_con_box .left .show_con .show_col_doc .doc_item .img_tag {
  width: 21px;
  height: 29px;
}

.show_con_box .left .show_con .show_col_doc .doc_item .doc_img {
  width: 87px;
  height: 87px;
  border-radius: 6px;
  overflow: hidden;
}

.show_con_box .left .show_con .show_col_doc .doc_item .doc_name {
  font-size: 17px;
}

.show_con_box .left .show_con .show_col_doc .doc_item .doc_info {
  font-size: 14px;
}

.show_con_box .left .show_con .show_col_doc .doc_item .doc_lookbtn {
  font-size: 15px;
  width: 93px;
  line-height: 35px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.show_con_box .left .show_con .show_col_doc .doc_item:nth-of-type(3n) {
  margin-right: 0;
}

.show_con_box .left .show_con .show_col_article .col_header_box {
  padding-bottom: 0;
}

.show_con_box .left .show_con .show_col_article .article_item .article_img {
  width: 215px;
  height: 143px;
}

.show_con_box .left .show_con .show_col_article .article_item .article_tit {
  font-size: 17px;
  font-weight: normal;
}

.show_con_box .left .show_con .show_col_article .article_item .article_text {
  font-size: 14px;
}

.show_con_box .left .show_con .show_col_evaluate .col_header_box {
  padding-bottom: 0;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item {
  padding: 18px 0;
  border-bottom: 1px solid #F0EDFF;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_name {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #1D1D1D;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_name .evaluate_avatar_icon {
  width: 37px;
  height: 37px;
  margin-right: 10px;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info {
  border-radius: 8.7px;
  padding: 10px;
  background: #F9F8FF;
  margin-top: 16px;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row1 {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row1 .evaluate_score {
  display: flex;
  align-items: center;
  color: #1FC2B5;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row1 .evaluate_score .score_icon {
  width: 23.4px;
  height: 16.6px;
  margin-right: 5px;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row1 .shu {
  width: 1px;
  height: 8px;
  margin: 0 8px;
  background: #DCDCDC;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row1 .evaluate_project {
  color: #3D3D3D;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row2 {
  margin-top: 15px;
  font-size: 13px;
  display: flex;
  color: #3D3D3D;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row2 div {
  margin-right: 30px;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_info .evaluate_info_row2 div span {
  color: #777;
  margin-right: 8px;
}

.show_con_box .left .show_con .show_col_evaluate .evaluate_item .evaluate_text {
  margin-top: 16px;
  font-size: 14px;
  color: #333;
}

.show_con_box .left .show_con .show_col_myevaluate {
  padding-bottom: 20px;
}

.show_con_box .left .show_con .show_col_myevaluate .evaluate_textarea {
  box-sizing: border-box;
  width: 100%;
  height: 112px;
  padding: 15px;
  border-radius: 8px;
  background: #F9F8FF;
  font-size: 14px;
  color: #999999;
  resize: none;
}

.show_con_box .left .show_con .show_col_myevaluate .evaluate_btn_box {
  margin-top: 14px;
  display: flex;
  justify-content: end;
}

.show_con_box .left .show_con .show_col_myevaluate .evaluate_btn_box .evaluate_btn {
  cursor: pointer;
  line-height: 30px;
  width: 70px;
  text-align: center;
  border-radius: 4px;
  background: #1FC2B5;
  color: #fff;
  font-size: 15px;
}

.show_con_box .left .show_con .show_col_ask .col_header_box {
  padding-bottom: 0;
}

.show_con_box .left .show_con .show_col_ask .ask_item {
  padding: 18px 0;
}

.show_con_box .left .show_con .show_col_ask .ask_item .ask_tit {
  font-size: 16px;
  font-weight: normal;
}

.show_con_box .left .show_con .show_col_ask .ask_item .ask_tit .ask_icon {
  width: 23px;
  height: 23px;
}

.show_con_box .left .show_con .show_col_ask .ask_item .ask_answer_time {
  font-size: 15px;
}

.show_con_box .left .show_con .show_col_ask .ask_item .ask_answer_text {
  font-size: 14px;
}

.show_con_box .left .show_con .show_col_ask .ask_item .ask_info {
  font-size: 12px;
}

.show_con_box .left .show_con .show_col_hos .col_header_box {
  padding-bottom: 0;
}

.show_con_box .left .show_con .show_col_hos .hos_item {
  width: 217px;
  margin-top: 30px;
  margin-bottom: 0;
}

.show_con_box .left .show_con .show_col_hos .hos_item:nth-of-type(3n) {
  margin-right: 0;
}

.show_con_box .left .show_con .show_col_hos .hos_item .hos_img {
  height: 150px;
}

.show_con_box .left .show_con .show_col_hos .hos_item .hos_img .img_tag {
  width: 21px;
  height: 28px;
}

.show_con_box .left .show_con .show_col_hos .hos_item .hos_con {
  padding: 20px;
}

.show_con_box .left .show_con .show_col_hos .hos_item .hos_con .hos_name {
  font-size: 16px;
}

.show_con_box .left .show_con .show_col_hos .hos_item .hos_con .hos_info {
  font-size: 13px;
}

.show_con_box .left .show_con .show_col_baike .col_header_box {
  padding-bottom: 0;
}

.show_con_box .left .show_con .show_col_baike .baike_item {
  padding: 24px 0;
  border-bottom: 1px solid #F0F0F0;
}

.show_con_box .left .show_con .show_col_baike .baike_item:last-of-type {
  border: none;
}

.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_tit {
  font-size: 18px;
  color: #3D3D3D;
}

.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_con {
  display: flex;
  flex-wrap: wrap;
}

.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_con .baike_item_a {
  margin-top: 24px;
  margin-right: 40px;
  display: flex;
  font-size: 14px;
}

.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_con .baike_item_a .baike_item_name {
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 20px;
}

.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_con .baike_item_a .baike_item_name .dian {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #1FC2B5;
  margin-right: 8px;
}

.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_con .baike_item_a .baike_item_price {
  color: #1FC2B5;
}

.show_hos_row1 {
  display: flex;
}

.show_hos_row1 .hos_img {
  width: 280px;
  height: 186px;
  margin-right: 30px;
}

.show_hos_row1 .hos_img img {
  object-fit: cover;
  border-radius: 8px;
}

.show_hos_row1 .hos_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.show_hos_row1 .hos_details .hos_name_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show_hos_row1 .hos_details .hos_name_box .hos_name {
  font-size: 18px;
  color: #1D1D1D;
  font-weight: 700;
}

.show_hos_row1 .hos_details .hos_name_box .show_hos_btn {
  width: 100px;
  line-height: 40px;
  text-align: center;
  background: #1FC2B5;
  border-radius: 8px;
  box-shadow: 0px 3px 10px 0px rgba(61, 52, 111, 0.1);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.show_hos_row1 .hos_details .hos_info_item {
  font-size: 14px;
  color: #666666;
}

.show_hos_row1 .hos_details .hos_info_item span {
  margin-right: 40px;
}

.show_hos_row1 .hos_details .hos_project {
  display: flex;
  align-items: start;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #F2EFFF;
  border-radius: 4px;
}

.show_hos_row1 .hos_details .hos_project .left {
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 10px;
}

.show_hos_row1 .hos_details .hos_project .left .good_icon {
  width: 13px;
  height: 14px;
  background: url(/statics/pc/imgs/good_icon.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.show_hos_row1 .hos_details .hos_project .right {
  margin-top: auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.show_hos_row1 .hos_details .hos_project .right::-webkit-scrollbar {
  width: 5px;
}

.show_hos_row1 .hos_details .hos_project .right::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.show_hos_row1 .hos_details .hos_project .right::-webkit-scrollbar-thumb {
  background: #1FC2B5;
  border-radius: 10px;
}

.show_hos_row1 .hos_details .hos_project .right .hos_project_item {
  padding: 3px 5px;
  background: #F2EFFF;
  border-radius: 4px;
  font-size: 14px;
  color: #1FC2B5;
}

.show_hos_row1 .hos_details .hos_project .right .hos_project_item:hover {
  background: #1FC2B5;
  color: #F2EFFF;
}

.show_row1 {
  box-sizing: border-box;
  margin-top: 25px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 30px 35px;
}

/* -------------------------------------------- 医生 详情页 -------------------------------------------- */
.show_doc_row1 {
  display: flex;
}

.show_doc_row1 .hos_img {
  width: 140px;
  height: 186.2px;
  margin-right: 30px;
}

.show_doc_row1 .hos_name {
  display: flex;
}

.show_doc_row1 .hos_name .doc_icon {
  margin-left: 10px;
  width: 18px;
  height: 15px;
}

.show_doc_row1 .font_color {
  margin-right: 0 !important;
  color: #F0AC48;
}

/* -------------------------------------------- 百科 详情页 -------------------------------------------- */
.show_baike_row1 .show_baike_tit {
  font-size: 18px;
  font-weight: 700;
  color: #1D1D1D;
}

.show_baike_row1 .show_baike_text {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.baike_introduce_box {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}

.baike_introduce_box .baike_introduce {
  margin-bottom: 20px;
}

.baike_introduce_box .baike_introduce_item {
  margin-top: 15px;
}

.baike_introduce_box .baike_introduce_item .baike_introduce_tit {
  font-size: 16px;
  color: #1FC2B5;
}

.baike_introduce_box .baike_introduce_item .baike_introduce_text {
  margin-top: 5px;
}

/* -------------------------------------------- 文章 详情页 -------------------------------------------- */

.show_content {}

.show_content .show_content_detail {
  padding: 20px;
}

.show_article_box .show_article_title_box {
  border: 1px solid #F0F0F0;
}

.show_article_box .show_article_title_box .show_article_title {
  padding: 20px;
  font-size: 18px;
  background-color: rgba(33, 205, 192, 0.1);
  ;
  font-weight: 700;
}

.show_article_box .show_article_title_box .show_article_info {
  height: 30px;
  margin: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  gap: 20px;
}

.show_article_box .show_article_title_box .show_article_description {
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #3D3D3D;
  border-top: 1px solid #F0F0F0;
  padding: 20px;
}

.show_article_box .show_article_title_box .show_article_img {
  width: 100%;
  height: 560px;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
}

.show_article_box .show_article_title_box .show_article_doctor {
  background: #F5F5F5;
  padding: 30px;
}

.show_article_doctor {
  display: flex;
  align-items: center;
}

.show_article_doctor_img {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  border: 2px solid #1A6DA8;
  overflow: hidden;
}

.show_article_doctor_info {
  width: 560px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.show_article_doctor_name .article_doctor_name_label {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 2px;
}

.show_article_doctor_name .article_doctor_name_info {
  font-size: 20px;
  color: #1A6DA8;
  line-height: 50px;
  letter-spacing: 2px;
}

.show_article_doctor_name .article_doctor_name_hospital {
  font-size: 14px;
  color: #1A6DA8;
  line-height: 50px;
  letter-spacing: 2px;
}

.show_article_doctor_info .show_article_doctor_desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #757575;
}

.show_article_box .show_article_title_box .show_article_info .show_article_info_item {
  display: flex;
  align-items: center;
}

.show_article_box .show_article_title_box .show_article_info .show_article_info_item .time_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.show_article_box .show_article_title_box .show_article_info .show_article_info_item .view_icon {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}

.show_article_box article {
  border-bottom: 1px solid #F0F0F0;
}

.audio_controls {
  width: 325px;
  height: 44px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 80px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  margin: 24px 0;
}

.audio_controls .audio_btn {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background: url(/statics/pc/imgs/audio_play.png) no-repeat;
  background-size: 100%;
}

.audio_controls .audio_btn.active {
  background: url(/statics/pc/imgs/audio_pause.png) no-repeat;
  background-size: 100%;
}

.audio_controls .progress_box {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3D3D3D;
}

.audio_controls .progress_box .progress {
  width: 140px;
  height: 5px;
  margin: 0 12px;
  border-radius: 3px;
  background: #EEEEEE;
}

.audio_controls .progress_box .progress .progress_bg {
  width: 0;
  height: 100%;
  border-radius: 3px;
  background: #555555;
}

/* -------------------------------------------- 问答 详情页 -------------------------------------------- */
.answer_icon {
  background: url(/statics/pc/imgs/answer_icon.png) no-repeat;
  background-size: 100%;
}

.show_ask_box .left {
  border: none;
  padding: 0;
}

.show_ask_box .left .show_ask_row1 {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 24px;
}

.show_ask_box .left .show_ask_row1 .ask_tit {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.show_ask_box .left .show_ask_row1 .ask_tit .ask_icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  color: #1D1D1D;
}

.show_ask_box .left .show_ask_row1 .ask_text {
  margin-top: 16px;
  font-size: 15px;
  color: #555555;
}

.show_ask_box .left .show_ask_row1 .ask_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_l {
  display: flex;
  align-items: center;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_l .ask_name {
  font-size: 13px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_l .ask_name .evaluate_avatar_icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_l .ask_time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_l .ask_time .time_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_r .ask_view {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.show_ask_box .left .show_ask_row1 .ask_info .ask_info_r .ask_view .view_icon {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}

.show_ask_box .left .show_ask_row2 .ask_info {
  margin-top: 0;
}

.show_ask_box .left .show_ask_row2 .answer_con {
  margin-top: 16px;
  padding: 13.7px 19px;
  border-radius: 5.72px;
  background: #F9F8FF;
  font-size: 15px;
  color: #555555;
  line-height: 24px;
}

.show_ask_box .left .show_ask_row2 .answer_icon {
  position: absolute;
  right: 28.5px;
  top: 0;
  width: 21.3px;
  height: 29px;
}

.show_ask_box .left .show_con {
  padding: 0;
}

.show_ask_box .left .show_con .show_col_ask .col_header_box {
  padding: 25px 0;
}

.show_ask_box .left .show_con .show_col_ask .ask_item {
  padding: 15px 28.5px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  margin-bottom: 24px;
}

/* ----- 首页头部 ----- */


/*---------------------------------------- 患者记录 --------------------------------------------*/
.patient_box {
  width: 100%;
  border: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-evenly;
}

.patient_item {
  flex: 0 0 45%;
  margin: 25px 0;
  border: 1px solid #f3f3f3;
}
.patient_img{
  width: 342px;
  height: 256.5px;
}
.patient_name{
  font-size: 16px;

}

.doctor_info{
  margin: 10px 5px;
  display: flex;
  align-items: center;
}
.doctor_img img{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.doctor_position{
  font-size: 14px;
  background-color: #1FC2B5;
  color: #ffffff;
  padding: 3px ;
  border-radius: 3px;
  margin: auto 2px;
}
.doctor_name{
  font-size: 14px;
  margin: auto 2px;
}
.doctor_hospital{
  font-size: 10px;
  margin: auto 2px;
}
.border0 {
  border: 0;
}
.flex1 {
  flex: 1 !important;
}
.simple_hover:hover {
  color: #1FC2B5 !important;
}