@charset "utf-8";
/* CSS Document */
/* reset.css */
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,li{margin:0;padding:0}
em{font-style:normal}
li{list-style:none}
a{text-decoration:none}
img{border:none; vertical-align:top;}
table{border-collapse:collapse;border-spacing:0}
textarea{ resize:none; overflow:auto;}
input,textarea{outline:none;}
h3,h2
{
    font-weight: normal;
}
/* end reset.css */

/*public.css*/
.clearFix
{
    zoom:1;
}
.clearFix:after
{
    content: "";
    display:block;
    clear:both;
}
.fl{float:left;}
.fr{float: right;}
body{
    font-family: "黑体简体","Microsoft YaHei","Arial regular,helvetica regular" !important;
    -webkit-text-size-adjust: 100%;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 300px !important;
    overflow: auto;
    padding:0px;
    margin:0px;
}
/*end public.css*/
.commentWrap{
    max-width: 885px;
    width: 100%;

}
/*comment.css*/
.comment{
    margin-top:10px;
    margin-bottom:30px;
    caret-color: transparent;
}
.userPic{
    width:44px;
    height:44px;
    float:left;
    border-radius:100%;
}
.search_form {
    float: left;
    width:759px;
    margin-left:15px;
    position: relative;
    border-radius: 0 5px 5px 0;

}
.search_form:focus{
    border-color: #66afe9!important;
}
.commentContent:focus{
    border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .98);
}
.search_form .commentContent{
    width:87%;
    padding:10px;
    border:0px;
    height:45px;
    font-size:14px;
    line-height:24px;
    overflow: hidden;
    resize: none;
    border:1px solid #e0e0e0;
    caret-color: auto;
}
.search_form .textTips{
    position:absolute;
    background:#fff url('../../../common/img/successTips.png') no-repeat center;
    width:84.5%;
    height:100%;
    left:0px;
    top:0px;
    text-indent:-99999em;
    display:block;
}

.search_form input {
    outline: none;
}
.search_txt {
    height: 45px;
    background: none;
    width: 90%;
    box-sizing: border-box;
    padding: 4px 15px;
    line-height: 36px;
    font-size:16px;
    border: none;
    border-radius: 0 5px 5px 0;
    color:#9c9c9c;
}
.search_submit {
    border: none;
    float: left;
    width: 100px;
    height: 45px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background:#e0e0e0;
    font-size:16px;
    line-height:45px;
    color:#fff;
    text-align: center;
    outline:none;
}

/*end comment.css*/

/* all.css*/
.all{
    font-size:16px;
    line-height: 1;
    display: flex;
    color:#757575;
}
.all:before{
    content: "";
    width: 4px;
    background-color:#2196f3;
    margin-right:10px;
    height:16px;
    margin-top: -1px;
}

.all_box{
    margin-bottom:15px;
    display: flex;
    display: none;
}
.all_num{
    font-size:16px;
    line-height:16px;
    color:#757575;
    padding-left:10px;
}
/*end all.css */
.commentInfoWrap{
    margin-top: 1px;
}
.commentInfoWrap .jbpjWrap button{
    outline: none;
    border: none;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.commentInfoWrap .jbpjWrap a{
    width: 18px;
    height: 18px;
    display: inline-block;
}
.commentTxtWrap{
    width: 784px;
    margin-top: -5px;
}
.commentList li{
    margin-bottom: 14px;
    zoom:1;
}
.commentList li:after
{
    content: "";
    display:block;
    clear:both;
}
.commentList .userHeadPic{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}
.commentList .userHeadPic img{
    width: 100%;
    height: 100%;
}
.commentInfoWrap .jbpjWrap{
    float: right;
}
.commentInfoWrap .jbpjWrap>div{
    margin-right: 12px;
}
.commentInfoWrap .jbpjWrap .jbBtn{
    background: url("../img/icon_jb.png") no-repeat 0 center;
    background-size: 18px 18px;
}
.commentInfoWrap .jbpjWrap .jbBtn:hover{
    background: url("../img/icon_jb_h.png") no-repeat 0 center;
    background-size: 18px 18px;
}
.commentInfoWrap .jbpjWrap .pjBtn{
    background: url("../img/icon_pl.png") no-repeat 0 center;
    background-size: 17px 17px;
}
.commentInfoWrap .jbpjWrap .pjBtn:hover{
    background: url("../img/icon_pl_h.png") no-repeat 0 center;
    background-size: 17px 17px;
}
.plTxt{
    font-size: 14px;
    color: #939393;
    line-height: 24px;
    text-align: left;
}
.plTxt label{
    color: #000;
    margin: 0;
    padding: 0;
}

.plTxt a{
    color: #0780E5;
}
.commentInfoWrap span{
    font-size: 12px;
    line-height: 20px;
    color: #848484;
}
.childList{
    border-left: 1px solid #F2F2F2;
    padding-left: 10px;
    margin-top: 12px;
}
.childList li{
    margin-bottom: 12px;
}
.childList .commentTxtWrap{
    width: 773px;
}
.commentList li .jbpjWrap>div {
    display: none;
}
.commentList li .oneLevelWrap:hover .jbpjWrap>div{
    display: inline-block;
}
.oneLevelWrap{
    padding-left: 10px;
    padding-right: 10px;
}
.oneLevelWrap:hover{
    background: #F6F8F9;
}

.twoLevelMore{
    outline: none;
    background: none;
    border: none;
    font-size: 14px;
    color: #0780E5;
    line-height: 24px;
    position: relative;
    border-left: 1px solid #F2F2F2;
    padding-right: 18px;
    padding-left: 20px;
}
.twoLevelMore:after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #0780E5;
    position: absolute;
    right: 0;
    top:10px;
}
.shouqi:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 0 solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #0780E5;
    position: absolute;
    right: 0;
    top:10px;
}

.oneLevelMore{
    display: block;
    margin: 0 auto;
    outline: none;
    width: 162px;
    height: 36px;
    background: none;
    border: 1px solid #047FE5;
    color: #047FE5;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 40px;
}

.oneLevelMore:hover{
    background: #047FE5;
    color: #fff;
}
.noMoreData,
.noMoreData:hover{
    border: 1px solid #d3d5d7;
    color: #d3d5d7;
    background: none;
}
.btn, .btn-default, .btn:focus, .btn-default:focus {
    background-color: #1e88e5 !important;
}
.btn:hover, .btn-default:hover, .open .btn.dropdown-toggle, .open .btn-default.dropdown-toggle {
    background-color: #1e88e5 !important;
    border-color: #1e88e5;
}
button[disabled]{
    cursor: default;
    border: 1px solid #d3d3d3;
    color:#d3d3d3;
}
