.comment-wrap{
	width: 100%;
	max-width: 800px;
	margin:auto;
}
.comment-list-wrap ul,
.comment-list-wrap li{
	list-style: none;
	padding:0;
	margin:0;
}
.comment.depth-1{
    padding: 30px 0 25px;
    overflow: visible;
    border-top: 1px solid #e9e9e9;
}
.comment .comment-detail{
    padding-left: 64px;
    overflow: visible;
}
.comment .comment-author-avatar{
    float: left;
    width: 66px;
    height: auto;
    overflow: visible;
    position: relative;
}
.comment .comment-author{
    margin-bottom: 15px;
	/*height: 20px;*/
    line-height: 20px;
    color: #666;
    font-size: 14px;
    overflow: visible;
    position: relative;
}
.comment .comment-content{
	line-height: 24px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.comment .comment-content p{
    margin-bottom: 10px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.comment .comment-action{
	font-size: 0;
	margin-bottom: 5px;
}
.comment .comment-metadata,
.comment .line,
.comment .reply{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.comment .line{
	padding: 0 5px;;
}
.comment .children{
	margin:0;
	padding:0;
	list-style: none;
}
.comment.depth-1 > .children{
    background-color: #2b2b2b;
}
.comment.depth-1 > .children{
    padding: 20px 20px 11px;
    margin: 15px 0 0;
    overflow: visible;
    background-color: #ededed;
    border-radius: 5px;
    margin-left: 64px;
}
.comment .children .comment-author-avatar{
    width: 38px;
}
.comment .children .comment-author-avatar img{
    width: 26px;
    height: 26px;
}
.comment .children .comment-detail{
    padding-left: 38px;
}
.comment .children .comment-action{
	margin-bottom: 20px;
}
@media(max-width: 450px){
	.comment.depth-1{
		padding:20px 0 15px;
	}
	.comment .comment-detail{
		padding-left: 40px;
	}
	.comment .comment-author-avatar{
		width: 40px;
	}
	.comment .comment-author-avatar img{
		width: 30px;
		height: 30px;
	}
	.comment.depth-1 > .children{
		margin:5px 0 0;
		margin-left: 40px;
		padding:10px;
	}
	.comment .comment-author{
		margin-bottom: 5px;
	}
	.comment .comment-content p{
		margin-bottom: 5px;
	}
	.comment .children .comment-action{
		margin-bottom: 10px;
	}
	.comment .children .comment-author-avatar{
		display: none;
	}
	.comment .children .comment-detail{
		padding-left: 0;
	}
}
/*表单*/
.comment-form-wrap .emo-btn{
	position: relative;
}
.comment-form-wrap div.smiley-popup{
	/*display: none;*/
    position: absolute;
    padding: 5px;
    width: 100%;
    bottom: 30px;
    left: 0;
    margin-left:0;
    height: initial;
    top: auto;
    margin-top:0;
    background-color: #fff;
    border: 1px solid;
    z-index: 20;
    cursor: pointer;
}

.comment-form-wrap .comment-form-comment label,
.comment-form-wrap .comment-form-comment textarea,
.comment-form-wrap .emo-btn{
	display: block;
	margin:0 0 10px;
}
/*.comment-form-wrap .comment-form-comment label{
	display: none;
}*/
.comment-form-wrap .comment-form-comment textarea{
	border-radius: 1px;
    background: #f9f9f9;
    min-width: 100%;
    max-width: 100%;
    font-size: 14px;
    border: 1px solid #008cd6;
    box-shadow: 0px 0px 1px #e5e5e5 inset;
    padding: 12px 10px;
    line-height: 20px;
}
.comment-form-wrap .form-submit,
.comment-form-wrap .logged-in-as,
.comment-form-wrap .emo-btn{
	text-align: right;
}

.comment-form-wrap .logged-in-as,
.comment-form-wrap .comment-notes{
	padding: 10px;
    margin: 0;
    border-bottom: none;
    background: #008cd6;
    color: #fff;
    font-size: 0;
}
.comment-form-wrap .comment-notes span{
	font-size: 14px;
	color:#fff;
}
.comment-form-wrap .logged-in-as a{
	font-size: 12px;
	background: #fff;
	color: #008cd6;
	padding:4px 10px;
	border-radius: 2px;
	margin-left: 5px;
}
.comment-form-wrap .comment-reply-title{
	margin:0;
	padding: 10px;
	border: 1px solid rgb(220,220,222);
	border-bottom: none;
	font-size: 14px;
	font-weight: 700;
	background-color: #fff;
}
.comment-count-wrap{
	font-weight: 700;
	color: #1b1b1b;
	font-size: 14px;
	line-height: 1;
	margin:0;
}
.comment-wrap .comment-respond{
	padding-top: 20px;
}
.comment-form-wrap .wp-editor-wrap{
	margin-bottom: 10px;
}
.comment-form-wrap .form-submit input#submit{
	padding: 8px 0;
    width: 100px;
    color: #fff;
    background-color: #00a5e0;
    border-color: #00a5e0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
}
@media(min-width: 768px){
	.comment-form-wrap .form-submit input#submit:hover{
		background-color: #008cd6;
    	border: none;
	}
}
.comment-form-wrap .emo-btn{
	font-size: 14px;
	font-weight: 600;
}
/*.comment-form-wrap .comment-notes,
.comment-form-wrap .comment-form-author,
.comment-form-wrap .comment-form-email,
.comment-form-wrap .comment-form-url,
.comment-form-wrap .comment-form-cookies-consent{
	display: none;
}*/
.comment-form-wrap .required{
	color: red;
}
.comment-form-wrap .must-log-in{
	min-height: 100px;
    padding: 20px;
    border: 1px solid rgb(220,220,222);
    background: #f7fafc;
    margin: 0;
}
.comment-form-wrap .comment-form-author label,
.comment-form-wrap .comment-form-email label{
	padding-left: 10px;
}
.comment-form-wrap .comment-form-author input,
.comment-form-wrap .comment-form-email input{
	background: #fff;
	width: 100%;
    display: block;
    border: 1px solid rgb(220,220,222);
    line-height: 34px;
    padding: 0 15px;
    font-size: 16px;
}
.comment-form-wrap .form-submit{
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}
.comment-form-wrap .anr_captcha_field{
	margin-bottom: 10px;
}
.comment-form-wrap .anr_captcha_field::after{
	content: "";
	display: table;
	clear: both;
}
.comment-form-wrap .anr_captcha_field .anr_captcha_field_div{
	float: right;
}
.comment-form-wrap .anr_captcha_field .anr_captcha_field_div div,
.comment-form-wrap .anr_captcha_field .anr_captcha_field_div iframe{
	max-width: 100%;
}