.footer{
    margin-top:80px;
}

.index_show_content{
    color:#666666;
    font-size:14px;
    text-align: left;
}

.node_show_content{
    height:90px;
    background-color: #fff;
    width:100%;
    margin-bottom:20px;
    color:#333333;
}

.node_top_item{
    height:10px;
    padding-top:30px;
    padding-left:120px;
    padding-right: 120px;
    margin-bottom:5px;
}

.node_top_point{
    background-color: #DCDCDC;
    border-color: #dcdcdc;
    border-radius: 100%;
    width:10px;
    height:10px;
}

.node_top_point.active{
    background-color: #3a85c6;
    border-color: #3a85c6;
}

.node_top_line{
    height:5px;
    border-bottom: 1px solid #dcdcdc;
    width:450px;
}

.node_top_line.active{
    border-color: #3a85c6;
}

.node_foot_item{
    height:30px;
    color:#333333;
    padding:0px 102px;
    text-align: center;
}

.article_content{
    background-color:#fff;
    min-height: 100px;
    padding:30px;
}

.article_basic_info{
    border:0px;
}

.article_vote_count{
    cursor: pointer;
}

.article_vote_count:hover{
    width: 16px; height: 16px;
    background: url('../../../img/frontend/index/sprites_img.png') -46px -238px;
}

.article_vote_count.had_vote{
    background: url('../../../img/frontend/index/sprites_img.png') -46px -238px;
}

.article_vote_count.had_vote:hover{
    background: url('../../../img/frontend/index/sprites_img.png') -10px -238px;
}

.article_detail_info{
    background-color: #F2F8FD;
    margin-top:20px;
    padding:10px;
}

.article_admin_info{
    margin-top:25px;
    background-color: #FAFAFA;
    padding:15px 30px;
    font-size:14px;
}

.admin_info_top{
    height:30px;
    line-height: 30px;
}

.admin_info_top_item{
    margin-right:10px;
}

.admin_info_top_item.status{
    color:#3a85c6;
}

.admin_info_foot{
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 10px;
}
.admin_info_foot:last-child{
    margin-bottom: 0px;
}
.comment_label{
    font-size: 18px;
    background-color:#fff;
    padding-top: 20px;
    padding-left: 30px;
}

.article_comment_content{
    padding:30px;
    background-color: #fff;
}

.article_no_comment{
    height:300px;
    background-color: #fff;
    padding-top:50px;
}

.no_comment_tip{
    font-size:16px;
    text-align: center;
    color:#999999;
}

.article_comment_item{
    min-height: 60px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom:15px;
    padding-top:15px;
}

.article_comment_item:last-child{
    border-bottom: 0px;
}

.comment_basic_info{
    height:25px;
    line-height:25px;
}

.comment_content_info{
    min-height: 20px;
    line-height: 20px;
    margin-top:10px;
    font-size:13px;
    padding-left:35px;
    padding-right:35px;
    max-width: 1070px;
}

.comment_content_info.delete_content_info{
    color:#ADADAD;
}


.comment_teacher_tag_div{
    color:#09BB07;
    min-height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 35px;
    max-width: 1070px;
}

.comment_teacher_custom_tag_input{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: none;
    border: 1px solid #aaa;
    box-sizing: border-box;
    color: #444;
    text-indent: 5px;
}

.comment_teacher_tag_select{
    height: 30px;
    width: 120px;
    display: none;
}

.comment_parent_info{
    min-height: 60px;
    margin-top:10px;
    width: 1010px;
    margin-left:35px;
    padding:10px;
    background-color: #F2F8FD;
}

.comment_parent_info .comment_content_info{
    max-width: 975px;
}

.comment_reply_btn{
    cursor: pointer;
}

.comment_reply_btn:hover{
    color:#3a85c6;
}

.comment_number{
    margin-right:45px;
}

.comment_reply_img{
    width: 16px; height: 16px;
    background: url('../../../img/frontend/index/sprites_img.png') -82px -238px;
    margin-top:4px;
    margin-left:10px;
    margin-right:2px;
}


.page_content{
    background-color:#fff;
    height:70px;
    width:100%;
    line-height: 55px;
}

.page_content ul:first-child{
    margin-right: 30px;
    font-size:14px;
    color:#666666;
}

.page_content ul:first-child li{
    display: inline-block;
}

.page_content .page_go_btn{
    width:40px;
    height:30px;
    line-height: 30px;
    border:1px solid #dcdcdc;
    margin-top:12px;
    cursor: pointer;
    color:#006AEE;
    text-align: center;
}

.page_content .page_go_btn:hover{
    border:1px solid #006AEE;
}

.page_content .page_label{
    margin-right: 5px;
}

.page_content .page_go_input{
    width:30px;
    height:25px;
    line-height: 25px;
    border:1px solid #dcdcdc;
    margin-top:14px;
    text-align: center;
}

.re_comment_div{
    padding:40px 35px;
    background-color: #fff;
    margin-top:20px;
}

.tag_choose_div{
    margin-bottom:20px;
}
.tag_choose_div .layui-anim.layui-anim-upbit{
    z-index: 100001 !important;
}

.re_comment_item_div{
    width:100%;
    margin-top:20px;
    height:40px;
}

#re_comment_text{
    height:85px;
    border:1px solid #DCDCDC;
    width: 1078px;
    padding:10px;
    resize:none;
}

#re_comment_btn{
    width:120px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    background-color: #3a85c6;
    cursor: pointer;
}

.reply_item_content{
    padding:20px 30px;
    background-color: #f7f7f7;
    margin-top:20px;
    margin-bottom:20px;
}

.reply_item_content .layui-input, .reply_item_content .layui-select{
    height: 30px !important;
    line-height: 30px !important;
    color:#666 !important;
    font-size: 14px;
}

.tag_choose_div .layui-input, .tag_choose_div .layui-select{
    height: 30px !important;
    line-height: 30px !important;
    color:#666 !important;
    font-size: 14px;
}

.reply_text_div{
    margin-top:10px;
    height:30px;
    padding-right: 10px;
}
.reply_text{
    padding:10px;
    height:60px;
    width:1015px;
    border:1px solid #dcdcdc;
    resize:none;
}

.add_reply_btn{
    height: 30px;
    width:90px;
    line-height: 30px;
    text-align: center;
    color:#ffffff;
    background-color: #3a85c6;
    cursor: pointer;
}

.cancel_reply_btn{
    height: 30px;
    width:60px;
    line-height: 30px;
    text-align: center;
    color:#666666;
    cursor: pointer;
}
.cancel_reply_btn:hover{
    color:#3a85c6;
}

.delete_comment_btn{
    margin-left: 20px;
    color: #f66f6a;
    cursor: pointer;
}

.delete_comment_btn:hover{
    color:red;
}
.article_detail_info a{
    color: blue;
    text-decoration: underline;
}
.product_and_tag_div{
    margin-top:10px;
    width: auto;
    height: auto;
    text-align: left;
}
.article_item_title{
    cursor: inherit;
}
.item_detail{
    padding:0 10px;
    text-align: center;
    height:25px;
    line-height: 25px;
    border-radius: 10px;
    display:inline-block;
    margin-right: 10px;
    font-size:12px;
    border:1px solid #DEDEDE;
    color:#A7A8A9;
    background-color: #EFF2F7;

}
.question_type_div_details{
    height:30px;
    line-height: 30px;
    text-align: center;
    min-width: 100px;
    float:right;
}
.article_type_div_details{
    height:30px;
    line-height: 30px;
    text-align: center;
    min-width: 100px;
    float:right;
    color:#145E00;
    background-color: #B7DDAD;
}
/*bug反馈*/
.question_type_div_details.type1{
    color:#3A85C6;
    background-color: #E1F0FF;
}
/*分享交流*/
.question_type_div_details.type2{
    color:#E345ED;
    background-color: #FDDCFF;
}
/*意见建议*/
.question_type_div_details.type3{
    color:#EAA243;
    background-color: #FFF2E1;
}
.article_user_name_details{
    height:25px;
    line-height: 25px;
    margin-right:15px;
}

/***********针对wangEditor里面部分样式进行的添加****************/
/* table 样式 */
.index_content table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.index_content table td,
.index_content table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}
.index_content table th {
    text-align: center;
    background-color: #F7F7F7;
}

/* blockquote 样式 */
.index_content blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

/* code 样式 */
.index_content code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}
.index_content pre code {
    display: block;
}

/* ul ol 样式 */
.index_content ul, ol {
    margin: 10px 0 10px 20px;
}

.article_review_remark{
    background-color: #FFADAD;
    color: #FF4141;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
