
#page-question {
    position: relative;
    width: 90%;
    padding: 24px 8px 62px;
    box-sizing: border-box;
}
.question {
    width: 100%;
    padding: 0 64px;
}
.answer {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 64px 5px;
}
.answer .actions {
    display: flex;
    margin-right: -64px;
    margin-left: -64px;
    padding: 8px 64px;
    background-color: rgba(0, 0, 0, .04);
}
.mc-user-line {
    position: relative;
    height: 40px;
}
.mc-user-line .username {
    margin-left: 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}
.mc-user-line .more {
    position: absolute;
    top: 10px;
    right: 0;
}
.mc-user-line .time {
    font-size: 13px;
    line-height: 20px;
}
#page-question .question .actions {
    display: flex;
    margin-right: -64px;
    margin-left: -64px;
    padding: 8px 64px;
    background-color: rgba(0, 0, 0, .04);
}
#page-question .mc-list-header {
    margin-top: 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a {
    background-color: transparent;
}
.mc-list-item {
    border-bottom-color: hsla(0, 0%, 100%, .12);
    position: relative;
    display: block;
    padding: 16px 24px 16px 64px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: background-color .18s cubic-bezier(.4,0,.2,1);
}
.mc-list-item .content {
    display: flex;
    align-items: center;
    height: 16px;
    margin-top: 8px;
}
.mc-list-item .snippet {
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mc-list-item .meta {
    display: flex;
    padding-left: 48px;
    font-size: 13px;
}

.fab-button {
    width: auto;
    height: 48px;
    padding: 6px !important;
    border-radius: 24px;
    background-color: #8ab4f8 !important;
}

.content {
    margin-top: 10px;
    margin-bottom: 10px;
}
.update_time {
    color: #999;
}
.replys {
    margin-left: 10px;;
}