html{
    background: #FFFFFF;
}
.content {
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    margin: 1.1rem auto 0;
}
h1, h2, h3 {
    text-decoration: none;
    font-weight: normal;
    font-weight: 400;
    font-size: 0.38rem;
    color: #1F647E;
    line-height: 0.72rem;

}

h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-weight: 400;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;
}

p{
    font-weight: 400;
    font-size: 0.36rem;
    color: #2E3F46;
    line-height: 0.72rem;

}

/*热门药品
.drugList{
    padding: 0.3rem 0 0 0;
    background: #FFFFFF;
}
.drugList .listUl li{
    float: left;
    width: 46%;
    height: 4.95rem;
    margin:2%;
    padding: 5px;
    border: 2px solid #24AA98;
    text-align: center;
}
.drugList .listUl li img{
    width: 2.7rem;
    height: 2.5rem; 
    display: inline-block;   
}
.drugList .listUl li h5{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    padding-top: 8px;
    font-size: 0.3rem;
    color: #24AA98;
    text-align: center;   
}
.drugList .listUl li p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 8px;
    font-size: 0.26rem;
    color: #999;
    text-align: center;   
}
.drugList .listUl li span{
    display: block;
    line-height: 0.6rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #e5655d;
    text-align: center;   
}
*/
/*药品列表*/
.drugList{
    padding:0.58rem 0.24rem 1.2rem;
}
.drugList .listUl li{
    padding: 0.3rem;
    border-bottom: 0.02rem solid #f1f1f1;
}

.drugList .listUl li a{
    display: flex;
}
.drugList .listUl li:last-child{
    border-bottom: none;
}
.drugList .listUl li .drugLeft{
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.24rem;
    flex-shrink: 0;
}
.drugList .listUl li .drugLeft img{
    width: 100%;
    height: 100%;
}
.drugList .listUl li .drugRight{
    width: 4.3rem;
}
.drugList .listUl li .drugRight h5{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    margin-bottom: 0.1rem;
    word-break:break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.drugList .listUl li .drugRight p{
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #2E3F46;
    word-break:break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.drugList .listUl li .drugRight .drugPrice{
    color: #FD3D00;
    font-weight: bold;
}
.drugList .listUl li .drugRight p span{
    color: #5C6D74;
    margin-right: 0.1rem;
}
.collectafter{
    color: red;
    padding-left: 0.2rem;
}
