pre {
    white-space: pre-line;
}
/* 问答作者信息 */
.question_wrap{ width: 90%;margin: auto;}
.question_author {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
/* .author_message ul {
    display: flex;
    justify-content: start;
    position: relative;
} */
span.author_follow {
    position: absolute;
    right: 0;
    top: 0;
}
.author_name p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6rem;
}
.author_message {
    max-width: 75%;
    font-size: 0.35rem;
    min-width: 60%;
    position: relative;
}
.author_img img,img.avatar-40.hidden-xs {
    width: 1rem;
    height: 1rem;
    border-radius: 25px;
    margin-right: 5px;
}
.followme a {
    display: block;
   
    height: 0.65rem;
    color: #ef6392;
    line-height: 0.65rem;
    border: solid 1px #ef6392;
    text-align: center;
    font-size: 0.38rem;
    margin-top: 0.2rem;
}
.author_name h4 {
    font-weight: normal;
    line-height: 0.65rem;
}
svg.icon-search {
    width: 0.6rem;
}
span.name_item {
    display: flex;
    justify-content: space-between;
}
li.author_name {
    line-height: 0.6rem;
    float: left;
}
li.author_img {
    float: left;
}

/* 问答标题 */
.question_title {
    margin-top: 0.55rem;
    display: flex;
    justify-content: start;
}
.question_title h1 {
    font-size: 0.55rem;
}
.question_title h1 {
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    
}
span.text-gold {
    color: #ff8a00;
    font-size: 0.5rem;
    min-width: 1rem;
    padding-top: 5px;
    margin-right: 5px;
}
.text-gold img {
    width: 15px;
}
/* 问答内容 */
.question_content {
    margin-top: 0.3rem;
    font-size: 0.53rem;
    line-height: 0.8rem;
}
.q_num {
    margin-top: 0.4rem;
    font-size: 0.4rem;
    margin-bottom: 1rem;
}
.q_num ul {
    display: flex;
    justify-content: space-between;
}
li.ask_read, a.sc {
    color: #999;
}

li.ask_read span {
    padding-right: 0.2rem;
}
.answer_content {
    font-size: 0.45rem;
    line-height: 0.75rem;
    width: 97%;
    margin: auto;
    margin-top: 0.5rem;
}
.answer_content img,.question_content img {
    max-width: 100%;
}
/* 编辑器 */
.submithd {
    width: 100%;
    margin: auto;
    font-size: 0.45rem;
    margin-top: 0.85rem;
    padding-top: 1rem;
    border-top: solid 1px #ddd;
}
.answer_login_tips.mb-20 {
    border: solid 1px #ddd;
    padding: 10px 5px;
}
div#cke_1_contents {
    border: solid 1px #ddd;
}
.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
    height: 100%;
    min-height: 150px;
    -webkit-appearance: none;
    border: none;
    background: none;
}
.hdsubmit ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
button.btn.btn-primary.pull-right {
    width: 2rem;
    height: 0.9rem;
    background: none;
    border-radius: 10px;
    color: #bf3624;
    border: solid 1px #bf3624;
}
.cke_inner.cke_reset {
    width: 100%;
}
/* 最佳答案 */
.trophy-title h3 {
    font-size: 0.55rem;
    font-weight: 500;
}
span.pull-right.text-muted.adopt_time {
    font-size: 0.45rem;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999;
}
.trophy-title {
    position: relative;
    height: 1rem;
    line-height: 1rem;
}
i.fa.fa-trophy {
    width: 0.4rem;
    height: 0.4rem;
    background: url(/skin/ask/images/zuijia.png);
    display: inline-block;
    background-size: 100%;
}
.media.user-info.border-top {
    display: flex;
    justify-content: start;
    margin-top: 1rem;
}
.content {
    font-size: 0.35rem;
}
.media-heading {
    font-size: 0.38rem;
    line-height: 0.7rem;
}
.cke_top{margin-bottom: 0}
/* 会员 */
.wenda_member {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
}