
.content-page, .content {
    width: 100%;
    /*height: 100vh;*/
}

.new-nav {
    height: .8rem;
    line-height: .8rem;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

    .new-nav li {
        display: inline-block;
    }

        .new-nav li a {
            color: #7f7f7f;
        }
/*#region 最新问题 */
.content {
    padding-top: 0;
    background: #f1f1f1;
}

.now-question {
    width: 100%;
    padding: .36rem 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.color3 {
    color: #333;
}

.color9 {
    color: #999;
}

.m-t-32 {
    margin-top: .32rem;
}

.now-wen {
    display: inline-block;
    width: .44rem;
    overflow: hidden;
}

    .now-wen img {
        width: 100%;
        vertical-align: text-bottom;
    }

.wedg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.remaining {
    width: 6.26rem;
    overflow: hidden;
}

.asks {
    display: inline-block;
    width: 1.34rem;
    margin-left: .2rem;
    overflow: hidden;
}
/*#endregion */
