.detail-wrap {
    background: #F9F9F9;
    padding-bottom: .8rem;
}

.detail-box {
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.07);
    padding: .8rem 1rem;
}

.detail-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.detail-time {
    padding: .25rem 0 .3rem 0;
    border-bottom: 0.01rem solid #CCCCCC;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.detail-content {
    margin: .4rem 0;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}
.detail-content img{
    margin: 0 auto;
}
.detail-page-box {
    padding-top: .5rem;
    margin-top: .8rem;
    border-top: 0.01rem solid #ccc;
}

.detail-page {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}