@charset "utf-8";

/* 主体 */
.zs-main {
	width: 100%;
	background-color: #f6f7f9;
	padding-bottom: 30px;
}

.zs-main .zs-banner {
	display: flex;
	justify-content: space-between;
	height: 530px;
}

.zs-banner-left {
	width: 17.1%;
	height: 100%;
	overflow: hidden;
}

/* banner区域 */
.zs-banner-middle {
	width: 62.1%;
	height: 100%;
	overflow: hidden;
}

.zs-banner-list {
	width: 100%;
	height: 360px;
	margin-top: 10px;
}

.zs-banner-list .mySwiper-banner {
	width: 100%;
	height: 100%;
}

.zs-banner-list .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.zs-banner-list .owl-wrapper-outer {
	width: 100%;
	height: 100%;
}

.zs-banner-list .owl-wrapper,
.zs-banner-list .owl-item,
.zs-banner-list .swiper-slide{
	height: 100%;
}

.zs-banner-list img {
	width: 100%;
	height: 100%;
}

.zs-banner-list .owl-pagination {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 12px;
	line-height: 8px;
	transform: translateZ(1px);
	text-align: center;
	font-size: 0;
}

.zs-banner-list .owl-pagination .owl-page {
	display: inline-block;
	width: 40px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	margin: 0 3px;
	opacity: 1;
	cursor: pointer;
}

.zs-banner-list .owl-page.active {
	background: #0084ff;
}

.zs-banner-list .owl-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.zs-banner-list .owl-next,
.zs-banner-list .owl-prev {
	text-align: center;
	font-family: cursive;
	font-weight: 700;
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	width: 24px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	margin-top: -24px;
	background: #000;
	opacity: 0.3;
	transition: opacity 0.3s linear;
}

.zs-banner-list .owl-next:hover,
.zs-banner-list .owl-prev:hover {
	opacity: 0.6;
}

.zs-banner-list .owl-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.zs-banner-list .owl-prev::after {
	content: '<';
}

.zs-banner-list .owl-next::after {
	content: '>';
}

.zs-banner-hot {
	width: 100%;
	height: 154px;
	margin-top: 10px;
	overflow: hidden;
}

.zs-banner-hot ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.zs-banner-hot li {
	width: 32%;
	height: 100%;
}

.zs-banner-hot li img {
	width: 100%;
	height: 100%;
}

/* 个人+公告 */
.zs-banner-right {
	width: 17.1%;
	height: 100%;
	overflow: hidden;
}

/*右侧会员登陆区域*/
.zs-banner-member {
	overflow: hidden;
	padding: 25px 20px 25px;
	background: #fff;
	margin-top: 4%;
}

.zs-banner-member .btn-area {
	margin-top: 10px;
}

.zs-banner-member .btn-area>a {
	display: block;
	width: 44%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #0084ff, #0084ff);
	border: #0084ff 1px solid;
}

.zs-banner-member .btn-area>a:hover {
	background-color: #0084ff;
	border: #0084ff 1px solid;
}

.zs-banner-member .btn-area a:nth-child(odd) {
	float: left
}

.zs-banner-member .btn-area a:nth-child(even) {
	float: right;
	background: white;
	border: #0084ff 1px solid;
	color: #0084ff;
}

.zs-banner-member .wel {
	font-size: 14px;
	text-align: center;
}

.zs-banner-member .wel p {
	line-height: 25px;
	text-align: left;
	height: 25px;
	overflow: hidden;
	color: #585858;
}

/* 公告 */
.zs-notice {
	width: 100%;
	padding: 20px 10px;
	background-color: #fff;
	border-top: 1px solid #f7f7f7;
	overflow: hidden;
}

.zs-notice-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.zs-notice-title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.zs-notice-title a {
	font-size: 12px;
	color: #999999;
}

.zs-notice ul li {
	line-height: 28px;
	font-size: 12px;
	height: 28px;
	overflow: hidden;
}

.zs-notice ul li:before {
	content: "";
	background: #999;
	width: 3px;
	height: 3px;
	float: left;
	display: block;
	font-size: 14px;
	margin-right: 8px;
	margin-top: 12px;
}

.zs-notice ul li a {
	color: #333333;
}

.zs-notice ul li a:hover {
	color: #0084ff;
	font-weight: bold;
}

/* 推荐品牌 */
.zs-recommend-brand {
	margin-top: 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.zs-rb-img {
	background: url(../img/recommend_brand_background.png) no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 2;
	top: 66px;
	left: 0;
}
.zs-rb-img-word{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #f71111;
	background: #fff;
	border: 1px solid #dedede;
	box-sizing: border-box;
	letter-spacing: 8px;
	display: none;
}

.zs-rb-list {
	background: #fff;
	border-top: 1px solid #dedede;
}

.zs-rb-list ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	height: auto;
}

.zs-rb-list li {
	width: 16.66%;
	height: 109px;
	position: relative;
	transition: box-shadow 0.2s ease-in;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.zs-rb-list li:nth-child(6n),
.zs-rb-list li:last-child {
	border-right: none;
}

.zs-rb-list li:hover {
	border: 2px solid #0084ff !important;
}

.zs-rb-list li a img {
	width: 100%;
	text-align: center;
}

.zs-rb-list li a h3 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}

.zs-brand-open {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

.zs-brand-open .triangle-b {
	margin-left: 5px;
	position: relative;
	top: 4px;
}

.zs-brand-open .triangle-b::after {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	content: " ";
	border: 6px solid transparent;
	border-top-color: #fff;
	border-style: solid dashed dashed;
	margin-left: -6px;
	margin-top: -7px;
}

.zs-brand-open .triangle-t {
	margin-left: 5px;
	position: relative;
	top: 0;
}

.zs-brand-open .triangle-t::after {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	content: " ";
	border: 6px solid transparent;
	border-bottom-color: #fee;
	border-style: dashed dashed solid;
	margin-top: -4px;
	margin-left: -6px;
}

/* 精选推荐 */
.zs-recommend {
	background-color: #fff;
	margin-top: 28px;
}

/* 最近上线 */
.zs-recommend .tabcon{
	width: 100%;
	padding: 20px 0 10px 0;
	background: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	border-top: 1px solid #eee;
	display: none;
}
.zs-recommend .tabcon:nth-child(2){
	display: block;
}
.zs-recommend .tabcon ul li{
	width: 16.66%;
	float: left;
	padding:10px;
	-webkit-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
    -moz-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
	border: 1px solid #eee;
  background-color: #fff;
}
.zs-recommend .tabcon ul li:hover{
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-box-shadow:0 5px 16px rgba(0,36,100,0.3);
	box-shadow:0 5px 16px rgba(0,36,100,0.3);
}
.zs-recommend .tabcon ul li img{
	width: 180px;
	height: 150px;
	display: inline-block;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.zs-recommend .tabcon ul li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.zs-recommend .tabcon ul li h5{
	margin-top: 15px;
	color: #333;
	font-weight: 700;
      font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zs-recommend .tabcon ul li p{
	color: #0084ff;
    line-height: 30px;
    font-size: 13px;
}


.zs-recommend-title {
	height: 22px;
	line-height: 22px;
	border-left: 3px solid #0084ff;
	padding-left: 12px;
	font-size: 20px;
	/* font-style: italic; */
	color: #0084ff;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 19px;
	margin-left: 24px;
	display: inline-block;
	width: calc(100% - 24px)
}

.zs-recommend-title a {
	font-size: 16px;
	margin-right: 30px;
}

.zs-recommend .zs-recommend-title{
	border-left: none;
	padding-left: 0;
}
.zs-recommend .zs-recommend-title span{
	margin-right: 60px;
	position: relative;
	cursor: pointer;
}
.zs-recommend .zs-recommend-title span.active::after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 10%;
	width: 80%;
	height: 1px;
	background-color: #0084ff;
}


.zs-recommend-list {
	border-top: 1px solid #f6f6f6;
	display: flex;
	flex-wrap: wrap;
}

.zs-recommend-list li {
	width: 33.33%;
	height: 136px;
	background: #fff;
	margin-bottom: 8px;
	border: 1px solid #fff;
	background: #fff;
}

.zs-recommend-list li:hover {
	border: 1px solid #0084ff;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.zs-recommend-list .recommend-img {
	width: 24.1%;
	/* height: 96px; */
	float: left;
	overflow: hidden;
	margin: 5% 0 0 4%;
	position: relative;
}

.zs-recommend-list .recommend-arg {
	width: 67.8%;
	float: left;
	margin-left: 4%;
	padding-top: 5%;
}

.zs-recommend-list .recommend-arg .recommend-arg-tit{
	display: inline-block;
	max-width: 260px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.recommend-arg-tit h4{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.zs-recommend-list .recommend-arg-t {
	position: relative;
	width: 40px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #D93627;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	vertical-align: top;

}

.zs-recommend-list .recommend-arg-x {
	display: inline-block;
	vertical-align: top;
	height: 22px;
	border: 1px solid #D93627;
	margin-left: -10px;
	padding-left: 16px;
	white-space: nowrap;
	max-width: 198px;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 90px;
	padding-right: 5px;
}

.zs-recommend-list .recommend-arg-t:before {
	content: "";
	position: absolute;
	left: 40px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 10px solid #ccc;
	border-bottom: 22px solid transparent;
	z-index: 2;
	border-left-color: #D93627;
}

.zs-recommend-list .recommend-arg h5 {
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}

.zs-recommend-list .price {
	font-size: 12px;
	color: #333
}

/* 今日头条 */
.zs-headline{
	margin-top: 30px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
}
.zs-headline-today:hover a,.zs-headline-today:hover span{
	text-decoration: none;
	color: #0084ff;
	font-weight: bold;
}


.zs-headline-title{width: 100%;height: 50px;line-height: 50px;border-bottom: 1px #f6f6f6 solid;}
.zs-headline-title-l{
	float: left;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.zs-headline-title-l span{
	color: #ff7810;
}
.zs-headline-title-r{
	float: right;
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	color: #333;
}
.zs-headline-content-m .zs-headline-title-l,
.zs-headline-content-m .zs-headline-title-r,
.zs-headline-content-r .zs-headline-title-l,
.zs-headline-content-r .zs-headline-title-r{
	padding: 0;
}
.zs-headline-content-m .zs-headline-title-l,
.zs-headline-content-r .zs-headline-title-l{
	border-bottom: 1px #666666 solid;
	height: 49px;
	line-height: 49px;
}
.zs-headline-content-l{
	width: 40%;
	margin-top: 15px;
}
.zs-headline-swiper{
	width: 100%;
	height: 290px;
}
.zs-headline-swiper .swiper-wrapper,
.zs-headline-swiper .swiper-slide,
.zs-headline-swiper .owl-wrapper-outer,
.zs-headline-swiper img{
	width: 100%;
	height: 100%;
}

.owl-carousel .owl-wrapper-outer{
	height: 100%;
}
.owl-carousel .owl-wrapper{
	height: 100%;
}
.owl-carousel .owl-item{
	height: 100%;
}
.zs-headline-swiper .owl-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.zs-headline-swiper .owl-next,
.zs-headline-swiper .owl-prev {
	text-align: center;
	font-family: cursive;
	font-weight: 700;
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	width: 24px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	margin-top: -24px;
	background: #000;
	opacity: 0.3;
	transition: opacity 0.3s linear;
}

.zs-headline-swiper .owl-next:hover,
.zs-headline-swiper .owl-prev:hover {
	opacity: 0.6;
}

.zs-headline-swiper .owl-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.zs-headline-swiper .owl-prev::after {
	content: '<';
}

.zs-headline-swiper .owl-next::after {
	content: '>';
}
.zs-headline-today{
	width: 100%;
	height: 96px;
	margin-left: 10px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: -10px;
}
.zs-headline-today h6{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	color: #333;
}
.zs-headline-today-t{
	width: 80px;
	height: 26px;
	float: left;
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
	border-radius: 4px;
	margin-right: 10px;
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.zs-headline-today span{
	width: 100%;
	height: 30px;
	line-height: 22px;
	padding-top: 5px;
	color: #333;
	font-size: 14px;
}
.zs-headline-content-m{
	width: 35%;
	margin-left: 2%;
}
.zs-news-list{
	width: 100%;
	padding-top: 20px;
	font-size: 14px;
}
.zs-news-list li{
	width: 100%;
	line-height: 35px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
}
.zs-news-list h6{
	text-decoration: none;
	color: #595959;
	overflow: hidden;
	font-size: 14px;
  text-overflow: ellipsis;
}
.zs-news-list span{
	float: right;
	color: #999999;
  padding-left: 10px;
}
.zs-news-list a:hover h6{
	text-decoration: none;
	color: #0084ff;
	font-weight: bold;
}
.zs-headline-content-r{
	width: 21%;
	margin-left: 2%;
}
.zs-headline-content-r-info{
	width: 100%;
	height: 100px;
	margin-top: 12px;
}
.zs-headline-content-r-info .zs-content-img{
	width: 40%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.zs-headline-content-r-info .zs-content-title{
	width: 56.6%;
	height: 100%;
	float: right;
}
.zs-content-title h6{
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
}
.zs-content-title span{
	width: 100%;
	height: 26px;
	float: left;
	color: #999;
	line-height: 36px;
	padding-top: 20px;
	font-size: 14px;
}

/* 新闻资讯 */
.zs-news{
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
}
.zs-news .zs-wp{
	display: flex;
	justify-content: space-between;
}
.zs-news-info{
	width: 32.5%;
	margin-top: 15px;
}
.zs-news-tit{
	width: 100%;
	height: 40px;
}
.zs-news-tit-l{
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.zs-news-tit-r{
	height: 40px;
	float: right;
	text-align: right;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.zs-news-tit-r a:hover{
	text-decoration: none;
	color: #0084ff;
	font-weight: bold;
}
.zs-news-img{
	width: 100%;
	overflow: hidden;
}
.zs-news-img img{width: 100%;height: 300px;}
.zs-news-img:hover img,.zs-content-img:hover img{
	display: block;
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}
/* 血液科 */
.zs-drugShow{
	margin-top: 30px;
	position: relative;
}
.zs-drugShow h4 span{
    display: inline-block;
    width: 170px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    border-top-left-radius: 8px;
}
.zs-drugShow .tab li.curr{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.zs-drugShow.color1 h4{
	/* border-bottom: 2px solid #40c87f; */
}
.zs-drugShow.color1 h4 span{
	background: #40c87f;
}
.zs-drugShow.color1 .tab li.curr{
	background: #40c87f;
}
.zs-drugShow.color2 h4{
	/* border-bottom: 2px solid #fb375b; */
}
.zs-drugShow.color2 h4 span{
	background: #fb375b;
}
.zs-drugShow.color2 .tab li.curr{
	background: #fb375b;
}
.zs-drugShow.color3 h4{
	/* border-bottom: 2px solid #0084ff; */
}
.zs-drugShow.color3 h4 span{
	background: #0084ff;
}
.zs-drugShow.color3 .tab li.curr{
	background: #0084ff;
}
.zs-drugShow h4{
  background-color: #fff;
  border-top-right-radius: 8px;
}
.zs-drugShow h4 a{
	float: right;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
}
.zs-drugShow h4 a:hover{
	color: #0084ff;
	text-decoration: underline;
}
.zs-drugShow .tab{
	position: absolute;
	right: 100px;
	top:11px;
}
.zs-drugShow .tab li{
	float: left;
	padding:5px 20px;
	color: #666666;
	font-size: 16px;
}
.zs-drugShow .tab li.curr{
    cursor: pointer;
	color: #FFFFFF;
}
.zs-drugShow .tabcon{
	width: 100%;
	padding: 20px 0 10px 0;
	background: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	display: none;
}
.zs-drugShow .tabcon:first-child{
	display: block;
}
.zs-drugShow .tabcon ul li{
	width: 16.66%;
	float: left;
	padding:10px;
	-webkit-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
    -moz-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .3s cubic-bezier(.215,.61,.355,1) 0s;
  border: 1px solid #eee;
  background-color: #fff;
}
.zs-drugShow .tabcon ul li:hover{
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-box-shadow:0 5px 16px rgba(0,36,100,0.3);
	box-shadow:0 5px 16px rgba(0,36,100,0.3);
}
.zs-drugShow .tabcon ul li img{
	width: 180px;
	height: 100px;
	display: inline-block;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.zs-drugShow .tabcon ul li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.zs-drugShow .tabcon ul li h5{
	margin-top: 15px;
	color: #333;
	font-weight: 700;
      font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zs-drugShow .tabcon ul li p{
color: #0084ff;
    line-height: 30px;
    font-size: 13px;
}

/* 指导问答 */
.zs-currency{
	background: #FFFFFF;
	border: 1px solid #01adef;
	margin-top: 50px;
	min-height: 200px;
}
.zs-currency .Tab{
	width: 100%;
	background: #01adef;
}
.zs-currency .Tab li{
	float: left;
	padding: 10px 30px;
	border-right: 1px solid #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	cursor: pointer;
}
.zs-currency .Tab li.curr{
	background: #FFFFFF;
}
.zs-currency .Tab li.curr a{
	color: #000000;
}
.zs-currency .Tabcon{
	padding: 20px 0;
	display: none;
}
.zs-currency .Tabcon:nth-child(1){
	display: block;
}
.zs-currency .Tabcon a{
	display: inline-block;
	padding: 10px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
}
.zs-currency .Tabcon ul li a{
	display: block;
}
.zs-currency .Tabcon a:hover{
	color: red;
	text-decoration: underline;
}
.zs-currency .Tabcon ul li{
	width: 33%;
	float: left;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}
.zs-currency .Tabcon ul li::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 15px;
}




/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-banner-left,.zs-banner-right{display: none;}
	.zs-banner-middle{width: 100%;}
	.zs-main .zs-banner{height: auto;}
	.zs-rb-list ul{height: auto;}
	.zs-rb-list li{width: 33.33%;height: 18vw;}
	.zs-rb-img{display: none;}
	.zs-rb-img-word{display: block;}
	.zs-rb-list li:nth-child(6n), .zs-rb-list li:last-child{border-right: 1px solid #dedede;}
	.zs-rb-list li:nth-child(3n), .zs-rb-list li:last-child{border-right: none;}
	.zs-rb-list li a h3{font-size: 18px;}
	.zs-recommend-list li{width: 100%;}
	.zs-headline-content-l,.zs-headline-content-m,.zs-headline-content-r{width: 100%;}
	.zs-news .zs-wp{flex-wrap: wrap;}
	.zs-news-info{width: 100%;}
	.zs-headline-today{margin-left: 0;}
	.zs-headline-content-m{margin-left: 0;}
	.zs-banner-list{height: 39.38vw;}
	.zs-banner-hot{margin-top: 4px;height: 16vw;}
	.zs-headline-swiper{height: 50.31vw;}
	
	.zs-recommend .zs-recommend-title{margin: 0;width: 100%;display: flex;flex-wrap: nowrap;font-size: 18px;line-height: 40px;height: 40px;}
	.zs-recommend .zs-recommend-title span{margin: 0;width: 33%;text-align: center;}
	.zs-recommend .zs-recommend-title span.active::after{bottom: 0;}
	.zs-recommend .zs-recommend-title a{display: none;}
	.zs-recommend .tabcon ul li{width: 50%;}
	.zs-drugShow .tab{display: none;}
	.zs-drugShow .tabcon ul li{width: 50%;}
	.zs-currency .Tab li{font-size: 14px;padding: 10px 28px;}
	.zs-currency .Tabcon ul li{width: 100%;}

  .zs-drugShow h4{
    background-color: #0084ff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .zs-drugShow h4 a{color: #fff;}
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-banner-member{padding: 0;}
	.zs-banner-member .btn-area>a{width: 50%;}
	.zs-rb-list ul{height: auto;}
	.zs-rb-list li{height: 60px;}
	.zs-rb-list li a h3{font-size: 12px;}
	.zs-recommend-list li{width: 50%;}
	.zs-main .zs-banner{height: 300px;}
	.zs-banner-list{height: 197px;}
	.zs-banner-hot{margin-top: 4px;height: 88px;}
	.zs-headline-swiper{height: 161px;}
	.zs-headline-today{margin-left: 0;margin-top: 18px;}
	.zs-news-list{padding-top: 0;}
	.zs-headline-content-r-info{margin-top: 4px;}
	/* 图文列表 */
	.zs-recommend-title{font-size: 18px;margin-top: 18px;margin-bottom: 14px;}
	.zs-rb-img{display: none;}
	.zs-recommend .tabcon ul li{width: 25%;}
	.zs-drugShow .tabcon ul li{width: 25%;}
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.zs-rb-list ul{height: auto;}
	.zs-rb-list li{height: 80px;}
	.zs-main .zs-banner{height: 400px;}
	.zs-banner-list{height: 262px;}
	.zs-banner-hot{margin-top: 6px;height: 120px;}
	.zs-headline-swiper{height: 216px;}
	.zs-headline-today{margin-left: 0;margin-top: 18px;}
	.zs-news-list{padding-top: 0;}
	.zs-headline-content-r-info{margin-top: 4px;}
	
}

/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1399px) {
	.zs-main .zs-banner{height: 466px;}
	.zs-banner-list{height: 308px;}
	.zs-banner-hot{margin-top: 8px;height: 140px;}
	.zs-headline-swiper{height: 253px;}
	.zs-headline-today{margin-left: 0;margin-top: 18px;}
	.zs-rb-list ul{height: auto;}
	.zs-rb-list li{height: 93px;}
}