/*评论区*/

.comments-content {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 20px;
}

.comments-line{
	    padding: 3% 5%;
}
.comments-line .commentstitle{

}

.comments-line .commentstitle h2{
	height: 24px;
	border-left:6px solid #E77E22 ;
	line-height: 27px;
	padding-left: 1.5%;
	font-size: 14px;
	color: #333;
}
.comments-line .commentstitle h2 span{
	font-size: 18px;
	color: #E77E22 !important;
	display: inline-block;
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	
}

.comments-line .cline{
	
    margin-bottom: 20px;
/*	padding:0px 20px;*/
}
.comments-line .cline > ul > li{
	border-bottom: 1px dashed #d9d9d9;
	padding: 20px 0;
}
.comments-line .cline > ul > li:last-child{
	border-bottom:none;
}
.comments-line .cline > ul > li .left-img{
	float: left;
	margin-right: 22px;
	    width: 10%;
	
}
.comments-line .cline > ul > li .left-img img{
	  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*width: 80px;
  height: 80px;*/
width: 76px;
 height: 76px;


}
.comments-line .cline > ul > li .right-txt{
	display: inline-block;
	    width: 85%;
	
	
}
.comments-line .cline > ul > li .right-txt > h5{
	font-size: 14px;
	color: #4c4c4c;
}
.comments-line .cline > ul > li .right-txt > p{
	font-size: 14px;
	color: #808080;
	word-wrap: break-word;
}
.comments-line .cline > ul > li .right-txt .summary{
	text-align: right;
}
.comments-line .cline > ul > li .right-txt .summary .time{
	color: #b2b2b2;
	margin-right: 15px;
}
.comments-line .cline > ul > li .right-txt > h5 a{
   
   color: #4c4c4c;
}
.comments-line .cline > ul > li .right-txt .summary  a{
	display: inline-block;
	color: #b2b2b2;
}
.comments-line .cline > ul > li .right-txt .summary  a .iconfont{
	margin-right: 5px;
}
.comments-line .cline > ul > li .right-txt .summary  a:hover{
	color: #f33900;
}
.comments-line .cline > ul > li .right-txt .summary a:nth-child(2) {

	margin-right: 15px;
}
.comments-line .cline > ul > li .right-txt .summary  a span{
	color: #f33900;
}
/*reply*/
.comments-content .reply{
	background-color:#f5f5f5 ; 
	margin-top: 15px;
}
.comments-content .reply ul{
	padding: 0px 20px 5px 20px;
}
.comments-content .reply li{
	padding: 20px 0;
	border-bottom: 1px dashed #d9d9d9;
	color: #808080;
	   word-wrap: break-word;
    overflow: hidden;
}

.comments-content .reply li .name{
	color: #E77E22;
	font-weight: bold;
}
.comments-content .reply li .name a {
    color: #f33900;
    font-weight: bold;
}
/*.reply li .time{
	display: block;
	text-align: right;
	color: #b2b2b2;
}*/
.comments-content .add-reply{
	
	/*height: 60px;*/
	line-height: 60px;
	padding: 15px 20px 20px 20px;
	
}
.comments-content .add-reply textarea {
	    vertical-align: middle;
	width:80%;
	height: 26px;
	border-radius: 3px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-right: 20px;
}

.comments-content .add-reply textarea:focus {
	border-color: #3f91f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.comments-content .add-reply a{
	display: inline-block;
	width: 80px;
	height: 40px;
	  -moz-border-radius: 5px;
  	-webkit-border-radius: 5px; 
  	border-radius: 5px;
  	background-color: #f38213;
  	text-align: center;
  	line-height: 40px;
  	color: #fff;
}

.comments-content .add-reply a:hover{	
  	background-color: #da7109;	
}

.comments-content .page-active {
    color: #E77E22 !important;
    border-bottom: 1px solid #E77E22;
}
.comments-content .comments-div {
    
       padding: 2.5% 0px 2.5% 0px;
}
.comments-content .comments-div textarea {
    width: 85%;
    height: 80px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        margin-right: 3%;
}
.comments-content .comments-div a {
    display: inline-block;
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E77E22;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}
.comments-content .comments-div a .txt {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    line-height: 23px;
}
 .comments-content .comments-div textarea:focus {
	border-color: #3f91f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

.comments-content .comments-div  a:hover{
	background-color: #da7109;
}