
.entermsg {
    padding: 20px 0 10px 60px;
    position: relative;
    border-top: 1px solid #e6e6e6;

}
.entermsg a{ color: #107BCF}
.entermsg .error{ text-align: center; color: #bbbbbb;}
.cert_medal{
    position:absolute;
    right:-2px;
    bottom:-4px;
}


.entermsg .input-group textarea.form-control {
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 4px;
    resize: none;
    width: 100%;
    margin: 0 ;
    font-size: 15px;
    box-sizing: border-box;
    height: 90px;
    float: none;
}
.entermsg .input-group {
    width: 100%;
    font-size: 13px;
}
#reply_layer {
    margin: 0 0 10px;
}
.tother {
    color: #107BCF;
    display: inline-block;
    width: auto;
}
.reply_cancel {
    display: inline-block;
    width: 20px;
    text-align: center;
    line-height: 21px;
    height: 21px;
    cursor: pointer;
}
.comment{ margin: 30px 0 0;}
.comment .tx {
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius:10px;
}
.comment  h3 {
    border-bottom: 1px solid #ededed;
    margin: 15px 0 0;
    padding: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
}
.comment_btn {
    margin: 10px 0;
    position: relative;
    z-index: 0;
    padding: 0 0 3px;
}

.comment_btn .cmt_login {
    float: left;
    background: #107bcf;
    /*url(img/news_icon.png) 49px -204px*/

    width: 75px;
    margin: 0 10px 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.comment_btn button {
    float: right;
    background: #107bcf;
    border: 1px solid #107bcf;
    margin: 0 10px;
    width: 80px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}
/*.comment_btn span {
	float: right;
	font-size: 12px;
	line-height: 28px;
}*/
.comment_btn input.btn {
    width: 80px;
    float: right;
    color: #ffffff;
    background-color:#107bcf;
}
.comment_btn input.btn:hover{ background-color: #1f8ade}
.comment_btn input.btn.disabled {
    background: #dddddd;
}
.comment_btn span.com_tips {
    color: red;
    margin: 0;
    line-height: 34px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -24px;
}
#info {
    margin:0 0 0 75px;
    line-height: 28px;
    position: absolute; bottom: -35px; left: 0;
}
/*.comment_btn input.btn:hover{ background: #107bcf; color: #ffffff;}*/

.cmt_list {
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.cmt_list>ul>li {
    font-size: 15px;
    padding: 10px 0 0 70px;
    position: relative;
    /*border-top: 1px dotted #ddd;*/
}
.cmt_list>ul>li.no-comment{ text-align: center}
.cmt_list .cmt_marks {
    font-size: 12px;
    /*line-height: 30px;*/
    /*height: 50px;*/
}
.cmt_list .cmt_marks h4 {
    font-size: 15px;
    font-weight: normal;
    color: #107BCF;
    margin: 0 0 5px;
}
.cmt_list .cmt_marks span {
    /*margin: 0 0 0 10px;*/
    float: left;
    color: #888888;
    font-size: 12px;
    line-height:1;
}
.cmt_list .cmt_marks span.position {
    margin: 0 6px 0 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;

}
.cmt_list .cmt_marks span.position img{ width: 12px; height:12px; float: left; margin:0 2px 0 -2px;}
.cmt_c {
    margin: 10px 0 0;
}
.comment .icon {
    background: url(//cdn2.jin10.com/news/jin10/img/news_icon.png) no-repeat;
}
.posicon {
    position: absolute;
    left: 0;
    top: 0;
    background-position: 0 -662px;
    width: 20px;
    height: 20px;
}
.no-comments {
    position: fixed;
    width: 100px;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
}
.no-comments img {
    width: 70px;
    display: inline;
}
.no-comments div {
    font-size: 15px;
    margin: 10px auto;
    color: #888888;
}

.no-data {
    position:relative;
    margin: 50px auto;
    width: 100px;
    text-align: center;
}
.no-data img {
    width: 70px;
    display: inline;
}
.no-data div {
    font-size: 15px;
    margin: 10px auto;
    color: #888888;
}

.wrong404 {
    position: absolute;
    width: 250px;
    height: 400px;
    text-align: center;
    left: 50%;
    top: 250px;
    margin: -100px 0 0 -100px;
    color: #666666;
}
.wrong404 img {
    width: 200px;
    height: 200px;
    display: inline;
}
.wrong404 p {
    margin: 20px 0;
}
.comment .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #107bcf;
}
.comment .btn:hover {
    color: #ffffff;
}
.comment .btn:active {
    background-color: #076ab7;
}
.comment .btn.disabled,.comment  .btn[disabled],.comment  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.comment #more {
    width: 100%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    /*background-color: #eee;*/
    padding: 10px 0;
    font-size: 14px;
    border-radius: 19px;
    cursor: pointer;
    /*margin: 0 0 0 -70px;*/
}
.comment #more a {
    color: #107BCF;
}
.comment-over {
    text-align: center;
}
.commentBox {
    background-color: #F9F9F9;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 3px #f2f2f2;
    margin-bottom: 10px;
    padding: 3px;
    position: relative;
    word-wrap: break-word;
    z-index: 1;
}
.commentBox.same {
    border-top: none;
    margin-bottom: 0;
}
.commentBox.same:first-child {
    border-top: 1px solid #ddd;
}
.commentInfo {
    padding: 5px;
}
.commentInfo span.author {
    color: #107BCF;
    font-size: 15px;
}
.commentInfo span.floorCount {
    float: right; margin: 0 8px;
    color: #999;
    font-size: 12px;
    font-family: \5b8b\4f53, Arial, sans-serif;
}

.commentBox .content {margin: 5px 5px 0;}
.operations {
    height: 22px;
    position: relative;
    padding: 0 55px 0 0;
    margin:6px 0 4px;
    box-sizing: content-box;
    /*visibility: hidden;*/
}
.operations li.huifu {
    font-size: 12px;
    margin: 2px;
    color: #107BCF;
    width: 40px;
    /*float: right;*/
    text-align: right;
    position: absolute;
    right: 5px;
    top: -12px;
    margin-right: 8px;
}
.operations li.cmtpart{
    font-size: 12px;
    margin:-1px 2px 0;
    width:auto;
    float: right;
    text-align: right;
    cursor: pointer;
    position: relative;
}
.operations li.cmtpart.zaned span{ color: #ffa200;}
.cmtpart img.zan{ width: 15px; height: 15px; display: block; float: right;}
.cmtpart .zanst{}
.cmtpart span{ margin: 0 3px; display: block; line-height: 1.5; float: right; color: #888888 }
.operations>li a {
    color: #107BCF;
    width: 40px;
    display: block;
    padding: 10px 5px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cert_content{
    position:absolute;
    left: 10px;
    top: 10px;
    width:50px;
    height:50px;
}

.cert_head {
    border-radius: 10px;
    height: 50px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 50px;
}
.cmt_list .tx {
    left: 0;
    top: 0;
}

.comment-img{ max-width: 100%; width: auto; margin: 3px 0;}
.comment-tips{color: rgb(234, 2, 2); font-size: 12px; float: left;line-height: 1.2;    margin: 0 0 8px;}
.input-group { display: block}
#content-detail,#comment-block{ -webkit-overflow-scrolling: touch;}
.mycomtxt{ position: relative; margin: 10px 0 0; padding: 0 60px 0 0}
.mycomtxt .postTime{ position: absolute; right: -10px; top: 0; font-size: 11px; color: #aaaaaa;}

.comment.goodbox{ padding: 0; margin: 0;}
.comment.goodbox .cmt_list{ padding: 0; margin:10px 0;}
.comment.goodbox h3{ border-bottom: 1px solid #ededed; padding: 0 0 10px; margin:15px 0 0 }


/*��дwangEditor��ʽ*/
.comment .wangEditor-container {
    /*border-radius: 4px;*/
    border: 1px solid #ccc;
    /*overflow: hidden;*/
    z-index: 80;
}
.wangEditor-menu-container {
    background-color: #F5F5F5!important;
   /* border-radius: 3px 3px 0 0;*/
}
.wangEditor-txt p{ margin: 5px 0!important;}
.wangEditor-menu-container .menu-item .active,.wangEditor-menu-container .menu-item:hover{background-color:#e2e2e2!important;}
.wangEditor-container .wangEditor-txt{    padding: 10px 10px 15px!important;margin-top:0!important}
.wangEditor-container .wangEditor-txt img{ margin: 5px 0;vertical-align: bottom;}




@media screen and (max-width:640px) {
    /*����*/

    .cmt_list {
        padding: 0;
    }
    .cmt_list>ul>li {
        padding: 10px 0 0 40px;
        border: none;
        font-size: 13px;
    }

    .entermsg {
        margin: 0 0 20px;
        padding: 15px 0 10px 35px;position: relative;	border-top:none;
    }
    .comment .tx {
        width: 30px;
        height: 30px;
        left: 0;
        top: 15px;
    }
    .cert_content{
        left: 5px;    top: 15px;
        width: 30px;
        height: 30px; }
    .cert_medal{}
    .cmt_list .tx {
        left: 0;
        top: 0;
    }
    .comment {
        padding: 5px;
        border: none;
    }
    .comment h3 {
        font-size: 17px;
        padding: 0 0 6px;
        border-bottom:none;
    }
    .cmt_c {
        margin: 5px 0 0;
        border-bottom: 1px solid #ededed;
    }
    .cmt_c .body{ padding: 0}
    .cmt_c .body .content {
        /*margin: 12px 5px 0;*/
        font-size: 16px;
        line-height: 1.5;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    .cmt_c .body .content img{max-width: 100%; width: auto;}
    p.content {
        margin: 15px 0 0;
        font-size: 17px;
    }
    .cmt_list .cmt_marks{ }
    .cmt_list .cmt_marks h4 {
        line-height: 25px;
        margin: 0;
    }
    .user_infor2 .u_tx{
        margin: 2px 5px 2px 10px;
    }
    .cmt_nickname{ float: left; line-height: 16px; margin:0 5px 0 0; color: #107BCF;}
    .cmt_list .cmt_marks h4 a{ display: block; float: left; margin:-1px 0 0}
    .cmt_list .cmt_marks h4 a img{ display: block}
    .headname{
        color: #888888;
        font-size: 12px;
        margin: 5px 0 2px;
        width: 100%;
        clear: both;
        float: left;
        line-height: 1;
    }
    .headname img{ margin: 0 5px 0 0;}
    .com_cert_name{ float: left;margin: 0 5px 3px 0;}
    .cmt_adds{ clear: both; float: left; width: 100%;margin:3px 0 0 ;}
    .cert_name{
        background-color:#f9f9f9;
        padding-left:10px
    }
    .cert_content{
        position:absolute;
        left: 0;
        top: 10px;
        width:30px;
        height:30px;
    }
    .cert_job{
        margin-bottom:8px;
    }
    .cert_medal{
        position:absolute;
        right:-4px;
        bottom:-4px;
        width: 15px;
        height: 15px;
    }
    .comment_btn input.btn {width: 100%; box-sizing: border-box;}
}