.comment-edit textarea{width: 99.6%;resize:none}
.comment-edit a{display: inline-block;color: white;width: 100px;height: 30px;line-height: 30px;background: #e6212a;text-align: center;
    cursor: pointer;}
.comment-list-item{display: flex;display: -webkit-flex;margin-top: 10px;border-top: 1px solid #EEEEEE;padding: 10px;}
.comment-list-item:last-child{border-bottom: 1px solid #EEEEEE;margin-bottom: 20px}
.comment-avatar{padding: 0 10px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.comment-avatar span{width: 50px;height: 50px;display: block;position: relative;}
.comment-avatar span img{max-width: 100%;max-height: 100%;width: auto;height: auto;position: absolute;top: 50%;left: 50%;
    transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);}
.comment-detail li{line-height: 25px;width: 580px;}
.comment-detail a{cursor: pointer}
.comment-detail-lord{font-size: 16px;}
.comment-detail-time{font-size: 13px;color: #999}
.comment-detail-text{font-size: 15px;color: #555;text-align: justify}
.comment-detail-reply{background: #EFEFEF;font-size: 15px;color: #555;margin-top: 10px;padding: 10px;width: 560px !important;text-align: justify;}
.comment-detail-reply li{width: 560px;cursor: pointer;}
.comment-detail-reply li span{color: #e6212a}
.btn-reply{font-size: 14px;text-align: right;margin-top: 10px;color: #0aa9f3;cursor: pointer}
/*.btn-reply{font-size: 14px;float: right;color: #0aa9f3;cursor: pointer}*/
.btn-delete{float: right;color: #e6212a;font-size: 14px;cursor: pointer}
.reply-textarea{display: none;}
.reply-textarea textarea{resize: none}
.reply-btn-confirm{background: #e6212a;color: white;padding: 3px 15px;border-radius: 2px;}
.page{text-align: right;padding-top: 20px;}
.page span{border: 1px solid #EEEEEE;border-radius: 3px;background: white;display: inline-block;padding: 5px 8px;cursor: pointer;color: #666;margin-left: 5px;}
.page .active{background: #e6212a;color: white}
.comment-count{
    font-size: 18px;
    font-weight: bold;
}
.reply{
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 999;
    border-top: 1px solid #E5E5E5;
}

.reply-inner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.reply input{
    width: 820px;
    height: 40px;
    border-radius: 2px;
    outline: none;
    border-style: none;
    text-indent: 15px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.reply textarea{
    width: 820px;
    height: 40px;
    border-radius: 2px;
    outline: none;
    border-style: none;
    border: 1px solid #e5e5e5;
    display: inline-block;
    resize: none;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.textarea-onfocus{
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reply span{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 10px;
    background-color: #e6212a;
    color: white;
    font-size: 18px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.src-origin{
    color: #999;
    font-size: 13px;
}

.src-origin span{
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.news-comment {
    padding-top: 32px;
}
.comment-reply-btn{
    font-size: 14px;
    color: #0aa9f3;
    cursor: pointer;
    float: right;
    padding: 0 3px;
}

.comment-reply-div{
    display: none;
}

.comment-reply-text{
    margin-top: 5px;
    width: 100%;
    height: 60px;
    resize:none;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.comment-reply{
    /*text-align: right;*/
    width: 100%;
    height: 40px;
}

.comment-reply span{
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e6212a;
    color: white;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 10px;
    cursor: pointer;
}

.put-down{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
    cursor: pointer;
}

.put-down-font{
    top: 100px;
    color: #888888;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


.no-answer{
    margin: 80px 0;
    font-size: 18px;
}

.no-answer img{
    display: block;
    margin: 10px auto;
    width: 80px;
    /*height: 80px;*/
}

.no-answer p{
    color: #999999;
    text-align: center;
}

.news-sub-tab {
    position: fixed;
    height: 60px;
    line-height: 60px;
    top: 61px;
    left: 0;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.news-sub-tab .search-div{
    width: 360px;
    height: 40px;
    margin: auto;
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
}
.search-div:after{
    display: block;
    content: ' ';
    clear: both;
}

.news-sub-tab .search-div .search-text{
    float: left;
    width: 310px;
    box-sizing: border-box;
    border: 1px solid #E6212A;
    border-radius: 3px 0 0 3px;
    outline: none;
    text-indent: 15px;
  line-height: 40px;
}

.news-sub-tab .search-div .search-btn{
    float: right;
    background-color: #E6212A;
    color: white;
    display: block;
    width: 50px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    line-height: 40px;
  cursor: pointer;
}

.news-sub-tab ul li{
    display: inline-block;
    padding-right: 20px;
}

.tab-active{
    color: #e6212a;
    border-bottom: 2px solid #e6212a;
}

.statement{
    color: #999;
    font-size: 13px;
    line-height: 20px;
}

.toTop-btn{
    z-index: 1000;
    width: 60px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    background-image: url("/images/frontend/icon-top-2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
