.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    height: 0.88rem;
    /* border-bottom: 1px solid #888; */
    width: 100%;
    padding: 0 4%;
    font-size: 0.33rem;
    color: #fff;
    line-height: 0.88rem;
    text-align: center;
    background-color: #171928;
    z-index: 50;
}
.fixedHeader.on{
    display: none;
}
.h88{
    width: 100%;
    height: 0.88rem;
}
.h88.on{
    display: none;
}
.fixedHeader .back {
    position: absolute;
    left: 4%;
    width: 0.3rem;
    height: 100%;
    background: url(../../img/h5/backto.png) no-repeat left center;
    background-size: 0.19rem;
    display: block;
    bottom: 0;
}

.fixedHeader b {
    font-weight: normal;
}

.fixedHeader a {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.88rem;
    padding-right: 3%
}
.content{
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #888888;
}
.ql-editor{
    padding: 0;
}
.content img{
    max-width: 100%;
}
@media screen and (min-width: 1000px) {
    .content {
        font-size: 15px;
        line-height: 30px;
    }
}