<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* common */
.object_fit_cor {
	object-fit: cover;
}

.box_shadow {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.meds-logo .logo {
	text-indent: -9999px;
	font-size: 0;
	overflow: hidden;
}

.meds-logo a {
	background: url("https://www.dazhong.com/images/dazhong/logo.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	font-size: 0;
	overflow: hidden;
}


/**** --------------------------------------------------------------------------- hospital_Index 找医院首页---------------------------------------------------------*****/
.hs_index_sub {
	display: flex;
	justify-content: space-between;
}


.hs_index_sub-list {
	width: 220px;
	/* background: #fff; */
}

.hs_index_sub-list ul {
	color: #fff;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.hs_index_banner {
	width: 670px;
}

.hs_index_sub-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 34px;
	padding: 2px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background-color: white;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.hs_index_sub-list ul li:last-child {
	border-bottom: 0;
}

.hs_index_sub-list ul li:first-child {
	background: #62c4a6;
}

.hs_index_sub-list ul li::before {
	display: block;
	position: absolute;
	left: -16px;
	top: 30%;
	width: 16px;
	height: 16px;
	content: "";
	transform: translate(-50%, 0) rotate(45deg);
	background-color: #62c4a6;
	opacity: 0;
	transition: all 0.4s;
}

.hs_index_sub-list ul li:not(:first-child):hover::before {
	opacity: 1;
	left: 0px;
}

.hs_index_sub-list ul li a {
	display: block;
	/* color: white; */
	font-size: 18px;
}

.hosp_index_sidebar {
	width: 250px;
	padding: 18px 18px 8px;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hosp_index_sidebar .right-h3-title {
	font-size: 20px;
	color: #fe6e4f;
}

.infor_hot_ul li {
	position: relative;
	padding: 5px 0 5px 0px;
}

.infor_hot_ul li a {
	color: #1E2129;
	font-size: 16px;
	font-weight: 400;
}

.infor_hot_ul li:nth-child(1) a i {
	color: #ff0000;
}

.infor_hot_ul li:nth-child(2) a i {
	color: #fc7039;
}

.infor_hot_ul li:nth-child(3) a i {
	color: #fd8607;
}

.infor_hot_ul li a i {
	margin-right: 2px;
	color: #bdbdbd;
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
}

.common_titles h2 {
	margin-bottom: 11px;
	font-size: 32px;
	text-align: center;
	font-weight: 400;
}


.title-line {
	width: 30px;
	height: 5px;
	margin: 0 auto;
	background: #16a085;
}

.cohos_more {
	display: block;
	margin: 0 auto;
	width: 150px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: #16a085;
	border: 1px solid #16a085;
	margin-top: 18px;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.cohos_more:hover {
	color: #fff;
	background-color: #16a085;
	border-color: #16a085;
}

.hos_index_recom {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.hos_index_recom li {
	padding: 10px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}

.hos_index_recli a em {
	display: block;
	overflow: hidden;
	/* margin: 0 auto; */
	/* padding: 8px; */
	/* width: 110px; */
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
}

.hos_index_recli a h5 {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	font-weight: 400;
	padding: 10px 0;
}

.hos_index_recli a p {
	min-height: 63px;
}


.hos_index_botm {}

.see_detail {
	/* display: inline-block; */
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #249781;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(12, 3, 6, .13);
	position: relative;
	z-index: 1;
	transition: cubic-bezier(0.29, 0.12, 0.25, 1) .65s;
	margin: 0 auto;
}

.see_detail:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #249781;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: cubic-bezier(0, 0, 0.58, 0.97) .35s;
}

.see_detail i {
	float: right;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #249781;
	color: #ffffff;
	font-size: 20px;
	transition: ease .65s;
	position: relative;
	z-index: 1;
}

.see_detail i::after {
	transition: cubic-bezier(0.47, 0, 0.75, 0.72) .45s;
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.hos_index_recli:hover .see_detail {
	color: #ffffff;
}

.hos_index_recli:hover .see_detail::before {
	width: 100%;
}

.hos_index_recli:hover .see_detail i {
	color: #249781;
	transition-delay: .2s;
}

.hos_index_recli:hover .see_detail i::after {
	width: 100%;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* 热门城市 */
.hs_common_tab {
	display: flex;
	margin: 30px auto;
	justify-content: center;
}

.hs_common_tab li {
	padding: 5px 20px;
	color: #76838f;
	font-size: 16px;
	background: white;
	cursor: pointer;
}

.hs_common_tab .on {
	background-color: #38c463;
	color: white;
}

.hs_common_tab li:not(:first-child) {
	margin-left: 2px;
}

.area_hs_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}

.area_hs_li {
	background: white;
	padding: 10px;
	border-radius: 5px;
}

.area_hs_li dl {
	display: flex;
}

.area_hs_li dl dt {
	display: block;
	overflow: hidden;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 20px;
}

.area_hs_li dl dt img {
	transition-duration: .3s;
}

.area_hs_li:hover dl dt img {
	transform: scale(1.13);
}

.area_hs_li dl dd {
	flex: 1;
}

.area_hs_li dl dd h3 {
	line-height: 48px;
}

.area_hs_li dl dd p span {
	display: inline-block;
	padding: 1px 10px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	vertical-align: middle;
	margin-left: 4px;
}

.area_hs_li dl dd p span:first-child {
	margin-left: 0px;
}

.tag-sty1 {
	color: #ff9023;
	background: #ffe9d3;
	/* border: 1px solid #3D87FE; */
}

.tag-sty2 {
	background: #d2f6db;
	color: #0fb249;
	/* border: 1px solid #62C4A6; */
}

.tag-sty3 {
	background: #d9faff;
	color: #44bbda;
	/* border: 1px solid #FF5F58; */
}

.area_hs_det_b {
	padding: 8px 10px 14px 14px;
	background: #f0f9fc;
}

.area_hs_det_b p {
	color: #999;
}

.area_hs_det_b p i {
	font-size: 20px;
	color: #00CBA2;
	vertical-align: middle;
	margin-right: 5px;
}

/* 重点科室 */
.hops_index_ks {
	display: flex;
	justify-content: space-between;
}

.hops_ks_tabs {
	background: #F7FAF9;
	width: 300px;
}

.hops_ks_tabs li {
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hops_ks_tabs .on {
	background: white;
	border-right: 5px solid #4acc7d;
	color: #4acc7d;
}

.hops_ks_content {
	width: 900px;
	padding: 30px 10px 10px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hops_ks_cons {
	display: flex;
}

.hops_ks-img {
	width: 368px;
	border-radius: 20px;
}

.hops_ks-deal h2 {
	font-size: 24px;
	font-weight: 400;
}

.hops_ks-deal {
	flex: 1;
}

.hops_ks-tag {
	margin-top: 15px;
}

.hops_ks-tag span {
	font-size: 16px;
	color: #00CBA2;
	margin-right: 10px;
}

.hops_ks-mina span i {
	margin-right: 5px;
}

.hops_ks-mina {
	font-size: 14px;
}



/* 医生推荐 */
.doctor_hs_con {
	padding: 20px;
	border-radius: 5px;
	background: #fff;
}

.doctor_hs_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}

.doctor_hs_list li a {
	display: block;
	text-align: center;
	padding: 18px 18px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
}

.doctor_hs_list li a h4,
.doctor_hs_list li a strong {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 16px;
	margin-top: 10px;
}

.doctor_hs_list li a h4 {
	color: #f77700;
}

.doctor_hs_list li a .doctor_inhos_img {
	position: relative;
}

.doctor_hs_list li a .doctor_inhos_img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.doctor_hs_list li a strong span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin-right: 5px;
}

.doctor_hs_list li:hover .doctor_inhos_img::before {}

.excel_info {
	line-height: 24px;
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px dashed #f0f0f0;
	min-height: 50px;
	color: #767676;
}

.excel_info i {
	font-style: normal;
	font-weight: bold;
	color: #ef3a34;
}

.doctor_see_d {
	display: inline-block;
	padding: 4px 28px;
	border-radius: 4px;
	font-size: 16px;
	/* line-height: 40px; */
	color: #fff;
	background: linear-gradient(to right, #408bf2, #23c9f9);
}

.doctor_hs_list li:hover .doctor_see_d {
	opacity: 0.8;
}


/* 医院排行 */
.hops_charts_all_con_l {
	width: 30%;
	position: relative;
}

.hops_charts_all_con_r {
	width: 70%;
	position: relative;
}

/* 资讯 */
.hops_index_article {
	display: flex;
	justify-content: space-between;
}

.hops_art_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
}

.hops_art_title h4 {
	font-size: 20px;
	color: #66ccad;
}

.hops_art_left {
	width: 350px;
}

.art_left_list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}

.art_detals {
	padding: 10px;
	background: #f0f9fc;
	border-radius: 5px;
	transition: all 0.3s;
}

.art_detals:hover {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.art_detals dl {
	display: flex;
}

.art_detals dl dt {
	width: 54px;
	height: 54px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 50%;
}

.art_detals dl dd .art_wen_tit {
	font-size: 16px;
	color: #333;
	margin-bottom: 2px;
}

.art_detal_tag {
	font-size: 12px;
	color: #888;
}

.art_detal_tag strong {
	font-size: 14px;
	color: #333;
	margin-right: 5px;
}

.art_detal_tag span {
	margin-right: 5px;
}

.art_left_botto {
	color: #333;
	margin-top: 5px;
}

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

.hops_art_title a i {
	margin-left: 5px;
}

.art_left_bom_li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 38px;
}

.art_left_bom_li a p {
	width: 70%;
	font-size: 16px;
}

.art_left_bom_li a i {
	font-size: 12px;
	color: #999;
	font-style: normal;
}

.art_left_bom_li:first-of-type a {
	font-size: 18px;
	font-weight: bold;
}

.art_left_bom_li {
	position: relative;
	padding-left: 14px;
	font-size: 16px;
	line-height: 35px;
}

.art_left_bom_li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #D5D8E2;
}

.hops_art_center {
	width: 470px;
}

.art_center_li {
	padding: 16px 0;
	border-bottom: 1px dashed #F1F4F9;
}

.art_center_li:last-child {
	border-bottom: 0px;
}

.art_center_quest {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
}

.art_center_quest span {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	margin-top: 2px;
	background: #ffbb44;
}


.art_center_answ {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	line-height: 30px;
	font-size: 15px;
	text-align: justify;
	color: #666;
}

.art_center_answ&gt;div {
	width: 76%;
}

.art_center_answ&gt;div span {
	margin-top: 4px;
	background: #8ac03b;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
}

.art_center_answ i {
	font-style: normal;
	color: #999;
}

.hops_art_right {
	width: 300px;
}

.art_right_li_q {
	padding: 10px 0;
}

.art_right_li_q a {
	display: flex;
	align-items: center;
}

.art_right_li_q a i {
	padding: 2px 12px;
	border-radius: 10px;
	border: 1px solid #eee;
	font-style: normal;
	margin-right: 10px;
	font-size: 12px;
	-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%, #62c4a6 50%) right;
	background-size: 200%;
}

.art_right_li_q:hover a i {
	color: white;
	background-position: left;
}

.art_right_li_q a p {
	flex: 1;
}

/* --------------------------------------------------------------------------- doctor_Index.html 找医生首页---------------------------------------------------------*/
.docr_index_sidebar {
	width: 280px;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.docr_index_title h2 {
	color: white;
	padding: 1px 16px;
	display: inline-block;
	background: #3cbfae;
	border-radius: 0px 15px 15px 0px;
}

.docr_sider_li {
	padding: 15px 5px;
}

.docr_sider_li a {
	display: flex;
}

.docr_sider_li:hover b {
	color: rgb(60, 191, 174);
}

.docr_sider_li a i {
	width: 54px;
	height: 54px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 50%;
}

.docr_sider_con {
	flex: 1;
}

.docr_sider_con b {
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.docr_sider_con p strong {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin-right: 8px;
}

.docr_sider_con p span {
	color: #999;
	font-size: 14px;
	margin-right: 8px;
}

.common_titles_d {
	display: flex;
	justify-content: space-between;

	position: relative;

	border-bottom: 1px solid;
	border-bottom-color: #26bb7f;
	line-height: 47px;
	height: 47px;
}

.common_titles_d h2 {
	position: relative;
	/* left: 0px; */
	bottom: 9px;
	height: 42px;
	padding-bottom: 8px;
	padding-top: 4px;
	padding-right: 4px;
	border-bottom: 5px solid;
	border-bottom-color: #26bb7f;
	font-size: 28px;
	font-weight: 400;
}

.common_titles_d .more {
	position: relative;
	left: 0;
	display: flex;
	align-items: center;
	color: #7c6e6e;
	transition: all 0.5s;
}

.common_titles_d .more i {
	margin-left: 10px;
}

.common_titles_d .more:hover {
	left: 5px;
}

.doctor_hs_mySwiper {
	position: relative;
}

.doctor_hs_mySwiper .doctor_hs_list {
	display: flex;
	column-gap: normal;
	row-gap: inherit;
}

.new_button_prev {
	border-radius: 0px 30px 30px 0px;
	background: #a5bdb9;
	left: -10px;
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-image: none !important;
	opacity: .8;
}

.new_button_prev::after {
	content: '';
}

.new_button_prev i {
	display: block;
	margin-right: 10px;
	font-weight: 600;
	color: white;
	font-size: 20px;
	transform: rotate(180deg);
}

.new_button_next {
	border-radius: 30px 0px 0px 30px;
	background: #a5bdb9;
	right: -10px;
	width: 35px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-image: none !important;
	opacity: .8;
}

.new_button_next::after {
	content: '';
}

.new_button_next i {
	font-weight: 600;
	margin-left: 10px;
	color: white;
	font-size: 20px;
}

.hops_serch_doc {
	display: flex;
}

.hops_serch_doc li {
	display: block;
	padding: 0 12px;
	line-height: 30px;
	border-radius: 40px;
	cursor: pointer;
	color: #6f7379;
	font-size: 16px;
	background: #f4f5f6;
	margin-right: 15px;
}

.hops_serch_doc .on {
	color: #fff;
	background: #2bbc80;
}

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

.docList_ksd_l {
	width: 820px;
}


.commons_titles {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.commons_titles_tab {
	display: flex;
}

.commons_titles_tab li {
	cursor: pointer;
	padding: 7px 30px;
	margin-right: 5px;
	border: #f0f0f0 1px solid;
	color: #666;
	transition: all .2s;
}

.commons_titles_tab .on {
	color: #fff;
	background: #2bbc80;
}

.commons_mores {
	line-height: 40px;
	font-size: 18px;
	color: #999;
}

.commons_doctor_li {
	padding: 18px 0;
	border-bottom: 1px solid #eee;
}

.commons_doctor_li:last-child {
	border-bottom: 0px;
}

.commons_doctor_li a {
	display: flex;
	transition: all 0.3s;
}

.commons_doctor_li:hover a {}

.doctor-infor {
	height: 130px;
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
}


.doctor-qnacontent {
	flex: 1;
}

.doctor-qnacontent dl dt strong {
	font-size: 22px;
	font-weight: 700;
	color: #f77700;
	vertical-align: middle;
	margin-right: 10px;
}

.doctor-qnacontent dl dt span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	padding: 0 5px;
	font-size: 14px;
	color: #62C4A6;
	border: 1px solid #62C4A6;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.doctor-qnacontent dl dd span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin-right: 10px;
}

.doctot_ms {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.doctot_ms b {
	color: #62C4A6;
}

.commons_doctor_li:hover {}

.docList_video_r {
	width: 300px;
	background: #F7F8FC;
}

.bast_drug_video_tit {
	text-align: center;
	padding: 0 45px;
}

.bast_drug_video_tit h2 {
	background: #fd634a;
	color: white;
	font-size: 18px;
	line-height: 35px;
	border-radius: 0px 0px 28px 28px;
}

.bast_drug_video_con li a {
	position: relative;
	padding: 16px 16px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.bast_dc_numb {
	display: block;
	position: relative;
	margin-right: 20px;
	line-height: 32px;
	font-style: normal;
	font-size: 32px;
	font-weight: bold;
	font-family: "Impact";
	color: #888;
}

.bast_drug_video_con li:nth-child(1) i {
	color: #fec5c5;
	background: linear-gradient(to right, #f53621, #fec5c5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bast_drug_video_con li:nth-child(2) i {
	color: #ffdebe;
	background: linear-gradient(to right, #fc7039, #ffdebe);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bast_drug_video_con li:nth-child(3) i {
	color: #efc879e8;
	background: linear-gradient(to right, #ff9554, #efc879e8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bast_dc_numb::after {
	display: block;
	position: absolute;
	content: "";
	left: 0px;
	bottom: -5px;
	width: 100%;
	height: 4px;
	border-radius: 10px;
	background: linear-gradient(to right, #888 0%, #ffffff 100%);
}

.bast_drug_video_con li:nth-child(1) i::after {
	background: linear-gradient(to right, #f53621 0%, #ffffff 100%);
}

.bast_drug_video_con li:nth-child(2) i::after {
	background: linear-gradient(to right, #fc7039 0%, #ffffff 100%);
}

.bast_drug_video_con li:nth-child(3) i::after {
	background: linear-gradient(to right, #ff9554 0%, #ffffff 100%);
}

.bast_dc_v {
	flex: 1;
}

.bast_drug_video_con li a p {
	font-size: 16px;
	color: #1E2129;
}

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

.video_dc_info .ip {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.video_dc_info .it {
	flex: 1;
	overflow: hidden;
}

.video_dc_info .it span {
	font-size: 15px;
	color: #333;
}

.bast_drug_video_con li a::after {
	display: block;
	position: absolute;
	right: -26px;
	top: 45%;
	width: 14px;
	height: 14px;
	content: "";
	transform: translate(-50%, 0) rotate(45deg);
	background-color: #fc7039;
	opacity: 0;
	transition: all 0.4s;
}

.bast_drug_video_con li a:hover::after {
	opacity: 1;
	right: -13px;
}

.comm_area_tab {
	display: flex;
	background-color: #fafafa;
}

.comm_area_tab .on {
	background-color: #62C4A6;
	font-weight: 600;
	color: white;
}

.comm_area_tab li {
	position: relative;
	padding: 0 25px;
	width: auto;
	line-height: 42px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
}

.comm_area_content {
	/* -webkit-transform: translate3d(0, 0, 0);
	-webkit-animation: myAnimation 0.3s ease-out 1;
	-o-animation: myAnimation 0.3s ease-out 1;
	animation: myAnimation 0.3s ease-out 1; */
}

@keyframes myAnimation {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes activeBox {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.comm_area_docr_ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.comm_area_docr_li {
	padding: 0px 10px;
	text-align: center;
	border: 1px solid #DEF1F4;
}

.comm_area_docr_li a {
	display: block;
	margin-top: 10px;
}

.comm_area_docr_li a i {
	display: inline-block;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
	border-radius: 50%;
	background: linear-gradient(to top, #62c4b7 30%, white);
}

.comm_area_docr_li a i img {
	display: block;
	width: 115px;
	height: 115px;
	overflow: hidden;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.comm_area_docr_ms .name strong {
	color: #f77700;
	font-size: 18px;
	font-weight: 400;
	margin-right: 5px;
}

.comm_area_docr_ms .name span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.comm_area_docr_ms .now_ip span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin-right: 10px;
}

.comm_area_botton {
	display: block;
	width: 110px;
	height: 34px;
	margin: 10px auto;
	line-height: 34px;
	color: #fff;
	text-align: center;
	background: #62C4A6;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}

.comm_area_botton em {
	position: relative;
}

.comm_area_docr_li:hover .comm_area_botton {
	/* 	opacity: 0.7; */
	-webkit-box-shadow: 1px 1px 3px #62C4A6;
	box-shadow: 1px 1px 3px #62C4A6;
}



/* --------------------------------------------------------------------------- disease_Index.html 疾病百科首页---------------------------------------------------------*/
.disea_sider_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 15px;
	padding: 0 10px;
	margin-top: 18px;
}

.disea_sider_li {
	background: #F7FAFA;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
}

/* 热门疾病&amp;症状 */
.disea_sym_box {
	display: flex;
	justify-content: space-between;
}

.hot_disea_index,
.hot_symptom_index {
	width: 430px;
}

.drug_tui_i {
	width: 260px;
}

.drug_tui_ul {
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 15px;
	border: 1px solid #DEF1F4;
}

.drug_tui_li:hover i {
	transform: translateY(-4px);
}

.drug_tui_li a {
	text-align: center;
}

.drug_tui_li a i {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 110px;
}




/* 疾病手术 */
.disea_operation_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 15px;
}

.disea_oper_d h3 {
	line-height: 55px;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

.disea_oper_d h3 i {
	display: inline-block;
	height: 34px;
	width: 34px;
	border-radius: 8px;
	text-align: center;
	line-height: 34px;
	font-size: 26px;
	color: white;
	background: #1cc19e;
	margin-right: 10px;
}

.cor_head_pur {
	background: #7788da;
}

.cor_head_bul {
	background: #00b5cb;
}

.cor_head_org {
	background: #fa9700;
}

.cor_head_green {
	background: #2dcf9f;
}

.disea_oper_uls {
	padding: 0 10px 10px;
}

.disea_oper_lis {
	margin-top: 10px;
}

.disea_oper_lis a p {
	padding: 7px 10px;
	background: #FAFAFA;
	color: #999;
	min-height: 42px;
	border-radius: 5px;
}

.disea_oper_lis a h4 {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 5px;
}

.disea_oper_lis a h4 span {
	flex: 1;
}

.disea_oper_lis a h4 i {
	display: inline-block;
	height: 34px;
	width: 34px;
	border-radius: 8px;
	text-align: center;
	line-height: 34px;
	font-size: 26px;
	color: white;
	margin-right: 10px;
	transition: all .3s;
}

.bq_i1 {
	background: #8daff9;
}

.disea_oper_lis:hover {}


/* 医学视频 */
.common_video_ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.common_video_ul li {
	vertical-align: top;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.common_video_ul li .pic {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.common_video_ul .con {
	padding: 10px;
}

.common_video_ul .con .tit {
	font-size: 18px;
	color: #1e222a;
}

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

.video_dc_info .ip {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.video_dc_info .it {
	flex: 1;
	overflow: hidden;
}

.video_dc_info .it span {
	font-size: 15px;
	color: #333;
}

/* 检查 */
.inspect_index_tabs {
	display: flex;
}

.inspect_index_tabs li {
	padding: 0 18px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	border-radius: 6px;
}

.inspect_index_tabs .on {
	color: #fff;
	background: #62C4A6;
}

.inspect_index_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.inspect_index_lis a {
	display: block;
	padding: 15px;
	background: #F7FAFA;
	transition: all 0.3s;
	border-radius: 8px;
}

.inspect_index_lis a h3 {
	font-size: 20px;
	color: #438a93;
}

.inspect_index_lis:hover a {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.inspect_deal_con {
	font-size: 16px;
	color: #767676;
	min-height: 48px;
}

.inspect_con_tag {
	color: #767676;
	font-size: 14px;
}

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

.inspect_con_tag span i {
	color: #5db1b1;
	font-style: normal;
}

/**** --------------------------------------------------------------------------- video_Index 医学视频首页---------------------------------------------------------*****/
.common_video_ul li a .img {
	transition-duration: .5s;
}

.common_video_ul li:hover .img {
	opacity: .85;
	transform: scale(1.08);
}

.video_index_zj {
	display: flex;
	/* justify-content: space-between; */
}

.video_ks_tabs {
	width: 26%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.video_nei_all {
	width: 74%;
	height: 400px;
	padding: 0px 10px 10px 30px;
	background: #EBF8FA;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.video_ks_tabs li {
	padding: 0 20px;
	height: 100px;
	background: #fff;
	cursor: pointer;
}

.video_ks_tabs .on {
	background: #EBF8FA;
}

.video_doct_name {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	border-bottom: 1px solid #E5E8F2;
}

.video_ks_tabs li:last-child .video_doct_name {
	border-bottom: 0px;
}

.video_ks_tabs .on .video_doct_name {
	border-bottom: 0px;
}

.video_doct_name .ttk {
	position: relative;
	font-size: 38px;
	color: #c8cbd6;
}

.video_ks_tabs li:nth-child(1) .video_doct_name .ttk {
	color: #ff0000;
}

.video_ks_tabs li:nth-child(2) .video_doct_name .ttk {
	color: #ff8500;
}

.video_ks_tabs li:nth-child(3) .video_doct_name .ttk {
	color: #ffc000;
}

.video_doct_name .ttk span {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 24px;
	color: white;
}

.doct_name_box {
	flex: 1;
}

.doct_name_box dt h4 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.doct_name_box dt em {
	font-style: normal;
	font-size: 14px;
}

.doct_name_box dd p {}

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

.video_nei-deal {
	padding: 20px 0;
	width: 60%;
}

.video_nei-img {
	width: 40%;
	margin-right: 20px;
	/* width: 320px; */
	overflow: hidden;
}

.video_nei-deal .intro {
	margin-top: 20px;
	line-height: 28px;
	font-size: 18px;
	text-align: justify;
	color: #666;
}

.video_nei-deal h2 {
	display: flex;
	align-items: center;
	color: #ff9600;
	font-size: 28px;
}

.video_nei-deal h2 em {
	font-style: normal;
	margin-left: 20px;
	display: inline-block;
	/* vertical-align: middle; */
	padding: 0 5px;
	line-height: 22px;
	font-size: 14px;
	color: #62C4A6;
	border: 1px solid #62C4A6;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.video_doc_tag {
	font-size: 18px;
	color: #191a1e;
}

/*健康数据 */
.health_tabs {
	display: flex;
}

.health_tabs li {
	margin-right: 5px;
}

.health_tabs li a {
	display: block;
	cursor: pointer;
	padding: 7px 30px;
	border: #f0f0f0 1px solid;
	color: #666;
	transition: all .2s;
}

.health_tabs .on {
	color: #fff;
	background: #2bbc80;
}

.health_tabs .on a {
	color: #fff;
}

.health_com_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 15px;
	border-bottom: 1px solid #eee;
}

.health_com_lis a {
	display: block;
	padding: 15px;
	background: #F7FAFA;
	transition: all 0.3s;
	border-radius: 8px;
}

.health_com_lis a h3 {
	font-size: 20px;
	color: #438a93;
}

.health_com_deal_con {
	font-size: 16px;
	color: #767676;
	min-height: 48px;
}

.health_com_con_tag {
	color: #767676;
	font-size: 14px;
}

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

.health_com_con_tag span i {
	color: #5db1b1;
	font-style: normal;
}

.health_com_lis:hover a {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.health_min_list {
	display: grid;
	column-gap: 20px;
	row-gap: 15px;
}

.health_min_lis a {
	font-size: 16px;
	display: flex;
	align-items: center;
}

.health_min_lis a i {
	font-size: 18px;
}

.gtc5 {
	grid-template-columns: repeat(5, 1fr);
}

.gtc4 {
	grid-template-columns: repeat(4, 1fr);
}

.gtc6 {
	grid-template-columns: repeat(6, 1fr);
}

.health_min_list {
	display: grid;
	column-gap: 20px;
	row-gap: 15px;
}

.health_min_lis a {
	font-size: 16px;
	display: flex;
	align-items: center;
}

.health_min_lis a i {
	font-size: 18px;
}

.health_hops-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 15px;
	border-bottom: 1px solid #eee;
}

.health_hops-li .img-ms {
	position: relative;
	height: 130px;
	overflow: hidden;
}

.health_hops-li .img-ms img {
	vertical-align: top;
	max-width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.health_hops-li .img-ms p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	padding: 0 5%;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.health_hops-li:hover .img-ms img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.health_hops-li .img-ms+p {
	line-height: 46px;
	font-size: 14px;
}

.health_doct-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 15px;
	border-bottom: 1px solid #eee;
}

.health_doct-li {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, .2) 0 1px 3px 0;
	border-radius: 5px;
}

.health_doct-li a {
	display: block;
}

.health_doct-li a i {
	display: inline-block;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
	border-radius: 50%;
}

.health_doct-li a i img {
	display: block;
	width: 115px;
	height: 115px;
	overflow: hidden;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}


.health_drug-ul-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	row-gap: 15px;
	border-bottom: 1px solid #eee;
}

.health_drug-li {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.health_drug-li dt {
	margin: 0 auto;
	padding: 8px;
	width: 100px;
	height: 100px;
}

.health_drug-li dt img {
	object-fit: contain;
	transition: all .3s;
}

.health_drug-li:hover dt img {
	transform: translateY(-4px);
}

.health_drug-li dd h5 {
	font-size: 16px;
	/* font-weight: 400; */
	text-align: center;
}

.health_drug-li dd p {
	color: #767676;
}

.health_drug-li dd p a {
	color: #048e9a;
}

.health_drug-li dd p b {
	color: #ef3a34;
}



/**** --------------------------------------------------------------------------- audio_Index 音频首页---------------------------------------------------------*****/
.comm_audio_tab {
	display: flex;
	background-color: #fafafa;
}

.comm_audio_tab .on {
	background-color: #62C4A6;
	font-weight: 600;
	color: white;
}

.comm_audio_tab li {
	position: relative;
	padding: 0 25px;
	width: auto;
	line-height: 42px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
}

.comm_audio_ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

.comm_audio_li {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.comm_audio_li a .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	line-height: 48px;
	text-align: center;
	background: rgba(0, 0, 0, .35);
	border-radius: 100%;
	overflow: hidden;
}

.comm_audio_li a .a_pic {
	position: relative;
	width: 100%;
	height: 130px;
}

.comm_audio_li a .play_icon i {
	color: #fff;
	font-size: 22px;
}

.a_doc_con {
	padding: 10px;
}

.aud_title {
	font-size: 18px;
}

.aud_use .aud_img {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.aud_ov {
	flex: 1;
}

.aud_use {
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #969AA9;
}

/**** --------------------------------------------------------------------------- ask_Index 问答频道首页---------------------------------------------------------*****/
.ask_mindoct_ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 15px;
}

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

.ask_mindoct_box {
	width: 72%;
}

.ask_mindoct_rit {
	width: 28%;
}

.ask_mindoct_li {
	padding: 10px;
}

.ask_mindoct_li a {
	display: flex;
	justify-content: space-between;

}

.doct_img_name i {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.doct_img_name p {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	color: #1d2028;
}

.ask_w_d dt {
	position: relative;
	padding-left: 34px;
	line-height: 24px;
	font-size: 18px;
}

.ask_w_d dt::before {
	content: '问';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background: #ffbb44;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ask_w_d .cont {
	margin-top: 16px;
	position: relative;
	padding-left: 34px;
	line-height: 24px;
	font-size: 16px;
	color: #606370;
}

.ask_w_d .cont::before {
	content: '答';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background: #FF7C85;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.tag_time {
	padding-left: 34px;
	font-size: 14px;
	color: #969AA9;
}

.more_video_list {
	display: block;
	width: 110px;
	height: 34px;
	margin: 10px auto;
	line-height: 34px;
	color: #fff;
	text-align: center;
	background: #62C4A6;
	-webkit-border-radius: 17px;
	border-radius: 17px
}

.more_video_list:hover {
	color: #fff;
	opacity: 0.8;
}

/**** --------------------------------------------------------------------------- art_Index 文章频道首页---------------------------------------------------------*****/
.art_mindoct_all {
	display: flex;
	justify-content: space-between;
}

.art_mindoct_box {
	width: 72%;
}

.comm_art_tab {
	display: flex;
	background-color: #f4f5f6;
}

.comm_art_tab li {
	position: relative;
	border-right: 1px solid #fff;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	cursor: pointer;
	font-size: 16px;
}

.comm_art_tab .on::before {
	position: absolute;
	left: 50%;
	bottom: -16px;
	content: '';
	border: 8px solid transparent;
	border-top-color: #66ccad;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.comm_art_tab .on {
	color: #fff;
	background-color: #66ccad;
}

.art_jx_ul .art_jx_li:last-child a {
	border-bottom: 0;
}

.art_jx_li a {
	padding: 15px 0 10px;
	line-height: 22px;
	border-bottom: 1px dashed #ddd;
	display: flex;
	justify-content: space-between;
}

.doct_art {
	display: flex;
	align-items: center;
	/* text-align: center; */
}

.doct_art i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.art_w_d {
	flex: 1;
}

.art_w_d dt {
	font-size: 20px;
	line-height: 25px;
	color: #333;
	font-weight: 600;
}

.zx_fr-list {
	width: 26%;
}
.heth_med_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 32px;
}

.heth_med_title h4 {
	font-size: 20px;
	color: #66ccad;
}

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

.heth_med_title a i {
	margin-left: 5px;
}
.heth_med_li {
	position: relative;
	margin-left: 4px;
	border-left: 1px solid #e9e9e9;
	line-height: 24px;
	padding: 25px 0 20px 15px;
}

.heth_med_time {
	position: absolute;
	left: -10px;
	top: -10px;
	display: flex;
	align-items: center;
}

.heth_med_time i {
	display: inline-block;
	border: 4px solid #fff;
	background-color: #fff;
	line-height: 10px;
}

.heth_med_time i:before {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border: 3px solid #66ccad;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.heth_med_time h5{
	font-size: 18px;
	padding-left: 6px;
}

@font-face {
	font-family: "ttk";
	/* Project id 4005981 */
	src: url('//at.alicdn.com/t/c/font_4005981_mydclxk0uy.woff2?t=1716188221577') format('woff2'),
	url('//at.alicdn.com/t/c/font_4005981_mydclxk0uy.woff?t=1716188221577') format('woff'),
	url('//at.alicdn.com/t/c/font_4005981_mydclxk0uy.ttf?t=1716188221577') format('truetype');
}

.ttk {
	font-family: "ttk" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-31dianhua:before {
	content: "\e600";
}

.icon-shouhuodizhi:before {
	content: "\e64e";
}

.icon-jianjie:before {
	content: "\e78b";
}

.icon-remen:before {
	content: "\e646";
}

.icon-zhongliuke:before {
	content: "\e674";
}

.icon-fuchanke:before {
	content: "\e676";
}

.icon-shoushuwaike:before {
	content: "\e67a";
}

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

.icon-yaopin2:before {
	content: "\e662";
}

.icon-shouye:before {
	content: "\e617";
}

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

.icon-shijian:before {
	content: "\e8b8";
}</pre></body></html>