body {
  background: rgb(250, 250, 250);
}
strong {
  font-weight: bold !important;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.text_row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.text_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_row3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text_row4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.in_block {
  display: inline-block;
  vertical-align: middle;
}

.hover {
  transition: 0.3s;
}

.hover:hover {
  color: #ff8686 !important;
}

.w_img {
  overflow: hidden;
}

.w_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.border-style-main {
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(192, 192, 192, 0.1);
}
/* #region 模块5 */
.modular5 {
  overflow: hidden;
  width: 100%;
  height: 135px;
  border-radius: 12px;
}

.modular5 a img {
  display: block;
  width: 100%;
  height: 100%;
}
/* #endregion */

/* #region 模块11 */
.modular11 {
  height: auto;
  margin-top: 20px;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.modular11_demo > div.active-this {
  background: #ff8686;
  color: #fff;
}

.modular11_demo > div {
  font-size: 14px;
  color: #666666;
  margin-right: 20px;
  position: relative;
  padding: 6px 15px;
  border-radius: 30px;
  user-select: none;
  cursor: pointer;
}

.modular11_demo > div.active-this:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 32px;
  border-top: solid 10px #ff8686;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
}

.modular11_list {
  margin-top: 20px;
}

.modular11_list_div.list_active {
  display: block;
}

.modular11_height {
  height: 39px;
  overflow: hidden;
}

.modular11_list_div {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  display: none;
  padding-right: 40px;
}

.modular11_list_div a {
  font-size: 14px;
  color: #808080;
  margin-right: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.modular11_more {
  font-size: 14px;
  color: #ff8686;
  position: absolute;
  right: 0;
  top: 0;
  cursor: default;
  user-select: none;
  cursor: pointer;
}

.modular11_more img {
  margin-left: 5px;
  transform: rotate(-90deg);
  margin-top: -3px;
  transition: 0.3s;
}

.modular11_more img.transform_rotate {
  transform: rotate(0deg);
}
/* #endregion */

.hospital_city {
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 6px;
}

.hospital_city_div {
  background: #fff;
  padding: 0 20px;
  border-radius: 6px;
  position: relative;
}

.first-child {
  height: 37px;
  overflow: hidden;
  transition: 0.3s;
}

.province_list {
  padding-top: 20px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}

.province_list > span {
  font-size: 16px;
  color: #4d4d4d;
  width: 100px;
}

.city_list a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 15px;
}

.city_list {
  width: calc(100% - 100px);
}

.city_search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 15px;
}

.city_search input {
  width: 88px;
  height: 22px;
  background: rgba(255, 134, 134, 0.08);
  border-radius: 14px;
  border: 0;
  outline: none;
  padding-left: 30px;
  box-sizing: border-box;
}

.city_search i {
  background: url(/pgd/static/icon/qiuyi/47.png) no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 10px;
}

.city_list a.active {
  color: #ff8686;
}

.city_list .toggle {
  position: absolute;
  right: 10px;
  top: 20px;
  user-select: none;
  cursor: pointer;
}

.city_list .toggle span {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #77c0ff;
}

.city_list .toggle img {
  transition: 0.3s;
  transform: rotate(-90deg);
}

.city_list .toggle .transform_rotate {
  transition: 0.3s;
  transform: rotate(0deg);
}

/*分页*/
.pagination {
  color: #000;
}

.Jump {
  color: #999999;
  font-size: 14px;
}

.Jump input {
  width: 50px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #eee !important;
  border-radius: 5px;
  margin-top: 5px;
}

.pagination li {
  border: 1px solid #eee !important;
  border-radius: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.pagination .active {
  background: #ff8686;
  color: #fff;
}

.pagination a,
.pagination span {
  font-size: 12px !important;
  display: block;
  padding: 10px 20px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border: 0;
  background: none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:focus,
.pagination > li:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #ff8686;
  opacity: 0.8;
  color: #ffffff !important;
  cursor: pointer;
}

.pagination > li:hover a {
  color: #fff !important;
}

.hot_follow {
  border-radius: 12px;
  overflow: hidden;
}

.hot_follow_title {
  height: 67px;
  background: #ff8686;
  line-height: 67px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
}

.hot_follow_title img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.hot_follow_ul {
  padding: 10px 15px;
  background: #fff6f6;
}

.hot_follow_ul li {
  padding: 15px 0 10px;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
  position: relative;
  font-size: 14px;
  color: #4d4d4d;
}

.hot_follow_ul li a {
  padding-left: 35px;
  box-sizing: border-box;
}

.hot_follow_ul ul {
  counter-reset: section;
}

.hot_follow_ul li::before {
  counter-increment: section;
  content: counter(section);
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #fd7724;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  padding-left: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  box-sizing: border-box;
  font-weight: bold;
}

.hot_follow_ul li:nth-child(n + 4)::before {
  counter-increment: section;
  content: counter(section) ". ";
  background: none;
  color: #666666;
}

.hot_follow_ul li:last-child {
  border-bottom: 0;
}

.guide_tab {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-top: 20px;
}

.guide_tab_nav {
  font-size: 0;
  padding: 15px 15px;
}

.guide_tab_nav > div {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  text-align: center;
  width: 130px;
  height: 43px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 43px;
  cursor: pointer;
  user-select: none;
}

.guide_tab_nav > div.active {
  background: #77c0ff;
  color: #ffffff;
}

.guide_tabList {
  padding: 30px 0 20px;
}

.guide_list {
  display: none;
}

.guide_list.active {
  display: block;
}

.guide_tabList ul {
  font-size: 0;
  padding: 0 30px;
}

.guide_tabList li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed rgba(99, 99, 99, 0.2);
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

.guide_tabList li a {
  color: #4d4d4d;
  transition: 0.3s;
}

.guide_tabList li:hover a {
  color: #77c0ff;
}

.guide_tabList li:nth-child(even) {
  border-left: 1px dashed rgba(99, 99, 99, 0.2);
}

.guide_tabList li:nth-last-child(2),
.guide_tabList li:last-child {
  border-bottom: 0;
  height: 39px;
  line-height: 60px;
}

.guide_tabList li:nth-child(2),
.guide_tabList li:first-child {
  height: 39px;
  line-height: normal;
}

.ask_doctor {
  margin-top: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  /* border: 4px solid #F5F5F5; */
  border-radius: 12px;
  padding: 20px 15px;
  background: #fff;
}

.ask_doctor_input {
  margin-top: 30px;
}

.ask_doctor_input textarea {
  resize: none;
  height: 124px;
  background: #f2f2f2;
  border-radius: 12px;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 18px 15px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.ask_doctor_input ul {
  width: 250px;
  margin: 20px auto 0;
}

.ask_doctor_input ul li {
  margin-bottom: 15px;
}

.ask_doctor_input ul li span {
  font-size: 14px;
  color: #4d4d4d;
  width: 60px;
  text-align: right;
}

.ask_doctor_input ul li input {
  font-size: 14px;
  width: 162px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #ff8686;
  opacity: 1;
  border-radius: 6px;
  margin-left: 15px;
  padding-left: 20px;
  box-sizing: border-box;
}

.ask_doctor_input ul li input.coin {
  width: 60px;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  padding-left: 10px;
}

.ask_doctor_input ul li span.icon_text {
  width: auto;
  margin-left: 5px;
}

.ask_doctor_input > a {
  width: 82px;
  height: 29px;
  background: #ff8686;
  box-shadow: 0px 3px 6px rgba(237, 104, 138, 0.4);
  line-height: 29px;
  text-align: center;
  border-radius: 19px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #f24747;
  display: block;
  margin: 20px auto 0;
}

.hot_search > .fl {
  font-size: 16px;
  font-weight: bold;
  color: #ff8686;
  border-bottom: 2px solid #ff8686;
  padding-bottom: 5px;
}

.hot_search > .fr {
  font-size: 14px;
  margin-top: 4px;
}

.hot_search > .fr > a {
  color: #666666;
}

.hot_search > .fr > a img {
  margin-top: -3px;
}

.D8F1F4 {
  background: #d8f1f4;
}

.E2F4D8 {
  background: #e2f4d8;
}

.F4EBD8 {
  background: #f4ebd8;
}

.D8F4E7 {
  background: #d8f4e7;
}

.F9E3E7 {
  background: #f9e3e7;
}

.F2E9F6 {
  background: #f2e9f6;
}

/* 清除浮动 */
.clearfix {
  display: block;
}

.clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
  height: 0;
}

/* Banner */
.swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide > a img {
  width: 100%;
  height: 100%;
}

.banner {
  background: #fff;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 40px 0 35px;
}

/* 导航栏 */
.nav-list {
  display: flex;
  gap: 40px;
  align-items: center;
  height: 100%;
}

.nav-list a {
  position: relative;
  display: block;
  line-height: 50px;
  transition: 0.3s;
}

.nav-list .active {
  color: #ff8686;
  font-weight: bold;
}

.nav-list .active::after {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  width: 100%;
  height: 5px;
  background: #ff8686;
  border-radius: 4px;
}

.nav-list a:hover {
  color: #ff8686;
}

.nav-list div {
  position: relative;
}

.nav-list .hover {
  color: #ff8686;
}

.hover-view {
  display: none;
  position: absolute;
  top: 100%;
  left: -70%;
  overflow: hidden;
  z-index: 10;
  width: 160px;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.hover-view li a {
  display: block;
  padding: 15px 10px;
  color: #333;
  line-height: 16px;
}

.hover-view li a:hover {
  color: #fff;
  background: #ff8686;
}

/* 搜索框 */
.search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.search input {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  width: 161px;
  height: 30px;
  padding-left: 30px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ff8a8a;
  border-radius: 13px;
  opacity: 1;
}

.search i {
  background: url(/pgd/static/icon/qiuyi/47.png) no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
}

.search span {
  background: url(/pgd/static/icon/qiuyi/33.png) no-repeat center center;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* 模块 */
.module:not(:first-child) {
  overflow: hidden;
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
}

/* 模块标题 */
.module .left {
  padding-bottom: 0;
  text-align: left;
  border-bottom: 0;
}

.module-title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.module-title img {
  vertical-align: middle;
}

.module-title h2 {
  margin-top: -45px;
  font-size: 30px;
}

.module-content {
  margin-top: 5px;
}

/* #region 面包屑 */
.breadcrumb {
  margin-top: 10px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(192, 192, 192, 0.1);
}

.breadcrumb a {
  position: relative;
  padding-right: 14px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
}

.breadcrumb a:not(:last-child)::after,
.breadcrumb a:not(:last-child)::before {
  position: absolute;
  right: 2px;
  content: "";
  width: 7px;
  height: 1px;
  background: #4d4d4d;
}

.breadcrumb a:not(:last-child)::after {
  top: 8px;
  transform: rotate(45deg);
}

.breadcrumb a:not(:last-child)::before {
  top: 12.5px;
  transform: rotate(-45deg);
}

.breadcrumb a:hover {
  color: #ff8686;
  transition: 0.3s;
}

.breadcrumb .active {
  color: #ff8686;
}

/* #endregion */

/* #region 下划线标题 */
.underline-title .title {
  display: flex;
  align-items: center;
}

.underline-title .title-bold {
  display: flex;
  align-items: center;
  height: 67px;
  padding: 0 15px;
}

.underline-title .title h1 {
  font-size: 20px;
  color: #ff8686;
  position: relative;
}

.underline-title .title h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 5px;
  background: #ff8686;
}

.underline-title .title h3 {
  font-size: 16px;
  font-weight: bold;
  color: #ff8686;
  position: relative;
}

.underline-title .title h3::after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  position: absolute;
  left: -5%;
  bottom: -5px;
  border-bottom: 5px;
  background: #ff8686;
}

.underline-title .title-bold h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ff8686;
  line-height: 67px;
  position: relative;
}

.underline-title .title-bold h3::after {
  display: block;
  position: absolute;
  left: -5%;
  bottom: 15px;
  content: "";
  width: 110%;
  height: 3px;
  border-bottom: 5px;
  background: #ff8686;
}

/* #endregion */

.hot-topical .topical-img {
  overflow: hidden;
  height: 110px;
  border-radius: 12px;
  margin-top: 20px;
}

.hot-topical .topical-img img {
  width: 100%;
  height: 100%;
}

.hot-topical .topical-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.hot-topical .topical-ul li {
  width: 31%;
  height: 38px;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
}

.hot-topical .topical-ul a {
  display: block;
  font-size: 14px;
}

/* 底部 */
.footer {
  margin-top: 30px;
  text-align: center;
}

.about_info {
  background: #ff8686;
}

.footer_nav {
  padding-top: 40px;
  margin-bottom: 30px;
}

.footer_list {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.footer_list a,
.footer_region a {
  color: #fff;
}

.footer_list .active {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.footer_list .active::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  width: calc(100% - 4px);
  border: 2px solid #fff;
}

.footer_region {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.footer_ul:not(:first-child) {
  display: none;
}

.footer_ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 20px;
}

/* 底部内容 */
.footer_container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.footer_container .p-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}

.footer_container .sub-title {
  color: white;
  margin-top: 5px;
}

.footer_logo a {
  display: block;
  width: 300px;
  height: 180px;
}

.footer_logo img {
  margin-top: 20px;
  width: 65%;
  height: 78%;
}

.footer_url {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 5px 100px;
}

.footer_url .url_list li {
  position: relative;
  line-height: 40px;
}

.footer_url .url_list li a {
  color: #fff;
}



.footer_relation {
  padding: 5px 40px;
}

.footer_official {
  display: flex;
  justify-content: space-between;
}

.footer_img {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
}

.footer_img img {
  width: 100%;
  height: 100%;
}

/* 关于 */
.black_info {
  background: #3b3b3b;
  padding: 20px 0;
}

.black_info .state {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}

.black_info .record,
.black_info .record a {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.article .tips {
  background-color: #fdf3f3;
  border: 1px solid #ffa7a9;
  border-radius: 3px;
  padding: 10px;
  text-align: left !important;
}
.article .tips p {
  margin: 0 !important;
  text-indent: 0 !important;
}
.article .tips .tips-title {
  color: #ffa7a9;
  font-weight: bold;
  text-align: left !important;
}
.article .cite {
  border-left: 2px solid #ffa7a9;
  color: #ffa7a9;
  padding: 5px 5px 5px 10px;
}
.article .cite p {
  color: #ffa7a9 !important;
  text-align: left !important;
  margin: 0 !important;
  text-indent: 0 !important;
}
.article img {
  max-width: 80%;
}

.article .custom-tb {
  text-align: left;
}

.article .align-tr {
  height: 30px;
  color: #999;
  font-size: 14px;
}

.article .left-th {
  vertical-align: middle;
  width: 20px;
  padding: 10px;
  text-align: center;
  background-color: #fdf3f3;
}

.article .top-th {
  vertical-align: middle;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background-color: #FAFAFA;
}

.article .content-td {
  box-sizing: border-box;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
  vertical-align: baseline;
  background-color: #FAFAFA;
}

.article .custom-tb .content-td {
    padding-top: 0;
    border-top: 1px solid #f0f0f0;
}


.article .dialogue li {
  margin-top: 30px;
  list-style: none;
  text-indent: 2em;
}

.article .dialogue li:first-child {
  margin-top: 0;
}

.article .dialogue li>div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.article .dialogue .user {
  flex-direction: row-reverse;
}

.article .dialogue .name {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.article .dialogue .img {
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
}

.article .dialogue .doctor .img {
  background-image: url("http://img.q.qiuyi.cn/doctor-avatar.png");
  background-size: 100% 100%;
}

.article .dialogue .user .img {
  background-image: url("http://img.q.qiuyi.cn/patient-avatar.png");
  background-size: 100% 100%;
}

.article .dialogue p {
  margin: 0 !important;
  line-height: 130% !important;
  display: inline-block;
  max-width: 50%;
  padding: 10px 20px;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  text-align: left;
}

.article .dialogue .answer {
  background: #fdf3f3;
}

.article .dialogue .question {
  background: #f5f5f5;
}
.content p img {
  max-width: 80%;
}

.article .content,.article .text,.topic-article p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}