<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****è¯å“ç™¾ç§‘*****/
.home_drug_tab{display: flex;background-color: #fafafa;}
.home_drug_tab .on {background-color: #62C4A6;font-weight: 600;color: white;}
.home_drug_tab li {position: relative;padding: 0 25px;width: auto;line-height: 42px;border-bottom: 2px solid transparent;font-size: 16px;color: #000000;cursor: pointer;}
.home_drug_ul{display: flex;flex-wrap: wrap;border-top: 1px solid #F1F4F9;border-left: 1px solid #F1F4F9;}
.home_drug_li {width: 20%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-right: 1px solid #F1F4F9;border-bottom: 1px solid #F1F4F9;}
.home_drug_li a i {overflow: hidden;display: block;margin: 0 auto;padding: 8px;width: 110px;height: 110px;transition: transform 0.3s;}
.home_drug_li:hover .home_med_i{transform: translateY(-4px);}
.home_drug_li a i img {width: 100%;/* height: 100%; */-o-object-fit: contain;object-fit: contain;transition: transform 0.3s;}
.home_drug_name {padding: 0px 20px 15px;text-align: center;}
.home_drug_name p {font-size: 16px;color: #666;}
.main .box .sidebar{padding: 0;width: 280px;}
.operat_title{
}
.operat_title h2{color: white;padding: 1px 16px;display: inline-block;background: #3cbfae;border-radius: 0px 15px 15px 0px;}
.operat_ul{padding: 0 10px;}
.operat_li{padding-bottom: 15px;border-bottom: 1px solid #eee;}
.operat_li:last-child{border-bottom:none;}
.operat_tag span {display: inline-block;padding: 1px 10px;border-radius: 3px;margin-left: 5px;/*color: #2ca1bb;*//*background: #d2ecf1;*/color: #b5b5b5;background: #efefef;}
.operat_tag span:first-child{margin-left: 0;}
.operat_li:hover h3{color:#49c066;}

/*****åº•éƒ¨å¯¼èˆª*****/
.zd_list{position: relative;}
.zd_list p {text-align: center;color: #868686;}
.zd_list .sitemap i {font-style: normal;}
.zd_list .sitemap a {color: #868686;padding: 0 5px;}
.zd_list p a:hover{color: #4fca60;}

/********ç–¾ç—…åˆ—è¡¨********/
/* comon */

.w870 {
	width: 870px;
}

.w300 {
	width: 300px;
}

.line4 {
	-webkit-line-clamp: 4;
}
.line5 {
	-webkit-line-clamp: 5;
}
.b_t {
	border-bottom: 1px solid #f0f0f0;
}

/* ---------------------nav_list CSS----------------------- */

/* tab æ&nbsp;‡é¢˜åˆ‡æ¢ */
.search_nav {
	display: flex;
	padding: 20px 20px 10px 20px;
}

.search_nav li {
	margin-right: 20px;
	padding-bottom: 10px;
}

.search_nav li:hover {
	border-bottom: #6bc30d 2px solid;
}

.search_nav .on {
	border-bottom: #6bc30d 2px solid;
}

/* å±•å¼€ / æ”¶èµ·å†…å®¹ç­›é€‰æ&nbsp;‡å¤´*/
.nav_list_item {
	margin-top: 30px;
	border-radius: 3px;
}

.nav_list_item dl {
	padding: 8px 20px;
}

.nav_list_item dl dt {
	float: left;
	width: 82px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #999;
}

.nav_list_item dl dd {
	position: relative;
	margin-left: 82px;
	max-height: 50px;
	font-size: 15px;
	padding-right: 70px;
	overflow: hidden;
	transition: all .1s;
}

.nav_list_item dl .on,
.nav_list_item dl a:hover {
	background: #1ed686;
	color: #fff;
}

.nav_list_item dl dd a {
	display: inline-block;
	margin: 8px 3px;
	padding: 5px 10px;
	border-radius: 5px;
	color: #666;
	transition: all .1s;
}

.nav_list_item .nav_bgcolor {
	padding-left: 7px;
	background-color: #f5f5f5;
}

.all_none {
	position: absolute;
	right: 0;
	top: 7px;
	line-height: 36px;
	padding-right: 15px;
	cursor: pointer;
	color: #2bbc80;
	font-size: 14px;
	font-style: normal;
}

.nav_list_item dl .all_more {
	max-height: none;
}

/* ---------------------hospital_list CSS----------------------- */
.hospital {
	margin-top: 20px;
}

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

.hospital_ul li {
	width: 49%;
}

.hospital_ul .ipit {
	display: flex;
	width: 100%;
	margin: 12px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 3px #e5e5e5;
}

.hospital_ul .ipit .pic {
	position: relative;
	width: 240px;
	height: 150px;
	font-style: normal;
	overflow: hidden;
}

.hospital_ul .ipit .pic .intuod {
	margin: 10px;
	padding: 10px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	opacity: 0.95;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 0.5rem;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.hospital_ul .ipit .pic .intuod .dl_list dt {
	width: 160px;
	font-weight: 700;
	color: #222;
	font-size: 15px;
}

.hospital_ul .ipit .pic .intuod .dl_list dd {
	line-height: 22px;
	font-size: 15px;
	-webkit-line-clamp: 4;
	margin-top: 2px;
}

.hospital_ul a:hover .pic .intuod {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	color: #000000;
	opacity: 0.9;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}



.hospital_ul .ipit .text {
	flex: 1;
	padding: 15px 12px;
}

.hospital_ul .ipit .text dt {
	font-size: 18px;
}

.hospital_ul .ipit .text dd {
	margin-top: 8px;
	font-size: 13px;
	color: #666;
}

.hospital_ul .ipit .text dd span {
	display: inline-block;
	margin: 3px 8px 5px 0;
	padding: 1px 10px;
	border: #ef66b2 1px solid;
	border-radius: 20px;
	color: #ef66b2;
}

.hospital_ul .ipit .text dd {
	margin-top: 8px;
	font-size: 13px;
	color: #666;
}

.hospital_ul .ipit .text dd {
	margin-top: 8px;
	font-size: 13px;
	color: #666;
}


/* ---------------------hospital_detail CSS----------------------- */
/*åŒ»é™¢ç®€ä»‹ */
.hosp_ad {
	display: flex;
	justify-content: space-between;
	position: relative;
	/* height: 380px; */
	margin-top: 20px;
	padding: 10px;
	background: radial-gradient(circle, #eff2f7 0, #e9eef4 100%);
	border-radius: 3px;
	overflow: hidden;
}

.hosp_ad .ip {
	width: 480px;
	text-align: center;
}

.hosp_ad .ip img {
	transition-duration: .5s;
}

.hosp_ad:hover .ip img {
	opacity: .85;
	transform: scale(1.03);
}

.hosp_ad .it {
	width: 50%;
	margin-left: 20px;
}

.hosp_ad .info .name {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
}


.hosp_ad .it .tags {
	display: flex;
	margin: 15px 0;
}


.hosp_ad .it .tags li {
	margin-right: 15px;
	padding: 2px 12px;
	font-size: 16px;
	border-radius: 3px;
}

.tags_green {
	border: #0fb249 1px solid;
	color: #0fb249;
}

.tags_org {
	color: #ff9023;
	background: #ffe9d3;
	border: #ff9023 1px solid;
}

.tags_blue {
	color: #007bff;
	background: #298dff30;
	border: #0077ff 1px solid;
}

.hosp_ad .text .txt {
	display: flex;
	flex-wrap: wrap;
	padding: 6px 0;
	line-height: 24px;
	font-size: 15px;
}

.hosp_ad .text .txt dt {
	margin-right: 6px;
	color: #666;
}

.hosp_ad .text .txt dd {
	flex: 1;
	color: #333;
}

#maps {
	height: 500px;
	width: 100%;
}

/*end  åŒ»é™¢ç®€ä»‹ */


/* ------åŒ»é™¢ä»‹ç»------------- */

/* è¯¦æƒ…ä»‹ç» */
.hopsmanual {
	position: relative;
}

.hopsmanual .title {
	display: flex;
	margin: 0;
}

.hopsmanual .title li {
	padding: 12px 20px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.hopsmanual .title .on {
	background: rgba(30, 215, 135, .05);
	border-top: #1ed686 2px solid;
	border-right: #e7e7e7 1px solid;
	border-left: #e7e7e7 1px solid;
	color: #00a652;
}

.hopsmanual .title .on a {
	color: #00a652;
}

.hopsmanual .con .tit {
	padding: 20px 24px 0;
	font-size: 16px;
	font-weight: 700;
}

.hopsmanual .con .text {
	padding: 5px 24px;
	line-height: 26px;
	font-size: 15px;
	text-align: justify;
	color: #333;
}

.hopsmanual .con .text p {
	margin: 10px 0;
}

/*end  è¯¦æƒ…ä»‹ç» */

/* ç§‘å®¤åˆ—è¡¨ */
.hopsmanual .family:first-child {
	padding-top: 0;
}

.hopsmanual .family {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 24px;
	padding: 10px 0;
	font-size: 15px;
	border-bottom: #f2f2f2 1px solid;
}

.hopsmanual .family dt {
	width: 120px;
	font-weight: 700;
	color: #222;
}

.hopsmanual .family dd {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.hopsmanual .family dd a {
	width: 33.3%;
	margin-bottom: 20px;
	/* color: #666; */
}
.hopsmanual .family dd span {
	width: 33.3%;
	margin-bottom: 20px;
	/* color: #666; */
}

/*end ç§‘å®¤åˆ—è¡¨ */

/* æŽ¨èä¸“å®¶ */
.hopsmanual .admin {
	background: rgba(30, 215, 135, .05);
}

.hopsmanual .admin dl {
	padding: 8px 20px;
}

.hopsmanual .admin dl dt {
	float: left;
	width: 82px;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 700;
	color: #999;
}

.hopsmanual .admin dl dd {
	position: relative;
	margin-left: 82px;
	font-size: 15px;
	padding-right: 70px;
	overflow: hidden;
	transition: all .1s;
}

.hopsmanual .admin dl dd a {
	display: inline-block;
	margin: 8px 3px;
	padding: 5px 10px;
	border-radius: 5px;
	color: #666;
	transition: all .1s;
}

.hopsmanual .admin dl .bgcolor {
	padding-left: 7px;
	background-color: #e4f6ef;
}

.hopsmanual .admin dl .on,
.hopsmanual .admin dl a:hover {
	background: #1ed686;
	color: #fff;
}

.hopsmanual .doctor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hopsmanual .doctor li {
	width: 44%;
	margin: 24px 0 30px;
	padding: 0 25px;
	border-right: #f2f2f2 1px solid;
}

.hopsmanual .doctor .ipip {
	display: flex;
	align-items: center;
}

.hopsmanual .doctor .pic {
	display: block;
	width: 80px;
	max-height: 100px;
	margin-right: 15px;
	border-radius: 4px;
	overflow: hidden;
}

.hopsmanual .doctor .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.hopsmanual .doctor .info {
	flex: 1;
}

.hopsmanual .doctor .info dt {
	font-size: 17px;
}

.hopsmanual .doctor .info dt span {
	padding-left: 10px;
	font-size: 15px;
	color: #333;
}

.hopsmanual .doctor .info dd {
	margin-top: 6px;
	font-size: 15px;
	color: #666;
}

.hopsmanual .doctor .pit {
	flex: 1;
	margin-top: 15px;
	line-height: 24px;
	text-align: justify;
	color: #666;
}

.hopsmanual .doctor .pit span {
	color: #999;
}

.hopsmanual .doctor li:nth-child(even) {
	border-right: none;
}

/*end æŽ¨èä¸“å®¶ */

/* åŒ»é™¢çŽ¯å¢ƒ */
.hosp_env {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hosp_env li {
	width: 48%;
	height: 200px;
	margin-top: 25px;
}

.hos_envir_g {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.hos_envir_g li {
	width: calc(100% / 3);
	height: 140px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
}

/*-----------end åŒ»é™¢ä»‹ç» -------------*/

/*-------------ç›¸å…³è§†é¢‘å’Œç›¸å…³è¯­éŸ³ -------------*/
.video_box,
.audio_box,
.answer_box,
.doctor_box,
.hops_box,
.administ_box {
	background: #fafafa;
	overflow: hidden;
}

.main .consames .title {
	display: flex;
	justify-content: space-between;
	margin: 0;
	align-items: center;
	padding: 15px 15px 0;
	font-weight: 400;
}

.main .consames .title .tit {
	display: flex;
	align-items: center;
	color: #4baf4f;
	padding: 0;
	font-weight: 100;
	font-size: 20px;
}

.main .consames .title .tit span {
	font-size: 20px;
}

.consames .title .tit .ttk {
	margin-right: 6px;
	font-size: 22px;
}

.consames .title a {
	font-size: 14px;
	color: #999;
}

.video_ul {
	margin: 0px 15px 25px;
}

.video_ul .video_li {
	float: left;
	width: 194px;
	margin-right: 16px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 15px;
}

.video_ul .video_li .pic {
	position: relative;
	width: 100%;
	height: 111px;
	overflow: hidden;
}

.video_li .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	line-height: 36px;
	text-align: center;
	background: rgba(0, 0, 0, .3);
	border-radius: 100%;
	overflow: hidden;
}

.video_ul .video_li .tit {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}

.video_ul .video_li .ipit {
	margin: 12px 2px 0;
	padding-bottom: 5px;
}

.video_ul .video_li .ipit .ip {
	float: left;
	width: 27px;
	height: 27px;
	border-radius: 100%;
	margin-right: 10px;
	overflow: hidden;
}

.video_ul .video_li .ipit .it {
	height: 27px;
	line-height: 27px;
	color: #999;
	overflow: hidden;
}

.video_ul .video_li .ipit .it span {
	font-size: 15px;
	color: #333;
}

.video_ul .video_li:last-child {
	margin-right: 0;
}

/* ç›¸å…³è¯­éŸ³ */
.audio_ul {
	margin: 0px 15px 25px;
}

.audio_ul .audio_li {
	width: 264px;
	margin-top: 15px;
	float: left;
	margin-right: 16px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.audio_ul .audio_li .pic {
	height: 106px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.consames ul li.pic .img {
	transition-duration: .3s;
}

.audio_ul .audio_li .tit {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}

.audio_ul .audio_li .ipit {
	margin: 12px 2px 0;
	padding-bottom: 5px;
}

.audio_ul .audio_li .ipit .ip {
	float: left;
	width: 27px;
	height: 27px;
	border-radius: 100%;
	margin-right: 10px;
	overflow: hidden;
}

.audio_ul .audio_li .ipit .it {
	height: 27px;
	line-height: 27px;
	color: #999;
	overflow: hidden;
}

.audio_ul .audio_li .ipit .it span {
	font-size: 15px;
	color: #333;
}

.audio_ul .audio_li:last-child {
	margin-right: 0;
}

/* ç›¸å…³é—®ç­” */
.answer_box .dl {
	margin: 15px 15px 25px;
}

.answer_box .dl .dt {
	padding: 15px;
	background: #f2f2f2;
}

.answer_box .dl .dt .q {
	font-size: 18px;
	font-weight: 400;
}

.answer_box .dl .dt .ico {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

.answer_box .dl .dt .q .ico {
	margin-top: 2px;
	background: #ffbb44;
}

.answer_box .dl .dt .a {
	margin: 12px 0 15px;
}

.answer_box .dl .dt .ico {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

.answer_box .dl .dt .a .ico {
	margin-top: 4px;
	background: #8ac03b;
}

.answer_box .dl .dt .a .txt {
	height: 52px;
	line-height: 28px;
	font-size: 16px;
	text-align: justify;
	color: #999;
	overflow: hidden;
}

.answer_box .dl .dd {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.answer_box .dl .dd .db {
	width: 50%;
	margin-top: 15px;
}

.answer_box .dl .dd .q {
	font-size: 16px;
	font-weight: 400;
}

.answer_box .dl .dd .q .iconfont {
	margin-right: 10px;
}

.answer_box .dl .dd .q .ttk {
	margin-right: 10px;
}

/* ç–¾ç—…ç›¸å…³åŒ»ç”Ÿ */
.doctor_ul {
	margin: 15px 15px 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.doctor_ul li {
	background: #fff;
	width: 41%;
	padding: 20px 25px;
	margin-top: 10px;
	border-right: #f2f2f2 1px solid;
	transition: all 0.5s;
	cursor: pointer;
}

.doctor_ul li:hover {
	box-shadow: 1px 2px 4px #ccc;
}

.doctor_ul .ipip {
	display: flex;
	align-items: center;
}

.doctor_ul .pic {
	display: block;
	width: 80px;
	height: 100px;
	margin-right: 15px;
	border-radius: 4px;
	overflow: hidden;
}

.doctor_ul .info {
	flex: 1;
}

.doctor_ul .info dt {
	font-size: 17px;
}

.doctor_ul .info dt span {
	padding-left: 10px;
	font-size: 15px;
	color: #333;
}

.doctor_ul .info dd {
	margin-top: 6px;
	font-size: 15px;
	color: #666;
}

.doctor_ul .pit {
	margin-top: 15px;
	line-height: 24px;
	text-align: justify;
	color: #666;
}

.doctor_ul .pit span {
	color: #999;
}

.doctor_ul li:nth-child(even) {
	border-right: none;
}

.doctor_ul .qs a:nth-child(1) {
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(to bottom right, #ffcf4d, #ffba00);
}

.doctor_ul .qs a:nth-child(2) {
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(to bottom right, #67e5a8, #50cd91);
}
.doctor_ul .qs .no_provie{
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
	padding: 0px 10px;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(to bottom right, #9999998a, #959595a6);
	width: 40%;
}
/* ç›¸å…³ç§‘å®¤ */
.administ_ul {
	margin: 15px 15px 25px;
	display: flex;
	flex-wrap: wrap;
}

.administ_ul li {
	margin-bottom: 10px;
}

.administ_ul li a {
	position: relative;
	margin-right: 15px;
	padding: 2px 15px;
	font-size: 20px;
	border-radius: 5px;
	color: #48c1f9;
	/* background: #ffe9d3; */
	border: #a0e1ff 1px solid;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: linear-gradient(to left, #ffffff 50%, #09a7f0 50%) right;
	background-size: 200%;
}
.administ_ul li span {
	position: relative;
	margin-right: 15px;
	padding: 2px 15px;
	font-size: 20px;
	border-radius: 5px;
	color: #48c1f9;
	/* background: #ffe9d3; */
	border: #a0e1ff 1px solid;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: linear-gradient(to left, #ffffff 50%, #09a7f0 50%) right;
	background-size: 200%;
}


.administ_ul li a:hover {
	color: white;
	background-position: left;
}

/* ç›¸å…³åŒ»é™¢ */
.hops_ul {
	margin: 15px 15px 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hops_ul li {
	background: #fff;
	width: 46%;
	padding: 10px 7px;
	margin-top: 16px;
	border-right: #f2f2f2 1px solid;
	transition: box-shadow 0.5s, transform 0.5s;
}

.hops_ul li:hover {
	box-shadow: 1px 2px 4px #ccc;
	transform: translateY(-5px);
}

.hops_ul .ipip {
	display: flex;
}

.hops_ul .ipip .pic {
	width: 169px;
	height: 96px;
}

.hops_ul .ipip .info {
	flex: 1;
	margin-left: 10px;
}

.hops_ul .ipip .info dt {
	font-size: 14px;
	line-height: 14px;
	color: #323232;
}

.hops_ul .ipip .info dd {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	margin-top: 10px;
}

/*----------- ä¾§è¾¹æŽ¨è -------------*/
.news {
	border-top: #1ed686 2px solid;
}

.main .news .title {
	padding: 15px 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.news .content {
	display: flex;
	justify-content: space-between;
}
.news  .recommend_box{
	text-align: center;
}
.news  .recommend_box .recommend_url{
	font-size: 14px;
	color:#48c1f9;
	cursor: pointer;
}

.news .content .list {
	padding: 5px 0;
}

.news .content .list .a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 12px 13px 15px;
}

.news .content .list .a .pic {
	position: relative;
	width: 110px;
	/*height: 62px;*/
	margin-right: 12px;
	border-radius: 3px;
	overflow: hidden;
}

.news .content .list .a .pic img {
	transition-duration: .3s;
}

.news .content .list .a .text {
	flex: 1;
}

.news .content .list .a .tit {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.news .content .list .a .txt {
	margin-top: 8px;
	font-size: 13px;
	color: #999;
}

/* ç›¸å…³æ–‡ç«&nbsp; */

/* ç›¸å…³åŒ»é™¢ */
.hosp_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 12px 13px 15px;
}

.hosp_li i {
	position: relative;
	display: block;
	width: 116px;
	/*height: 84px;*/
	margin-right: 12px;
	border-radius: 3px;
	overflow: hidden;
}

.hosp_text {
	flex: 1;
}

.hosp_text dt h3 a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.hosp_text dd p {
	margin-top: 8px;
	font-size: 13px;
	color: #999;
}

.hosp_text dd div {
	display: flex;
	margin-top: 8px;
}

.hosp_text dd div a {
	display: block;
	width: 45%;
	text-align: center;
	margin-right: 10px;
	border-radius: 10px;
	padding: 2px 7px;
	font-size: 12px;
	color: #fff;
	transition: all 0.2s;
}

.hosp_text dd div a:nth-child(1) {
	background: linear-gradient(150deg, #298dff 0%, #00baff 100%);
}

.hosp_text dd div a:nth-child(2) {
	background: linear-gradient(150deg, #2fdd89 0, #2bb573 100%);
}

.hosp_text dd div a:nth-child(1):hover {
	box-shadow: 1px 1px 3px 0px #00baff;
}

.hosp_text dd div a:nth-child(2):hover {
	box-shadow: 1px 1px 3px 0px #2bb573;
}

.hosp_li .hosp_text h3 span {
	font-size: 13px;
	margin-left: 10px;
	font-weight: 100;
}

/*-----------end ä¾§è¾¹æŽ¨è -------------*/












/* ---------------------disease_list CSS----------------------- */
.disease {
	display: flex;
	justify-content: space-between;
}

.disease_hosp {
	width: 854px;
}

.disease_doctor .doc_con_deta {
	position: relative;
	width: 854px;
	box-sizing: border-box;
	box-shadow: 0 0 4px #ccc;
	display: flex;
	padding: 13px 22px;
	justify-content: space-between;
}

.disease_list_title h1 {
	color: #00CBA2;
	font-size: 24px;
	font-weight: normal;
}

.disease_list_title_tag {
	font-size: 18px;
	font-weight: 400;
	color: #323232;
}

.disease_list_title_tag b {
	font-weight: normal;
}

.disease_list_title_tag span {
	font-size: 16px;
	background: #62C4A6;
	border-radius: 6px;
	color: #fff;
	padding: 10px 10px;
	padding: 3px 10px;
	margin: 0 10px;
}

.disease_list_title_tag span a {
	color: #fff;
}

.doc_bottom_four span {
	margin: 0 10px;
}

.doc_bottom_four span i {
	color: #ff8c28;
	font-style: normal;
}

.tj_number {
	position: absolute;
	text-align: center;
	right: 50px;
	top: 12px;
}

.tj_number p {
	color: #666;
	font-size: 14px;
}

.tj_number b {
	color: #f77700;
	font-size: 20px;
}

.doc_con_tages span {
	font-size: 12px;
	background: #62C4A6;
	border-radius: 6px;
	color: #fff;
	padding: 3px 7px;
}

/*------disease_list cont ------*/
.disease_cont {
	width: 854px;
}

.dise_ul li {
	position: relative;
	padding: 10px 20px 15px 20px;
	margin-top: 30px;
}

.dise_ul li:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #009999;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.dise_ul li:hover::after {
	width: 100%;
}

.dise_ul li .disease_title {
	font-size: 20px;
}

.dise_ul li .disease_title a {
	margin-right: 10px;
}

.dise_ul li .disease_title span {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}

.dise_ul .dd {
	margin-top: 10px;
}

.dise_ul .dd p {
	color: #666;
	line-height: 25px;
	font-size: 15px;
}

.dise_ul li .tags {
	margin: 20px 0 10px 0;
}

.dise_ul li .tags a {
	position: relative;
	margin-right: 15px;
	padding: 2px 15px;
	font-size: 16px;
	border-radius: 15px;
	color: #09a7f0;
	/* background: #ffe9d3; */
	border: #09a7f0 1px solid;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: linear-gradient(to left, #ffffff 50%, #09a7f0 50%) right;
	background-size: 200%;
}

.dise_ul li .tags a:hover {
	color: white;
	background-position: left;
}

.dise_ul li .tags a:hover::before {
	width: 100%;
}

.dise_info {
	display: flex;
	/*align-items: center;*/
	margin-top: 20px;
}

.dise_info span {
	width: 77px;
	height: 23px;
	line-height: 23px;
	background: #f1f1f1;
	/* 	    background: #ffbb44;
	color: #ffffff; */
	margin-right: 15px;
	margin-top: 4px;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}

.dise_info .symp {
	flex: 1;
}
.dise_info .symp i{
	display: inline-block;
	padding: 3px 0;
}
/*.dise_info .symp i,*/
.dise_info .symp i a {
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	background: #ffbb44;
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 5px;
}
.dise_info .symp i a {

}
/*------disease_list side  ------*/
.disease_side {
	width: 320px;
}

.disease_side .bar {}


/* ---------------------disease_detail CSS  ç®€ä»‹----------------------- */
/* ç®€ä»‹ */
.disease_box .hosp_ad .it {
	/*width: 60%;*/
	width: 100%;
}

/*.disease_box .hosp_ad .it .info h2 {*/
/*	margin-left: 20px;*/
/*	display: inline-block;*/
/*	font-weight: 400;*/
/*}*/
.disease_box .hosp_ad .it .info span {
	margin-left: 20px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
}
.disease_box .hosp_ad .ip {
	width: 360px;
	height: 228px;
	text-align: center;
}

.disease_box .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.disease_box .hosp_ad .txt {
	width: 45%;
}
.disease_box .hosp_ad .txt dd i{
	font-style: normal;
}
.disease_box .hosp_ad .txt dd a {
	margin: 0 5px;
	color: #348d79;
}


/* è¯¦ç»†ä»‹ç» */
.disease_deta .write {
	margin: 20px 0;
	border: #ddd 1px solid;
}

#contTab:checked~.con {
	max-height: 500px;
	overflow: hidden;
}

.disease_deta .write dl {
	display: flex;
	padding: 15px 0;
	line-height: 26px;
	font-size: 15px;
	border-bottom: #ddd 1px solid;
}

.disease_deta .write dl:nth-child(odd) {
	background: #f4f4f4;
}

.disease_deta .write dl dt {
	width: 160px;
	text-align: center;
	font-weight: 700;
	border-right: #ddd 1px solid;
}

.disease_deta .write dl dd {
	flex: 1;
	padding: 0 20px;
	text-align: justify;
}

.disease_deta .write dl dd a {
	color: #ff4343;
	margin: 0 5px;
}

.cons .detail .flex .content .write p span {
	color: #3bb779;
	margin-right: 10px;
}

.detail_min {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.resons {
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 16px;
}

.cons .detail .flex .content .write p a {
	color: #ff1616;
}

/* å¸¸è¯†åˆ—è¡¨ */
.nous .nous_ul {
	display: flex;
	justify-content: space-between;
	font: initial;
	background-color: #f0f2f3;
	margin: 20px 0;
}

.nous .nous_ul li a {
	display: block;
	text-align: center;
	padding: 10px 25px;
}

.nous .nous_ul li:hover a {
	background-color: rgb(30 215 135 / 16%);
	color: #49c066;
}
.nous .nous_ul .on{
	border-bottom: 2px solid #49c066;
	background-color: rgb(30 215 135 / 11%);
	color: #49c066;
}
.nous .nous_ul .on a{
	color: #49c066;
}
.nous .nous_ul li a i {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}

/* å³ä¾§æŽ¨è */
.pillbox a:hover .tit {
	color: #00a652 !important;
}

.hosp_li .alrea {
	width: 80px;
	/*height: 100px;*/
	border-radius: 4px;
	overflow: hidden;
}





/* ----------------------------------------------ç§ç«‹ç‰¹è‰²åŒ»é™¢-------------------------------- */
.private_h1 {
	display: inline-block;
	margin-top: 23px;
	font-size: 24px;
}

.private_h1 a {
	display: flex;
	flex-direction: column;
	font-size: 21px;
}

.private_h1 span {
	font-weight: 400;
	font-size: 14px;
}

/* nav */
.navigation {
	background: #f5f5f5;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}

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

.navigation .nav_box a {
	display: block;
	width: 106px;
	text-align: center;
	height: 100%;
}

.navigation .nav_box .on {
	background-color: #66d066;
	color: white;
	border-radius: 3px;
}

/* ç®€ä»‹ */
.deta_color {
	/* justify-items: flex-end; */
	align-self: flex-end;
	color: #3a91e8;
	margin-bottom: 4px;
}

.pri_pos_title {
	width: 820px;
}

.pri_top_tit {
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 16px;
	text-indent: 2em;

}


.add_bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.dis_section {
	position: relative;
	width: 320px;
	height: 200px;
	overflow: hidden;
}

.dis_section .pagination {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	display: flex;
	justify-content: center;
}

.dis_section .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.add_bottom_arre {
	width: calc(100% - 320px);
	margin-left: 20px;
}

.add_bottom_tit {
	width: 100%;
}

.add_bottom_tit p span {
	color: #999;
}

.add_bottom_tit p {
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}

.add_bottom_btn {
	display: flex;
	justify-content: center;
}

.add_bottom_btn a {
	display: inline-block;
	width: 180px;
	margin: 0 20px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.add_bottom_btn a:nth-last-child(1) {
	background: linear-gradient(to bottom right, #ffcf4d, #ffba00);
}

.add_bottom_btn a:nth-last-child(2) {
	background: linear-gradient(to bottom right, #67e5a8, #50cd91);
}


.pri_pos_air {
	width: 340px;
}

.pri_posli .pri-pos-a {
	display: flex;
	justify-content: space-between;
	line-height: 32px;
	align-items: center;
}

.pri_posli .pri-pos-a h4 {
	width: 60%;
	font-size: 14px;
	font-weight: 400;
}

.pri_posli .pri-pos-a h4 .icon {
	display: inline-block;
	background: #ffbb44;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	font-style: normal;
}

.pri_posli .pri-pos-a span {
	color: #999;
	font-size: 14px;
}

/* titles */
.conmon-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
}

.conmon-title h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 8px;
	border-bottom: 3px solid #66d066;
	background: linear-gradient(0deg, #365c36, #66d066);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.conmon-title a {
	display: flex;
	align-items: center;
	color: #7c6e6e;
	transition: all 0.5s;
}

.conmon-title a i {
	margin-left: 10px;
}

.conmon-title a:hover {
	transform: translateX(5px);
}

.service_m {
	display: flex;
}

.service_m li {
	width: 200px;
	background-color: #dae8f6;
	color: #333;
	position: relative;
	height: 40px;
	line-height: 40px;
	float: left;
	vertical-align: top;
	color: #7f7e7e;
	text-align: center;
	font-size: 16px;
	background-color: #f8f7f7;
}

.service_m .active {
	color: white;
	background: #077b87;
}

.service_m li::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #cadcee;
}

.service_m li:first-child::after,
.service_m li:last-child::after {
	width: 0px;
}

.conves_list {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	min-height: 66px;
}

.conves_list .li {
	width: calc(100% / 7);
	position: relative;
	/* height: 48px; */
	padding-left: 17px;
	margin: 0 14px 12px 14px;
	/*float: left;*/
	background: aliceblue;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}

.conves_list .con {
	position: relative;
	/* background: linear-gradient(to bottom right, #67e5a8, #50cd91); */
	overflow: hidden;

}

.conves_list .con a:nth-child(1) {
	display: inline-block;
	max-width: 100px;
	line-height: 48px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.conves_list .con a:nth-child(2) {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	/* height: 32px; */
	padding: 3px 10px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #146ec8;
}


/* ä¸­é—´éƒ¨åˆ†å†…å®¹ */
.main_l_r {
	display: flex;
	justify-content: space-between;
}

.info_l {
	width: 820px;
	margin-right: 40px;
}

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

.doctor_t_ul {
	width: 100px;
	text-align: center;
	margin-right: 40px;
}

.doctor_t_ul li {
	padding: 4px 10px;
}

.doctor_t_ul li a {
	font-size: 16px;
}

.doctor_t_ul .on {
	background: aliceblue;
	border-left: 2px solid #50cd91;
}

.doctor_t_ul .on a {
	color: #50cd91;
}

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

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

.doc_con_img {
	width: 160px;
	height: 200px;
	margin-right: 15px;
}

.doc_content {
	flex: 1;
}

.doc_content strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #039da1;
	font-weight: 400;
}

.doc_content strong a {
	font-size: 22px;
	font-weight: 700;
	color: #f77700;
	margin-right: 15px;
}

.doctor_con_det {
	display: flex;
}

.doctor_con_det p {
	flex: 1;
}

.doc_content p {
	font-size: 14px;
	line-height: 26px;
	color: #666;

}

.doc_content p b {
	padding-top: 5px;
}


/* å³ä¾§ */
.info_r {
	width: 340px;
}

.zn-box {}

.zn-box i {
	width: 100%;
	height: 217px;
}

.zn-box .hosp-name {
	margin: 10px 0;
	color: #181818;
	font-size: 16px;
	font-weight: bold;
}

.zn-box p {
	line-height: normal;
	margin-bottom: 3px;
	color: #6c6c6c;
	font-size: 14px;
}

.hot_art_tab {
	display: flex;
}

.hot_article_ul li {
	margin-top: 10px;
}

.hot_art_tab li {
	padding: 3px;
	margin: 0 10px;
	color: #888;
	font-size: 16px;
}

.hot_art_tab .on {
	border-bottom: 1px solid #0096a5;
}

.hot_art_tab .on a {
	color: #0096a5;
}

.hot_article_dl dt {
	display: flex;
	align-items: center;
}

.hot_article_dl dt a {
	width: 460px;
	margin-right: 30px;
}

.hot_article_dl dt a h3 {
	font-size: 18px;
	font-weight: 400;
}

.hot_article_dl dt span {
	color: #b9b9b9;
	font-size: 15px;
}

.hot_article_dl dd {
	font-size: 15px;
	color: #626262;
}

.hot_article_li .hs_name {
	padding: 10px 0;
	border-bottom: 1px dashed #bbb;
}

.hot_article_li .hs_name a {
	cursor: pointer;
	display: inline-block;
	padding: 3px 12px;
	margin: 5px 5px;
	border-radius: 20px;
	text-align: center;
	color: #666;
	border: 1px solid #666;
}

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

.hot_art_title_li {
	width: calc(100% / 3);
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 5px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hot_art_title_li a h3 {
	font-size: 16px;
	font-weight: 400;
}


/* ç‰¹è‰²æœåŠ¡ */
.chara_box {}

.chara_box h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

/* å°±è¯ŠçŽ¯å¢ƒ */
.visit_ul {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.visit_ul li {
	width: calc(100% / 4);
	padding: 0 10px;
	height: 157px;
	box-sizing: border-box;
	cursor: pointer;
}

.visit_ul li img {
	transition: all 0.5s;
}

.visit_ul li:hover img {
	transform: scale(1.04);
}

/* ----------ç§ç«‹åŒ»é™¢ç®€ä»‹ ---------*/
.info_l_con {
	width: 840px;
}

.info_r_con {
	width: 300px;
}
.hosp_jj,
.hosp_jj p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}

/* ----------ç§ç«‹åŒ»é™¢åŒ»ç”Ÿå›¢é˜Ÿ ---------*/


/* ----------ç§ç«‹åŒ»é™¢ç§‘å®¤ ---------*/
.ks_list_box .conves_list .li {
	width: calc(100% / 5);
}

.ks_intord_li {
	padding: 20px 0;
	border-bottom: 1px dashed #c1c1c1;
}

.ks_intord_li a h3 {}

.ks_intord_li a p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}

/* ----------ç§ç«‹åŒ»é™¢å°±åŒ»æŒ‡å— ---------*/



/* ----------ç§ç«‹åŒ»é™¢çŽ¯å¢ƒ ---------*/
.hosp_imgs ul {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.hosp_imgs ul li {
	width: calc(100% / 3);
	padding: 10px;
	height: 157px;
	box-sizing: border-box;
	cursor: pointer;
}


.hosp_jj h3 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}

/* ----------ç§ç«‹åŒ»é™¢æ–‡ç«&nbsp; ---------*/
.page_info_h2 {
	color: #1E2129;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
}

.info_time_name {
	text-align: center;
	line-height: 40px;
}

.info_time_name span {
	margin-right: 20px;
}

.info_time_name span i {
	font-style: normal;
	color: #999;
	font-size: 14px;
}

.pre_next_ul li {
	font-size: 16px;
	line-height: 40px;
}

.pre_next_ul li a {
	color: #2b86e1;
;
}

/* ----------ç§ç«‹åŒ»é™¢è¯„ä»· ---------*/
.appras_li {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.appras_img {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	overflow: hidden;
}

.appras_desc {
	flex: 1;
	font-size: 16px;
	line-height: 27px;
	color: #666;
}

.appras_dt {}

.appras_dt span {
	margin-right: 60px;
}

.appras_dt span a {
	color: #039da1;
}

.appras_dt span strong {
	color: #ff6c00;
	font-weight: 400;
}

.appras_dt span:nth-child(2) a {
	padding: 2px 9px;
	background: #efdcc4;
	border-radius: 5px;
	color: #99774b;
}

.appras_dt b {
	float: right;
	font-weight: 400;
}


/* åŒ»é™¢ top10 åˆ—è¡¨ */

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

.search_more_left {
	width: 854px;
	/* 	box-shadow: 0px 0px 2px #ccc;
	border-radius: 12px;
	transition: box-shadow 0.24s; */
}

.search_more_title h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0fb249;
}

.search_rank {
	position: relative;
	overflow: hidden;
	max-height: 84px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 10px;
	background: #ffe9d3;
	padding-right: 52px;
}

.search_rank p {
	color: #C69623;
}

.search_more_title .on {
	max-height: none;
	-webkit-line-clamp: initial;
}

.search_all_title {
	position: absolute;
	bottom: 3px;
	right: 0;
	font-style: normal;
	font-size: 14px;
	cursor: pointer;
	color: #3a91e8;
}

.search_more_li {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.search_c_img {
	display: block;
	width: 246px;
	height: 152px;
	overflow: hidden;
}
.adevr{
	border: 1px dashed #4ccd28 !important;
	padding-right: 10px;
	box-shadow: none !important;
	background: #fafafa !important;
}

.adevr dl dt a {
	font-weight: 700;
	color: #2bbc80;
	font-size: 20px;
}

.adevr .ad {
	background: #2bbc80;
	color: #fff;
	padding: 2px 5px;
	margin-left: 20px;
	font-size: 16px;
}
.search_content {
	flex: 1;
}

.search_con_dt {
	width: 80%;
	font-size: 18px;
	line-height: 24px;
}

.search_dd_tags {
	width: 80%;
}

.search_dd_tags span {
	display: inline-block;
	margin: 7px 10px 7px 0;
	padding: 2px 10px;
	border-radius: 3px;
	background: #d2f6db;
	color: #0fb249;
}

.search_dd_tags span:nth-child(1) {
	color: #ff9023;
	background: #ffe9d3;
}

.search_dd_art {
	color: #666;
	line-height: 24px;
}

.search_dd_addre {
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}

.search_dd_min_tag {
	color: #999;
	font-size: 12px;
	line-height: 22px;
}

.search_dd_min_tag i {
	color: red;
	font-style: normal;
}

.search_dd_min_tag .tag_name_color {
	color: #ff6c00;
}

.search_more_li .search_pm_icon {
	position: absolute;
	right: 50px;
	top: 16px;
	font-size: 40px;
	color: #a7acbc;
}

.search_more_li:nth-child(1) .search_pm_icon {
	color: #ff2e2e;
}

.search_more_li:nth-child(2) .search_pm_icon {
	color: #ff7f53;
}

.search_more_li:nth-child(3) .search_pm_icon {
	color: #ffbf3a;
}

.search_more_li:last-child .search_pm_number {
	right: 59px;
}

.search_more_li .search_pm_number {
	position: absolute;
	right: 65px;
	top: 30px;
	font-size: 20px;
	color: white;
	z-index: 1;
	font-family: 'Courier New', Courier, monospace;
}

.search_more_li:nth-child(1) .search_pm_number {
	top: 24px;
}

.search_c_img .img {
	transition-duration: .5s;
}

.search_c_img:hover img {
	transform: scale(1.2, 1.2);
}

/* ----------------------------------------------é¢„çº¦åŒ»é™¢æŒ‚å·--------------------------- */
.hospfirst {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 30px;
	background: #f5faf7;
	border-radius: 5px;
	overflow: hidden;
}

.hospfirst .name {
	font-size: 24px;
	font-weight: 700;
	color: #222;
}

.hospfirst .depart {
	margin: 0 30px;
	font-size: 20px;
	font-weight: 700;
	color: #666;
}

.hsp_forms {
	width: 568px;
	margin: 0 auto;
	margin-top: 30px;
}

.layui-form-label.required:before {
	content: ' *';
	color: red;
}

.select_area .layui-form-select {
	margin-right: 10px;
}





/* æäº¤æˆåŠŸæˆ–è€…å¤±è´¥å¼¹çª— */
.hosp_hide_warn {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
}

.hosp_hide_warn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.hosp_hide_warn .box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 780px;
	height: 355px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 5px #ccc;
	overflow: hidden;
}

.success_box {
	display: flex;
	height: 100%;
	width: 100%;
}

.hosp_hide_warn .box .pic {
	width: 350px;
	height: 100%;
	background: #edfaf4;
	border-radius: 0 0 100px 0;
}

.hosp_hide_warn .box .login {
	flex: 1;
}

.suces_fal i {
	font-size: 90px;
	color: #59dd59;
}
.failes i{
	font-size: 90px;
	color: red;
}
.hosp_hide_warn .box .login h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 124px;
}

.frong_back {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 48px;
	margin: 30px auto;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	background: #50cd91;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
}

.frong_back:hover {
	color: white;
}

/*------------------------------------ åŒ»ç”ŸæŒ‚å·-------------------------------- */
.docad {
	position: relative;
	height: 380px;
	margin-top: 30px;
	background: radial-gradient(circle, #eff2f7 0, #e9eef4 100%);
	border-radius: 3px;
	overflow: hidden;
}

.docad .ip {
	float: left;
	width: 320px;
	/* padding-top: 20px; */
	text-align: center;
	overflow: hidden;
}

.docad .ip img {
	transition-duration: .5s;
}

.docad .it {
	margin: 0 40px 0 360px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.docad .it .info .name {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
}

.docad .it .info .level {
	display: inline-block;
	margin-left: 12px;
	font-size: 24px;
	color: #666;
}

.docad .it .tags {
	display: flex;
	margin: 15px 0;
}

.docad .it .tags li {
	margin-right: 15px;
	padding: 2px 12px;
	font-size: 16px;
	border: #ef5e5b 1px solid;
	border-radius: 3px;
	color: #ef5e5b;
}

.docad .it .intro {
	margin-top: 20px;
	line-height: 28px;
	font-size: 18px;
	text-align: justify;
	color: #666;
}
.docad_doctor {
	display: flex;
	position: relative;
	margin-top: 30px;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), #d7ebff);
	border-radius: 3px;
	padding: 20px 20px 26px;
}

.docad_img {
	display: block;
	width: 180px;
	max-height: 220px;
}

.det_doctor {
	flex: 1;
}

.det_doctor .info .name {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	padding-right: 14px;
	cursor: pointer;
}
.det_doctor .info .depart {
	font-size: 20px;
	cursor: pointer;
}
.det_doctor .info .level {
	/*display: inline-block;*/
	/*margin-left: 12px;*/
	margin-top: 10px;
	font-size: 18px;
	color: #3878f8;
}
.det_doctor .info .level a {
	color: #3878f8;
	font-size: 18px;
}


.det_doctor .tags {
	display: flex;
	margin: 15px 0;
}

.det_doctor .tags li {
	margin-right: 15px;
	padding: 2px 12px;
	font-size: 16px;
	border: #ef5e5b 1px solid;
	border-radius: 3px;
	color: #ef5e5b;
}

.det_doctor .intro {
	margin-top: 10px;
	line-height: 28px;
	font-size: 18px;
	text-align: justify;
	color: #666;
}
.det_doctor .intro a {
	display: inline-block;
	color: #3a91e8;
	margin-bottom: 4px;
}
.det_doctor .intro a span {
	display: inline-block;
	margin-left: 5px;
}
.det_doctor .intro a .top180 {
	transform: rotateX(180deg);
}


.det_doctor .intro strong{
	font-size: 18px;
	font-weight: 700;
}
.doctor_det {
	border: #ddd 1px solid;
}

.doctor_det_h2 {
	margin: 20px 20px 5px;
	font-size: 20px;
	font-weight: 700;
}

.doctor_det_p {
	font-size: 18px;
	text-indent: 2em;
	padding: 7px 20px;
	line-height: 32px;
	color: #666;
}
.dochospital .li {
	margin-top: 30px;
	border: #ddd 1px solid;
	border-radius: 5px;
	overflow: hidden;
}

.dochospital .li .ipit {
	display: flex;
	align-items: center;
	padding: 20px;
}

.dochospital .li .ipit .ip {
	width: 180px;
	margin-right: 20px;
}

.dochospital .li .ipit .it {
	position: relative;
	flex: 1;
}

.dochospital .li .ipit .it .txt {
	display: flex;
	justify-content: space-between;
}

.dochospital .li .ipit .it .txt h3 {
	line-height: 45px;
	font-size: 24px;
	font-weight: 700;
	color: #666;
}

.dochospital .li .ipit .it .txt .more_zy_tit {
	border-color: #49c066;
	color: #49c066;
}

.dochospital .li .ipit .it .txt p {
	height: 24px;
	margin-top: 3px;
	padding: 0 10px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border: #ff7268 1px solid;
	border-radius: 12px;
	color: #ff7268;
}

.dochospital .li .table {
	background: #f7fbff;
}

.dochospital .li .table .tr {
	display: flex;
	height: 72px;
	border-top: #ddd 1px solid;
}

.dochospital .li .table .tr span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	font-size: 18px;
	border-right: #ddd 1px solid;
	color: #333;
}

.dochospital .li .table .tr:first-child span {
	font-weight: 700;
}

.dochospital .li .table .tr span:first-child {
	width: 30%;
}

.dochospital .li .table .tr span:last-child {
	border-right: none;
	width: 30%;
}

.dochospital .li .btn {
	width: 132px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	background: #50cd91;
	box-shadow: 0 0 10px 0 rgb(82 162 239 / 30%);
	border-radius: 4px;
	color: #fff;
}
.dochospital .hosp_now_z{
	position: absolute;
	right: 140px;
	bottom: 0;
	background:  #00baff;
	width: 132px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 0 10px 0 rgb(82 162 239 / 30%);
	border-radius: 4px;
	color: #fff;
}
.dochospital .hosp_yy{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #50cd91;
	width: 132px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 0 10px 0 rgb(82 162 239 / 30%);
	border-radius: 4px;
	color: #fff;
}

.dochospital .not_list {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #bfbfbf;
	width: 132px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 0 10px 0 rgb(82 162 239 / 30%);
	border-radius: 4px;
	color: #fff;
}

.docassess {
	margin-top: 30px;
	border: #ddd 1px solid;
}

.docassess .dt {
	margin: 20px 20px 5px;
	font-size: 24px;
	font-weight: 700;
}

.docassess .ipit {
	position: relative;
	display: flex;
	padding: 25px 20px;
	border-bottom: #ddd 1px solid;
}

.docassess .ipit .ip {
	width: 58px;
	height: 58px;
	margin-right: 15px;
	border-radius: 100%;
	overflow: hidden;
}

.docassess .ipit .it {
	flex: 1;
}

.docassess .ipit .it .name {
	font-size: 18px;
	color: #999;
}

.docassess .ipit .it .text {
	margin: 6px 0;
	line-height: 24px;
	font-size: 15px;
	text-align: justify;
	color: #333;
}

.docassess .ipit .it .time {
	font-size: 14px;
	color: #999;
}

.docassess .ipit .it .icon {
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
}

.docassess .ipit .it .icon i {
	margin-left: 3px;
	font-size: 14px;
	color: #999;
}

.docassess .ipit .it .icon .bg_org {
	color: #fecf10;
}

.docassess .ipit:last-child {
	padding-bottom: 30px;
	border-bottom: none;
}


.docserve .li {
	margin-top: 30px;
}

.docserve .li .ipit {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95px;
	border-radius: 5px;
	overflow: hidden;
}

.docserve .li .oran {
	background: linear-gradient(to bottom right, #ffcf4d, #ffba00);
}

.docserve .li .ipit i {
	margin-right: 15px;
	font-size: 42px;
	color: #fff;
}

.docserve .li .ipit span {
	font-size: 24px;
	color: #fff;
}

.docserve .li .ipit em {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 8px;
	font-size: 14px;
	font-style: normal;
	background: rgba(0, 0, 0, .1);
	border-radius: 2px 0 0 10px;
	color: #f2f2f2;
}

.hospdoctor {
	display: flex;
	align-items: center;
	margin-top: 22px;
	padding: 20px;
	background: #f6f7fa;
	border-radius: 5px;
	overflow: hidden;
}

.hospdoctor .li:nth-child(1) {
	display: flex;
	align-items: center;
}

.hospdoctor .li:nth-child(1) i {
	width: 88px;
	/*height: 88px;*/
	margin-right: 20px;
	border-radius: 3px;
	overflow: hidden;
}

.hospdoctor .li {
	width: 50%;
}

.hospdoctor .li:nth-child(1) div {
	flex: 1;
}

.hospdoctor .li:nth-child(1) div h4 {
	font-size: 24px;
	font-weight: 700;
}

.hospdoctor .li:nth-child(1) div h4 span {
	font-size: 20px;
	font-weight: 400;
}

.hospdoctor .li:nth-child(1) div p {
	margin-top: 10px;
	font-size: 18px;
	color: #999;
}

.hospdoctor .li:nth-child(2) p:first-child {
	font-size: 20px;
	font-weight: 700;
}

.hospdoctor .li:nth-child(2) p:last-child {
	margin-top: 10px;
	font-size: 18px;
}

.red {
	color: #ef66b2;
}


/* ----------------------------------------------ç—‡çŠ¶-------------------------------- */
.symp_table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.symp_table th {
	line-height: 20px;
	padding: 7px;
	text-align: center;
	background: #f5f5f5;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.symp_table tbody tr {
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.symp_table td {
	line-height: 22px;
	padding: 15px 7px;
	width: auto;
	color: #333;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	text-align: center;
	/* white-space: nowrap; */
	/* 	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	text-align: center;
}

.symp_table td a {
	margin: 0 10px;
}

/* .symp_table td:nth-child(1){
	text-align: left;
}
.symp_table td:nth-child(2){
	text-align: center;
} */
.other_symp_ul {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.other_symp_ul li {
	width: calc(100% / 5);
	position: relative;
	margin: 0 14px 12px 14px;
	padding: 5px;
	background: aliceblue;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	line-height: 48px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/* ----------------------------------------------sitemap-------------------------------- */

.sitemap_title {
	height: 30px;
	border-bottom: 1px solid #3cb99d;
}

.sitemap_title h2 {
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 0 10px;
	background: #3cb99d;
}

.sitemap_cont {
	padding: 10px;
}

.sitemap_con_tit a {
	font-size: 16px;
	line-height: 30px;
	color: #3cb99d;
}

.sitemap_cont_list {
	position: relative;
	padding-right: 30px;
}

.sitemap_cont_list a {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	line-height: 30px;
}

.min-heights {
	height: 60px;
	overflow: hidden;
	padding-right: 30px;
}

.z_more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	color: #3a91e8;
	cursor: pointer;
}

.other_f {
	padding-left: 60px;
	position: relative;
}

.other_f_tit {
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
	line-height: 30px;
	font-size: 14px;
}

/*no_data*/
.no_data_icon{
	text-align: center;
	color: #999;
	margin-top: 102px;
}
.no_data_icon .ttk{
	font-size: 70px;

}
.no_data_icon p{
	font-size: 16px;
}

/*ç›¸å…³ç–¾ç—…*/
.depart_list {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.depart_li {
	cursor: pointer;
	display: inline-block;
	flex: auto;
	padding: 3px 12px;
	margin: 5px 5px;
	border-radius: 20px;
	text-align: center;
	color: #333;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.09);
	transition: all 0.24s;
}
.adver-fr-section-doc,
.adver-fr-section-hosp{
	padding: 5px 0;
}
.adver-fr-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #66d066;
}
.adver-fr-title h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 3px;
	/*border-bottom: 3px solid #66d066;*/
	background: linear-gradient(0deg, #365c36, #66d066);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.adver-fr-title a {
	display: flex;
	align-items: center;
	color: #7c6e6e;
	transition: all 0.5s;
}
.adver-fr-title a i {
	margin-left: 10px;
}
.adver-fr-li {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	padding: 13px 0px 13px 0px;
}
.adver-fr-li i {
	position: relative;
	display: block;
	width: 116px;
	height: 84px;
	margin-right: 12px;
	border-radius: 3px;
	overflow: hidden;
}
.adver-fr-li .alrea {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
.adver-fr-li i img{
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}
.adver-fr-text {
	flex: 1;
}
.adver-fr-text dt h3 a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.adver-fr-text dt h3 a span{
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
}
.adver-fr-text dd p {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
}
.adver-fr-text dd div {
	display: flex;
	margin-top: 8px;
}
.adver-fr-text dd div a {
	display: block;
	width: 35%;
	text-align: center;
	margin-right: 10px;
	border-radius: 10px;
	padding: 2px 7px;
	font-size: 12px;
	color: #fff;
	transition: all 0.2s;
}
.adver-fr-text dd div a:nth-child(1) {
	background: linear-gradient(150deg, #298dff 0%, #00baff 100%);
}
.adver-fr-text dd div a:nth-child(2) {
	background: linear-gradient(150deg, #2fdd89 0, #2bb573 100%);
}
.pagination-doct,
.pagination-hosp{
	display: flex;
	justify-content: center;
}
.add_bottom_btn .no_provie{
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
	padding: 0px 10px;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(to bottom right, #9999998a, #959595a6)!important;
	width: 40%;
}
/* icon */
@font-face {
	font-family: "ttk"; /* Project id 4005981 */
	src: url('//at.alicdn.com/t/c/font_4005981_gdd3nsecuir.woff2?t=1693292471203') format('woff2'),
	url('//at.alicdn.com/t/c/font_4005981_gdd3nsecuir.woff?t=1693292471203') format('woff'),
	url('//at.alicdn.com/t/c/font_4005981_gdd3nsecuir.ttf?t=1693292471203') format('truetype');
}

.hops-guide-li{
	position: relative;
	padding: 0 0 40px 30px;
	border-left: 2px dashed #eee;
}
.hops-guide-li h4{
	font-size: 20px;
	color: #2f8af5;
	/*color:#0c838f;*/
	line-height: 28px;
}
.hops-guide-li i {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #2f8af5;
	/*background: #0c838f;*/
	border-radius: 50%;
	position: absolute;
	left: -14px;
	font-style: normal;
	top: 0;
}
.hop-zn-atten{
	margin-top: 10px;
	padding-left: 52px;
	position: relative;
}
.hop-zn-atten::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #2f8af5;
	border-radius: 50%;
	position: absolute;
	left: 26px;
	top: 9px;
}
.ab_aril_box {
	background: #fff;
	padding: 0 15px 10px;
	position: relative;
	border: 1px solid #eee;
}

.ab_aril_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #333;
	line-height: 64px;
	border-bottom: #f0f0f0 1px solid;
	font-weight: normal;
}

.ab_aril_tit h3 {
	font-weight: normal;
}

.ab_aril_list {

}
.ab_aril_list li {
	line-height: 26px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.ab_aril_h5{
	display: flex;
	justify-content: space-between;
	align-items: center;

	font-weight: normal;
}
.ab_aril_h5 span{
	flex: 1;
	font-size: 16px;
	margin-right: 20px;
}
.ab_aril_h5 time{
	/* flex: 1; */
}
.ttk {
	font-family: "ttk" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-zhankai:before {
	content: "\e60c";
}
.icon-zanwushuju:before {
	content: "\e606";
}

.icon-wusousuojieguo:before {
	content: "\e65d";
}

.icon-wenda11:before {
	content: "\e65e";
}

.icon-shoucang:before {
	content: "\e603";
}

.icon-chenggong1:before {
	content: "\e62b";
}

.icon-shibai:before {
	content: "\e60b";
}

.icon-paimingbiaoqian:before {
	content: "\e77e";
}

.icon-paiming:before {
	content: "\e6f1";
}

.icon-paiming1:before {
	content: "\e83c";
}

.icon-gengduo1::after {
	content: "\e63c";
}

.icon-icon:before {
	content: "\e66e";
}

.icon-shouye1:before {
	content: "\e61e";
}

.icon-jiancha:before {
	content: "\e814";
}

.icon-bingshi:before {
	content: "\e799";
}

.icon-element:before {
	content: "\e61c";
}

.icon-liulan:before {
	content: "\e647";
}

.icon-yufang1:before {
	content: "\e644";
}

.icon-zhiyejinengjianding:before {
	content: "\e604";
}

.icon-bingfazheng:before {
	content: "\e798";
}

.icon-wenzhang:before {
	content: "\e6c7";
}

.icon-xitongzhuangtai:before {
	content: "\e642";
}

.icon-quanke-:before {
	content: "\e6db";
}

.icon-hospital-full:before {
	content: "\e9e8";
}

.icon-shipin:before {
	content: "\e62a";
}

.icon-icon-test:before {
	content: "\e63a";
}

.icon-wenda1:before {
	content: "\e6ad";
}

.icon-a-kepuzixun2x:before {
	content: "\e632";
}

.icon--yiliao-yisheng:before {
	content: "\e62c";
}


.icon-shixishengzhaomu:before {
	content: "\ea46";
}

.icon-jiantou_xiangyou:before {
	content: "\eb08";
}

.icon-xiangyoujiantou:before {
	content: "\e65f";
}
/*****èµ„è®¯å†…å®¹é¡µ *****/
.hops_art_common {
	position: relative;
	padding: 12px;
	margin-bottom: 20px;
	background: white;
}
.hops_art_common-tit {
	font-size: 16px;
	color: #333;
	line-height: 44px;
}
.hops_art_common-tit h2 {
	font-size: 20px;
	border-bottom: 2px solid #3b9b81;
}
.artle_box {
	padding: 0 12px 12px 12px;
	position: relative;
	background: white;
}
.artle_list {
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}
.artle_list a h2 {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 12px;
}
.artle_list a h2+p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #666666;
}
.artle_list a h2+div {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #666666;
}
.hops_art_title {
	font-size: 26px;
	line-height: 44px;
}
.hops_art_time {
	line-height: 24px;
}
.hops_art_cons p {
	text-indent: 2em;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	color: #333;
}</pre></body></html>