.question-wrap {
    padding: 30px 40px;
}

.detail-question-title {
    height: 29px;
    padding-left: 42px;
    line-height: 29px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    background: url('../img/question-mark.png') no-repeat left top;
}

.detail-question-info {
    font-size: 12px;
    color: #333;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 22px;
}

.detail-question-text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.answer-wrap {
    padding: 26px 40px 40px;
    margin-bottom: 20px;
}

.best-answer-wrap {
    margin-bottom: 58px;
}

.best-answer-title {
    height: 51px;
    line-height: 51px;
    padding-left: 56px;
    font-size: 20px;
    color: #333;
    background: url('../img/best-answer.png') no-repeat left top;
}

.responder-wrap {
    padding: 30px 0 22px;
    border-bottom: 1px solid #e5e5e5;
}

.responder-info-wrap {
    margin-bottom: 26px;
}

.responder-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
}

.responder-info {
    padding-top: 4px;
}

.responder-text {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.responder-text img{
	max-width:100%
}

.other-answer-title {
    font-size: 20px;
    color: #333;
}

.other-list-wrap {
    padding: 38px 40px 40px;
}

.other-list-title {
    font-size: 20px;
    color: #ed6d00;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 22px;
}

.other-list-box {
    margin-bottom: 32px;
}

.other-list-link {
    display: block;
    font-size: 16px;
    color: #333;
    height: 20px;
    margin-bottom: 16px;
}

.other-list-text {
    width: 630px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-answer-wrap {
    padding: 0 40px;
}

.i-answer-btn {
    width: 140px;
    height: 40px;
    line-height: 33px;
    border: 2px solid #357fe8;
    color: #357fe8;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    text-indent: 30px;
    background: url('../img/down-arrow.png') no-repeat 100px center;
    overflow: hidden;
    cursor: pointer;
}

.i-answer-btn-hide {
    background-image: url('../img/up-arrow.png');
}

.i-show-wrap {
    display: none;
}

.i-answer-text-wrap {
    margin-top: 32px;
    padding: 28px 30px 26px;
    border: 1px solid #999;
    border-radius: 8px;
}

.i-answer-text {
    display: block;
    width: 100%;
    height: 148px;
    padding-bottom: 18px;
    border: none;
    border-bottom: 1px solid #999;
    resize: none;
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.upload-btn-wrap {
    position: relative;
    width: 26px;
    height: 21px;
    background: url('../img/photo.png');
}

.h90 {
    height: 90px;
}

.upload-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 21px;
    opacity: 0;
}

.preview {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
}

.delete-img {
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 4px;
    left: 64px;
    background: url('https://img.tnc.com.cn/static/prj/tnc/quick-publish-purchase/images/delete-img.png');
}

.i-answer-submit {
    width: 120px;
    height: 40px;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #357fe8;
    border-radius: 4px;
    cursor: pointer;
}

.answer-number-title {
    color: #333;
    font-size: 20px;
    height: 51px;
    line-height: 51px;
    background: url('../img/red-flower.png') no-repeat left top;
    padding-left: 56px;
}

.answer-number {
    color: #ed6d00;
}