.content {
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    margin: 1.4rem auto 0;
}
/*问题描述*/
.question{
    background: #ffffff;
    padding: 0.3rem;
    margin: 0.3rem;
    margin-bottom: 0.3rem;
    border-radius: 5px;
}
.question h5{
    color: #000;
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 0.6rem;
}
.question p{
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-align: left;
    color: #666;
}
.question .nameTime{
    color: #ccc;
}
.question .nameTime span{
    margin-left: 0.3rem;
}
.question .describe  span{
    font-weight: 700;
    color: #000;
}
/*回答列表*/
.answerList{
    background: #ffffff;
    padding: 0.3rem;
    margin: 0.3rem;
    border-radius: 5px;
}
.answerList h4{
    color: #000;
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 0.6rem;
    position: relative;
}
.answerList h4 span{
    display: inline-block;
    width: 77%;
    height: 2px;
    background: #666;
    position: absolute;
    top: 0.25rem;
    left:1.4rem;
}
.answerList ul li{
    width: 100%;
    padding: 3%;
    margin-top: 0.1rem;
    border-bottom: #CCCCCC 1px solid;
}
.answerList ul li:last-child{
    border-bottom:none;
}
.answerList ul li img{
    width:0.9rem;
    height:0.9rem;
    border-radius: 50%;
    margin-right: 0.3rem;
}
.answerList ul li h4{
    font-size: 0.3rem;
    color:#666;
    line-height: 0.5rem;
}
.answerList ul li span{
    display: block;
    font-size: 0.3rem;
    color:#999;
}
.answerList ul li p{
    font-size: 0.32rem;
    color:#666;
    line-height: 0.6rem;
    /*margin-top: 0.2rem;*/
}
.answerList 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;
}
/*回答问题*/
.answerDet{
    background: #ffffff;
    padding: 0.3rem;
    margin: 0.3rem;
    border-radius: 5px;
}
.answerDet textarea{
    width: 93%;
    height: 3rem;
    padding: 3%;
    /*border: medium none;*/
    font-size: 0.32rem;
    line-height: 0.6rem;
}
.answerDet button{
    display: block;
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    background: #66CDAA;
    color: #FFFFFF;
}
.head{
    background: #FFF;
    border-radius: 0.48rem 0.48rem 0 0;
    padding: 0.36rem 0.24rem 0.24rem 0.24rem;
    margin-top: 1.4rem;
}
.head .navigation{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.head .navigation .navigation_font{
    font-weight: 400;
    font-size: 0.24rem;
    color: #8A9BA2;
    line-height: 0.28rem;
    margin-right: 0.1rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    max-width: 3.5rem;
}
.head .navigation .right_arrow{
    width: 0.1rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}
.head .question_title{
    font-weight: 400;
    font-size: 0.42rem;
    color: #2E3F46;
    line-height: 0.64rem;
    margin-top: 0.24rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.head .question_info{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #E4E9EB;
    padding-bottom: 0.24rem;
}
.head .question_info .info_font{
    font-weight: 400;
    font-size: 0.24rem;
    color: #5C6D74;
    line-height: 0.24rem;
    margin-top: 0.24rem;
}
.head .describe{
    font-weight: 400;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
    margin-top: 0.24rem;
}
.question_content{
    margin-top: 0.16rem;
    background: #FFF;
    padding: 0.32rem 0.24rem;
}
.question_content .count_flag{
    display: flex;
    justify-content: flex-start;
}
.question_content .count_flag .box{
    width: 0.08rem;
    height: 0.32rem;
    background: #01ADEF;
}
.question_content .count_flag .question_count{
    font-weight: 400;
    font-size: 0.32rem;
    color: #1F647E;
    line-height: 0.32rem;
    margin-left: 0.1rem;
}
.question_content .answer_card{
    margin-top: 0.24rem;
}
.question_content .answer_card .answer_head{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #E4E9EB;
}
.question_content .answer_card .answer_head .user_name{
    font-weight: bold;
    font-size: 0.32rem;
    color: #2E3F46;
    line-height: 0.8rem;
}
.question_content .answer_card .answer_head .put_time{
    font-weight: 400;
    font-size: 0.24rem;
    color: #8A9BA2;
    line-height: 0.8rem;
}
.question_content .answer_card .answer{
    font-weight: 400;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
    padding-bottom: 0.24rem;
}
.question_content .statement{
    background: #F2F7F9;
    padding: 0.16rem;
    font-weight: 400;
    font-size: 0.28rem;
    color: #2E3F46;
    line-height: 0.56rem;
    margin-top: 0.24rem;
}
.question_content .statement_title{
    color: #FF7E00;
}
.question_content .near_article{
    margin-top: 0.25rem;
}
.question_content .near_article .article_content{
    font-weight: 400;
    font-size: 0.28rem;
    color: #2E3F46;
    line-height: 0.56rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.question_content .near_article .article_content .article_title{
    color: #8A9BA2;
}
.related_drugs{
    margin-top: 0.16rem;
    background: #DBF2FF;
    padding: 0.32rem 0.24rem;
}
.related_drugs .related_head{
    display: flex;
    justify-content: flex-start;
}
.related_drugs .related_head .related_box{
    width: 0.08rem;
    height: 0.36rem;
    background: #01ADEF;
}
.related_drugs .related_head .related_title{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.36rem;
    margin-left: 0.12rem;
}
.related_drugs .drug_img{
    width: 7.02rem;
    height: 7.02rem;
    margin-top: 0.26rem;
    border-radius: 0.08rem;
}
.related_drugs .drug_describe{
    margin-top: 0.16rem;
    padding: 0.48rem 0.24rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
}
.related_drugs .drug_describe .drug_name{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.36rem;
}
.related_drugs .drug_describe .drug_introduce{
    font-weight: 400;
    font-size: 0.28rem;
    color: #2E3F46;
    line-height: 0.46rem;
    margin-top: 0.24rem;
}
.related_drugs .drug_info{
    margin-top: 0.16rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0 0.24rem 0.4rem 0.24rem;
}
.related_drugs .drug_info .drug_manufacturer{
    font-weight: 400;
    font-size: 0.24rem;
    color: #2E3F46;
    line-height: 0.68rem;
    border-bottom: 0.01rem solid #E4E9EB;
}
.related_drugs .drug_info .info_title{
    color: #1F647E;
}
.related_drugs .drug_info .drug_specifications{
    border-bottom: 0;
}
.related_drugs .drug_info .drug_price{
    font-weight: bold;
    font-size: 0.48rem;
    color: #FD3D00;
    line-height: 0.48rem;
}
.related_drugs .contact{
    display: flex;
    justify-content: space-between;
    margin-top: 0.26rem;
}
.related_drugs .contact .consult{
    width: 3.43rem;
    height: 0.9rem;
    background: #01ADEF;
    border-radius: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.related_drugs .contact .consult_font{
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.9rem;
    margin-left: 0.17rem;
}
.related_drugs .contact .consult .consult_img{
    background-image: url("../images/enquire.png");
    background-size: cover;
    width: 0.4rem;
    height: 0.4rem;
}
.related_drugs .contact .buy .buy_img{
    background-image: url("../images/buy.png");
    background-size: cover;
    width: 0.4rem;
    height: 0.4rem;
}
.related_drugs .contact .buy{
    width: 3.43rem;
    height: 0.9rem;
    background: #FD6F23;
    border-radius: 0.15rem;
    text-align: center;
    align-items: center;
}
.correlation_drugs{
    margin-top: 0.16rem;
    background: #FFFFFF;
    padding: 0.32rem 0rem;
}
.correlation_drugs .corr_head{
    border-bottom: 0.01rem solid #E4E9EB;
}
.correlation_drugs .corr_head .head_font{
    font-weight: bold;
    font-size: 0.36rem;
    color: #01ADEF;
    border-bottom: 0.08rem solid #01ADEF;
    width: max-content;
    margin-left: 0.24rem;
    line-height: 0.72rem;
}
.correlation_drugs .drug_list{

}
.correlation_drugs .drug_list .drug_card{
    margin-top: 0.32rem;
    border-bottom: 0.01rem dashed #E4E9EB;
    padding: 0 0.24rem 0.24rem 0.24rem;
    display: flex;
    justify-content: flex-start;
}
.correlation_drugs .drug_list .drug_card .drug_img{
    width: 2rem;
    height: 2rem;
}
.correlation_drugs .drug_list .drug_card .drug_info{
    margin-left: 0.18rem;
    padding: 0.32rem 0;
}
.correlation_drugs .drug_list .drug_card .drug_info .drug_title{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.56rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.correlation_drugs .drug_list .drug_card .drug_info .drug_content{
    font-weight: 400;
    font-size: 0.28rem;
    color: #5C6D74;
    line-height: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.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;
}

































