*,
body {
    color: #fff;
    font-size: 16px;
}

.c_w {
    color: #fff;
}

.allnav2 {
    height: 100%;
    padding: .2rem;
}
.latest-question {
    padding: 0;
    padding-bottom: 0.2rem;
}
.allnav3 {
    height: 100%;
    padding: .2rem;
}
.allnav4 {
    height: 100%;
    padding: .2rem;
    padding-bottom: 0;
}
.allnav10 {
    height: 100%;
}
.latest-question {
}

.wrap {
    height: 86%;
    overflow: hidden;
}

.wrap li {
    /* line-height: 40px; */
    height: auto;
    /* margin: 10px auto; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

/* .wrap li p,
.wraptit {
    font-size: 0;
} */

.wenti-line1 {
    display: flex;
    font-size: 20px;
}
.wenti-line1 .left {
    flex:1;
    text-align: left;
}
.wenti-line1 .right {
    flex:1;
    margin-left: 10px;
    text-align: right;
}
.wenti-line1 .right span:nth-child(2) {
    margin-left: 20px;
}

.wenti-line2 {
    text-align: left;
    padding: 10px;
    padding-left: 50px;
    font-size: 20px;
}

.wenti-line3 {
    text-align: right;
    font-size: 18px;
}

/* .wrap li span,
.wraptit span {
    display: inline-block;
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
} */

.wraptit {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* .wrap li span:nth-child(1),
.wraptit span:nth-child(1) {
    width: 30%
} */

/* .wrap li span:nth-child(2),
.wraptit span:nth-child(2) {
    width: 20%
} */

/* .wrap li span:nth-child(3),
.wraptit span:nth-child(3) {
    width: 20%
}

.wrap li span:nth-child(4),
.wraptit span:nth-child(4) {
    width: 30%
} */

.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}


.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

@keyframes myfirst2 {
    from {
        width: 0
    }

    to {}
}