.content {
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    margin: 1.1rem auto 0;
}
/*疾病分类*/
.diseaseList{
    background: #ffffff;
    padding: 0.56rem 0.25rem 1.2rem;
    margin-bottom: 0.3rem;
}
.diseaseList h2{
    font-weight: bold;
    font-size: 0.36rem;
    color: #2E3F46;
    display: flex;
    align-items: center;
}
.diseaseList h2 .h2line{
    width: 0.08rem;
    height: 0.36rem;
    background: #01ADEF;
    margin-right: 0.12rem;
}
.diseaseList .diseasebox{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 0.58rem;
}
.diseaseList a{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.16rem 0.32rem;
    font-weight: 400;
    font-size: 0.32rem;
    color: #2E3F46;
    margin-right: 0.16rem;
    margin-bottom: 0.32rem;
    border-radius: 0.98rem;
    border: 1px solid #E4E9EB;
}
/*.diseaseList a img{*/
/*    width: 0.8rem;*/
/*    height: 0.8rem;*/
/*    display:inline-block;*/
/*}*/
/*.diseaseList a span{*/
/*    display: block;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    font-weight: normal;*/
/*    font-size: 0.3rem;*/
/*    padding-top: 0.2rem;*/
/*    color: #000;*/
/*    text-align: center;*/
/*}*/