.bggr {
	background: #f8f8f8;
}

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


/* 侧边栏相关药品 */
.drug_side {
	background: #fff;
	border-radius: 5px;
	padding: 0 15px 10px;
	position: relative;
	border: 1px solid #eee;
}

.drug_side_title {
	font-size: 18px;
	color: #333;
	line-height: 64px;
	border-bottom: #f0f0f0 1px solid;
	font-weight: normal;
}

.drug_side_title h3 {
	font-weight: normal;
}

.drug_side_mde_list a {
	display: flex;
	justify-content: space-between;
	border-bottom: #f0f0f0 1px dashed;
	padding-bottom: 14px;
}

.drug_side_img {
	width: 74px;
	height: 74px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-style: normal;
	overflow: hidden;
	transition: all .3s;
}

.drug_side_mde_list .info {
	flex: 1;
}

.drug_side_mde_list a:hover .drug_side_img {
	transform: translateX(-4px);
}

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

.symptom_page_name {
	padding: 10px 20px 10px 0px;
}

.symptom_page_name h2 {
	padding-left: 10px;
	border-left: #6bc30d 6px solid;
	line-height: 32px;
	font-size: 26px;
}

/* -----------------------------------------------------------------operation_index ------------------------------------*/
.case {
	position: relative;
	display: flex;
}

.opera_nav {
	width: 250px;
	margin-right: 24px;
	background: #fff;
	border-top: #1ed686 2px solid;
	border-radius: 3px;
	overflow: hidden;
}

.opera_nav li .opera_menu {
	display: flex;
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: #ebebeb 1px solid;
}

.part_dl dt {
	font-size: 17px;
	color: #00a652;
}

.part_dl dd {
	margin-top: 2px;
	color: #666;
}

.part_dl dd span {
	margin-right: 3px;
}

.side_menu .opt_list {
	position: absolute;
	height: 100%;
	z-index: 3;
	left: 240px;
	top: 0;
	right: 324px;
	background: #f2f5f3;
	border-top: #1ed686 2px solid;
	box-shadow: 2px 2px 3px #d3d3d3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.opera_nav li:hover {
	background: #f2f5f3;
}

.opt_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 30px 18px;
}

.opt_list ul a {
	display: block;
	padding: 10px 16px 0 16px;
}

.opera_nav li:last-child .opera_menu {
	border: 0;
}





.opera_siber {
	flex: 1;
	background: #fff;
}

.hack_oper_box {
	border-top: #1ed686 2px solid;
}

.hack_oper_box .hack_title {
	padding: 15px 15px 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.hack_oper_con {
	display: flex;
	flex-wrap: wrap;
	margin-right: -60px;
}

.hack_oper_list {
	width: 46%;
	margin-right: 20px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hack_oper_list h3 {
	font-size: 18px;
}

.hack_oper_list h3 i {
	color: #9acb7e;
	font-size: 20px;
}

.hack_oper_ul li {
	width: 33.3%;
	padding: 15px 20px 15px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hack_oper_ul li a {
	display: block;
	background: #eee;
	border-radius: 20px;
	text-align: center;
	padding: 5px 0;
}

.opera_search {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 47px;
	border-bottom: 2px solid #62c4a6;
	border-right: 1px solid #62c4a6;
	border-radius: 5px 5px 5px 0px;
}

.opera_search h2 {
	position: relative;
	padding: 0 25px;
	font-size: 20px;
	font-weight: 400;
	margin-right: 30px;
	background-color: #62C4A6;
	font-weight: 600;
	line-height: 47px;
	color: white;
}

.opera_search h2::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #62C4A6;
	position: absolute;
	top: -10px;
	left: 0;
}

.opera_search h2::after {
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	background-color: #62c4a6;
	position: absolute;
	top: -10px;
	right: -3px;
	transform: skew(33deg);
}


.opera_search_ul {
	display: flex;
	overflow: hidden;
	position: relative;
	padding: 10px;
	font-size: 18px;
}

.opera_search_ul li {
	position: relative;
	display: block;
	margin-right: 17px;
	padding: 0 15px;
	font-size: 18px;
	cursor: pointer;
}

.opera_search_ul li:hover {
	color: #fff;
	background-color: #62C4A6;
	border-radius: 25px;
}

.opera_search_ul .on {
	color: #fff;
	background-color: #62C4A6;
	border-radius: 25px;
}

.opera_more {
	font-size: 16px;
	margin: 0 20px;
}

.opera_search_con {
	padding: 30px 0;
}

.opera_search_con li {
	margin-right: 30px;
	width: 20%;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 18px;
	padding-left: 20px;
	line-height: 75px;
}

.rad_em1,
.rad_em2 {
	position: absolute;
	width: 2px;
	height: 50px;
	background-color: #5eb1a5;
	bottom: -50px;
	z-index: 10;
}

.rad_em1::before,
.rad_em2::before {
	content: '';
	position: absolute;
	left: -5px;
	bottom: 0;
	background: white;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 1px solid #5eb1a5;
	z-index: 8;
}

.rad_em1::after,
.rad_em2::after {
	content: '';
	position: absolute;
	left: -9px;
	bottom: -4px;
	background: white;
	border-radius: 5px;
	width: 20px;
	height: 7px;
	border: 1px solid #5eb1a5;
	z-index: 8;
}

.rad_em1 {
	left: 200px;
}

.rad_em2 {
	right: 200px;
}


.opera_search_con li::before {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #62C4A6;
}

/* -----------------------------------------------------------------operation_list ------------------------------------*/
.opera-list-ul li {
	position: relative;
	padding: 10px 10px 10px 20px;
	margin-bottom: 16px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.opera-list-ul li h2 {
	font-weight: normal;
}

.opera-list-ul li h2 a {
	font-size: 18px;
}

.opera-list-ul li p {
	font-size: 16px;
	color: #767676;
	line-height: 24px;
}

.opera-list-ul li p b {
	color: #ef3a34;
}

.opera-list-name span {
	display: inline-block;
	padding: 1px 10px;
	margin-left: 10px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	vertical-align: middle;
}

.tag-sty1 {
	color: #ff9023;
	background: #ffe9d3;
}

/* -----------------------------------------------------------------operation_detail ------------------------------------*/
.opera_name_box {
	/* background: linear-gradient(to right, #49ba76 30%, #5ecc8a 40%, #4dbf79 60%, #71c191 80%, #65d993 100%); */
	background: #3b9b81;
}

.opera_tit_name_h1 {
	line-height: 108px;
	font-size: 46px;
	color: white;
}

.opera_dea_nav {
	background-color: #fafafa;
}

.opera_dea_ul {
	display: flex;
	line-height: 57px;
}

.opera_dea_ul li {
	margin-right: 25px;
	height: 57px;
	line-height: 57px;
}

.opera_dea_ul li a {
	display: block;
	margin-top: 9px;
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
	font-size: 20px;
	border-radius: 25px;
	color: #36444e;
}

.opera_dea_ul .on a {
	color: #fff;
	background-image: linear-gradient(15deg, rgb(83 175 110) 0%, rgb(68 169 109) 100%);
}

.opera_dea_ul li:hover a {
	color: #fff;
	background-image: linear-gradient(15deg, rgb(83 175 110) 0%, rgb(68 169 109) 100%);
}

.opera_section {
	position: relative;
	overflow: hidden;
	margin: 30px 0;
	padding: 15px;
	font-size: 18px;
	background-color: #f6f8fb;
}

.opera_section p {
	font-size: 18px;
	color: #46545e;
	margin: 10px 0;
}

.opera_section h2 {
	position: relative;
	margin-bottom: 10px;
}

.opera_section h2::before {
	position: absolute;
	top: 50%;
	left: -15px;
	bottom: 0;
	content: "";
	transform: translateY(-50%);
	width: 6px;
	height: 26px;
	background-color: #3b9b81;
}

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

.opera_datl_ss li {
	width: 50%;
	line-height: 40px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.opera_datl_ss li b {
	font-weight: 400;
}

.opera_datl_ss li a {
	margin-right: 10px;
	color: #048e9a;

}

.opera_datl_con {
	overflow: hidden;
}

.opera_datl_con p {
	font-size: 18px;
	color: #46545e;
	margin: 10px 0;
}

.opera_conte strong {
	display: block;
	margin-top: 10px;
}

.op_org {
	color: #ff9702;
}

.op_red {
	color: #ef3a34;
}




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

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

.icon-nanren:before {
	content: "\e63b";
}

.icon-erke:before {
	content: "\e66c";
}

.icon-grandpa:before {
	content: "\e8ff";
}

.icon-laoren-shi:before {
	content: "\e6eb";
}

.icon-a-icon-person-nv2:before {
	content: "\e610";
}