html{
    background: #F2F2F2;
}
.drugImg{
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 0.16rem;
    border-radius: 0.48rem 0.48rem 0 0;
    padding: 3%;
}
.drugImg img{
    width: 100%;
}
.drugImg h5{
    font-weight: bold;
    font-size: 0.42rem;
    color: #2E3F46;
    line-height: 0.8rem;
    display: -webkit-box;
    word-break: break-all;
}
.drugImg p{
	font-size: 0.32rem;
	color: #999999;
}
.drugImg .drugthing{
    margin-top: 0.24rem;
    position: relative;
    text-indent: 1.8rem;
    font-weight: 400;
    font-size: 0.36rem;
    line-height: 0.72rem;
    color: #2E3F46;
    word-break: break-word;

}
.drugImg .drugthing .thingbefore{
    position: absolute;
    left: 0;
    top: 0.08rem;
    text-indent: 0;
    width: 1.6rem;
    height: 0.6rem;
    background: #DBF2FF;
    font-weight: 400;
    font-size: 0.32rem;
    color: #01ADEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0.16rem 0.16rem 0.16rem;
}
.drugImg span{
    display:block;
    font-size: 0.38rem;
    font-weight: 700;
    color: red;
    line-height: 0.8rem;
}
.drugImg .buybtn{
    height: 1rem;
    margin-top: 0.24rem;
    background: #FD6F23;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    font-weight: bold;
    color: #FFFFFF;
}
.drugImg .buybtn img{
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.12rem;
}
.drugImg .qgxzbox{
    background: #F2F7F9;
    padding: 0.16rem;
    color: #5C6D74;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.24rem;
}
.drugImg .qgxzbox span{
    display: inline;
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #029AD4;
}
.drugImg .collectafter{
    color: red;
    display: none;
}
.drugImg .collectbefore{
    display: none;
    color: #999999;
}
.drugCont{
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 0.1rem;    
}
.drugCont ul li{
    width: 100%;
    padding: 2% 3%;
    line-height: 0.6rem;
    color: #999;
    font-size: 0.32rem;
    border-bottom: 1px solid #ccc;
}
.drugCont ul li:last-child{
    border-bottom: none;
}
.drugCont ul li span{
    margin-left: 0.5rem;
    color: #666;
}
.drugCont .fl{
    width: 90%;
    text-align: left;
}
.drugCont .fr{
    width: 10%;
    text-align: right;
}
.drugDetail{
    width: 100%;
    background: #FFFFFF;
}
.drugDetail .btn {
    display: flex;
    height: 1.06rem;
    align-items: center;
    border-bottom: 1px solid #DFE2E7;
    padding:  0.1rem 0.32rem 0;
}
.drugDetail .btn li{
    float: left;
    margin-right: 0.4rem;
    font-size: 0.32rem;
    position: relative;
    color: #2E3F46;
    background: #fff;
    text-align: center;
    border-right: 0.01rem solid #ffffff;
}
.drugDetail .btn li.active{
    font-weight: bold;
    font-size: 0.36rem;
    color: #01ADEF;
}
.drugDetail .btn li .line{
    position: absolute;
    bottom: -0.24rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.40rem;
    height: 0.1rem;
    background: #01ADEF;
    border-radius: 0.5rem;
}
.drugDetail .sms{
    padding: 3%;
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #666;
}
.drugEvaluate ul li{
    width: 100%;
    padding: 3%;
    margin-top: 0.1rem;
    border-bottom: #CCCCCC 1px solid;
}
.drugEvaluate ul li:last-child{
	border-bottom:none;
}
.drugEvaluate ul li img{
    width:0.9rem;
    height:0.9rem;
    border-radius: 50%;
    margin-right: 0.3rem;
}
.drugEvaluate ul li h4{
    font-size: 0.3rem;
    color:#666;
    line-height: 0.5rem;
}
.drugEvaluate ul li span{
    display: block;
    font-size: 0.3rem;
    color:#999;
}
.drugEvaluate ul li p{
    font-size: 0.32rem;
    color:#666;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    word-break: break-all;
}
.drugEvaluate ul li a{
	display: inline-block;
	font-size: 0.3rem;
	color: #999;
	padding: 0.1rem 0.3rem;
	border-radius: 0.2rem;
	border: #CCCCCC 1px solid;
}
.drugEvaluate .zwpj{
    font-size: 0.32rem;
    color:#999;
    line-height: 1rem;
    padding-left: 0.4rem;
}
/*规格数量弹框*/
.drugbg {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.drugbg .bgCont{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    overflow: auto;
    bottom: 0;
    left: 0;
    background: #FFFFFF;   
}
.drugbg .bgCont .drugName{
    padding: 5% 3%;
    border-bottom: 1px solid #F1F1F1;
}
.drugbg .bgCont .conLeft{
    float: left;
    width: 25%;
}
.drugbg .bgCont .conRight{
    float: left;
    width: 75%;
    padding-left: 2%;
}
.drugbg .bgCont .conLeft img{
    width: 100%;
}
.drugbg .bgCont .conRight h5{
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.4rem;
    display: -webkit-box;
    word-break: break-all;
}
.drugbg .bgCont .conRight span{
    display: block;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 1rem;
    color: red;
}
.drugbg .bgCont .drugSpecs{
    color: #999;
    font-size: 0.3rem;
    padding: 5% 3%;
    border-bottom: 1px solid #F1F1F1;
}
.drugbg .bgCont span{
    display: block;
    line-height: 0.6rem;
    font-size: 0.32rem;
    color: #666;
    margin-bottom: 0.2rem;
}
.drugbg .bgCont .drugSpecs input{
    margin: 0 1% 0 5%;   
}
.drugbg .bgCont .drugNum{
    color: #999;
    font-size: 0.3rem;
    padding: 5% 3%;
}
.drugbg .bgCont .drugNum .numChange{
    margin: 0 1% 0 5%;
    position: relative;
}
.drugbg .bgCont .drugNum .numChange .minus{
    display: inline-block;
    width: 0.3rem;
    height: 0.64rem;
    line-height: 0.6rem;
    font-size: 0.4rem;
    text-align: center;
    color: #000;
    background:#F8F6F6;
    position: absolute;
    top:0px;
}
.drugbg .bgCont .drugNum .numChange .num{
    display: inline-block;
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #cacbcb;
    text-align: center;
    margin-left: 0.4rem;
}
.drugbg .bgCont .drugNum .numChange .plus{
    display: inline-block;
    width: 0.3rem;
    height: 0.64rem;
    line-height: 0.6rem;
    font-size: 0.4rem;
    text-align: center;
    color: #000;
    background:#F8F6F6;
    position: absolute;
    top:0px;
    left: 1.35rem;
}
.drugbg .bgCont .decision{
    font-size:0px;
    padding: 5% 3%;
}
.drugbg .bgCont .decision button{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    height:0.8rem;
    line-height: 0.8rem;
    background: red;
    font-size: 0.34rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}
.drugbg .bgCont .decision .cancel{
    margin-left: 4%;
    background: #24AA98;
}
/*药品信息弹框*/
.ypbg {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.ypbg .ypCont{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: #FFFFFF;   
}
.ypbg .ypCont h5{
    font-size: 0.34rem;
    font-weight: 600;
    line-height: 0.8rem;
    text-align: center;
    color: #FFFFFF;
    background: #24AA98;
    padding-left:5%;
}
.ypbg .ypCont h5 .fa-times{
    margin: 3%;
    float: right;
}
.ypbg .ypCont ul li{
    width: 100%;
    padding: 3%;
    line-height: 0.6rem;
    border-bottom: 1px solid #ccc;
    font-size: 0px;
}
.ypbg .ypCont ul li span{
    display: inline-block;
    width: 25%;
    font-size: 0.32rem;
    color:#666;
    vertical-align: top;
}
.ypbg .ypCont ul li p{
    display: inline-block;
    width: 75%;
    font-size: 0.32rem;
    color:#999;
}
.reply{
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.3rem auto;
    font-size: 0.32rem;
    background: #66CDAA;
    color: #FFFFFF;
}
/*药品资讯*/
.drugNews{
    margin: 0.3rem 0;
}
.drugNews ul li{
    width: 100%;
    float: left;
    padding: 0 0.3rem;
    position: relative;
}
.drugNews ul li a{
    display: block;
    font-size: 0.3rem;
    line-height: 1rem;
    padding-left: 0.3rem;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    border-bottom: 0.02rem dashed #ccc;
}
.drugNews ul li:last-child a{
    border-bottom: none;
}
.drugNews ul li a::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #24aa98;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 15px;
}
/**药品规格图片放大*/
.drugbgImg {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.drugbgImg .bgImg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    overflow: auto;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
}
.bgImg .imgGg {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 0.1rem;
}
.imgGg img{
    width: 100%;
}
/*消费告知书弹框*/
.xfgzs {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.xfgzs p{
     font-size: 0.3rem;
     line-height: 0.6rem;
     color: #666666;
 }
.xfgzs .gzsDv{
    width: 96%;
    height: 100%;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 1rem;
}
.xfgzs p i{
    color: #ff0000;
}
.xfgzs .ypCont{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
}
.xfgzs .ypCont h5{
    width: 100%;
    font-size: 0.34rem;
    font-weight: 600;
    line-height: 0.8rem;
    text-align: center;
    color: #FFFFFF;
    background: #24AA98;
    padding-left:5%;
    position: fixed;
    top: 0px;
}
.xfgzs .ypCont h5 .fa-times{
    margin: 3%;
    float: right;
}
/*清关须知弹框*/
.qgxz {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.qgxz p{
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #666666;
}
.qgxz .xzDv{
    width: 96%;
    height: 100%;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 1rem;
}
.qgxz .xzCont{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
}
.qgxz .xzCont h5{
    width: 100%;
    font-size: 0.34rem;
    font-weight: 600;
    line-height: 0.8rem;
    text-align: center;
    color: #FFFFFF;
    background: #24AA98;
    padding-left:5%;
    position: fixed;
    top: 0px;
}
.qgxz .xzCont h5 .fa-times{
    margin: 3%;
    float: right;
}

/**关于我们*/
.gywm{
    display: none;
}

#goods_detail {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 2;
    word-break:break-all;
    color:#666666;
    font-family:Microsoft YaHei;
    text-align:justify;
}
#goods_detail p{
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
    word-break:break-all;
    font-family:Microsoft YaHei;
    text-align:justify;
}
#goods_detail a{
    font-size: 0.36rem;
    color: #01ADEF;
    line-height: 0.72rem;
    word-break:break-all;
    font-family:Microsoft YaHei;
    text-align:justify;
}
#goods_detail h2{
    font-weight: bold;
    font-size: 0.38rem;
    color: #1F647E;
    line-height: 0.72rem;
    word-break:break-all;
    font-family:Microsoft YaHei;
    text-align:justify;
    padding: 0.32rem 0;
}
#goods_detail h3{
    font-weight: bold;
    font-size: 0.38rem;
    color: #1F647E;
    line-height: 0.72rem;
    word-break:break-all;
    font-family:Microsoft YaHei;
    text-align:justify;
    padding: 0.32rem 0;
}
#goods_detail h4{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
    word-break:break-all;
    font-family:Microsoft YaHei;
    text-align:justify;
    padding: 0.32rem 0;
}
#goods_detail img{
    width: 100% !important;
}
#goods_detail .qgxzbox{
    background: #F2F7F9;
    padding: 0.16rem;
    font-weight: 400;
    font-size: 0.28rem;
    color: #2E3F46;
    line-height: 0.56rem;
    margin-top: 0.24rem;
}

#goods_detail span{
    display: inline;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #FF7E00;
}
.fenge-title{
    font-size: 0.4rem!important;
    margin-top: 0.2rem;
}
.fenge span{
    display: inline-block;
    width: 100%;
    background: #666;
    height:2px;
    margin-top: 0.3rem;
}
/*.fengetop{*/
/*    margin-top: 0.9rem;*/
/*}*/
.guigeDiv{
    display: inline-block!important;
    margin-left: 0.5rem;
    white-space:nowrap;
    text-overflow:ellipsis;
}

/*问答咨询组件*/
.question_news{
    margin-top: 0.16rem;
    background: #FFFFFF;
    padding-top: 0.32rem;
}
.question_news .qn_head{
    border-bottom: 0.01rem solid #E4E9EB;
    display: flex;
    justify-content: flex-start;
}
.question_news li{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
    margin: 0 0.24rem 0 0.24rem;
}
.question_news .qn_head .qn_check{
    color: #01ADEF;
    border-bottom: 0.08rem solid #01ADEF;
}
.question_news .qn_list{
    padding: 0 0.24rem 0.32rem 0.24rem;
}
.question_news .qn_list .qn_card{
    margin-top: 0.32rem;
}
.question_news .qn_list .qn_card .qn_title{
    font-weight: bold;
    font-size: 0.32rem;
    color: #2E3F46;
    line-height: 0.32rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.question_news .qn_list .qn_card .qn_content{
    font-weight: 400;
    font-size: 0.28rem;
    color: #5C6D74;
    line-height: 0.56rem;
    margin-top: 0.24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.question_news .qn_list .qn_card .qn_info{
    display: flex;
    justify-content: space-between;
    padding: 0.24rem 0;
    border-bottom: 0.01rem dashed #E4E9EB;
}
.question_news .qn_list .qn_card .qn_info .info_font{
    font-weight: 400;
    font-size: 0.24rem;
    color: #8A9BA2;
    line-height: 0.24rem;
}