/*------顶部-----*/
.chapter_details_banner .wrap{
    height: 1.5rem;
    width: 7.5rem;
    background:url("../images/health_chapter_details_banner.png") no-repeat center/cover;
}
.customer{
    margin-left: 3.3rem;
}
header{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 0.05rem;

}
/*-------------------学校详情---------------*/
.health_chapter_details {
    margin-top: 0.1rem;
    background: #ffffff;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
}
.details_infor h1{
    font-size: 0.28rem;
    color: #ff6868;
    margin-bottom: 0.05rem ;
    text-align: center;
}
.details_infor h4{
    text-align: center;
    font-size: 0.16rem;
    color: #8d8d8d;
}
.details_infor h3{
    font-size: 0.18rem;
    font-weight: bold;
    color: #272727;
    margin-bottom: 0.05rem;
    margin-top: 0.2rem;
}
.details_infor p span{
    font-size: 0.2rem;
    font-weight: bold;
    color: #272727;

}
.details_infor p{
    font-size: 0.24rem;
    color: #636363;
    line-height: 0.42rem;
    margin-top: 0.2rem;
   /* text-indent: 2em;*/
}
.details_infor p img{
    width: 100%;
    margin-left: -8%;
}
.details_infor table{
    margin: 0.2rem auto 0.2rem;
    width: 5rem;
    height: 1.8rem;
    text-align: center;
    font-size: 0.18rem;
}
.details_infor tr{
    border: 0.01rem solid #808080;
}
.details_infor td{
    border: 0.01rem solid #808080;
}


@media (max-width: 768px) {
    /*--header---*/
    .customer {
        margin-left: 3.15rem;
    }
}
@media (max-width: 420px) {
    /*--header---*/
    .customer {
        margin-left: 2.95rem;
    }
    .details_infor p{
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .details_infor h1{
        font-size: 0.32rem;
    }
    .details_infor h4{
        font-size: 0.24rem;
        margin-top: 0.1rem;
    }

}
@media (max-width: 360px) {
    .muen ul:last-child li {
        margin-left: 0.54rem;
    }
    .details_infor p{
        line-height: 0.52rem;
    }
}







