﻿/**************************** 技术支持 css *************************/
/* 健康社区 问题列表 */
.health-problem-list {
  padding-bottom: 50px;
}
.health-problem-list .health-problem-item {
  padding: 12px 0;
  display: flex;
  min-width: 0;
}
.health-problem-list .health-problem-item.finished .problem-count .count-item:first-child {
  background-color: #004a85;
  color: #fff;
}
.health-problem-list .health-problem-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.health-problem-list .health-problem-item .problem-count {
  display: flex;
  justify-content: space-around;
  min-width: 120px;
}
.health-problem-list .health-problem-item .problem-count .count-item {
  width: 48px;
  height: 48px;
  text-align: center;
  color: #999999;
}
.health-problem-list .health-problem-item .problem-count .count-item:first-child {
  background-color: #e4f1fe;
  color: #004a85;
  border-radius: 4px;
  border: 1px solid #cde6fe;
}
.health-problem-list .health-problem-item .problem-count .count-item .num {
  font-size: 1.4rem;
  padding-top: 3px;
}
.health-problem-list .health-problem-item .problem-count .count-item .lb {
  font-size: 1.2rem;
}
.health-problem-list .health-problem-item .problem-content {}
.health-problem-list .health-problem-item .problem-content .problem-tit {
  color: #333333;
  font-size: 1.4rem;
}
.health-problem-list .health-problem-item .problem-content .problem-sub {
  font-size: 1.2rem;
  color: #999;
  margin: 8px 0;
}
.health-problem-list .health-problem-item .problem-content .problem-sub .problem-author {
  margin-right: 30px;
}
/* 健康社区 详情页 */
.health-problem-detail {
  background-color: #fff;
  padding-left: 20px;
}
.health-problem-detail .detail-content {
  display: flex;
  flex-wrap: wrap;
}
.health-problem-detail .detail-content-block {
  padding: 15px 20px 15px 0;
  flex: 1;
}
.health-problem-detail .detail-author {
  border-left: 1px solid #eee;
  width: 380px;
  min-width: 380px;
}
.health-problem-detail .detail-content .detail-tit {
  font-size: 2.2rem;
  color: #666666;
  margin-top: 10px;
}
.health-problem-detail .detail-content .detail-sub {
  font-size: 1.2rem;
  color: #666;
  margin: 10px 0;
}
.health-problem-detail .detail-content .detail-share span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #bababa;
  vertical-align: middle;
  margin: 0 5px;
  background: no-repeat center center;
  background-size: 20px auto;
}
.health-problem-detail .detail-content .detail-share .wx {
  background-image: url('https://www.guokang.com/img/support/wx.png')
}
.health-problem-detail .detail-content .detail-share .sina {
  background-image: url('https://www.guokang.com/img/support/sina.png')
}
.health-problem-detail .detail-content .detail-others {
  color: #999;
  display: flex;
  justify-content: space-between;
}
.health-problem-detail .detail-infos {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  color: #666;
}
.health-problem-detail .detail-collect {
  padding: 10px 18px;
  background-color: #004a85;
  color: #fff;
  outline: none;
  cursor: pointer;
  margin: 15px 0;
  border-radius: 4px;
  font-size: 1.4rem;
}
.health-problem-detail .detail-author {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.health-problem-detail .detail-author .author-img {
  width: 82px;
  height: 82px;
  background: #eee no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 30px;
}
.health-problem-detail .detail-author .author-sub {
  font-size: 1.2rem;
  color: #999;
  margin-top: 5px;
}
.health-problem-comments {
  position: relative;
  margin-bottom: 20px;
}
.health-problem-comments .comment-item {
  padding: 20px 0;
}
.health-problem-comments .comment-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.health-problem-comments .comment-item .comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.health-problem-comments .comment-item .comment-header .comment-img {
  width: 40px;
  height: 40px;
  background: #eee no-repeat center center;
  background-size: cover;
  margin-right: 8px;
  border-radius: 50%;
}
.health-problem-comments .comment-item .comment-header .sub, .health-problem-comments .comment-item .comment-header .time {
  color: #999;
}
.health-problem-comments .comment-item .comment-body {
  font-size: 1.4rem;
  color: #666;
}
.health-problem-comments .comment-item .comment-foot {}
.health-problem-comments .comment-item .comment-foot .comment-zan {
  display: inline-block;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  background-color: #e4f1fe;
  color: #064e88;
  border-radius: 11px;
  cursor: pointer;
}
.health-problem-comments .comment-item .comment-foot .comment-zan:before {
  content: '';
  display: inline-block;
  vertical-align: 2px;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #064e88;
  margin-right: 5px;
}
/* 找医生 列表页 */
.health-doctor-top {
  width: 100%;
  height: 620px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  line-height: 1.15;
}
.health-doctor-top .content-min {
  position: relative;
  height: 100%;
}
.health-doctor-top .top-slogan {
  padding: 200px 0 90px 0;
  color: #fff;
}
.health-doctor-top .top-slogan .slogan-1 {
  font-size: 3rem;
}
.health-doctor-top .top-slogan .slogan-2 {
  font-size: 5rem;
}
.health-doctor-top .top-search {
  position: relative;
}
.health-doctor-top .top-search .search-type {
  display: flex;
}
.health-doctor-top .top-search .search-type .search-type-item {
  margin-right: 20px;
  color: #b0adae;
  font-size: 1.8rem;
  cursor: pointer;
  padding-bottom: 20px;
  position: relative;
}
.health-doctor-top .top-search .search-type .search-type-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  margin-left: -8px;
  display: none;
}
.health-doctor-top .top-search .search-type .search-type-item.selected:before {
  display: block;
}
.health-doctor-top .top-search .search-type .search-type-item.selected, .health-doctor-top .top-search .search-type .search-type-item:hover {
  color: #fff;
}
.health-doctor-top .top-search .search-input {
  width: 590px;
  height: 52px;
  position: relative;
}
.health-doctor-top .top-search .search-input input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  outline: none;
  font-size: 1.6rem;
  padding: 0 80px 0 15px;
}
.health-doctor-top .top-search .search-input button {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 52px;
  background: #064e88;
  color: #fff;
}
.health-doctor-top .top-broadcast {
  position: absolute;
  bottom: 10px;
  left: 0;
  line-height: 34px;
  color: #fff;
  display: flex;
}
.health-doctor-top .top-broadcast .icon {
  width: 24px;
  height: 24px;
  background: url('https://www.guokang.com/img/support/msg.png') no-repeat center center;
  background-size: 18px auto;
  margin-right: 10px;
  display: inline-block;
}
.health-doctor-top .top-broadcast marquee {
  margin: 0;
  font-size: 1.2rem;
}
/* 套餐 详情 */
.health-product-detail {
  display: flex;
  padding: 10px 20px;
  background-color: #fff;
  flex-wrap: wrap;
}
.health-product-detail .product-img {
  width: 265px;
  height: 195px;
  min-width: 265px;
  background: no-repeat center center;
  background-size: cover;
}
.health-product-detail .product-info {
  padding: 10px 30px 0;
  flex: 1;
}
.health-product-detail .product-info .product-tit {
  font-size: 2rem;
  color: #333;
}
.health-product-detail .product-info .product-sub {
  height: 110px;
  color: #999;
  font-size: 14px;
}
.health-product-detail .product-info .product-price {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #ea5b41;
}
.health-product-detail .product-info .price {
  font-size: 2rem;
}
/* 医院详情 */
.health-hospital-detail {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.4rem;
}
.health-hospital-detail .detail-first {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
.health-hospital-detail .detail-other {
  margin-top: 20px;
  color: #999;
}
.health-hospital-detail .hospital-img {
  width: 58px;
  height: 58px;
  min-width: 58px;
  background: no-repeat center center;
  background-size: cover;
  margin-right: 30px;
}
.health-hospital-detail .hospital-info {
  padding: 5px 30px 0;
}
.health-hospital-detail .hospital-info .hospital-tit {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.health-hospital-detail .hospital-info .hospital-sub {
  color: #999;
  margin-top: 5px;
}
/* 疾病详情 */
.health-illness-detail {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.4rem;
}
.health-illness-detail .detail-first {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.health-illness-detail .illness-info {}
.health-illness-detail .illness-info .illness-tit {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.health-illness-detail .illness-info .illness-sub {
  color: #999;
  margin-top: 5px;
}
.health-illness-detail .detail-other {
  margin-top: 20px;
  color: #999;
}
/* 资讯详情 */
.health-news-detail {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.4rem;
}
.health-news-detail .news-header {
  padding-top: 20px;
}
.health-news-detail .news-header .news-tit {
  font-size: 2.2rem;
  color: #333;
}
.health-news-detail .news-header .news-sub {
  font-size: 1.4rem;
  color: #999;
  display: flex;
  margin-top: 15px;
}
.health-news-detail .news-header .news-time {
  margin-right: 30px;
}
.health-news-detail .news-header .news-content {
  padding: 20px 0;
  font-size: 14px;
  color: #999;
  text-indent: 2em;
  line-height: 30px;
}
.news-content img {
  padding: 20px 0;
  margin: 0 auto;
}
.health-news-detail .news-header .news-zan {
  text-align: center;
  line-height: 1.15;
  margin-bottom: 40px;
}
.health-news-detail .news-header .news-zan .zan {
  width: 126px;
  height: 70px;
  border-radius: 35px;
  margin: 0 auto 40px;
  color: #fff;
  text-align: center;
  padding-top: 44px;
  background: #034c86 url('https://www.guokang.com/img/support/zan-2.png') no-repeat center 10px;
  cursor: pointer;
}
.health-news-detail .news-header .news-zan .share {
  text-align: center;
}
.health-news-detail .news-header .news-zan .share .wx {
  background-image: url('https://www.guokang.com/img/support/wx.png')
}
.health-news-detail .news-header .news-zan .share .sina {
  background-image: url('https://www.guokang.com/img/support/sina.png')
}
.health-news-detail .news-header .news-zan span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #bababa;
  vertical-align: middle;
  margin: 0 10px;
  background: no-repeat center center;
  background-size: auto;
}
.health-news-detail .news-foot {
  padding: 30px 0 20px 0;
  border-top: 1px solid #eee;
  font-size: 1.3rem;
}
.health-news-detail .news-foot a:hover {
  color: #064e88;
}
.health-news-detail-img {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  position: relative;
  flex-wrap: wrap;
}
.health-news-detail-img .detail-content {
  flex: 1;
}
  {
  min-width: 530px;
  width: 530px;
  height: 360px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 40px;
}
.health-news-detail-img .detail-content {
  padding-right: 90px;
}
.health-news-detail-img .detail-content .detail-tit {
  font-size: 3rem;
  color: #000;
}
.health-news-detail-img .detail-content .detail-sub {
  font-size: 1.3rem;
  color: #999;
  margin-top: 30px;
  min-height: 72px;
}
.health-news-detail-img .detail-zan {
  position: absolute;
  left: 15px;
  bottom: 25px;
  display: flex;
  color: #999;
  font-size: 1.4rem;
}
.health-news-detail-img .detail-time {
  margin-right: 40px;
}
.health-news-top .news-swiper {
  width: 100%;
}
.health-news-top .news-swiper .news-swiper-item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.health-news-top .news-swiper .news-swiper-item .swiper-img {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.health-news-top .news-swiper .news-swiper-item .swiper-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
  padding: 30px;
  color: #fff;
  font-size: 1.8rem;
  background: linear-gradient(top, transparent 0%, #333 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #333 100%);
}
.health-news-top .news-swiper .swiper-container {
  height: 345px;
}
.health-news-top .news-swiper .swiper-pagination {
  text-align: right;
  padding-right: 30px;
}
.health-news-top .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 2px;
  opacity: 1;
}
.health-news-top .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
  width: 20px;
}
/* 可公用 */
body { /* 按需删除 */
  background-color: #f3f3f3;
}
.of-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.of-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.of-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.content-full {
  width: 100%;
}
/* banner */
.com-support-banner {
  width: 100%;
  height: 100px;
  background: no-repeat center center;
  background-size: cover;
}
/* 过滤搜索 */
.com-filter-search {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 6px;
  line-height: 32px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.com-filter-search .filter-item {
  padding: 20px 0;
  display: flex;
}
.com-filter-search .filter-item .filter-label {
  min-width: 68px;
  color: #3D485D;
}
.com-filter-search .filter-item .filter-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.com-filter-search .filter-item .filter-content .filter-content-more {
  min-width: 45px;
  color: #064e88;
}
.com-filter-search .filter-item .filter-content .filter-content-more:hover {}
.com-filter-search .filter-item .filter-content .filter-content-list {
  display: flex;
  flex-wrap: wrap;
}
.com-filter-search .filter-item .filter-content .filter-content-list .filter-content-item {
  height: 32px;
  padding: 0 15px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4rem;
   !important;
  transition: all 0.3s ease 0s;
  color: #3D485D;
}
.com-filter-search .filter-item .filter-content .filter-content-list .filter-content-item:hover {
  background-color: #007AFF;
  color: #fff;
}
.com-filter-search .filter-item .filter-content .filter-content-list .filter-content-item.selected {
  background-color: #007AFF;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  margin-bottom: 5px
}
.com-filter-search .filter-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.com-support-tips2:before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background: url(../image/lb8.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 3px;
  float: left;
}
.com-support-tips2 p {
  padding-left: 25px;
}
.com-support-container {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.com-support-container.block {
  display: block;
}
.com-support-container .container-left {
  flex: 1;
}
.com-support-container .container-right {
  min-width: 340px;
  width: 340px;
  margin-left: 30px;
}
.com-support-panel {
  background-color: #fff;
  padding: 0 20px;
}
.com-support-panel .panel-header {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.com-support-panel .panel-header .panel-title, .com-support-panel .panel-header .panel-more {
  line-height: 54px;
}
.com-support-panel .panel-body {}
.com-support-panel .panel-body .panel-inner {
  padding: 30px 0;
  color: #999;
  font-size: 14px;
}
.com-support-tabs {
  position: relative;
}
.com-support-tabs .tab-item {
  line-height: 54px;
  color: #999999;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
  cursor: pointer;
}
.com-support-tabs .tab-item:hover {
  color: #064e88;
}
.com-support-tabs .tab-item.active {
  border-bottom-color: #004a85;
  color: #004a85;
}
.com-support-tags {
  display: flex;
  flex-wrap: wrap;
}
.com-support-tags .tag-item {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.6rem;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  font-size: 1.4rem;
  color: #004a85;
  border-radius: 11px;
  background-color: #e4f1fe;
  margin-right: 10px;
}
.com-single-article {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.com-single-article.half .article-item {
  flex: 0 0 50%;
  min-width: 0;
  height: auto;
}
.com-single-article .article-item {
  margin-top: 15px;
  flex: 0 0 100%;
}
.com-single-article .article-item .article-tit {
  font-size: 1.4rem;
  height: 42px;
}
.com-single-article .article-item .article-tit:hover {
  color: #064e88;
}
.com-single-article .article-item .article-count {
  font-size: 1.2rem;
  color: #999;
  margin-top: 5px;
  display: block;
}
.com-single-doctor {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.com-single-doctor .doctor-item {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  padding: 15px 0;
}
.com-single-doctor .doctor-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.com-single-doctor .doctor-item .doctor-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 15px;
  background: no-repeat center center
}
.com-single-doctor .doctor-item .doctor-info {
  flex: 1;
}
.com-single-doctor .doctor-item .doctor-tit {
  font-size: 1.4rem;
}
.com-single-doctor .doctor-item:hover .doctor-tit {
  color: #064e88;
}
.com-single-doctor .doctor-item .doctor-sub {
  font-size: 1.2rem;
  color: #999;
  margin-top: 5px;
  display: block;
}
.com-single-news {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.com-single-news .news-item {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  padding: 15px 0;
}
.com-single-news .news-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.com-single-news .news-item .news-right {
  width: 86px;
  height: 58px;
  min-width: 86px;
  border-radius: 6px;
  margin-left: 15px;
  background: no-repeat center center
}
.com-single-news .news-item .news-info {
  flex: 1;
  display: flex;
  align-items: center;
}
.com-single-news .news-item .news-info .news-num {
  width: 16px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #666;
  border: 1px solid #666;
  margin-right: 10px;
}
.com-single-news .news-item .news-tit {
  font-size: 1.4rem;
}
.com-single-news .news-item:hover .news-tit {
  color: #064e88;
}
.com-single-news .news-item .news-sub {
  font-size: 1.2rem;
  color: #999;
  margin-top: 5px;
  display: block;
}
.com-support-search {
  position: relative;
  margin-bottom: 20px;
}
.com-support-search input {
  width: 100%;
  height: 34px;
  border: 1px solid #999999;
  padding: 0 40px 0 15px;
  font-size: 1.4rem;
  outline: none;
  border-radius: 4px;
}
.com-support-search input:focus {
  border-color: #004a85;
}
.com-support-search button {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url('https://www.guokang.com/img/public/search.png') no-repeat center center;
}
/* 浏览、评论、收藏 */
.com-support-counts {
  display: flex;
}
.com-support-counts.mini .count-item {
  padding: 0 5px;
  border: none !important;
}
.com-support-counts .count-item {
  padding: 0 20px;
  color: #999;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.com-support-counts .count-item:not(:last-child) {
  border-right: 1px solid #eee;
}
.com-support-counts .count-item .icon {
  display: block;
  width: 24px;
  height: 22px;
  margin-right: 5px;
  background: no-repeat center center;
}
.com-support-counts .count-item .icon.view {
  background-image: url('https://www.guokang.com/img/support/view.png');
}
.com-support-counts .count-item .icon.comment {
  background-image: url('https://www.guokang.com/img/support/comment.png');
}
.com-support-counts .count-item .icon.collect {
  background-image: url('https://www.guokang.com/img/support/collect.png');
}
.com-support-counts .count-item .icon.zan {
  background-image: url('https://www.guokang.com/img/support/zan.png');
}
.com-support-tips {
  padding: 20px 25px;
  background-color: #FFF4E5;
  color: #3D485D;
  font-size: 1.6rem;
  border: 1px solid #FFF4E5;
  border-radius: 6px;
  position: relative;
  line-height: 1;
}
.com-support-tips .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: -10px;
  margin-top: -10px;
  background-color: #fff;
  color: #FF9002;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.65;
  font-size: 1.8rem;
}
/* 医生列表 */
.com-doctor-list {
  display: flex;
  line-height: 1.15;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.com-doctor-list:after {
  content: '';
  flex: auto;
}
.com-doctor-list .doctor-item {
  flex: 0 0 25%;
  margin-bottom: 30px;
}
.com-doctor-list .doctor-item .doctor-inner {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.com-doctor-list .doctor-item .doctor-inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.com-doctor-list .doctor-item .doctor-img {
  width: 120px;
  height: 120px;
  margin: 15px auto 0;
  background-color: #eee;
  position: relative;
}
.com-doctor-list .doctor-item .doctor-img img {
  width: 100%;
  height: 100%;
}
.com-doctor-list .doctor-item .doctor-info {
  margin: 20px 0 0 0;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.com-doctor-list .doctor-item .doctor-info .doctor-tit {
  margin-bottom: 10px;
  display: flex;
}
.com-doctor-list .doctor-item .doctor-info .doctor-tit .tit {
  font-size: 1.6rem;
  color: #666;
  margin-right: 10px;
}
.com-doctor-list .doctor-item .doctor-info .doctor-sub {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5;
  min-height: 36px;
}
.com-doctor-list .doctor-item .doctor-foot {
  padding: 0 15px;
  line-height: 40px;
  font-size: 1.2rem;
  color: #999;
}
.com-doctor-list .doctor-item .doctor-tag {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 0;
  background-color: transparent;
  color: #fff;
  width: 56px;
  height: 45px;
  padding: 10px 0 0 5px;
  overflow: hidden;
}
.com-doctor-list .doctor-item .doctor-tag .tag {
  z-index: 1;
  position: absolute;
  left: 2px;
  top: 8px;
  width: 30px;
  text-align: center;
  color: #fff;
}
.com-doctor-list .doctor-item .doctor-tag:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #004a85;
  transform: translateX(-50%) skewX(-50deg);
}
/* 套餐列表 */
.com-product-list {
  display: flex;
  line-height: 1.15;
  flex-wrap: wrap;
  width: 100%;
}
.com-product-list:after {
  content: '';
  flex: auto;
}
.com-product-list .product-item {
  flex: 0 0 25%;
  margin-bottom: 30px;
  width: 25%;
}
.com-product-list .product-item .product-inner {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 90%;
  margin: 0 auto;
}
.com-product-list .product-item .product-img {
  width: 100%;
  height: 200px;
  background-color: #eee;
  position: relative;
}
.com-product-list .product-item .product-img img {
  width: 100%;
  height: 100%;
}
.com-product-list .product-item .product-info {
  margin: 20px 0 0 0;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.com-product-list .product-item .product-info .product-tit {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #666;
}
.com-product-list .product-item .product-info .product-sub {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5;
}
.com-product-list .product-item .product-foot {
  padding: 0 15px;
  line-height: 40px;
  font-size: 1.2rem;
  color: #ea5b41;
}
.com-product-list .product-item .product-foot .price {
  font-size: 2rem;
}
/* 疾病列表 */
.com-illness-list {
  display: flex;
  line-height: 1.15;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.com-illness-list:after {
  content: '';
  flex: auto;
}
.com-illness-list .illness-item {
  flex: 0 0 25%;
  margin-bottom: 30px;
}
.com-illness-list .illness-item .illness-inner {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 90%;
  margin: 0 auto;
}
.com-illness-list .illness-item .illness-info {
  margin: 20px 0 0 0;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.com-illness-list .illness-item .illness-info .illness-tit {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #666;
}
.com-illness-list .illness-item .illness-info .illness-sub {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5;
  height: 36px;
}
.com-illness-list .illness-item .illness-foot {
  padding: 0 15px;
  line-height: 40px;
  font-size: 1.2rem;
  color: #ea5b41;
}
/* 资讯列表 */
.com-news-list {
  display: flex;
  line-height: 1.15;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.com-news-list.three .news-item {
  flex: 0 0 33%;
}
.com-news-list.three .news-item .news-inner {
  height: 230px;
}
.com-news-list:after {
  content: '';
  flex: auto;
}
.com-news-list .news-item {
  flex: 0 0 25%;
  margin-bottom: 30px;
}
.com-news-list .news-item .news-inner {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 90%;
  margin: 0 auto;
}
.com-news-list .news-item .news-img {
  width: 100%;
  height: 280px;
  background: #eee no-repeat center center;
  background-size: cover;
  position: relative;
  filter: blur(0px);
  transition: .5s filter;
}
.com-news-list .news-item:hover .news-img {
  filter: blur(2px);
}
.com-news-list .news-item .news-info {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  background: linear-gradient(top, transparent 0%, #333 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #333 100%);
  padding: 15px;
  line-height: 1.5;
  transition: .5s;
}
.com-news-list .news-item:hover .news-info {
  padding-bottom: 50px;
  transition: .5s;
}
.product-special {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.product-special .special-item {
  flex: 0 0 25%;
  padding: 0 20px;
  text-align: center;
}
.product-special .special-item .tit {
  font-size: 1.6rem;
  color: #333;
}
.product-special .special-item .sub {
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 1200px) {
  .mt-10 {
    margin-top: 5px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .health-problem-list {
    padding-bottom: 20px;
  }
  .com-support-panel {
    padding: 0 10px;
  }
  .com-support-container .container-left {
    width: 100%;
  }
  .com-support-container .container-left img {
    height: auto;
  }
  .com-support-container .container-right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .com-filter-search {
    font-size: 14px !important;
  }
  .com-filter-search .filter-item {
    padding: 10px 0;
  }
  .health-problem-detail .detail-infos {
    padding: 10px 0;
  }
  .health-doctor-top {
    height: 420px;
  }
  .health-doctor-top .top-slogan {
    padding: 100px 0 45px 0;
  }
  .health-doctor-top .top-slogan .slogan-1 {
    font-size: 2rem
  }
  .health-doctor-top .top-slogan .slogan-2 {
    font-size: 4rem
  }
  .health-doctor-top .top-broadcast {
    left: 1.4rem;
  }
  .health-product-detail .product-img {
    display: block;
    margin: 0 auto;
  }
  .health-product-detail .product-info .product-sub {
    height: auto;
  }
  .com-illness-list .illness-item, .com-news-list .news-item {
    flex: 0 0 50%;
  }
  .health-news-detail-img .detail-img {
    width: 100%;
    min-width: 0;
    margin-bottom: 15px;
  }
  .health-news-detail-img .detail-content .detail-sub {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .health-news-detail-img .detail-img {
    height: auto;
  }
  .health-news-detail-img .detail-content {
    padding-right: 0px;
  }
  .health-problem-detail .detail-author {
    flex: 0 0 100%;
    border: none;
    order: -1;
    padding-left: 0;
    padding-top: 20px;
  }
  .com-support-banner {
    height: 60px;
  }
  .com-single-article.half .article-item {
    flex: 0 0 100%;
  }
  .com-support-tips {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .com-doctor-list .doctor-item {
    flex: 0 0 100%;
  }
  .com-doctor-list .doctor-item .doctor-img {
    border-radius: 100%;
    overflow: hidden;
  }
  .com-product-list .product-item, .com-illness-list .illness-item, .com-news-list .news-item, .com-news-list.three .news-item {
    flex: 0 0 100%;
  }
  .com-doctor-list .doctor-item .doctor-info {
    margin: 0;
  }
  .health-doctor-top {
    height: 240px;
  }
  .health-doctor-top .top-slogan {
    padding: 40px 0 25px 0;
  }
  .health-doctor-top .top-slogan .slogan-1 {
    font-size: 1.4rem
  }
  .health-doctor-top .top-slogan .slogan-2 {
    font-size: 2.4rem
  }
  .health-doctor-top .top-search .search-type .search-type-item {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
  .health-doctor-top .top-search .search-input {
    width: 100%;
    height: 40px;
  }
  .health-doctor-top .top-search .search-input input {
    padding: 0 80px 0 8px;
    font-size: 1.4rem;
  }
  .health-doctor-top .top-search .search-input button {
    height: 40px;
  }
  .health-hospital-detail .hospital-img {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .health-hospital-detail .hospital-info {
    padding: 5px 0 0;
  }
  .health-news-detail .news-header .news-zan .zan, .health-news-detail .news-header .news-zan {
    margin-bottom: 20px;
  }
  .health-news-top .news-swiper .swiper-container {
    height: 200px;
  }
  .health-news-top .news-swiper .news-swiper-item .swiper-tit {
    font-size: 1.4rem;
  }
}