/*------顶部-----*/
.chapter_details_banner  img{
    height: 1.5rem;
    width: 100%;
}
.customer{
    margin-left: 3.3rem;
}
header{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 0.05rem;

}
.header_logo img{
  width: 3.74rem;
    height: 0.75rem;
}
/*.copyright{
    padding-bottom: 0.25rem;
}*/
@media (max-width: 768px) {
    /*--header---*/
    .customer {
        margin-left: 3.15rem;
    }
}
@media (max-width: 420px) {
    /*--header---*/
    .customer {
        margin-left: 2.95rem;
    }
}

@media (max-width: 320px) {
    .loadmore {
        top: 96% !important;
    }
}






