@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.w320 {
	width: 320px;
}

.w870 {
	width: 870px;
}

.w296 {
	width: 296px;
}

.w880 {
	width: 880px;
}

.w300 {
	width: 300px;
}

.bggr {
	background: #f8f8f8;
	/* background: #F7F8FC; */
}

.df {
	display: flex;
}

.box_shadow {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.ggrgs {
	color: #636673;
}

.img_cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.img_ctain {
	-o-object-fit: contain;
	object-fit: contain;
}

.img_c_t {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.g60 {
	color: #606370;
}

.grid-number1 {
	grid-template-columns: repeat(1, 1fr);
}

.grid-number2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid-number3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-number4 {
	grid-template-columns: repeat(4, 1fr);
}

.grid-number5 {
	grid-template-columns: repeat(5, 1fr);
}

.grid-number6 {
	grid-template-columns: repeat(6, 1fr);
}

.grid-number7 {
	grid-template-columns: repeat(7, 1fr);
}

.grid-number8 {
	grid-template-columns: repeat(8, 1fr);
}

.grid-number9 {
	grid-template-columns: repeat(9, 1fr);
}

.m_auto {
	margin: 0 auto;
}

.shadow {
	box-shadow: 0 0 4px #ccc;
	transition: box-shadow 0.24s;
}

.text-center {
	text-align: center;
}

.text-end {
	text-align: end;
}

.red {
	color: red;
}

.color_hui {
	color: #969AA9;
}

.bz_bb {
	box-sizing: border-box
}

/* ----------------------------------------------------------------首页-------------------------------------- */
/* 快捷导航 */

/* 模块 */
.bjp_comon_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 44px;
}

.bjp_comon_title .tit {
	line-height: 44px;
	font-size: 30px;
	font-weight: 500;
}

.bjp_comon_title .more {
	display: flex;
	align-items: center;
}

.bjp_home-box {
	display: flex;
}

.bjp_home-left {
	width: 220px;
}

.bjp_home-right {
	flex: 1;
	border-top: 4px solid #04aa8a;
	border-left: 1px solid #F1F4F9;
}

.bjp_home-right .bjp_home_drug_ul .bjp_home_drug_li {
	min-height: 243px;
}

.bjp_home_drug_ul {
	/* display: flex;
	flex-wrap: wrap; */
	display: grid;
	/* 	    column-gap: 20px;
	    row-gap: 20px; */
}

.bjp_home_drug_li {
	/* width: 25%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #F1F4F9;
	border-bottom: 1px solid #F1F4F9;
}

.bjp_home_drug_li a i {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 8px;
	width: 110px;
	height: 110px;
	transition: transform 0.3s;
}

.bjp_home_drug_li a i img {
	width: 100%;
	/* height: 100%; */
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.3s;
}

.bjp_home_drug_tag {
	padding: 0px 20px 15px;
	/* text-align: center; */
}

.bjp_home_drug_tag .name {
	font-size: 16px;
}

.bjp_home_drug_tag .spet {
	margin-top: 4px;
	color: #e5001f;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bjp_home_drug_li:hover a i {
	transform: translateX(-4px);
}

.bjp_home_drug_tag .ip {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bjp_home_minbgc {
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	padding: 20px;
}

.bjp_home_minbgc a {
	display: block;
}

.bjp_home_minbgc:hover .bjp_home_minbgc-more {
	transform: translateX(30px);
}

.bjp_home_minbgc-more {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #eee;
	padding: 2px 20px;
	color: white;
	transition: transform 0.3s;
}

.bjp_bg_red {
	background: #c76d62;
}

.bjp_bg_gree {
	background: #4cb16b;
}

.bjp_bg_f {
	background: #f78cba;
}

.bjp_bg_blue {
	background: #14adcd;
}

.bjp_bg_lv {
	background: #008476;
}

.bjp_bg_zs {
	background: #993921;
}

.bjp_home_minbgc p {
	color: white;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
}

.bjp_home_like {
	background: #F7F8FC;
	padding: 10px;
	height: 50%;
	width: 100%;
	box-sizing: border-box;
}

.min_zx-home i {
	font-size: 20px;
}

.bjp_home_like .min_zx-home {
	color: #e8a73a;
	font-size: 20px;
}

.min_zx-home_uls {
	display: grid;
	/* column-gap: 10px; */
	row-gap: 16px;
}

.min_zx-home_lis {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}

.min_zx-home_lis:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #e8a73a;
}

.bjp_index_box {
	display: flex;
	justify-content: space-between;
}

.bjp_left_box {
	width: 280px;
	background: #f7fbff;
}

.bjp_midd_box {
	width: 540px;
}

.bjp_right_box {
	width: 300px;
}


/* left */
.bjp_left_title {
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 58px;
}

.bjp_left_title i {
	font-size: 22px;
}

.bjp_left_lis {
	padding: 0 15px;
	line-height: 47px;
}

.bjp_left_lis a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
}

.bjp_left_lis a i {
	font-size: 20px;
	margin-right: 5px;
}

.bjp_left_lis:hover {
	background: #01a4b2;
	color: #fff;
}

.bjp_left_lis:hover a {
	color: #fff;
}

/* middle */
.bjp_med_midd_box {
	border-left: 1px solid #F0F0F0;
	/* border-right: 1px solid #F0F0F0; */
	/* border-bottom: 1px solid #F0F0F0; */
}

.bjp_midd_tab {
	display: flex;
	align-items: center;
	background: #f7f7f7;
}

.bjp_midd_tab li {
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	padding: 0 40px;
}

.bjp_midd_tab .on {
	background: #fff;
	color: #04aa8a;
	border-top: 3px #04aa8a solid;
}

/* right */
.bjp-enterp-title {
	height: 50px;
	padding: 0 20px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #F1F4F9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bjp-enterp-title h2 {
	font-size: 24px;
}

.bjp-enterp-title h2,
.bjp-enterp-title a {
	line-height: 48px;
	color: #1b858f;
}

.bjp_tj_comy {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 15px;
	/* 	border-left: 1px solid #eee;
	border-right: 1px solid #eee; */
}

.bjp_tj_comy li {
	/* border-bottom: 1px solid #eee; */
	/* 	width: 100%;
	height: 64px;
	box-sizing: border-box; */
}

.bjp_tj_comy li a {
	position: relative;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #606370;
	border: 1px solid #F1F4F9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #F7F8FC;
}

.bjp_tj_comy li a span {
	display: block;
	padding: 0 10px;
	height: 32px;
	overflow: hidden;
}

.img_ctain {
	-o-object-fit: contain;
	object-fit: contain;
}

/* .bjp_tj_comy li:nth-child(2n-1) {
	border-right: 1px solid #eee;
}

.pp_name_hidden {
	position: absolute;
	text-align: center;
	line-height: 64px;
	font-size: 16px;
	color: white;
	bottom: -64px;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: rgb(0 0 0 / 70%);
}

.bjp_tj_comy li:hover .pp_name_hidden {
	bottom: 0;
} */
.related_brands {
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: space-between;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.related_brands_title {
	font-size: 24px;
	padding: 0 10px;
	color: #4796c1;
}

.related_brands_ul {
	flex: 1;
	padding-left: 10px;
	display: grid;
}

.related_brands_li {
	/* height: 70px; */
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
}

.related_brands_li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #60a4cc;
}

.related_brands_li a {
	/* 	display: block;
	width: 100%;
	height: 100%; */
}

.related_brands_li a img {
	-o-object-fit: contain;
	object-fit: contain;
}

/* 首页资讯 */
.bjp_inform_home {}

.bjp_inform_top {

}
.bjp_inform_top_ul{
	display: grid;
	column-gap: 20px;
	row-gap: 10px;
}
.bjp_inform_top_li {
	padding: 20px;
	background: #F7FAFA;
	border-radius: 8px;
}

.bjp_inform_top_li .bjp_tit {
	line-height: 32px;
	font-size: 26px;
}


.bjp_inform_bottom_ul{
	display: grid;
	column-gap: 50px;
	row-gap: 40px;
}
/* .bjp_inform_bottom_li{
	padding:0 20px;
} */
.bjp_inform_bottom_li .bjp_tit{
	line-height: 26px;
	font-size: 18px;
	font-weight: 500;
}
/* ----------------------------------------------------------------详情-------------------------------------- */
.bjp_de_t_ul {
	display: flex;
	border-radius: 5px;
	/* background: #62C4A6; */
}

.bjp_t_li {
	position: relative;
}

.bjp_t_li a {
	display: block;
	/* text-align: center; */
	color: #646464;
	position: relative;
	padding: 0px 24px;
	line-height: 54px;
	font-size: 18px;
	margin-right: 3px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.bjp_t_li:hover .nav_color {
	color: #fff;
	background: #45b859;
;
	box-shadow: 5px 5px 0 0px #1c8973;
}

.bjp_de_t_ul .on .nav_color {
	color: #fff;
	background: #45b859;
;
	box-shadow: 5px 5px 0 0px #1c8973;
}

.bjp_t_li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9;
}

.bjp_t_li .sub-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 7px;
	left: -14px;
	opacity: 0;
	z-index: -1;
	box-shadow: 0 4px 15px rgba(1, 15, 28, 0.06);
	border-radius: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	padding: 18px 20px 18px 18px;
	left: -27px;
}

.sub-menu li {
	position: relative;
}

.sub-menu li a i {
	position: absolute;
	font-family: "font awesome 6 pro";
	left: -15px;
	font-size: 16px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in-out;
	z-index: -1;
}

.sub-menu li:hover a {
	padding-left: 30px;
	color: #45b859;
}

.sub-menu li:hover a i {
	left: 0;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	color: #45b859;
}

.bjp_dp_box {
	padding: 80px 20px 20px;
	padding-top: 25px;
	position: relative;
}

.bjp_layout_l {
	width: calc(100% - 370px);
}

.bjp_layout_r {
	width: 350px;
	position: relative;
}

#big_banner {
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid #62C4A6;
}

#min_banner {
	overflow: hidden;
	margin-left: 25px;
}

.bjp_layout_r #min_banner .swiper-slide {
	padding-top: 10px;
	width: 25%;
}

.bjp_layout_r #min_banner .swiper-slide .thumbs {
	padding: 5px;
	height: 60px;
	border: 1px solid #E5E8F2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bjp_layout_r #min_banner .swiper-slide-thumb-active .thumbs {
	position: relative;
	opacity: 1;
	border: 1px solid #62C4A6;
}


.out_img {
	position: absolute;
	overflow: hidden;
	left: 320px;
	top: 0;
	width: 400px;
	height: 400px;
	display: none;
}

.out_img .img {
	position: absolute;
	left: 0;
	top: 0;
	height: 800px;
	width: 800px;
}

.out_img .img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.bjp_dea_list {}

.bjp_dea_list p {
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
	display: flex;
	line-height: 32px;
	font-size: 14px;
	color: #1E2129;
}

.bjp_tag_li {
	display: inline-block;
	padding: 0 10px;
	margin-left: 5px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}

.tag_bg_c1 {
	color: #fe3d3d;
	background: #fff3ee;
	border: 1px solid #fe793d;
}

.tag_bg_c2 {
	background: #F1FFFC;
	color: #62C4A6;
	border: 1px solid #62C4A6;
}

.tag_bg_c3 {
	color: #3D87FE;
	background: #EEF5FF;
	border: 1px solid #3D87FE;
}

.bjp_dea_list p b {
	color: #969AA9;
}

.bjp_dea_list p a {
	color: #205BE6;
}

.bjp_dea_list p i {
	flex: 1;
	font-style: normal;
}



.bjp_de_box {
	padding: 15px 20px;
	background: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bjp_common_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bjp_common_j_tit {
	position: relative;
	padding-left: 15px;
}

.bjp_common_j_tit:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 3px;
	height: 26px;
	background: #308f6f;
	border-radius: 10px;
}

.bjp_common_tit a {
	display: flex;
}


.drug_prod_table table {
	width: 100%;
	border-collapse: collapse;
}

.drug_prod_table table colgroup .tab_head {
	width: 150px;
	background-color: #04aa8a;
}

.drug_prod_table table colgroup .tab_cont {
	width: calc(100% - 150px);
	background-color: #f5f5f5;
}

.drug_prod_table table tr {
	border: 2px solid #fff;
}

.drug_prod_table table td:first-child {
	padding: 15px 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.drug_prod_table table td {
	padding: 20px;
	border-right: 2px solid #fff;
}

.drug_prod_table table td p {
	font-size: 14px;
	text-align: start;
}

.drug_prod_table table td dt {
	position: relative;
	margin: 10px auto;
	padding: 5px;
	width: 230px;
	height: 180px;
}

.drug_prod_table table td dt img {
	-o-object-fit: cover;
	object-fit: cover;
}

.drug_prod_table table td dd {
	font-size: 18px;
	margin: 5px 0;
	text-align: center;
}

.drug_prod_table table .drug_tab_s td {
	padding: 8px 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: none;
}

.bjp_role_box {
	padding: 16px;
	background: #F4FDFA;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 24px;
	color: #606370;
}

.bjp_role_box p i {
	font-size: 24px;
}

.bjp_zx_uls {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

.bjp_zx_li {
	vertical-align: middle;
	margin-bottom: 20px;
}

.bjp_zx_li a {
	display: block;
	background: #F7F8FC;
	padding: 10px 16px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* height: 245px; */
	overflow: hidden;
}

.bjp_zx_li_tit {
	font-size: 16px;
}

.bjp_zx_li a p {
	color: #1E2129;
}

.bjp_zx_li_tit i {
	font-size: 20px;
	color: #65d4b1;
}

.bjp_zx_li:hover a strong {
	color: #65d4b1;
}

.bjp_zx_li:hover a p {
	color: #1E2129;
}

.bjp_yp_tj_ul {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

.bjp_yp_tj_lis a dl dt {
	padding: 20px;
	height: 160px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #EEEEEE;
}

.bjp_yp_tj_lis a dl dt img {
	transition: transform 0.3s;
}

.bjp_yp_tj_lis:hover a dl dt img {
	transform: translateY(-5px);
}

.drug_prod_zx_uls {}

.drug_prod_zx_li {
	border-bottom: 1px solid #bbb;
}

.drug_prod_zx_li a strong {
	line-height: 28px;
	font-size: 20px;
	display: block;
	color: #1E2129;
	font-weight: 500;
}

.drug_prod_zx_li:hover a strong {
	color: #49c066;
}

.drug_prod_zx_li:hover a p,
.drug_prod_zx_li:hover a time {
	color: #666;
}

/* ----------------------------------------------------------------保健品药企列表-------------------------------------- */
.drug_seach_box {
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 0 20px;
	position: relative;
}

.drug_seach_box dl {
	padding: 8px 20px;
	border-bottom: 1px solid #F1F4F9;
}

.drug_seach_dt {
	float: left;
	width: 82px;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 700;
	/* color: #999; */
}

.drug_seach_dd {
	position: relative;
	margin-left: 100px;
	max-height: 50px;
	font-size: 15px;
	padding-right: 70px;
	overflow: hidden;
	transition: all .1s;
}

.drug_seach_dd a {
	display: inline-block;
	margin: 8px 3px;
	padding: 5px 23px;
	border-radius: 5px;
	color: #666;
	transition: all .1s;
}

.drug_seach_dd .on {
	background: #1ed686;
	color: #fff;
	border-radius: 20px;
}

.drug_seach_dd a:hover {
	background: #1ed686;
	color: #fff;
	border-radius: 20px;
}

.drug_seach_dd .all {
	position: absolute;
	right: 0;
	top: 7px;
	line-height: 36px;
	padding-right: 15px;
	cursor: pointer;
	color: #2bbc80;
	font-size: 14px;
	font-style: normal;
}

.drug_seach_box .nav_bgcolor {
	padding-left: 7px;
	background-color: #f5f5f5;
}

.drug_seach_box dl .all_more {
	max-height: none;
}

.bjp_ph_list_tit {
	/* color: #e00b0b; */
	color: #04aa8a;
	font-size: 24px;
}

.bjp_ph_list_tit i {
	font-size: 24px;
}

.bjp_charts_tab_list {
	display: grid;
	/* column-gap: 2px; */
	/* row-gap: 10px; */
	background: #04aa8a;
}

.bjp_charts_tab_list li {
	background: #04aa8a;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	border-right: 3px solid #fff;
}

/* .bjp_charts_tab_list li:last-child{
	border-right:0;
} */
.bjp_charts_tab_list .on {
	background: #fff;
	color: #04aa8a;
	border-top: 3px #04aa8a solid;
}

.bjp_charts_tab_con {
	background: #fff;
	margin-top: 20px;
}

.bjp_charts_tab_con table {
	border: 0;
	table-layout: fixed;
	background: #fff;
	width: 100%;
}

.bjp_charts_tab_con table thead tr th {
	background: #f2f2f2;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 8px 0;
	position: relative;
}

.bjp_charts_tab_con table>tbody>tr {
	height: 75px;
	border-bottom: 1px #eee solid;
}

.bjp_charts_tab_con table>tbody {
	background: #fff;
}

.bjp_charts_tab_con table>tbody>tr>th {
	text-align: center;
	padding: 10px;
	font-weight: normal;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.bjp_charts_tab_con table>tbody>tr>th i {
	font-size: 40px;
	color: #D7000F;
	position: relative
}

.bjp_charts_tab_con table>tbody>tr>th i span {
	position: absolute;
	top: -2px;
	left: 16px;
	color: #fff;
	font-size: 20px;
}

.bjp_charts_tab_con table>tbody>tr>th:nth-of-type(1)>span {
	padding: 2px 6px;
	background: #cacaca;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
}

.bjp_charts_tab_con table>tbody>tr:nth-child(1)>th i {
	color: #ff5f24;
}

.bjp_charts_tab_con table>tbody>tr:nth-child(2)>th i {
	color: #ffa539;
}

.bjp_charts_tab_con table>tbody>tr>th a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bjp_charts_tab_con table>tbody>tr>th a img {
	display: inline-block;
	width: 96px;
	object-fit: contain;
}

.bjp_compy-li {
	min-height: 152px;
	padding: 25px 20px 25px 286px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.bjp_compy-li .img_box {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 25px;
	width: 246px;
	height: 152px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(222, 222, 222, 1);
}

.bjp_compy-li .img_box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: 1s;
	transition: 1s;
}

.bjp_compy-li p i {
	color: #5db1b1;
	font-style: normal;
}

.bjp_compy-li p {
	color: #767676;
}

.bjp_compy-li .img_box:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.bjp_compy-li .not_img_show {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #92CEB7;
	color: white;
	font-size: 34px;
}

.bjp_compy-li .not_img_show p {
	line-height: 38px;
	color: white;
}

/* ----------------------------------------------------------------保健品品牌详情-------------------------------------- */
.bjp_comy_d_tit {
	display: flex;
}

.bjp_comy_d_logo {
	display: block;
	background: #FFFFFF;
	border: 1px solid rgba(222, 222, 222, 1);
	border-radius: 2px;
	width: 260px;
	height: 197px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	top: 0px;
}

.bjp_comy_d_logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.bjp_comy_d_name {
	flex: 1;
}

/* .bjp_comy_d_tag {
	display: flex;
}

.tag_list {
	flex: 1;
} */
.bjp_comy_d_tag .leabe {
	float: left;
	display: inline-block;
}

.tag_list li {
	display: inline-block;
	background: #FFF3ED;
	border: 0.5px solid rgba(255, 221, 205, 1);
	border-radius: 4px;
	margin-left: 8px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	overflow: hidden;
	color: #FF5E17;
	font-size: 12px;
}

.bjp_jj_cont {
	line-height: 2;
	min-height: 250px;
}

.bjp_jj_cont p {
	margin-bottom: 22px;
	font-size: 16px;
	color: #555;
}

.bjp_brief span i {
	color: #5db1b1;
	font-style: normal;
}

.bjp_comy_d_tabs {
	display: flex;
	border-radius: 5px;
}

.bjp_comy_d_tabs li {
	float: left;
	margin-right: 10px;
}

.bjp_comy_d_tabs li a {
	position: relative;
	line-height: 20px;
	display: block;
	padding: 8px 16px 8px;
	font-size: 16px;
	background: #eee;
	border-radius: 5px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.bjp_comy_d_tabs .on a {
	color: #fff;
	background: #3b9b81;
	border-radius: 0px 22px 22px 0px;
}

.bjp_comy_d_tabs li:hover a {
	color: #fff;
	background: #3b9b81;
	border-radius: 0px 22px 22px 0px;
}

.bjp_compyzx_uls {
	display: grid;
	column-gap: 25px;
	row-gap: 25px;
}

.bjp_compyzx_li a strong {
	font-size: 18px;
	color: #1E2129;
	font-weight: 500;
}

.bjp_compyzx_li:hover a strong {
	color: #49c066;
}

.bjp_compy_med_ul {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
}

.bjp_compy_med_lis {
	position: relative;
	padding: 20px 20px 20px 20px;
	margin-bottom: 16px;
	background: #fff;
	/* -webkit-border-radius: 5px; */
	/* border-radius: 5px; */
	overflow: hidden;
}

.bjp_list_a {
	display: block;
	width: 170px;
	height: 130px;
}

.bjp_list_a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .3s;
}

.bjp_gs_name {
	font-size: 20px;
	vertical-align: middle;
	font-weight: 500;
}

.bjp_gs p {
	color: #767676;
}

.bjp_gs p a {
	color: #048e9a;
}

.bjp_gs b {
	color: #ef3a34;
}

.bjp_compy_med_lis::before,
.bjp_compy_med_lis::after,
.bjp_inner::before,
.bjp_inner::after {
	background-color: #f42f2f;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.bjp_compy_med_lis::before,
.bjp_compy_med_lis::after {
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.bjp_compy_med_lis::before {
	top: 0;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.bjp_compy_med_lis::after {
	bottom: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.bjp_compy_med_lis .bjp_inner:before,
.bjp_compy_med_lis .bjp_inner:after {
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.bjp_compy_med_lis .bjp_inner:before {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.bjp_compy_med_lis .bjp_inner:before {
	left: 0;
}

.bjp_compy_med_lis .bjp_inner:after {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.bjp_compy_med_lis .bjp_inner:after {
	right: 0;
}

.bjp_compy_med_lis:hover::before,
.bjp_compy_med_lis:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.bjp_compy_med_lis:hover:before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.bjp_compy_med_lis:hover:after {
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.bjp_compy_med_lis:hover .bjp_inner:before,
.bjp_compy_med_lis:hover .bjp_inner:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.bjp_compy_med_lis:hover .bjp_inner:before {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.bjp_compy_med_lis:hover .bjp_inner:after {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

/* 企业信息 */
.bjp_company-table table {
	width: 100%;
	font-size: 14px;
	border: 1px solid #F1F4F9;
	-webkit-border-radius: 6px;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 6px;
}

.bjp_company-table table tr {
	color: #333;
	border-bottom: 1px solid #F1F4F9;
}

.bjp_company-table table tr td {
	padding: 15px 20px;
	width: 30%;
	border-right: 1px solid #F1F4F9;
	border-bottom: 1px solid #F1F4F9;
}

.bjp_company-table table .c-thead {
	width: 20%;
	background: #e6eeff;
	color: #333333;
	font-weight: 600;
	text-align: center;
}

.bjp_company-table table tr td:last-of-type {
	border-right: none;
}

.bjp_company-table table tr p {
	line-height: 24px;
}

.bjp_company-table table tr p a {
	font-size: 14px;
	color: #EA2B37;
}

.bjp_company-table table tr p a i {
	font-size: 14px;
}


.bjp_company_plat_info {
	overflow: hidden;
	/* margin-top: 20px; */
}

.bjp_company_plat_info table {
	border: 1px solid #EEE2E2;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	text-align: center;
}

.bjp_company_plat_info table .title {
	font-size: 18px;
	text-align: center;
}

.bjp_company_plat_info table th {
	padding: 10px 16px;
	font-size: 14px;
	text-align: left;
}

.bjp_company_plat_info table td {
	padding: 10px 16px;
	font-size: 14px;
	text-align: left;
}

.bjp_company_plat_info table .title span {
	color: #EA2B37;
	margin-left: 8px;
}

.bjp_company_plat_info table tr .more p {
	padding: 10px;
}

.bjp_company_plat_info table tr .more p a {
	font-size: 14px;
	color: #EA2B37;
}

.bjp_company_plat_info table tr .more p a i {
	font-size: 14px;
}

/* 视频 */
.bjp_video_tab_con {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
}

.bjp_video_tab_con li {
	background: white;
	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);
}

.bjp_video_tab_con li .pic {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.bjp_video_tab_con .con {
	padding: 10px;
}

.bjp_video_tab_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;
}

.play_icon i {
	font-size: 24px;
	color: #fafafa;
}

/* 问答 */
.bjp_prod_ques li {
	float: left;
	width: 45%;
	margin-top: 30px;
	padding: 24px 15px;
}

.bjp_prod_ques li:nth-child(even) {
	float: right;
}

.bjp_ans_box .qus {
	font-size: 16px;
	font-weight: 400;
}

.bjp_ans_box .ico {
	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;
}

.bjp_ans_box .qus .ico {
	margin-top: 2px;
	background: #ffbb44;
}

.bjp_ans_box .auw {
	margin: 12px 0 15px;
}

.bjp_ans_box .auw .ico {
	margin-top: 4px;
	background: #8ac03b;
}

.bjp_ans_box .auw .txt {
	height: 52px;
	line-height: 26px;
	font-size: 15px;
	text-align: justify;
	color: #666;
	overflow: hidden;
}

.bjp_ans_box .info {
	padding-top: 15px;
	border-top: #e6e9ed 1px solid;
	overflow: hidden;
}

.bjp_ans_box .info .doc .pic {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
}

.bjp_ans_box .info .doc .tit em:nth-child(1) {
	color: #333;
}

.bjp_ans_box .info .doc .tit em:nth-child(2) {
	width: 12em;
	height: 18px;
	color: #999;
	overflow: hidden;
}

.bjp_ans_box .info .time {
	margin-top: 15px;
	display: block;
	text-align: right;
	color: #999;
	max-height: 20px;
}

/* ----------------------------------------------------------------通用侧边栏-------------------------------------- */
/* 药品查询 */
.med_dr_search form {
	display: flex;
}

.med_dr_search form .iputs {
	display: flex;
	align-items: center;
	width: 80%;
	height: 36px;
	line-height: 36px;
	border: 2px solid #62C4A6;
	border-right: 0;
	vertical-align: middle;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	-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-left: 5px;
}

.med_dr_search form input {
	width: 205px;
	height: 32px;
	border: none;
	line-height: 32px;
	padding: 0;
	font-size: 14px;
}

.med_dr_search form input:focus {
	outline: none;
	font-size: 14px !important;
}

.med_dr_search form .button_s {
	flex: 1;
	color: #fff;
	font-size: 16px;
	background: -webkit-gradient(linear, left top, right top, from(#6BD388), to(#62C4A6));
	background: -webkit-linear-gradient(left, #6BD388, #62C4A6);
	background: linear-gradient(to right, #6BD388, #62C4A6);
	cursor: pointer;
}

.seach_nav_list {
	display: flex;
	justify-content: space-between;
	/* display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 5px; */
	margin-top: 10px;
}

.seach_nav_list .lis a {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.seach_nav_list .lis a i {
	display: inline-block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	text-align: center;
	line-height: 62px;
	font-size: 30px;
	color: white;
}

.seach_nav_list .lis:nth-child(1) a i {
	background: #fa7a49;
}

.seach_nav_list .lis:nth-child(2) a i {
	background: #6bc8c7;
}

.seach_nav_list .lis:nth-child(3) a i {
	background: #af91c3;
}

.seach_nav_list .lis:hover i {
	opacity: .8;
}

/* 标题 */
.drug_side {
	background: #fff;
	border-radius: 5px;
	padding: 0 15px 10px;
	position: relative;
}

.drug_side_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #333;
	line-height: 64px;
	border-bottom: #f0f0f0 1px solid;
	font-weight: normal;
}

.drug_side_title h3 {
	font-weight: normal;
	color: #4d8ea1;
}

.drug_side_title h3 i {
	font-size: 20px;
}

.drug_side_title a {
	display: flex;
	align-items: center;
	color: #4d8ea1;
}

/* 资讯 */
.drug_side_zx li a {
	position: relative;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 42px;
	border-bottom: solid;
	border-color: #f0f0f0;
	border-width: 0px;
	transition: all .6s;
}

.drug_side_zx li:hover a {
	left: 8px;
}

.drug_side_zx li a p {
	width: 70%;
	font-size: 16px;
}

.drug_side_zx li a i {
	font-size: 12px;
	color: #999;
}

/* 药品推荐 */

.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_img .not_img_show {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #92CEB7;
	color: white;
	font-size: 16px;
}

.drug_side_mde_list a:hover .drug_side_img {
	transform: translateX(-4px);
}

.drug_side_mde_list .info {
	flex: 1;
}

.drug_side_mde_list .info h4 {
	font-size: 16px;
}

/* 医生推荐 */
.drug_doctor_lis a {
	display: block;
	padding: 10px 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.drug_doctor_lis:hover dl dt strong {
	color: #49c066;
}

.drug_doctor_info {
	display: flex;
	justify-content: space-between;
}

.drug_doctor_img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
}

.drug_doctor_info dl {
	flex: 1;
}



/* 医院推荐 */
.hosp_li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.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;
}

.sitenav {
	padding: 14px 10px;
	line-height: 20px;
	color: #868686;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}

/* ----------------------------------------------------------------page-------------------------------------- */
/* ---------------------yiiPager CSS----------------------- */
.yiiPager {
	margin-top: 36px;
	text-align: center;
}

.yiiPager li {
	float: left;
	margin: 0 3px;
	padding: 6px 12px;
	background: #fff;
	border: #d9d9d9 1px solid;
}

.yiiPager li:hover a {
	color: #66d066;
}

.yiiPager .selected {
	background: #66d066;
}

.yiiPager .selected a,
.yiiPager .selected:hover a {
	color: #fff;
}

.yiiPager em {
	padding: 0 3px;
	font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	color: #66d066;
}

/* ----------------------------------------------------------------隐藏H1标签内容-------------------------------------- */
.h1_ds_one {
	font-size: 0;
	text-indent: -999px;
}

/* ----------------------------------------------------------------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;
}

/* ----------------------------------------------------------------icon-------------------------------------- */
@font-face {
	font-family: "ttk";
	/* Project id 4005981 */
	src: url('//at.alicdn.com/t/c/font_4005981_n7p7121al6r.woff2?t=1732871141196') format('woff2'),
	url('//at.alicdn.com/t/c/font_4005981_n7p7121al6r.woff?t=1732871141196') format('woff'),
	url('//at.alicdn.com/t/c/font_4005981_n7p7121al6r.ttf?t=1732871141196') format('truetype');
}

.ttk {
	font-family: "ttk" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-xiala:before {
	content: "\e65c";
}

.icon-jiantou_xiangyou:before {
	content: "\eb08";
}

/* 注意 */
.icon-tishi:before {
	content: "\e607";
}

/* 更多 */
.icon-jiantou_xiangyou:before {
	content: "\eb08";
}

/* 资讯 */
.icon-a-kepuzixun2x:before {
	content: "\e632";
}

/* 保健 */
.icon-yiyaobaojian:before {
	content: "\e64d";
}

.icon-baojian:before {
	content: "\e650";
}

.icon-paihangbang:before {
	content: "\e66f";
}

/* 排行 */
.icon-paiming:before {
	content: "\e6f1";
}

/* 时间 */
.icon-shijian:before {
	content: "\e8b8";
}

/* 更多 */
.icon-gengduo:before {
	content: "\e63e";
}

.icon-zaitu:before {
	content: "\e64b";
}

.icon-fenlei01:before {
	content: "\e654";
}

.icon-qiye:before {
	content: "\e637";
}

.icon-keshijieshao:before {
	content: "\e67d";
}

.icon-gengduo1:before {
	content: "\e63c";
}

.icon-xiangyoujiantou:before {
	content: "\e65f";
}

.icon-gengduo11:before {
	content: "\e636";
}

.icon-bofang:before {
	content: "\e87c";
}

.icon-liulan:before {
	content: "\e647";
}