/*导航 */
.diseaList {
	width: 240px;
	border-top: 3px solid #01ADEF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.diseaList li {
	width: 240px;
	height: 55px;
	background: #F2F7F9;
	line-height: 55px;
}

.diseaList li a {
	color: #2E3F46;
	line-height: 55px;
	font-weight: 400;
	font-size: 18px;
}

.diseaList li i {
	font-size: 18px;
}

.diseaList .active {
	background: #029AD4;
}
.diseaList  .isdisease{
	color: #029AD4 !important;
}

.diseaList .active a {
	color: #fff;
}

.diseaList .active i {
	color: #fff;
}


.diseaList .dislist {
	border-left: 1px solid #E4E9EB;
	border-right: 1px solid #E4E9EB;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 24px 13px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.diseaList .dislist a {
	display: block;
	width: 95px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #2E3F46;
	line-height: 16px;
	margin-bottom: 24px;
}

.diseaList .dislist a:hover {
	color: #029AD4;
}

.tips {
	margin: 20px 0 30px 0;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #8A9BA2;
	/*line-height: 14px;*/
}
.tips a {
	margin: 0 10px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #8A9BA2;
	line-height: 14px;
}

.tips a:hover {
	color: red;
}
.bigbox {
	display: flex;
	justify-content: space-between;
}
.contNav ul li a{
	display: block;
	line-height: 55px;
	padding-left: 24px;
}
.contNav ul li a:hover{
	color: #FFFFFF;
	background:#029ad4;
}
.contNav ul li i{
	color: #029ad4;
	font-size: 16px;
	margin-right: 5px;
}
.contNav ul li:hover i{
	color: #FFFFFF;
}
/*浏览历史 */
.browHistory{
	margin: 30px 0;
	width: 200px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.browHistory h5{
	background: #F2F2F2;
	text-align: center;
	line-height: 40px;
	color: #000000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.browHistory ul li{
	padding: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.browHistory ul li:last-child{
	border-bottom: none;
}
.browHistory ul li img{
	width: 180px;
	height: 140px;
	margin-bottom: 10px;
}
.browHistory ul li p{
	line-height: 30px;
	text-align: center;	
}
.browHistory ul li .drugPrice{
	color: red;
	font-weight: bold;
}
/*相关药品 */
.aboutDrug{
	margin-top: 30px;
	width: 240px;
	border: 1px solid #E4E9EB;
	border-radius: 5px;
}
.aboutDrug h5{
	background: #F2F7F9;
	display: flex;
	align-items: center;
	justify-content: left;
	font-weight: bold;
	font-size: 20px;
	color: #2E3F46;
	height: 56px;
	color: #2E3F46;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	padding-left: 16px;
}
.aboutDrug h5 .libox{
	width: 8px;
	height: 24px;
	margin-right: 12px;
	background: #01ADEF;
}

.aboutDrug ul li{
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 24px;
}
.aboutDrug ul li:last-child{
	border-bottom: none;
}
.aboutDrug ul li img{
	width: 238px;
	height: 232px;
	margin-bottom: 8px;
}
.aboutDrug ul li p{
	text-align: left;
}
.aboutDrug ul li .drugName{
	font-weight: bold;
	font-size: 16px;
	color: #2E3F46;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.aboutDrug ul li .specifications{
	margin: 16px 0 8px;
	font-weight: 400;
	font-size: 14px;
	color: #2E3F46;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.aboutDrug ul li .drugPrice{
	font-weight: bold;
	font-size: 20px;
	color: #FD3D00;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}
/*药品详情*/
.rightDrug{
	width: 970px;
	margin-left: 30px;
}
.rightDrug .tips{
	margin: 20px 0 30px 0;
	color: #000000;
}
.rightDrug .tips a{
	margin: 0 10px;
	color: #000000;
}
.rightDrug .tips a:hover{
	color: red;
	text-decoration: underline;
}
.drugDetail .drugName{
	margin-bottom: 50px;
}
.drugDetail .drugName img{
	width: 348px;
	height: 348px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
.drugDetail .drugName .qgxz{
	margin-top: 8px;
	width: 348px;
	background: #F2F7F9;
	box-sizing: border-box;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 16px;
	font-weight: 400;
	font-size: 14px;
	color: #2E3F46;
	line-height: 24px;
}

.drugDetail .drugName .qgxz span{
	color: #029AD4;
}
.drugDetail .drugName .detail{
	width: 600px;
}
.drugDetail .drugName .detail h5{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #2E3F46;
	margin: 5px 0 16px 0;
}
.drugDetail .drugName .detail p{
	font-weight: 400;
	font-size: 18px;
	color: #2E3F46;
	line-height: 36px;
	display: flex;
	margin-bottom: 6px;
}
.drugDetail .drugName .detail p span{
	display: block;
	flex-shrink: 0;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #1F647E;
}

.drugDetail .drugName .detail .tyys{
	font-weight: 400;
	font-size: 18px;
	color: #2E3F46;
	line-height: 36px;
	display: flex;
	margin-bottom: 10px;
}
.drugDetail .drugName .detail .tyys span{
	display: block;
	flex-shrink: 0;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #1F647E;
}
.drugDetail .drugName .detail .buybtn{
	width: 178px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FD6F23;
	border-radius: 8px 8px 8px 8px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 4px;
	color: #FFFFFF;
	cursor: pointer;
}
.drugDetail .drugName .detail .buybtn img{
	width: 22px;
	height: 20px;
	border: none;
	margin-right: 12px;
}
.drugDetail .drugName .detail .specs input{
	margin: 5px 5px 5px 20px;
}
.drugDetail .drugName .detail .specs input:nth-of-type(1){
	margin: 5px 5px 5px -5px;
}
.drugDetail .drugName .detail .addre input{
	margin: 5px 5px 5px 20px;
}
.drugDetail .drugName .detail .addre input:nth-of-type(1){
	margin: 5px 5px 5px -5px;
}
.numChange .sum{
	width: 65px;
	height: 46px;
	margin: 15px 0 5px 0;
	position: relative;
}
.numChange .num{
    display: inline-block;
    width: 45px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #cacbcb;
    text-align: center;
}
.numChange .plus{
	display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #cacbcb;
    text-align: center;
    position: absolute;
    right: -7px;
    top: 0;  
}
.numChange .minus{
	display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #cacbcb;
    text-align: center;
    position: absolute;
    right: -7px;
    bottom: 0;
}
.numChange .sum i{
	font-size: 20px;
	text-align: center;	
}
.numChange .sum a:hover{
	color:#029ad4;
	border: 1px solid #029ad4;
}
.drugDetail .drugName .detail .numChange span{
	margin: 30px 0 0 0;
}
.drugDetail .drugName .detail .price{
	margin: 10px 0;
}
.drugDetail .drugName .detail .price b{
	font-weight: bold;
	font-size: 20px;
	color: #FD3D00;

}
.apply button{
	display: inline-block;
	font-size: 16px;
	width: 200px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: red;
	color: #FFFFFF;
	margin: 15px 20px 0 40px;
	border-radius: 5px;
}
.apply button i{
	font-size: 20px;
	margin-right: 5px;
}
.apply button:hover{
	background: #FFFFFF;
	color: red;
	border: 1px solid red;
}
.apply button:hover i{
	color: red;
}
.apply .kefu{
	background: #40c87f;
}
/*药品说明书*/
.drugDet{
	width: 970px;
	margin-top: 30px;
}
.drugDet .box{
	width: 100%;
	height: 47px;
	line-height: 47px;
	background: #F2F7F9;
}
.drugDet .box li{
	float: left;
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: #2E3F46;
	cursor: pointer;
}
.drugDet .box li.curr{
	background: #01ADEF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.drugDet .boxCont{
	border: 1px solid #CCCCCC;
	padding: 20px;
}
.drugDet .boxCont .mzsm{
	margin-top: 8px;
	background: #F2F7F9;
	box-sizing: border-box;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 16px;
	font-weight: 400;
	font-size: 16px;
	color: #5C6D74;
	line-height: 32px;
}
.drugDet .boxCont .mzsm span{
	color: #029AD4;
}
.boxCont h2{
	word-break:break-all;
	color:#1F647E;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	margin: 12px 0;
}
.boxCont h3{
	word-break:break-all;
	color:#2E3F46;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	margin: 12px 0;
}
.boxCont h4{
	word-break:break-all;
	color:#2E3F46;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	margin: 12px 0;
}
.boxCont p{
	word-break:break-all; 
	line-height:48px;
	color:#2E3F46;
	font-size:18px;
	font-family:Microsoft YaHei;
	margin: 10px 0;
}
.boxCont a{
	color:#01ADEF;
	font-size:18px;
}
.boxCont ul li{
	padding: 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.boxCont ul li:last-child{
	border-bottom: none;
}
.boxCont ul li img{
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-right: 10px;
}
.boxCont ul li h5{
	line-height: 35px;
	font-weight: bold;
}
.boxCont ul li span{
	color: #999;
	line-height: 30px;
}
.boxCont ul li a{
	line-height: 30px;
}
.boxCont ul li a i{
	font-size: 18px;
	margin-right: 5px;
}
.boxCont ul li a:hover{
	color: #000000;
}
/*药品资讯*/
.boxCont .fenge-title{
	display: flex;
	border-bottom: 1px solid #E4E9EB;
	margin: 32px 0;
	font-weight: bold;
	font-size: 20px;
	color: #2E3F46;
	height: 56px;
	align-items: center;
}
.boxCont .fenge-title .libox{
	width: 8px;
	height: 24px;
	margin-right: 12px;
	background: #01ADEF;
}
.boxCont .drugNews ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxCont .drugNews ul li{
	width: 424px;
	border: none;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #2E3F46;
	text-align: left;
	padding: 0;
	margin-bottom: 32px;
}
.boxCont .drugNews ul li a{
	line-height: 28px;
	color: #2E3F46;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.boxCont .drugNews ul li .li_bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}
.boxCont .drugNews ul li .li_bot span{
	font-weight: 400;
	font-size: 12px;
	color: #8A9BA2;
}
.boxCont .drugNews ul li a:hover{
	color: red;
	text-decoration: underline;
}

.boxCont .zzzmDiv{
      float: left;
	  width: 415px;
	  height: 400px;
	  margin-top: 20px;
	  margin-left: 30px;
  }
.boxCont .zzzmDiv img{
	 width: 415px;
	 height: 320px;
 }
.boxCont .zzzmDiv p{
	text-align: center;
}
.collectsc{
	display: none;
	font-size: 32px!important;
	margin-top: 22px;
}
.collectafter{
	color: red;
}
 .collectbefore{
	color: 	#C0C0C0;
}
.guigeDiv{
	display: inline-block!important;
	margin-right: 20px;
}