.con-wrap{
    margin: 20px 0 100px;
}
.tit-wrap{
    padding-bottom: 23px;
    border-bottom: 1px solid #7883a3;
}
.tit-wrap .tit{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.tit-wrap .sub-tit{
    font-size: 14px;
    color: #8d9abf;
}
.comment-list{
    margin-bottom: 27px;
}
.comment-list li{
    overflow: hidden;
    border: 1px solid #65708e;
    margin-top: 26px;
}
.comment-wrap .c-left{
    width: 15%;
    float: left;
    text-align: center;
    background: #65708e;
    height:100%;
    overflow:hidden;
    padding:19px 0 9999px;
    margin-bottom:-9999px;
}
.comment-wrap .c-left .touxiang{
    margin: 0 auto 10px;
    width: 80%;
}
.comment-wrap .c-left p{
    width: 74%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.comment-wrap .c-right{
    padding: 27px 24px;
    float: left;
    width: 85%;
}
.comment-wrap .c-right .c-content{
    font-size: 14px;
    color: #fff;
}
.comment-wrap .c-right .c-bottom{
    margin-top: 10%;
    color: #fff;
}
.comment-wrap .c-right .c-bottom .support{
    background: url("../png/back1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    height: 23px;
    font-size: 14px;
    width: 98px;
    text-align: center;
    float: right;
}
.comment-wrap .c-right .c-bottom .supported{
    background: url("../png/back3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-right .c-bottom button img{
    margin: -3px 3px 0 0;
}
.c-right .c-bottom button i{
    font-size: 12px;
    margin-left: 2px;
}
.submit-wrap{
    overflow: hidden;
}
.submit-wrap .submit-tit{
    font-size: 18px;
    color: #fff;
    margin-bottom: 23px;
}
.submit-wrap .submit-btn{
    background: url("../png/back2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    width: 87px;
    height: 23px;
    line-height: 23px;
    float: right;
    margin-top: 25px;
    color: #fff;
}
.layui-layer-dialog .layui-layer-content{
    color: #333;
}
.similar-q{
    border: none;
    margin-top: 20px;
}
#editor{
    color: #fff;
}
/*手机、pad屏幕*/
@media screen and (max-width: 768px) {
    .con-wrap{
        margin-bottom: 0;
    }
}
