﻿@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 去除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);
  font-family: 'Source Han Sans CN';
}
/* 图片自适应 */
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: #333;
  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';
}
.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;
  -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;
  -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;
  -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;
  -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: #008f9d;
  margin-bottom: 10px;
}
/* -------------------------------------------- 图片预览 -------------------------------------------- */
#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 a,
.pages span {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #008f9d;
  color: #008f9d;
  margin: 0 8px;
}
.pages span {
  color: #fff;
  background: #008f9d;
}
/* -------------------------------------------- 富文本 -------------------------------------------- */
#content {
  line-height: 30px;
  font-size: 16px;
}
#content p {
  color: #333;
  margin-bottom:18px;
}
#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: 150px;
}
header .header {
  height: 90px;
  background: url(../images/header_bg.png) no-repeat;
  background-size: cover;
}
header .header .header_box {
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header_box .logo_box a {
  width: 220px;
  height: 70px;
  display: block;
  font-size: 0;
  background: url(../images/logo.png) no-repeat;
  background-size: 220px 70px;
}
header .header .header_box .search_box {
  width: 600px;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  border-radius: 50px;
  border: 1px solid #008f9d;
  background: #fff;
}
header .header .header_box .search_box .search_img {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat;
  background-size: 100%;
  margin-right: 12px;
}
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;
  width: 90px;
  line-height: 44px;
  color: #fff;
  background: #008f9d;
  border-radius: 21px;
  text-align: center;
}
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(../images/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: #008f9d;
}
header .header .header_box .tel_box .tel_r .tel_num {
  color: #1D1D1D;
}
header .nav {
  height: 60px;
  background: #008f9d;
}
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;
}
/* -------------------------------------------- 侧边悬浮框 -------------------------------------------- */
.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(../images/side_icon1.png);
  background-size: contain;
}
.side_box .side_item:nth-of-type(2) {
  background: #008f9d;
}
.side_box .side_item:nth-of-type(2) .side_item_icon {
  background: url(../images/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(../images/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(../images/side_icon4.png);
  background-size: contain;
}
/* -------------------------------------------- 公共底部 -------------------------------------------- */
footer {
  margin-top: 60px;
  height: 280px;
  padding-top: 30px;
  background: #4A4A4A;
}
footer .footer_box {
  font-size: 14px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_box .footer_l .footer_logo {
  width: 161px;
  height: 70px;
  background: url(../images/logo_white.png) no-repeat;
  background-size: 100%;
}
footer .footer_box .footer_l .footer_tel_box {
  margin-top: 30px;
  font-size: 16px;
  color: #CCCCCC;
}
footer .footer_box .footer_l .footer_tel_box .footer_tel {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
footer .footer_box .footer_item {
  height: 182px;
  color: #959595;
}
footer .footer_box .footer_item a {
  color: #959595;
}
footer .footer_box .footer_item .footer_item_tit {
  line-height: normal;
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
}
footer .footer_box .footer_item div {
  margin-top: 14px;
}
footer .footer_box .footer_dec {
  width: 300px;
}
footer .footer_box .footer_dec div {
  line-height: 24px;
}
footer .footer_box .footer_wx_box {
  display: flex;
  justify-content: space-between;
}
footer .footer_box .footer_wx_box .footer_wx {
  width: 100px;
  text-align: center;
  color: #CCCCCC;
}
footer .footer_box .footer_wx_box .footer_wx img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.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;
}
/* -------------------------------------------- 首页 -------------------------------------------- */
.banner_box {
  display: flex;
  margin-top: 20px;
  /* ----- 轮播图 ----- */
}
.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: #008f9d;
  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: #008f9d;
  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: 1005px;
}
.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: #008f9d;
}
.banner_box .banner .mySwiper {
  height: 459px;
  border-radius: 16px;
}
.banner_box .banner .mySwiper .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.5;
}
.banner_box .banner .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner_box .banner .mySwiper img {
  border-radius: 16px;
}
/* ----- 图标 ----- */
.jian_r {
  background: url(../images/jian_r_act.png) no-repeat;
  background-size: 100%;
}
.yan_col_img,
.banner_l_icon0 {
  background: url(../images/yan_col.png) no-repeat;
  background-size: 100%;
}
.bi_col_img,
.banner_l_icon1 {
  background: url(../images/bi_col.png) no-repeat;
  background-size: 100%;
}
.mian_col_img,
.banner_l_icon6 {
  background: url(../images/mian_col.png) no-repeat;
  background-size: 100%;
}
.chun_col_img {
  background: url(../images/chun_col.png) no-repeat;
  background-size: 100%;
}
.xiong_col_img,
.banner_l_icon3 {
  background: url(../images/xiong_col.png) no-repeat;
  background-size: 100%;
}
.xizhi_col_img,
.banner_l_icon4 {
  background: url(../images/xizhi_col.png) no-repeat;
  background-size: 100%;
}
.pf_col_img,
.banner_l_icon5 {
  background: url(../images/pf_col.png) no-repeat;
  background-size: 100%;
}
.mblk_col_img,
.banner_l_icon2 {
  background: url(../images/mblk_col.png) no-repeat;
  background-size: 100%;
}
.er_col_img {
  background: url(../images/er_col.png) no-repeat;
  background-size: 100%;
}
.ya_col_img,
.banner_l_icon7 {
  background: url(../images/ya_col.png) no-repeat;
  background-size: 100%;
}
.other_col_img,
.banner_l_icon8 {
  background: url(../images/other_col.png) no-repeat;
  background-size: 100%;
}
.simi_col_img {
  background: url(../images/simi_col.png) no-repeat;
  background-size: 100%;
}
.col_icon {
  background: url(../images/col_icon.png) no-repeat;
  background-size: 100%;
}
/* ----- 栏目头部 ----- */
.col_header_box {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col_header_box .col_header_l {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.col_header_box .col_header_l span {
  color: #008f9d;
}
.col_header_box .col_header_l .col_icon {
  width: 18px;
  height: 20px;
  margin-right: 10px;
}
.col_header_box .more {
  font-size: 16px;
  color: #008f9d;
  display: flex;
  align-items: center;
}
.col_header_box .more .jian_r {
  width: 5px;
  height: 8px;
  margin-left: 6px;
}
/* ----- 优惠活动 ----- */
.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: #008f9d;
}
.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: #008f9d;
  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: #008f9d;
}
.index_dis_box .index_dis_nav {
  box-sizing: border-box;
  width: 277px;
  padding: 22px;
  background: url(../images/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;
}
/* ----- 整形医院 ----- */
.img_tag {
  width: 28px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 18px;
}
.hos_tag {
  background: url(../images/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 #008f9d;
}
.hos_box .hos_item:hover .hos_name {
  color: #008f9d;
}
.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: #008f9d;
}
.index_hos .col_header_r span.active {
  color: #008f9d;
}
.index_hos .index_hos_box_bg {
  background: url(../images/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(../images/doc_tag.png) no-repeat;
  background-size: 100%;
}
.doc_icon {
  background: url(../images/doc_icon.png) no-repeat;
  background-size: 100%;
}
.doc_box {
  display: flex;
  flex-wrap: wrap;
}
.doc_box .doc_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30.5px;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 277px;
  border-radius: 15.75px;
  padding: 22px;
  background: linear-gradient(180deg, #F5F4FF 0%,  #d6e8e8 28%, #FFFFFF 100%);
  box-shadow: 0px 3.63px 18.13px 0px rgba(0, 0, 0, 0.05);
}
.doc_box .doc_item .doc_img {
  width: 114px;
  height: 114px;
  position: relative;
}
.doc_box .doc_item .doc_img img {
  border-radius: 57px;
  object-fit: cover;
}
.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;
  margin-top: 15px;
}
.doc_box .doc_item .doc_info {
  font-size: 18px;
  color: #737179;
  margin-top: 16px;
}
.doc_box .doc_item .doc_info span {
  margin: 0 10px;
}
.doc_box .doc_item .doc_lookbtn {
  font-size: 20px;
  color: #fff;
  width: 122.5px;
  line-height: 45px;
  border-radius: 50px;
  background: #008f9d;
  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(../images/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 #008f9d;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #008f9d;
}
.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(../images/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: #008f9d;
  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: #008f9d;
}
.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: #008f9d;
}
.index_article_box .bg_color {
  position: absolute;
  bottom: -10px;
  z-index: -1;
  width: 100%;
  height: 60px;
  border-radius: 20px;
  background: #008f9d;
}
/* ----- 问答 ----- */
.ask_icon {
  background: url(../images/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: #008f9d;
}
.index_ask_box .ask_item.active .ask_tit_box .ask_tit_jian {
  background: url(../images/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(../images/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: #008f9d;
}
.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: 12.5px;
  height: 15.2px;
  background: url(../images/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: #008f9d;
}
/* -------------------------------------------- 地区/项目筛选 -------------------------------------------- */
.select_box {
  box-sizing: border-box;
  margin-top: 25px;
  padding: 0 17px;
  background: #FAF8FF;
  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: #008f9d;
}
.select_box .select_item .select_all:hover {
  color: #008f9d;
}
.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: #008f9d;
}
.select_box .select_item .select_con .select_con_item:hover {
  color: #008f9d;
}
.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(../images/hot_hos_icon.png) no-repeat;
  background-size: 100%;
}
.hot_doc_icon {
  background: url(../images/hot_doc_icon.png) no-repeat;
  background-size: 100%;
}
.hot_news_icon {
  background: url(../images/hot_news_icon.png) no-repeat;
  background-size: 100%;
}
.hot_project_icon {
  background: url(../images/hot_project_icon.png) no-repeat;
  background-size: 100%;
}
.hot_hos_tag {
  background: url(../images/hot_hos_tag.png) no-repeat;
  background-size: 100%;
}
.hot_doc_tag {
  background: url(../images/hot_doc_tag.png) no-repeat;
  background-size: 100%;
}
.hot_news_tag {
  background: url(../images/hot_news_tag.png) no-repeat;
  background-size: 100%;
}
.hot_project_tag {
  background: url(../images/hot_project_tag.png) no-repeat;
  background-size: 100%;
}
.address_icon {
  background: url(../images/address_icon.png) no-repeat;
  background-size: 100%;
}
.hos_icon {
  background: url(../images/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 {
  box-sizing: border-box;
  width: 760px;
}
.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: #008f9d;
}
.con_box .left .list_tap .list_tap_item.active {
  color: #008f9d;
}
.con_box .right {
  width: 400px;
  margin-left: 40px;
}
.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 {
  background: linear-gradient(180deg, #FFE0E0 0%, #FFF6F6 100%);
}
.con_box .right .hot_col_box.hot_news .hot_col_con {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F9 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(../images/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(../images/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(../images/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(../images/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(../images/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: #008f9d;
  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 {
  width: 233px;
}
.list_doc .doc_item .img_tag {
  width: 23px;
  height: 31px;
}
.list_doc .doc_item .doc_img {
  width: 95px;
  height: 95px;
}
.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;
}
/* -------------------------------------------- 百科 列表页 -------------------------------------------- */
.list_baike .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;
}
.list_baike .baike_item .baike_item_tit {
  font-size: 18px;
  color: #3D3D3D;
}
.list_baike .baike_item .baike_item_block_tit {
  font-size: 15px;
  margin-top: 20px;
}
.list_baike .baike_item .baike_item_con {
  display: flex;
  flex-wrap: wrap;
}
.list_baike .baike_item .baike_item_con .baike_item_a {
  display: flex;
  margin-top: 20px;
  font-size: 14px;
  width: 50%;
}
.list_baike .baike_item .baike_item_con .baike_item_a .baike_item_name {
  display: flex;
  align-items: center;
  color: #666666;
  width: 170px;
}
.list_baike .baike_item .baike_item_con .baike_item_a .baike_item_name .dian {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #008f9d;
  margin-right: 8px;
}
.list_baike .baike_item .baike_item_con .baike_item_a .baike_item_price {
  color: #008f9d;
}
/* -------------------------------------------- 问答 列表页 -------------------------------------------- */
.ask_time_icon {
  background: url(../images/ask_time_icon.png) no-repeat;
  background-size: 100%;
}
.ask_view_icon {
  background: url(../images/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: #008f9d;
}
/* -------------------------------------------- 文章 列表页 -------------------------------------------- */
.view_icon {
  background: url(../images/view_icon.png) no-repeat;
  background-size: 100%;
}
.list_article .col_header_box {
  padding: 0;
}
.article_item {
  display: flex;
  padding: 24px 0;
  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;
  justify-content: space-between;
}
.article_item .article_con .article_tit {
  font-size: 18px;
  color: #1D1D1D;
  font-weight: 600;
}
.article_item .article_con .article_text {
  font-size: 15px;
  color: #666666;
}
.article_item .article_con .article_info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.article_item .article_con .article_info .article_info_item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.article_item .article_con .article_info .article_info_item .time_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.article_item .article_con .article_info .article_info_item .view_icon {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
.article_item:hover .article_tit {
  color: #008f9d;
}
/* -------------------------------------------- 医院 详情页 -------------------------------------------- */
.evaluate_avatar_icon {
  background: url(../images/avatar_icon.png) no-repeat;
  background-size: 100%;
}
.evaluate_avatar_icon1 {
  background: url(../images/nkys.png) no-repeat;
  background-size: 100%;
}


.score_icon {
  background: url(../images/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: #008f9d;
}
.show_con_box .left .show_con_jump .show_con_jump_item.active::after {
  content: '';
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #008f9d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.show_con_box .left .show_con_jump .show_con_jump_item:hover {
  color: #008f9d;
}
.show_con_box .left .show_con_jump .show_con_jump_item:hover::after {
  content: '';
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #008f9d;
  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;
}
.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_name .evaluate_avatar_icon1 {
  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: #008f9d;
}
.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: #008f9d;
  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: #008f9d;
  margin-right: 8px;
}
.show_con_box .left .show_con .show_col_baike .baike_item .baike_item_con .baike_item_a .baike_item_price {
  color: #008f9d;
}
.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: #008f9d;
  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(../images/good_icon.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.show_hos_row1 .hos_details .hos_project .right {
  height: 30px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.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: #008f9d;
  border-radius: 10px;
}
.show_hos_row1 .hos_details .hos_project .right .hos_project_item {
  margin-bottom: 12px;
  padding: 3px 5px;
  background: #F2EFFF;
  border-radius: 4px;
  font-size: 14px;
  color: #008f9d;
  margin-right: 15px;
}
.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: #008f9d;
}
.baike_introduce_box .baike_introduce_item .baike_introduce_text {
  margin-top: 5px;
}
/* -------------------------------------------- 文章 详情页 -------------------------------------------- */
.show_article_box .show_article_tit_box {
  padding: 18px 0;
  border-bottom: 1px solid #F0F0F0;
}
.show_article_box .show_article_tit_box .show_article_tit {
  font-size: 18px;
  font-weight: 700;
}
.show_article_box .show_article_tit_box .show_article_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999;
  margin-top: 16px;
}
.show_article_box .show_article_tit_box .show_article_info .show_article_info_item {
  display: flex;
  align-items: center;
}
.show_article_box .show_article_tit_box .show_article_info .show_article_info_item .time_icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.show_article_box .show_article_tit_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(../images/audio_play.png) no-repeat;
  background-size: 100%;
}
.audio_controls .audio_btn.active {
  background: url(../images/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(../images/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_name .evaluate_avatar_icon1 {
  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: 16px;
  color: #333;
  line-height: 24px;
}
.fenge p{margin-bottom:18px; }
.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;
}
/* ----- 首页头部 ----- */
.flink{margin-left:10em;}