@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
main {
	min-height: 90vh;
}

.mt1 {
	margin-top: 0.1rem;
}

.ml1 {
	margin-left: 0.1rem;
}

.mr1 {
	margin-right: 0.1rem;
}

.mb1 {
	margin-bottom: 0.1rem;
}

.ml2 {
	margin-left: 0.2rem;
}

.mr2 {
	margin-right: 0.2rem;
}

.mt2 {
	margin-top: 0.2rem;
}

.mb2 {
	margin-bottom: 0.2rem;
}

.mt3 {
	margin-top: 0.3rem;
}

.mt06 {
	margin-top: 0.06rem;
}

.ml3 {
	margin-left: 0.3rem;
}

.mr3 {
	margin-right: 0.3rem;
}

.mt4 {
	margin-top: 0.4rem;
}

.pb2 {
	padding-bottom: 0.2rem;
}

.pt2 {
	padding-top: 0.2rem;
}

.pl_and_pr {
	padding: 0 0.2rem;
}

.bggay {
	background: #F2F3F7;
}

.ovh {
	overflow: hidden;
}

.bgwhite {
	background: white;
}

.brs10 {
	border-radius: 10px;
}

.bord-b {
	border-bottom: 0.2rem solid #f5f5f5;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.meds-logo {
	text-indent: -9999px;
	font-size: 0;
	overflow: hidden;
}

.no_data_icon {
	text-align: center;
	color: #999;
	margin-top: 1.2rem;
}

.no_data_icon .ttk {
	font-size: 1.3rem;
}

.no_data_icon p {
	font-size: 0.30rem;
}

.g9 {
	color: #999;
}

.g6 {
	color: #666;
}

.c6b6255 {
	color: #6b6255;
}

.cor_red {
	color: #e5001f;
}

.img_cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.img_contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.clearfix::after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.text-center {
	text-align: center;
}

.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);
}

.flex1 {
	flex: 1;
}

.font_b {
	font-weight: bold;
}

.box-siz-b {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------------------------------home-------------------------------------- */
/* banner */
#drug_index_banner .swiper-slide a p {
	position: absolute;
	bottom: 0;
	left: 0;
}

#drug_index_banner .swiper-slide a {
	display: block;
	height: 2.6rem;
}

#drug_index_banner .swiper-slide a img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

#drug_index_banner .swiper-slide a p {
	font-size: 0.26rem;
	color: #fff;
	width: 100%;
	line-height: 0.8rem;
	padding: 0 0.1rem;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 搜索导航 */
.drug_nav_ul li {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0.1rem;
	row-gap: 30px;
}

.drug_nav_ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.drug_nav_ul li a i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	font-size: .5rem;
	color: white;
}

.drug_nav_ul li .a:nth-child(1) i {
	background: linear-gradient(285deg, #55a6dd 20%, #469bd6 50%, #368dca 70%, #358cc8 100%);
	-moz-box-shadow: 2px 3px 5px 0px #74bef1;
	-webkit-box-shadow: 2px 3px 5px 0px #74bef1;
	box-shadow: 2px 3px 5px 0px #74bef1;
}

.drug_nav_ul li .a:nth-child(2) i {
	background: linear-gradient(285deg, #febd25 20%, #fdbd28 50%, #fbbd32 70%, #fbbd33 100%);
	-moz-box-shadow: 2px 3px 5px 0px #dfca9b;
	-webkit-box-shadow: 2px 3px 5px 0px #dfca9b;
	box-shadow: 2px 3px 5px 0px #dfca9b;
}

.drug_nav_ul li .a:nth-child(3) i {
	background: linear-gradient(285deg, #4ecfd8 20%, #49cbd4 50%, #45c7d0 70%, #3ebec7 100%);
	-moz-box-shadow: 2px 3px 5px 0px #93d1d5;
	-webkit-box-shadow: 2px 3px 5px 0px #93d1d5;
	box-shadow: 2px 3px 5px 0px #93d1d5;
}

.drug_nav_ul li .a:nth-child(4) i {
	background: linear-gradient(285deg, #f37b3a 20%, #f1793c 50%, #f27844 70%, #f47a43 100%);
	-moz-box-shadow: 2px 3px 5px 0px #cba28c;
	-webkit-box-shadow: 2px 3px 5px 0px #cba28c;
	box-shadow: 2px 3px 5px 0px #cba28c;
}

.drug_nav_ul li .a:nth-child(5) i {
	background: linear-gradient(285deg, #65c52c 20%, #6dc230 50%, #76c133 70%, #70c331 100%);
	-moz-box-shadow: 2px 3px 5px 0px #a4c58f;
	-webkit-box-shadow: 2px 3px 5px 0px #a4c58f;
	box-shadow: 2px 3px 5px 0px #a4c58f;
}


.drug_nav_ul li a .tit {
	text-align: center;
	margin-top: 0.12rem;
	font-size: .3rem;
	color: #666;
}

#drug_nav_ul+.drug_nav_page {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#drug_nav_ul+.drug_nav_page .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	background-color: #babbbd;
	border-radius: 50%;
	opacity: 1;
	margin: 0 0.05rem;
}

#drug_nav_ul+.drug_nav_page .swiper-pagination-bullet-active {
	width: 20px;
	height: 0.1rem;
	background-color: #01a4b2;
	border-radius: 4px;
	opacity: 1;
}

#drug_nav_ul .swiper-pagination {
	margin-top: 13px;
	position: relative;
}

#drug_nav_ul .swiper-pagination .swiper-pagination-bullet {
	/* width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #3fbbc0; */

	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	border: 1px solid #cccccc;
}

#drug_nav_ul .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #3fbbc0;
}

/*hotsale*/
.hotsale {
	margin: 0 0.2rem;
	margin-top: 0.5rem;
	background-image: linear-gradient(to right, rgba(30, 215, 135, .2), rgba(30, 215, 135, .1));
	border-radius: 8px;
	overflow: hidden;
	background: #F5F8FF;
	box-shadow: 2px 3px 2px #d5dfe9;
}

.hotsale .hotsale_title {
	display: flex;
	align-items: center;
	padding-top: .08rem;
	font-size: .4rem;
	font-weight: 600;
}

.hotsale .hotsale_title i {
	margin: 0 .1rem;
	font-size: .48rem;
	color: #ff6e6e;
}

.hotsale .hotsale_title strong span {
	color: #6187fe;
}

.hotsale .cont {
	margin: .06rem .12rem .12rem;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.hotsale .cont .list {
	display: flex;
	flex-wrap: wrap;
	margin: .1rem;
}

.hotsale .cont .pillbox {
	width: 33.33%;
	text-align: center;
}

.hotsale .cont .pillbox .a {
	display: block;
	width: 90%;
	margin: .24rem auto;
}

.hotsale .cont .pillbox .pic {
	width: 1.36rem;
	height: 1.36rem;
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
}

.hotsale .cont .pillbox .pic .img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.hotsale .cont .pillbox .text {
	margin-top: .1rem;
	font-size: .26rem;
	color: #222;
}

/* 上架新品 */
.bjp_min_title {
	display: flex;
	align-items: center;
	background: white;
	margin-top: 0.3rem;
}

.bjp_min_title i {
	width: 4px;
	height: 0.3rem;
	margin: 0rem 0.2rem 0 0.2rem;
	border-radius: 3px;
	background: #1ed686;
}

.bjp_min_title h2 {
	font-size: 0.34rem;
	font-weight: 400;
	color: #1ed686;
}

.new_goods_swiper .swiper-slide {
	width: 40%;
	margin: 0.2rem 0 0 3%;
	border: 1px solid rgba(245, 245, 245, 1);
	box-shadow: 0px 5px 7.5px rgba(0, 0, 0, 0.05);
	opacity: 1;
	border-radius: 0.1rem;
	border: 1px solid #F0F0F0;
}

.new_goods_swiper .swiper-slide a {
	display: block;
}

.new_goods_swiper .swiper-slide a i {
	margin: 0 auto;
	display: block;
	width: 88%;
	height: 3rem;
}

.new_goods-dl {
	padding: 0.2rem;
}

.new_goods-dl dt {
	font-size: 0.3rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.new_goods-dl dd {
	margin-top: 0.08rem;
}

.new_goods-dl .gl_mddw {
	margin-top: 0.1rem;
	padding-top: 0.1rem;
	border-top: solid 0.02rem #EEE;
	color: #e5001f;
}

/* 优秀保健药品品牌 */
.bjp_side_title {
	padding: 0.3rem 0.2rem;
	text-align: center;
}

.bjp_side_title .conm_tit {
	font-size: 0.4rem;
	color: #333333;
}

.bjp_side_title p {
	font-size: 0.26rem;
}

.bjp_side_title>span {
	display: block;
	width: 1rem;
	height: 0.04rem;
	margin: 0 auto;
	background: rgba(236, 25, 37, 1);
	opacity: 1;
	margin: 0.2rem auto;
}

.bjp_brand_box {
	display: grid;
	column-gap: 0.2rem;
	row-gap: 0.4rem;
}

.bjp_brand_lis a dl dt {
	/* width: 2.4rem; */
	/* 	width: 100%;
        height: 1.4rem;
        border: 1px solid rgba(245, 245, 245, 1);
        box-shadow: 0px 5px 7.5px rgba(0, 0, 0, 0.05);
        opacity: 1;
        border-radius: 0.1rem;
        border: 1px solid #F0F0F0; */
	font-size: 0.3rem;
}

/* 保健品分类 */
.bjp_med_uls {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

/* .bjp_med_lis {
	background: #fafafa;
	overflow: hidden;
} */

.bjp_med_lis a i {
	display: block;
	width: 100%;
	height: 3.5rem;
}

.bjp_med_tags {
	padding: 0.15rem;
}

.bjp_med_tags dt {
	font-size: 0.3rem;
}

.bjp_med_tags dd {
	font-size: 0.24rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bjp_infor_tj_box {
	/* background: #1ed686; */
	padding: 0 0.2rem 0.3rem;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

.bjp_infor_tit {
	position: relative;
	font-size: 0.32rem;
}

.bjp_infor_tit:before {
	content: '';
	position: absolute;
	left: -0.2rem;
	top: 10%;
	width: 0.06rem;
	height: 80%;
	background: #65D4B1;
	-webkit-border-radius: 0 0.04rem 0.04rem 0;
	border-radius: 0 0.04rem 0.04rem 0;
}

.bjp_infor_uls {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

.bjp_infor_lis a {
	/* display: inline-block; */
	height: 0.74rem;
	line-height: 0.74rem;
	font-size: 0.26rem;
	background: #F8F8F8;
	text-align: center;
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
}

.bjp_more {
	margin: 0 auto;
	width: 3.14rem;
	height: 0.68rem;
	background: #F8F8F8;
	-webkit-border-radius: 0.34rem;
	border-radius: 0.34rem;
	display: flex;
	color: #62C4A6;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 0.6rem;
	font-size: .24rem;
}

.bjp_more i {
	font-size: .24rem;
}

/* ----------------------------------------------------------------保健品药品list-------------------------------------- */
.aside_ul {
	overflow-x: auto;
	white-space: nowrap;
	padding-top: 0.2rem;
	background: #fff;
}

.aside_ul li {
	display: inline-block;
	/* margin-right: 0.3rem; */
	padding-left: 0.24rem;
	font-size: .32rem;
	text-align: center;
	color: #999;
	cursor: pointer;
	transition: all .3s;
}

.aside_ul li:last-child {
	margin-right: 0.2rem;
}

.aside_ul li .line {
	display: block;
	width: 0.36rem;
	height: 3px;
	margin: 0.1rem auto 0;
	background: #fff;
}

.aside_ul .on a span {
	font-weight: bold;
	color: #66d066;
}

.aside_ul .on .line {
	background: #66d066;
}

.aside_ul::-webkit-scrollbar {
	display: none;
}

.med_dr_search {
	position: relative;
	margin: 0.2rem 0;
	background: #fff;
}

.drug_list_nav {
	position: relative;
}

.med_dr_search form {
	background-color: #f7f7f7;
	border-radius: 0.2rem;
}

.med_dr_search .search_frame {
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	padding: 0 1.3rem 0 0.9rem;
	border: none;
	border-radius: 0.2rem;
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	font-size: 0.3rem;
	background: #f7f7f7;
	box-sizing: border-box;
}

.med_dr_search .button_s {
	position: absolute;
	left: 0.3rem;
	top: 0;
	text-align: center;
	width: 0.8rem;
	height: 0.66rem;
	line-height: 0.66rem;
	border: 0;
	cursor: pointer;
	color: #999999;
	background-color: #f7f7f7;
}

.med_dr_search .button_t {
	position: absolute;
	right: 0.3rem;
	top: 0;
	text-align: center;
	border: 0;
	font-size: 0.3rem;
	border-left: #ccc 1px solid;
	padding: 0rem 0.2rem;
	margin-top: 0.13rem;
	cursor: pointer;
	background-color: #f7f7f7;
}

.med_dr_search .button_s i {
	font-size: 20px;
}

.med_dr_search .search_frame:focus {
	outline: none;
	font-size: 0.3rem !important;
}


.drug_list_nav .search_ul {
	position: relative;
	display: flex;
	justify-content: space-around;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	margin-top: 0.2rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.drug_sx_tit {
	text-align: center;
	color: #048e9a;
}

.drug_sx_tit a {
	color: #048e9a;
}

.drug_sx_tit span {
	margin-left: 0.1rem;
}

.drug_list_nav .search_ul .on .click,
.drug_list_nav .search_ul .on .click i {
	color: #66d066;
}

.drug_list_nav .search_ul .click i {
	display: inline-block;
	transition: all 0.3s;
}

.drug_list_nav .search_ul .on .click i {
	transform: rotate(-180deg);
}

.drug_list_nav .click {
	display: block;
	font-size: .28rem;
	text-align: center;
	border-radius: 5px;
	color: #666;
}

.drug_list_nav .cont_display {
	position: absolute;
	display: flex;
	height: 7rem;
	top: 0.8rem;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
	background: #fff;
	box-shadow: 1px 8px 6px -3px #ccc;
}

.drug_list_nav .cont_display .left_title {
	width: 1.9rem;
	height: 100%;
	overflow-y: scroll;
}

.drug_list_nav .cont_display .left_title .left_cont {
	padding: 0.2rem 0.1rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.drug_list_nav .cont_display .left_title .on {
	background-color: #f6f7f9;
}

.drug_list_nav .cont_display .right-colum {
	flex: 1;
}

.drug_list_nav .cont_display .right_title {
	height: 100%;
	overflow-y: scroll;
	background-color: #f6f7f9;
}

.drug_list_nav .cont_display .right_title {
	background-color: #f6f7f9;
}

.drug_list_nav .cont_display .right_title .right_cont {
	padding: 0.2rem 0.1rem;
	text-align: center;
}

.drug_list_nav .cont_display .right_title .on a {
	color: #0fb249;
}

/* page */
.page_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3rem;
	padding-top: 0.3rem;
	background: #fff;
	justify-content: center;
}

.page_box .page_li {
	background: #fff;
	border: #d9d9d9 1px solid;
	font-size: 0.3rem;
	padding: 0 0.18rem;
	margin: 0 0.1rem;
	border-radius: 3px;
}

.page_box .page_big {
	border: 1px solid #d2d4d5;
}

.page_box .on {
	background: #66d066;
}

.page_box .on a {
	color: white;
}

/* cont */
.bjp_list_ind {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.2rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.bjp_list_img {
	margin-right: 0.2rem;
	width: 2.1rem;
	/* height: 2.1rem; */
}

.bjp_inds_cont {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.inds_cont_tit dt {
	font-size: 0.3rem;
	color: #333333;
	font-weight: 600;
}

.inds_cont_tit dd {
	font-size: 0.26rem;
	vertical-align: middle;
}

.bjp_compy_name i {
	font-size: 0.28rem;
	color: #048e9a;
	margin: 0.1rem 0;
}




/* ----------------------------------------------------------------公用相关推荐-------------------------------------- */

/* 保健品推荐 */
.bjp_med_recd {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

.bjp_med_recd .lis {
	position: relative;
	background: #FAFAFA;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}

.bjp_med_recd .lis a .number {
	position: absolute;
}

.bjp_med_recd .lis a .tags {
	margin: 0 0.1rem;
}

.bjp_med_recd .lis a .tit {
	font-size: 0.3rem;
	color: #333333;
	font-weight: 600;
}

.bjp_med_recd .lis a .bjp_img {
	width: 1.46rem;
	height: 1.46rem;
	padding: 0.1rem;
	margin: 0 auto;
}

.bjp_med_recd .lis a .number {
	text-align: center;
	position: absolute;
	width: 0.45rem;
	height: 0.6rem;
	font-style: normal;
	line-height: 0.6rem;
	font-size: 0.32rem;
	font-weight: 600;
	/* line-height: 50px; */
	left: 0;
	top: 0;
	color: white;
	border-radius: 0px 0px 20px 20px;
	background: linear-gradient(to right, #888, #888, #888);
}

.bjp_med_recd .lis:nth-child(1) .number {
	background: linear-gradient(to right, #ff2e2e, #fe6e5a, #ff8663);
}

.bjp_med_recd .lis:nth-child(2) .number {
	background: linear-gradient(to right, #ff7f53, #f58874, #f58874);
}

.bjp_med_recd .lis:nth-child(3) .number {
	background: linear-gradient(to right, #ffbf3a, #f5c35a, #f9d58b);
}

/* 品牌推荐 */
.bjp_brand_recd {}

.bjp_brand_recd .lis {
	padding: 0.2rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.bjp_brand_recd .lis a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.bjp_brand_recd .lis a .brand-img {
	width: 1.6rem;
}

.bjp_brand_recd .lis a .brand-dl {
	flex: 1;
}

.bjp_brand_recd .lis a .brand-dl dt {
	font-size: 0.3rem;
	color: #333333;
	font-weight: 600;
}

.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: 0.28rem;
	border-radius: 0.1rem;
	font-style: normal;
}

/* 资讯推荐 */
.bjp_zx_recd_uls .lis {
	padding: 0.25rem 0;
	border-bottom: 0.01rem solid #eee;
}

.bjp_zx_recd_uls .lis a .tit {
	line-height: .4rem;
	margin-bottom: 0.15rem;
	font-size: 0.32rem;
	font-weight: 600;
}

.bjp_zx_recd_uls .lis a p {
	font-size: 0.26rem;
	margin-top: 0.15rem;
}

/* ----------------------------------------------------------------企业品牌列表-------------------------------------- */
.brand_ranking_ul .li .brand_pp_box {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

.brand_ranking_ul .li {
	box-sizing: border-box;
}

.brand_ranking_ul .li .tit {
	font-size: 0.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.brand_ranking_ul .li .tit i {
	color: #FE6151;
	font-size: 0.5rem;
}

.brand_ranking_ul .li .brand_pp_box a {
	display: block;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFC), to(#F3F4F8));
	background: -webkit-linear-gradient(top, #FAFAFC, #F3F4F8);
	background: linear-gradient(to bottom, #FAFAFC, #F3F4F8);
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
	padding: 0.1rem;
}

#brand_ranking_ul {
	padding-bottom: 0.8rem;
}

.brand_ranking_ul .li .brand_pp_box a .brand_img {
	display: block;
	margin: 0.2rem auto 0;
	width: 100%;
	height: 1.2rem;
	overflow: hidden;
}

.brand_ranking_ul .li .brand_pp_box a .tit {
	margin-top: 0.3rem;
	padding: 0 0.2rem;
	font-size: 0.28rem;
}

#brand_ranking_ul .brand_ranking_page .swiper-pagination-bullet {
	margin: 0 0.1rem;
}

#brand_ranking_ul .brand_ranking_page .swiper-pagination-bullet-active {}

.brand_list_cont .lis {
	margin-bottom: 0.2rem;
	background: #fff;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
}

.brand_list_cont .lis .a {
	display: block;
	padding: 0.3rem 0.2rem;
	border: 1px solid #eee;
}

.bjp_company-name {
	display: flex;
	/* justify-content: space-between; */
}

.bjp_company-name .img_box {
	margin-right: 0.2rem;
	padding: 0.18rem;
	width: 0.9rem;
	height: 0.9rem;
	background: #FFFFFF;
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
	border: 1px solid #EFEFEF;
}

.bjp_company-name .name_box .name {
	font-size: 0.32rem;
	color: #333333;
	font-weight: 600;
}

.compy_med_list {
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
}

.compy_med_list .med_lis .med_img_box {
	display: block;
	width: 1.56rem;
	height: 1.56rem;
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
	margin: 0 auto;
}

/* .bjp_comy_d_tag{
	display: flex;
	align-items: center;
} */
.bjp_comy_d_tag em {
	font-style: normal;
	display: inline-block;
	background: #FFF3ED;
	border: 0.02rem solid rgba(255, 221, 205, 1);
	border-radius: 0.08rem;
	margin-left: 0.16rem;
	line-height: 0.44rem;
	padding: 0 0.1rem;
	overflow: hidden;
	color: #FF5E17;
	font-size: 0.26rem;
	vertical-align: middle;
}

/* ----------------------------------------------------------------药品详情-------------------------------------- */
/* nav */
.bjp_med_deail_nav {
	display: flex;
	/* 	white-space: nowrap;
    overflow-x: scroll; */
	justify-content: space-between;
	padding: 0 0.2rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	white-space: -o-pre-wrap;
	overflow-x: auto;
	background: white;
}

.bjp_med_deail_nav a {
	display: block;
	padding: 0.2rem 0;
	cursor: pointer;
	/* margin-right: 0.34rem; */
	font-size: 0.32rem;
	margin-right: 0.3rem;
	white-space: nowrap;
	white-space: -o-pre-wrap;
	overflow-x: auto;
}

.bjp_med_deail_nav::-webkit-scrollbar {
	display: none;
}

.bjp_med_deail_nav .on a {
	border-bottom: 0.04rem solid #40afab;
	color: #40afab;
}

/* data */
.bjp_med_banner {
	height: 4.7rem;
}

#bjp_img_banner {
	position: relative;
	width: 100%;
	height: 100%;
}

#bjp_img_banner .bjp_img_number {
	text-align: center;
	bottom: 0.2rem;
	width: 0.84rem;
	height: 0.36rem;
	font-size: 0.22rem;
	line-height: 0.36rem;
	color: #fff;
	background: #C4C4C4;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	right: 0.2rem;
	left: initial;
	z-index: 1;
}

.bjp_tag_li {
	display: inline-block;
	padding: 0 0.2rem;
	margin-right: 0.1rem;
	font-size: 0.22rem;
	line-height: 0.4rem;
	-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_instr {
	display: flex;
	line-height: 0.6rem;
	font-size: 0.28rem;
	color: #1E2129;
}

.bjp_instr b {
	color: #969AA9;
}

.bjp_instr i {
	flex: 1;
	font-style: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bjp_data_gs i {
	font-size: 0.28rem;
	color: #048e9a;
	margin-top: 0.16rem;
}

.wx_red {
	color: red;
}

.wxts {
	font-size: 0.26rem;
}


/* 说明书 */
.drug_prod_table table {
	width: 100%;
	border-collapse: collapse;
}

.drug_prod_table table colgroup .tab_head {
	width: 40%;
	background-color: #04aa8a;
}

.drug_prod_table table colgroup .tab_cont {
	background-color: #f5f5f5;
	width: 60%;
}

.drug_prod_table table tr {
	border: 2px solid #fff;
}

.drug_prod_table table td:first-child {
	padding: 0.3rem 0.4rem;
	color: #fff;
	text-align: center;
	font-size: 0.28rem;
	font-weight: bold;
}

.drug_prod_table table td {
	padding: 0.4rem;
	border-right: 2px solid #fff;
}

.drug_prod_table table td p {
	font-size: 0.28rem;
}

/* 公共展示 */
.bjp_conm_cont {
	line-height: 0.4rem;
	background: #F8F8F8;
	padding: 0.2rem;
	margin-bottom: 0.15rem;
	color: #666;
	font-size: 0.26rem;
}
.bjp_conm_cont p{
	margin:0.25rem 0
}
.bjp_conm_zx .lis {
	padding: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}

.bjp_conm_zx .lis a .tit {
	font-size: 0.3rem;
	color: #333333;
	font-weight: 600;
}

.bjp_conm_zx .lis a .tit i {
	color: #65d4b1;
	margin-right: 0.15rem;
	font-size: 0.3rem;
}

.bjp_conm_zx .lis a p {
	font-size: 0.24rem;
}

.bjp_conm_zx .lis a time {
	font-size: 0.24rem;
}

/* ----------------------------------------------------------------企业品牌详情-------------------------------------- */
.bjp_compy_detail {
	display: flex;

}

.bjp_compy_data_img {
	width: 3rem;
	height: 1.8rem;
}

.bjp_compydate_name {
	flex: 1;
}

.bjp_compydate_name .tit {
	font-size: 0.32rem;
	color: #333333;
	font-weight: 600;
}

.bjp_compydate_name p {
	margin-top: 0.16rem;
	font-size: 0.26rem;
}

.bjp_cmpy_inform {
	padding: 0.2rem;
	background: #F9F9F9;
	border-radius: 0.05rem;
}

.bjp_cmpy_inform p {
	display: flex;
	font-size: 0.28rem;
	margin: 0.15rem 0;
}

.bjp_cmpy_inform p span {
	flex: 1;
}

.comon_ckgd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.1rem;
	color: #0ba9c3;
	font-size: 0.28rem;
}

.comon_ckgd i {
	color: #0ba9c3;
	font-size: 0.28rem;
	margin-left: 0.1rem;
	/* transform: rotate(339deg); */
}


.bjp_company_plat_info {
	overflow: hidden;
	/* margin-top: 20px; */
}

.bjp_company-content {}

.bjp_company-content p {
	padding-top: 0.2rem;
	font-size: 0.28rem;
	line-height: 0.46rem;
	text-align: justify;
	color: #333333;
}

.bjp_gsxx-content dl {
	display: flex;
	font-size: 0.29rem;
	margin-top: 0.15rem;
}

.bjp_gsxx-content dl dt {
	color: #999;
}

.bjp_gsxx-content dl dd {
	flex: 1;
	color: #444;
}

/* 商标 */
.bjp_tables table {
	width: 100%;
	border-collapse: collapse;
}

.bjp_tables table th {
	background-color: #f8f8f8;
	font-size: 0.26rem;
	color: #101001;
	font-weight: 600;
}

.bjp_tables table td,
.bjp_tables table th {
	border: 0.01rem solid #ebebeb;
	padding: 0.1rem 0.1rem;
	text-align: center;
}

.bjp_tables table tr td {
	font-size: 0.26rem;
	color: #101010;
}

.bjp_tables table tr td:nth-child(1) {
	width: 15%;
}

.bjp_tables table tr td:nth-child(2) {
	width: 40%;
}

.bjp_tables table tr td:nth-child(3) {
	width: 30%;
}

.bjp_tables table img {
	width: 100%;
	height: 1rem;
	display: inline-block;
}

/* 视频 */
.bjp_video_list {
	padding: 0.3rem 0;
}

.bjp_video_list a {
	display: flex;
}

.bjp_video_img {
	position: relative;
	width: 2.5rem;
	height: 1.4rem;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 0.2rem;
}

.bjp_video_img em {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.54rem;
	height: 0.54rem;
	margin: -0.27rem 0 0 -0.27rem;
	line-height: .54rem;
	text-align: center;
	background: rgba(0, 0, 0, .35);
	border-radius: 100%;
	overflow: hidden;
}

.bjp_video_img em i {
	color: #fff;
	font-size: .26rem;
}

.bjp_video_img time {
	position: absolute;
	right: 0.05rem;
	bottom: 0.05rem;
	width: 0.8rem;
	height: 0.3rem;
	line-height: .3rem;
	font-size: .2rem;
	text-align: center;
	background: rgba(0, 0, 0, .35);
	border-radius: 30px;
	color: #fff;
	overflow: hidden;
}

.bjp_video_info {
	position: relative;
	flex: 1;
}

.bjp_video_info h3 {
	line-height: 0.4rem;
	font-size: 0.32rem;
	font-weight: 400;
}

.bjp_video_info p {
	font-size: 0.28rem;
	margin-top: 0.1rem;
	color: #999;
}

.bjp_time_l {
	margin-top: 0.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.24rem;
}

.bjp_time_l time,
.bjp_time_l em {
	font-size: 0.24rem;
}

/* 问答 */
.ask-ul-box {
	padding: 0.2rem 0.2rem 0 0.2rem;
}

.ask-li {
	padding: 0.2rem 0;
	border-bottom: 0.02rem solid #f0f0f0;
}

.ask-li_q,
.ask-li_a {
	display: flex;
}

.ask-li_q h3,
.ask-li_a p {
	flex: 1;
}

.ask-li_q h3 {
	font-size: 0.34rem;
}

.ask-li_a p {
	font-size: 0.3rem;
	color: #666;
	line-height: 0.46rem;
}

.ask-li_q span,
.ask-li_a span {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	font-size: 0.24rem;
	border-radius: 0.08rem;
	text-align: center;
	overflow: hidden;
	color: white;
	margin-right: 0.2rem;
}

.ask-li_q {
	align-items: center;
}

.ask-li_q span {
	background: #ffbb44;
}

.ask-li_a {
	margin-top: 0.1rem;
}

.ask-li_a span {
	background: #8ac03b;
	margin-top: 0.06rem;
}

/* ----------------------------------------------------------------隐藏H1标签内容-------------------------------------- */
.h1_ds_one {
	font-size: 0;
	text-indent: -999px;
}

/* ----------------------------------------------------------------no_data-------------------------------------- */
.no_data_icon {
	text-align: center;
	color: #999;
	margin-top: 1.2rem;
}

.no_data_icon .ttk {
	font-size: 1.3rem;

}

.no_data_icon p {
	font-size: 0.30rem;
}

/* ----------------------------------------------------------------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-yaopin1:before {
	content: "\e722";
}

.icon-remen:before {
	content: "\e646";
}

.icon-gongsi:before {
	content: "\e67c";
}

.icon-sousuo:before {
	content: "\e694";
}

.icon-shouhuodizhi:before {
	content: "\e64e";
}

.icon-zanwushuju:before {
	content: "\e606";
}

.icon-bofang:before {
	content: "\e87c";
}