body,html{
    background-color: #f8f8f8;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #484848;
}
.content{
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0px auto;
}
.content-article{
    width: 90%;
    height: auto;
    float: left;
    margin: 30% 5% 10px 5%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 18px;
    box-sizing: border-box;
}
.content-article-full{
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFFFFF;
}
.content-article-full img{
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFFFFF;
}
.content-article-header{
    width: 100%;
    height: 60px;
}
.content-article-header img{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 5px;
}
.content-article-header-right{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin-top: -60px;
    float: left;
    padding: 5px 0px 5px 75px;
}
.content-article-header-right h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content-article-header-right h5{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #999998;
    font-weight: 400;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content-article-qrcode{
    width: 100%;
    float: left;
    margin: 20px 0px;
}
.content-article-footer{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    color: #666666;
}
.content-article-kefu{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    color: #666666;
}
.content-article-kefu a{
    font-size: 14px;
    color: #0F80FF;
    margin: 0px 0px 0px 5px;
    text-decoration: none;
}
.public-container{
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}
.error-images{
    width: 80px;
    height: 80px;
    margin: 50px auto 10px auto;
}
.error-msg{
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
}
.template-one{
}
