/*=======================================*/
/*我要评论*/
.n2{
    width: 920px;
    min-height: 60px;
    background: white;
    box-shadow: 0 0 8px #E7E7E7;
    margin-top: 20px;
}
.n2 > .v1{
    width: 860px;
    height: 58px;
    padding: 0 30px;
    border-bottom: 1px solid #EDEDED;
	display: none;
}
.n2 > .v1 > span{
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    color: #000000;
    font-weight: bold;
}
.n2 > .v2{
    width: 860px;
    min-height: 0;
    padding: 0 30px 30px;
}
.Article_comments{
    width: 100%;
    height: 100%;
}
.Article_comments .comment_on{
    width: 100%;
    height: 37px;
    /*margin-top: 80px;*/
    border-bottom: 1px solid #E5E5E5;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 36px;
    color: black;
	padding-top: 10px;
}
.Article_comments .comment_on > a {
    display: inline-block;
    height: 36px;
    border-bottom: 2px solid #3498DB;
}
.Article_comments .comment_on > span{
    font-size: 14px;
    color:#888;
    cursor: pointer;
    float: right;
}
/*帐户*/
.Article_comments .account{
    width: 100%;
    max-height: 42px;
    padding: 24px 0 0px 0;
    overflow: hidden;
}

.Article_comments .account a:hover{
    color:#d63636;
}


.Article_comments .account .pic{
    display: inline-block;
    width: 42px;
    height: 42px;
    background-size: cover;
    border-radius: 50%;
    float: left;
}
.Article_comments .account .name{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-left: 16px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #4B4B4B;
    float: left;
}

.Article_comments .comment_sub{
    width: 780px;
    /*padding-left: 58px;*/
    min-height: 160px;
	padding-top: 18px;
    margin: 0 auto;
}
.Article_comments .comment_sub textarea{
    width: 780px;
    height: 70px;
    padding: 10px 15px;
    resize: none;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    font-family: "微软雅黑",monospace;
    font-size: 16px;
    color: #4B4B4B;
    overflow-y: auto;
    box-sizing: border-box;
}
.Article_comments .comment_sub textarea:hover{

    border: 1px solid #999999;

}


.Article_comments .comment_sub>input{
    width: 110px;
    height: 33px;
    margin-top: 14px;
    border-style: none;
    border-radius: 4px;
    background: #3498DB;
    font-family: "微软雅黑";
    font-size: 16px;
    color: white;
    float: right;
    cursor: pointer;
}

/* .Article_comments .comment_sub>input:hover{
    background:#3498DB ;
} */

/*=======================================*/
/*最新评论*/
.Latest_comments{
    width: 100%;
    min-height: 38px;
}
.Latest_comments .comments_title{
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #EBEBEB;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 36px;
    color: black;
    margin-bottom: 30px;
}
.Latest_comments .comments_title > a {
    display: inline-block;
    height: 36px;
    border-bottom: 2px solid #3498DB;
}

.Latest_comments .item_box{
    width: 100%;
}
.Latest_comments .item_box .item{
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 30px;
    overflow: hidden;
    /*display: none;*/
}
.Latest_comments .item_box .item .pic{
    display: block;
    width: 42px;
    height: 42px;
    background-size: cover;
    border-radius: 50%;
    float: left;
}
.Latest_comments .item_box .item .item_content{
    width: 800px;
    height: auto;
    float: right;
}
.Latest_comments .item_box .item .item_content .name_time{
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.Latest_comments .item_box .item .item_content .name_time .sp1{
    width: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}
.Latest_comments .item_box .item .item_content .name_time .sp2{
    width: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #949494;
    margin-left: 18px;
}

.Latest_comments .item_box .item .item_content .Comment{
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    text-align: justify;
}
.Latest_comments .item_box .item .item_content .Dot_praise{
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding-top: 10px;
    /*border-bottom: 1px solid #E7E7E7;*/
}
.Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left{
    width: 40%;
    height: 54px;
    float: left;
}
.Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left label{
    display: inline-block;
    height: 54px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #555555;
    cursor: pointer;
    display: flex;
}
.Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left label:hover{
    color: #3498DB;
}
.Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left label:hover i{
    color: #3498DB;
}

.Latest_comments .item_box .item .item_content .Dot_praise .Dot_praise_left label>i{
    font-size: 14px;
    /* margin-right: 10px; */
}

.Latest_comments .item_box .item .item_content .Dot_praise .reply_right{
    width: 40%;
    height: 54px;
    line-height: 54px;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #555555;
}
.Latest_comments .item_box .item .item_content .Dot_praise .reply_right > a{
    font-size: 14px;
    color: #555555;
}
.Latest_comments .item_box .item .item_content .Dot_praise .reply_right >:hover{
    color: #3498DB;
}

/*输入框*/
.Latest_comments .item_box .item .item_content .import{
    width: 100%;
    height: 126px;
    display: none;
}
.Latest_comments .item_box .item .item_content .import textarea{
    width: 592px;
    height: 40px;
    padding: 10px 15px;
    resize: none;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #4B4B4B;
    overflow-y: auto;
}
.Latest_comments .item_box .item .item_content .import input{
    width: 82px;
    height: 32px;
    margin-top: 14px;
    border-style: none;
    border-radius: 4px;
    background: #3498DB;
    font-size: 14px;
    color: white;
    float: right;
    cursor: pointer;
}

/*回复列表*/
.Latest_comments .item_box .item .item_content .list_box{
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0px;
}
/*回复列表*/
.Latest_comments .item_box .item .item_content .list_box .list{
    width: 100%;
    height: 100%;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_content{
    width: 100%;
    height: 100%;
    line-height: 28px;
    padding-top: 10px;
    border-top: 1px solid #E7E7E7;
    font-family: "微软雅黑";
    font-size: 14px;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_content span{
    font-size: 14px;
    margin-right: 7px;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_content .sp1{
    color: #000000;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_content .sp2{
    color: #999999;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_content .sp3{
    color: #999999;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_content .sp4{
    color: #555555;
}

/*时间*/
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time label{
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #9C9C9C;
    float: left;
    cursor: pointer;
    display: flex;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time label>i{
    font-size: 14px;
    color: #9C9C9C;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time label:hover{
    color: #3498DB;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time label:hover i{
    color: #3498DB;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time label:hover span{
    color: #3498DB;
}

.Latest_comments .item_box .item .item_content .list_box .list .Reply_time span{
    font-size: 14px;
    color: #9C9C9C;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time .sp1{
    font-size: 14px;
    color: #9C9C9C;
    margin-left: 20px;
    float: left;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time .sp2{
    font-size: 14px;
    color: #9C9C9C;
    cursor: pointer;
    float: right;
}
.Latest_comments .item_box .item .item_content .list_box .list .Reply_time .sp2:hover{
    color: #3498DB;
}

/*输入框*/
.Latest_comments .item_box .item .item_content .list_box .list .import{
    width: 100%;
    height: 126px;
    display: none;
}
.Latest_comments .item_box .item .item_content .list_box .list .import textarea{
    width: 592px;
    height: 40px;
    padding: 10px 15px;
    resize: none;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    font-family: "微软雅黑",monospace;
    font-size: 14px;
    color: #4B4B4B;
    overflow-y: auto;
}
.Latest_comments .item_box .item .item_content .list_box .list .import>input{
    width: 78px;
    height: 33px;
    margin-top: 14px;
    border-style: none;
    border-radius: 4px;
    background: #3498DB;
    font-family: "微软雅黑";
    font-size: 16px;
    color: white;
    float: right;
    cursor: pointer;
}

/*更多评论*/
.Latest_comments .More{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 20px 0px;
    text-align: center;
    display: none;
}
.Latest_comments .More>a{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #494949;
}
.Latest_comments .More>a:hover{
    color: #25BAD1;
}

/*===========================================*/