
/* 问答答案 */
.asks_title_box{
    overflow: hidden;
    background: #fff;
    width: 1200px;
    margin: auto;
} 
.asks_tb{
    margin-top: 20px;
    margin-left: 20px;
    width: 834px;
}
.asks_tb_r{
    margin: 0;
}
.asks_title{
    font-size: 22px;
    color: #121212;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.asks_describe{
    margin-top: 12px;
    font-size: 16px;
    color: #444;
    line-height: 24px;
}
.asks_biaoqian{
    margin: 10px 0;
}
.asks_biaoqian a{
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #d9a777;
    border-radius: 15px;
    margin-right: 10px;
    text-align: center;
    background: #B4E3D6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.asks_r1{
    margin-right: 40px;
    margin-left: 90px;
    display: inline-block;
    margin-top: 20px;
   
}
.asks_r2{
    display: inline-block;
}
.asks_r11{
    font-size: 16px;
    color: #444;
}
.asks_r22{
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-top: 5px;
}
/* 问答答案 */








.asks_daan_box{
    padding:16px 20px;
    background: #fff;
}
.asks_daan_item{
    margin-bottom: 20px;
}

/* 头像 */
.asks_toux{
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    
}
.asks_toux_lf{
    overflow: hidden;
}
.asks_toux_lf_img{
    width: 38px;
    height: 38px;
    margin-right: 10px;
}
.asks_toux_lf_txt{

}
.asks_toux_lf_t{
    font-size: 16px;
    color: #444;
}
.asks_toux_lf_t1{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.asks_toux_rt{
    width: 88px;
    height: 30px;
    background: #d9a777;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
/* 答案 */
.asks_daan{
    font-size: 18px;
    color: #222;
    line-height: 30px;
}
.asks_daan img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* 评论，分享 */
.asks_pl{
    overflow: hidden;
    height: 30px;
    padding-top: 14px;
}
.asks_pl_item_icon{
    float: left;
    margin-right: 22px;
    height: 28px;
    line-height: 22px;
    font-size: 14px;
    color: #9EA7BA;
}
.asks_pl_item{
    overflow: hidden;
}
.asks_icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.asks_shouqi {
    margin-top: 8px;
}
.asks_shouqi_icon{
    font-size: 20px;
    position: relative;
    top: 4px;
}