.header{
    height: auto;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #303030;
    line-height: 1.2rem;
    border-bottom: solid 1px #ababab;
    padding-bottom: 10px;
}
.header-left{
    float:left;
    padding-left: 20px;
    padding-top: 12px;
}
.wrapper{
    position:fixed;
    left:0;
    top:1.73333rem;
    bottom:0;
    width:100%;
    overflow:scroll;
    -webkit-overflow-scrolling:touch;
    padding:15px 15px;
    word-break:break-all;
}
.title{
    font-family:"Microsoft YaHei";
    font-size: 20px;
    text-align: center;
    line-height: initial;
}
.create{
    font-family: "Microsoft YaHei";
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.artcleWrapper{
    font-family: PingFangSC-Regular;
    font-size:0.3467rem;
    color: #000000;
    line-height:0.7467rem;
}
.artcleWrapper img{
    max-width:100%;
    height:auto;
}