.content{
	background: #F1F1F1;
}
/*topCont */
/*导航 */
.diseaList{
	width: 200px;
	height: 399px;
	background: #F2F7F9;
	position: relative;
}
.contNav ul li{
	font-size: 16px;
	line-height: 57px;
	padding-left: 24px;
	border-left: 1px solid #029ad4;
	border-right: 1px solid #029ad4;
	cursor: pointer;
}
.contNav ul li:last-child{
	border-bottom: 1px solid #029ad4;
}
.contNav ul li.curr{
	border: 1px solid #029ad4;
	border-right: none;
}
.contNav ul li.curr a{
	font-size: 16px;
	color: #029ad4;
}
.contNav ul li i{
	color: #029ad4;
	font-size: 20px;
	margin-right: 5px;
}
.diseacon{
	width: 800px;
	height: 402px;
	position: absolute;
	left: 200px;
	top: 0;
	background: #FFFFFF;
	z-index: 99;
	border-right: 1px solid #029ad4;
	border-bottom: 1px solid #029ad4;
	padding: 10px 20px;
}
.diseacon h3{
	font-weight: 700;
	font-size: 16px;
	color: #000000;	
	margin: 10px 0;
}
.drugList{
	margin: 10px 0 30px 0;
}
.drugList a{
	display: inline-block;
	margin: 5px 0;
}
.drugList a:after{
	content:"";
	display: inline-block;
	background: #CCCCCC;
	width: 1px;
	height: 10px;
	margin: 0 10px;
}
.drugList a:last-child:after{
	display: none;
}
.drugList a:hover{
	color: red;
	text-decoration: underline;
}
/*banner开始*/
.banner{
    width:800px;
    height: 400px;
    position: relative;
}
.bannerIn{
    width:100%;
    height: 400px;
    overflow: hidden;
}
.bannerIn ul{
    width:100%;
    position: relative;
}
.bannerIn ul li{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 400px;
    background-position:center center;
    cursor: pointer;
}
.bannerIn ul li.banner1{
    background-image: url("../images/banner1.png");
    z-index: 1;
}
.bannerIn ul li.banner2{
    background-image: url("../images/banner2.png");
}
.bannerIn ul li.banner3{
    background-image: url("../images/banner3.png");
}
.bannerIn ul li.active{
    display: block;
}
.banner ol{
    width: 210px;
    height: 5px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -105px;
    z-index: 3;
}
.banner ol li{
    float: left;
    width: 60px;
    height: 5px;
    background: #f1f1f1;
    margin-right: 10px;
    cursor: pointer;
}
.banner ol li.active{
    background: #e5655d;
}
.banner .arrow a{
    position: absolute;
    width: 44px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    z-index: 1;
    opacity: 0.3;
}
.banner .arrow .left{
    left: 10.5%;
    background: url("../images/arrow_left.png");
}
.banner .arrow .right{
    right: 10.5%;
    background: url("../images/arrow_right.png");
}
/*热门药品 */
.hotDrug{
	width: 200px;
	height: 400px;
	overflow: hidden;
}
.hotDrug ul{
	background: #F2F7F9;
}
.hotDrug ul li{
	width: 100%;
	height: 130px;
	margin-bottom: 5px;
	padding: 0 10px;
	background: #FFFFFF;
}
.hotDrug ul li:last-child{
	margin-bottom: 0;
}
.hotDrug ul li img{
	width: 130px;
	height: 100px;
	display: inline-block;
	margin: 0 25px;
}
.hotDrug ul li h5{
	text-align: center;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}
/*按疾病药品展示 */
.drugShow{
	margin-top: 50px;
}
.content{
	background: linear-gradient( 180deg, rgba(2, 154, 212, 0.5) 0%, rgba(2,154,212,0) 20%);
}
.content .drugShow h3{
    position: relative;
}
.content .drugShow h3 span{
    display: inline-block;
    width: 170px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}
.content .drugShow .tab li.curr{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content .drugShow h3{
	border-bottom: 2px solid #E4E9EB;

}
.content .drugShow h3 span{
	position: relative;
	/*background: #fb375b;*/
	margin-left: 32px;
	width: max-content;
	font-weight: bold;
	font-size: 24px;
	line-height: 50px;
	color: #029AD4;
	/*border-bottom: 6px solid #029AD4;*/
	/*border-bottom-left-radius: 4px;*/
	/*border-bottom-right-radius: 4px;*/
	/*border-top-left-radius: 4px;*/
	/*border-top-right-radius: 4px;*/
}

.content .drugShow h3 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #029AD4;
	border-radius: 4px 4px 4px 4px; /* 只设置底部圆角 */
}
.content .drugShow .tab li.curr{
	background: transparent !important;
}


/*.content .drugShow:nth-child(5n) h3{*/
/*	border-bottom: 2px solid #01adef;*/
/*}*/
/*.content .drugShow:nth-child(5n) h3 span{*/
/*	background: #01adef;*/
/*}*/
/*.content .drugShow:nth-child(5n) .tab li.curr{*/
/*	background: #01adef;*/
/*}*/
/*.content .drugShow:nth-child(5n+1) h3{*/
/*	border-bottom: 2px solid #24aa98;*/
/*}*/
/*.content .drugShow:nth-child(5n+1) h3 span{*/
/*	background: #24aa98;*/
/*}*/
/*.content .drugShow:nth-child(5n+1) .tab li.curr{*/
/*	background: #24aa98;*/
/*}*/
/*.content .drugShow:nth-child(5n+2) h3{*/
/*	border-bottom: 2px solid #E4E9EB;*/
/*}*/
/*.content .drugShow:nth-child(5n+2) h3 span{*/
/*	!*background: #fb375b;*!*/
/*	margin-left: 32px;*/
/*	width: max-content;*/
/*	font-weight: bold;*/
/*	font-size: 24px;*/
/*	color: #029AD4;*/
/*	border-bottom: 6px solid #029AD4;*/
/*}*/
/*.content .drugShow:nth-child(5n+2) .tab li.curr{*/
/*	!*background: #fb375b;*!*/
/*}*/
/*.content .drugShow:nth-child(5n+3) h3{*/
/*	border-bottom: 2px solid #40c87f;*/
/*}*/
/*.content .drugShow:nth-child(5n+3) h3 span{*/
/*	background: #40c87f;*/
/*}*/
/*.content .drugShow:nth-child(5n+3) .tab li.curr{*/
/*	background: #40c87f;*/
/*}*/
/*.content .drugShow:nth-child(5n+4) h3{*/
/*	border-bottom: 2px solid #ff8040;*/
/*}*/
/*.content .drugShow:nth-child(5n+4) h3 span{*/
/*	background: #ff8040;*/
/*}*/
/*.content .drugShow:nth-child(5n+4) .tab li.curr{*/
/*	background: #ff8040;*/
/*}*/
.drugShow h3 a{
	float: right;
	line-height: 50px;
	color: #5C6D74;
	display: flex;
	align-items: center;
}
.drugShow h3 a:hover{
text-decoration: underline;
}
.drugShow .tab{
	position: absolute;
	right: 100px;
	top:10px;
}
.drugShow .tab li{
	float: left;
	padding:5px 20px;
	color: #5C6D74;
}
.drugShow .tab li.curr{
    cursor: pointer;
	color: #029AD4;
}
.drugShow .tabcon{
	width: 100%;
	padding: 20px 0 10px 0;
	background: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}
.drugShow .tabcon ul li{
	width: 200px;
	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;
}
.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);
}
.drugShow .tabcon ul li img{
	width: 180px;
	height: 150px;
	display: inline-block;
}
.drugShow .tabcon ul li h5{
	margin-top: 15px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #2E3F46;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.drugShow .tabcon ul li p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FD3D00;
	line-height: 20px;
	text-align: left;
	margin-top: 8px;
}

.drugShow .tabcon ul li  .specifications{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #2E3F46;
	line-height: 14px;
	text-align: left;
	margin-top: 16px;
}

.drugShow .tabcon ul li .indication{
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #5C6D74;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

