.question_answer
{
    position: relative;
}
.box-body .user_question
{
    margin-top: 10px;
    padding: 0 1rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.box-body .user_question .user_face
{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #04d0d4;
    padding: 0.3rem;
    margin: 0 auto;
}
.box-body .user_question .user_face img
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.box-body .user_question .shanghu_username{
    margin: 5px auto 0;
    background: #00c0ef;
    color: #fff;
    border-radius: 0.3rem;
    text-align: center;
}
.box-body .user_question .question_content
{
    border: 1px solid #f0f0f0;
    margin: 0.5rem 0;
    padding: 0.3rem;
    border-radius: 0.5rem;
}
.box-body .user_question .question_content .qdate{
    color: #ff4500;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
}
.box-body .user_question .question_content .thumbnail{
    background: #cef0ca;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
}
.box-body .user_question .question_content .thumbnail .title{
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.box-body .user_question .question_content .thumbnail .img-list{
    padding-left: 0;
    padding-right: 0;
}
.box-body .user_question .question_content .thumbnail .img-list img{
    width: 28%;
    height: 100px;
    margin-right: 10px;
    border-radius: 4px;
}
.box-body .user_question .question_content .thumbnail .content{
    padding-left: 0;
    padding-right: 0;
}

.box-body .user_question .question_content .popover
{
    left: 0.5rem !important;
}

.modal-content {
    width: auto;
    top: unset;
    left: unset;
    transform: unset;
    text-align: unset;
    padding: unset;
}

.modal-header .close {
    top: unset;
}


.modal-content .message_reply_btn
{
    position: absolute;
    z-index: 999;
    bottom: 5rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;

}

.modal-content .modal_bottom_form
{
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    background: #f0f0f0;
    width: 100%;
    padding: 1rem;
    border-top: 1px solid #ddd;
    display: none;
}
.modal-content .modal_bottom_form .close_form
{
    position: absolute;
    right: 1.5rem;
    top: -4rem;
    width: 4rem;
    height: 4rem;
}
.modal-content .modal_bottom_form .close_form:hover
{
    cursor: pointer;
}
.modal-content .modal_bottom_form .close_form .close_icon
{
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.modal-content .modal_bottom_form .close_form .close_line
{
    background: rgba(0,0,0,0.5);
    width: 0.2rem;
    height: 36%;
    margin: 0 auto;
}
.modal-content .modal_bottom_form form{
    margin-bottom: 0.5rem;
}

.modal-content .modal_bottom_form textarea
{
    width:100%;
    resize: none;
    border: 0;
    border-radius: 0.3rem;
    background-color: #ffffff;
}

/*上传图片样式*/
.krajee-default.file-preview-frame{
    box-shadow: 0px 1px 5px #cccccc;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover{
    box-shadow: 0px 1px 20px #aaaaaa;
}
.krajee-default .file-preview-image{
    max-width: 220px;
}

/*字数统计*/
#word_count{
    color: #aaaaaa;
    float: right
}
.form-group{
    margin-bottom: 5px;
}

/*输入提示*/
.popover-help{
    position: absolute;
    right: -10px;
    top: 5px;
    cursor: pointer;
}

.popover-block{
    right: 0px;
    max-width: 700px !important;
}
.popover-block .popover-body{
    color: #ff5544;
    margin:0.3rem;
    border-radius: 0.2rem;
    padding: 0.5rem;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Microsoft YaHei";
}

/*底部公告弹窗*/
.news-info{
    position: fixed;
    z-index: 999;
    width: 560px;
    height: 380px;
    padding: 15px 10px 0;
    background: #fff;
    border: 2px dashed #f78989;
    bottom: 10px;
    right: 10px;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
}
.news-info .close{
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.news-info .title{
    width: 96%;
    font-weight: 600;
    border: 1px dashed #f0f0f0;
    border-radius: 4px;
    padding: 5px;
}
.news-info .title .num{
    color: #ff0000;
    font-size: 16px;
}
.news-info .title .no-read{
    color: #cc006a;
}
.news-info .info-content .info-label{
    font-weight: 600;
}
.news-info .info-content .info-title{
    margin: 10px 0;
}
.news-info .info-content .info-title .tt{
    padding: 5px 10px 0;
}
.news-info .info-content .info-title .tt .info-date{
    color: #ff9600;
}
.news-info .info-content .info-main{
    margin: 10px 0;
}
.news-info .info-content .info-main .detail{
    height: 150px;
    overflow-y: scroll;
    padding: 5px 10px;
    border: 1px dashed #f0f0f0;
}
.news-info .info-content .info-main .detail img{
    max-width: 100%;
}
/*滚动条样式*/
.news-info .info-content .info-main .detail::-webkit-scrollbar {
    width: 3px;
}
.news-info .info-content .info-main .detail::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 5px rgba(100,100,100,0.2);
    background: rgba(100,100,100,0.2);
}
.news-info .info-content .info-main .detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(100,100,100,0);
    border-radius: 0;
    background: rgba(100,100,100,0);

}
.news-info .info-bottom{
    text-align: center;
}
.news-info .info-bottom .btn{
    background: #fff;
}
.news-info .mask{
    display: none;
    position: absolute;
    z-index: 99;
    font-size: 24px;
    color: #b2b2b2;
    width: 100%;
    height: 356px;
    line-height: 356px;
    left: 0;
    top: 0;
    border-radius: 6px;
    text-align: center;
}

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

.ui-sortable-handle {
    cursor: move;
}

/*视频列表*/
.published-video-list {
    display: none;
    width: 500px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    top: 45px;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(100,100,100,.2);
    overflow-y: scroll;
}
.published-video-list li {
    padding: 10px;
    border-bottom: 1px dashed #ddd;
}
.published-video-list li:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

/*资源跟进记录 详情*/
.record-details img{
    width: 50px;
    border-radius: 4px;
}
.record-details1 img{
    width: 75%;
    border-radius: 8px;
}
