/*module_ID=499 问题详情 begin*/
.knowledge-interlocution-question-details-1 .question-details-1-box
{
    width:100%;
    padding: 18px 18px 20px 18px;
    border: 1px solid #DDDDDD;
}
.knowledge-interlocution-question-details-1 .answer-details-1-box
{
    margin: 10px 0;
    border: 1px solid #DDDDDD;
}
.knowledge-interlocution-question-details-1 .fl
{
    float: left;
}
.knowledge-interlocution-question-details-1 .fr
{
    float: right;
}
.knowledge-interlocution-question-details-1 .detial-title
{
    width: 100%;
    font-size: 28px;
    line-height: 36px;
}
.knowledge-interlocution-question-details-1 .img-box 
{
    width: 80%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.knowledge-interlocution-question-details-1 .all-imgs
{
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 36px;
}
.knowledge-interlocution-question-details-1 .nick-name
{
    max-width: 70%;
    height: 22px;
    line-height: 22px;
    color: #666666;
    font-size: 12px;
    overflow: hidden;
}
.knowledge-interlocution-question-details-1 .date-box
{
    color: #666666; 
    margin-left: 30px;
    font-size: 12px;
    line-height: 22px;
}
.knowledge-interlocution-question-details-1 .cont-detial
{
    line-height: 24px;
    position: relative;
    padding-bottom: 24px;
    max-height: 120px;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.knowledge-interlocution-question-details-1 .cont-detial-open
{
    height: auto;
    max-height: none;
    overflow:visible;
}
.knowledge-interlocution-question-details-1 .open
{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    text-align: right;
    background: #FFFFFF;
}
.knowledge-interlocution-question-details-1 .head-img-box
{
    padding: 14px 0;
}
.knowledge-interlocution-question-details-1 .answer
{
    padding: 0 10px 0 14px;
    height: 32px;
    line-height: 32px;
    margin-top: 18px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    float: left;
    position: relative;
}
.knowledge-interlocution-question-details-1 .answer-detial
{
    width: 98%;
    height: 130px;
    padding: 1%;
    border-radius: 4px; 
    margin: 15px 0 10px 0;
    resize: none;
}
.knowledge-interlocution-question-details-1 .answer-num1
{
    height: 32px;
    line-height: 32px;
    margin-top: 18px;
    margin-left: 15px;
    color: #666666;
}
.knowledge-interlocution-question-details-1 .answer-btn-box
{
    text-align: right;
}
.knowledge-interlocution-question-details-1 .answer-btn
{
    padding: 6px 16px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
}
.knowledge-interlocution-question-details-1 .answer .sign
{    
    width: 20px;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.knowledge-interlocution-question-details-1 .answer-close.answer .sign
{    
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.knowledge-interlocution-question-details-1 .answer-input-box
{
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.knowledge-interlocution-question-details-1 .answer-input-box-open
{
    visibility: visible;
    overflow: visible;
    height: auto;
}
.knowledge-interlocution-question-details-1 .answer-num
{
    margin: 0 10px;
    padding: 12px 0;
}
.knowledge-interlocution-question-details-1 .answer-head-img
{
    width: 36px;
    height: 36px;
}
.knowledge-interlocution-question-details-1 .answer-nick-name
{
    height: 36px;
    line-height: 36px;
}
.knowledge-interlocution-question-details-1 .name-icon
{
    width: 36px;
    height: 36px;
}
.knowledge-interlocution-question-details-1 .answer-cont-detial
{
    padding-left: 46px;
    height: auto;
}
.knowledge-interlocution-question-details-1 .cont-detial-box
{
    border-top: 1px solid #DDDDDD; 
    margin: 0 10px;
}
.knowledge-interlocution-question-details-1 .bot-cont
{
    padding-left: 46px;
    margin: 15px 0;
}
.knowledge-interlocution-question-details-1 .data-box
{
    color: #999999;
    font-size: 12px;
}
.knowledge-interlocution-question-details-1 .zan-num
{
    color: #999999;
    font-size: 12px;
    padding-left: 26px;
    cursor: pointer;
    background: url(/images/model/knowledge/interlocution/question_details_1/question_details_1_zan.png) no-repeat left center;
}
.knowledge-interlocution-question-details-1 .test-code
{
    height: 32px;
    width: 200px;
    border-radius: 4px;
    margin-right: 10px;
    padding: 0 1%;
}
.knowledge-interlocution-question-details-1 .test-img
{
    height: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 4px; 
    cursor: pointer;
}
.knowledge-interlocution-question-details-1 .help-detial
{
    overflow: hidden;
    line-height: 24px;
    display: block;
}
.knowledge-interlocution-question-details-1 .help-title
{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.knowledge-interlocution-question-details-1 .help-answer-detial
{
    color: #666666;
    height: auto;
}
.knowledge-interlocution-question-details-1 .word-icon
{
    line-height: 24px;
}
.knowledge-interlocution-question-details-1 .help-detial-box
{
    margin: 0 10px 20px 10px;
}
.knowledge-interlocution-question-details-1 .page-box
{
    margin: 30px 0 20px 20px;
}
.knowledge-interlocution-question-details-1 .page
{
    display: inline-block;
}
.knowledge-interlocution-question-details-1 .img-list-boxs
{
    margin-top: 10px;
}
.knowledge-interlocution-question-details-1 .img-box2 
{
    width: 32.4%;
    height: 150px;
    overflow: hidden;
    float: left;
}
.knowledge-interlocution-question-details-1 .img-box-spe
{
    margin: 0 10px;
}
.knowledge-interlocution-question-details-1 .img
{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.1s;
}
.knowledge-interlocution-question-details-1 .nick-box
{
    max-width: 60%;
    float: left;
}
/*module_ID=499 问题详情 end*/