.top-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.36rem;
    border-bottom: 0.01rem solid #e1e1e1;
    background: #fff;
}
.icon-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.88rem;
    height: 0.88rem;
    background: url(/public/images/aboutApp/icon_back.png) center center no-repeat;
    background-size: 0.32rem;
}
.topBg{
    height: 3.22rem;
    background: #fff url(/public/images/aboutApp/aboutme2.png) center center no-repeat;
    background-size: 8rem auto;
    margin-bottom: 0.2rem;
}
.topContent{
    font-size: 0.28rem;
    color: #666;
    background: #fff;
    padding: 0.3rem 0.24rem 0.5rem;
}
.topContent p{
    text-align:justify;
    text-justify:inter-word;
}
.centerContent{
    background: #fff;
    padding: 0 0.24rem 0.5rem;
}
.centerContent>h4{
    font-size: 0.28rem;
    color: #333;
}
.centerContent p{
    font-size: 0.28rem;
    color: #666;
}
.centerContent p.sub-tit{
    color: #f04877;
    padding: 0.3rem 0;
}
.copyRight{
    font-size: 0.2rem;
    color: #999;
    text-align: center;
    padding: 0.6rem 0 0.3rem;
}