a {
    color: #898989;
    text-decoration: none
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.askandanswer {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.mt-10.row_left {
    width: 60%;
}

.askright {
    width: 29.6%;
}

.ask_content,
.answer_list {
    width: 100%;
}

.ask_content {
    width: 100%;
}

.ask_wrap {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
.wrap2 img {
    width: 100%;
    margin-top: 5px;
}
.wrap3 {
    margin-top: 30px;
}

.wrap3 .ask_read span {
    padding-right: 10px;
    font-weight: 400;
    font-size: 15px;
}

a.user-card {
    color: #f13b03!important;
    text-decoration: none!important;
}

h1 span.phones {
    color: #898989;
}

.shares {
    font-size: 14px;
    color: #898989;
}

.author_message {
    display: flex;
    justify-content: space-between;
}

.author_message li {
    display: flex;
    justify-content: start;
    line-height: 30px;
}

.wrap2 p img {
    width: 100%!important;
    margin: 10px auto;
}

a.sc,
a#shareButton {
    color: #898989!important;
    text-decoration: none;
}

.author_message img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    border-radius: 50%;
}

.author_message h1 {
    font-size: 14px;
    font-weight: 100;
    color: #f13b03;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

span.ams {
    margin-left: 10px;
    margin-top: 5px;
}

.author_message p,
span.adopt_time {
    font-size: 14px;
    color: #898989;
    margin: 0;
    padding: 0;
}

.wrap2 h1 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
}

.wrap2 p {
    font-size: 17px;
    line-height: 27px;
    color: #3a3a3a;
}

.wrap3 ul {
    display: flex;
    justify-content: space-between;
    color: #898989;
    font-size: 14px;
}

.answer_content {
    width: 100%;
    margin: auto;
    padding: 30px 0;
}

.a_content,
.text-fmt p {
    line-height: 30px;
    font-size: 16px;
    color: #3a3a3a;
    margin-top: 25px;
    margin: 30px 0;
}

.a_content {
    border-bottom: solid 1px #ddd;
}

.media-footer {
    margin-bottom: 10px;
    height: 50px;
}

a#askshareButton {
    color: #898989;
    text-decoration: none;
}

.hdcontent img {
    max-width: 100%;
}


/* 编辑器布局 */

.widget-answer-form.mt-15 {
    position: relative;
    border: solid 1px #eaeaea;
    margin-top: 25px;
}

.askeditor {
    position: relative;
}

span#cke_29 {
    position: absolute;
    right: 0;
}

.row.mt-20 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

span#cke_1_bottom {
    display: none;
}

.form-group {
    height: 275px;
}

div#cke_1_contents {
    height: 200px!important;
}