﻿.pull-left {
	float: left;
}
.comt-tips {
	text-align: center;
	margin-right: 110px;
	line-height: 116px;
	font-size: 18px;
	color: #fff;
}
.comt-tip {
	position: absolute;
	top: -2px;
	left: -2px;
	background: #7AD071;
	right: -2px;
	z-index: 2;
	bottom: -2px;
	border-radius: 2px;
}
.comt-error {
	background: #FF5E52;
}
.comt-comterinfo {
	padding: 15px 0;
	text-align: center;
}
.comt-comterinfo ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	display: inline-block;
}
.comt-comterinfo li {
	margin-bottom: 5px
}
.comt-comterinfo input {
	margin-right: 10px;
	position: relative;
*bottom:-3px;
	border: 2px solid #CCD4D9;
	border-radius: 2px;
	height: 34px;
	padding: 3px 5px;
	outline: none;
	width: 220px;
	box-shadow: none;
*height: 20px;
}
#cancel-comment-reply-link {
	display: none;
	margin-right: 10px;
	background-color: #ccc;
	color: #666;
}
#cancel-comment-reply-link:hover {
	color: #222;
	background-color: #bbb
}
.comment #cancel-comment-reply-link {
	display: block
}
.comment-reply-link {
	color: #3ca5f6;
	font-size: 12px;
}
.comment-signarea {
	background-color: #F6F6F6;
	border-radius: 7px;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 20px;
}
.comment-signarea h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 18px;
}
.comment-signarea .auth {
	margin: 0 5px;
}
.comment-form-comment textarea {
	width: 100%;
	height: 100px;
	padding: 4px 10px;
	line-height: 22px;
	border: 1px solid #efefef;
	border-bottom-color: #f5f5f5;
	outline: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
 .ipt::-ms-expand {
background-color:transparent;
border:0
}
.ipt:focus {
	border-color: #66afe9;
	outline: 0
}
.ipt::placeholder {
color:#999;
opacity:1
}
.ipt:disabled, .ipt[readonly] {
	background-color: #eceeef;
	opacity: 1
}
.ipt:disabled {
	cursor: not-allowed
}
#comments {
	background-color: #fff;
	margin-bottom: 15px;
	font-family: 'Microsoft YaHei';
}
.comment-reply-title, .comments-title {
	font-size: 18px;
	margin: 30px 0 20px;
	font-weight: 500
}
.comment-notes {
	display: none
}
.comments-list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none
}
.comments-list .comment {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.comments-list .depth-1, .comments-list .children li {
	padding: 15px 0 15px 0;
	border-top: 1px solid #efefef
}
@media (max-width:767px) {
.comments-list .comment {
	padding: 5px
}
.comments-list .even {
	background: #fff
}
.comments-list .odd {
	background: #f9f9f9
}
}
.comments-list .children {
	margin: 0;
	padding: 15px 0 5px 60px;
	list-style: none
}
@media (max-width:767px) {
.comments-list .children {
	padding: 0
}
.comments-list .children .comment {
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 1px 0 rgba(0,0,0,.15)
}
.comments-list .children .odd {
	background: #f9f9f9
}
.comments-list .children .even {
	background: #fff
}
}
.comments-list .reply {
	font-size: 12px;
	line-height: 20px;
	visibility: visible;
	color: #bbb;
}
.comment-author {
	float: left;
	width: 40px;
	margin-right: 20px
}
@media (max-width:767px) {
.comment-author {
	width: 30px;
	margin-right: 10px
}
}
.comment-author img {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
@media (max-width:767px) {
.comment-author img {
	width: 30px;
	height: 30px
}
}
.comment-body .nickname {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #3ca5f6;
}
.comment-body .comment-time {
	padding: 0 5px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #ccc;
	vertical-align: top
}
@media (max-width:767px) {
.comment-body .comment-time {
	font-size: 12px;
	padding: 0 5px;
}
}
.comment-body .comment-awaiting-moderation {
	color: #333;
	font-weight: 700
}
.comment-text {
	padding-left: 60px;
	font-size: 14px;
	line-height: 1.6;
	color: #666
}
@media (max-width:767px) {
.comment-text {
	padding-left: 40px
}
}
.comment-text p:last-child {
	margin-bottom: 0
}
.comment-respond {
	padding-bottom: 0!important;
	position: relative;
}
.comment-respond label {
	position: absolute;
	left: 15px;
	top: 15px;
	line-height: 34px;
	width: 62px;
	color: #666;
	font-weight: 400;
	text-align: center
}
.comment-respond input {
	display: block;
	height: 34px;
	width: 100%;
	line-height: 22px;
	padding: 6px 10px 6px 60px;
	border: 1px solid #efefef;
	outline: 0
}
.comment-respond input.error {
	border-color: #a94442
}
.comment-respond span.required {
	color: red
}
.comment-respond input.ipt2 {
	display: block;
	float: left;
	margin-right: 10px;
	height: 24px;
	width: 40%;
	line-height: 22px;
	padding: 2px;
	border: 1px solid #efefef;
	outline: 0;
}
.comment-respond input.ipt3 {
	display: block;
	float: left;
	margin-right: 10px;
	height: 24px;
	width: 20%;
	line-height: 22px;
	padding: 2px;
	border: 1px solid #efefef;
	outline: 0;
}
.logged-in-as {
	margin-bottom: 10px
}
.reply-left {
	width: 260px;
	float: left
}
.comment-form {
	margin-top: 20px;
	position: relative;
}
.comment-form-comment textarea {
	width: 100%;
	height: 100px;
	padding: 4px 10px;
	line-height: 22px;
	border: 1px solid #efefef;
	border-bottom-color: #f5f5f5;
	outline: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: inherit;
}
.comment-form-comment .error {
	border-color: #a94442
}
.comment-form-url {
	display: none
}
.comment-form-author, .comment-form-email, .comment-form-url {
	position: relative;
	float: left;
	width: 50%;
	padding: 15px 15px 0;
	margin: 0;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #fbfbfb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.comment-form-author {
	border-right: 0
}
.comment-form-email {
	border-left: 0
}
.form-submit {
	padding: 10px 15px;
	margin: 0;
	border-top: 0;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden
}
.form-submit .avatar {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: top;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.form-submit .submit {
	float: right;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 7px 16px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background-color: #ff4b4b;
	border: 0;
	outline: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.form-submit .submit:hover {
	background-color: #ef6161
}
.comment-must-login {
	height: 100px;
	padding: 5px 10px;
	font-size: 14px;
	color: #999;
	border: 1px solid #efefef;
	border-bottom-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	vertical-align: top
}
.form-submit-text {
	font-size: 13px;
	line-height: 30px;
	color: #666
}
.form-submit-text span, .form-submit-text a {
	color: #3ca5f6;
}
.submit:disabled {
	background-color: #eceeef;
	opacity: 1;
	cursor: not-allowed
}
/*内页评论*/

#s_comment textarea {
	border: 1px solid #ececec;
	padding: 3px 0;
	width: 100%;
	height: 96px;
	line-height: 24px;
	margin: 10px 0;
	text-indent: 5px;
	font-size: 14px;
}
#s_comment .comment_btn {
	padding: 0 0px 20px;
	text-align: left;
	margin-top: 15px;
}
#comment_list {
	color: #2f2f2f;
	padding: 1px;
	zoom: 1;
	font-size: 12px;
	padding: 0 15px;
	overflow: hidden;
}
#s_comment .comment_btn input {
	width: 146px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 0 none;
	padding: 0;
	margin-right: 15px;
	background: #ff994c;
	cursor: pointer;
	font-size: 18px;
}
#s_comment .comment_btn span {
	font-size: 14px;
	color: #555;
}
#comment_list dt {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	padding: 0;
}
#comment_list dt span {
	float: left;
}
#comment_list dt em {
	float: right;
	font-style: normal;
}
.lookpl a {
	margin: 10px auto;
	width: 65%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	color: #7e7e7e;
	background: #f8f8f8;
	border-radius: 20px;
	display: block;
	font-weight: normal;
}
.lookpl a i {
	color: #f77;
}
#comment_list dd {
	word-wrap: break-word;
	line-height: 20px;
	padding: 10px 0px;
	margin: 0;
	font-size: 14px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 10px;
}
#comment_list p {
	text-align: right;
	line-height: 1;
	padding: 5px 0;
	font-size: 12px;
	margin-top: 10px;
}
#comment_list p a {
	color: #7e7e7e;
	margin-left: 10px;
}
#comment_list h2 span {
	font-size: 16px;
	color: #f60;
	font-weight: normal;
}
#comment_list h2 {
	height: 30px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#comment_list dt b {
	margin: 0 6px;
	color: #d92227;
	font-weight: normal;
}
#comment_list .quote, #comment_list .quote span {
	text-indent: 0;
	text-align: left;
}
#comment_list {
	color: #2f2f2f;
	padding: 1px;
	zoom: 1;
	font-size: 12px;
	padding: 0 15px;
	overflow: hidden;
}
#comment_list dt {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	padding: 0;
}
#comment_list h2 {
	height: 30px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd
}
#comment_list h2 em {
	float: left;
	margin-right: 8px;
	width: 4px;
	height: 17px;
	background: #e0e0e0;
	border-radius: 2px;
	margin-top: 4px;
}
#comment_list h2 span {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
#comment_list dl {
	padding: 0;
	text-align: left;
}
#comment_list dd {
	word-wrap: break-word;
	line-height: 20px;
	padding: 10px 0px;
	margin: 0;
	font-size: 14px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 10px;
}
#comment_list dd img {
	margin-top: -5px;
}
#comment_list blockquote, #comment_list .quote {
	padding: 3px 3px 5px;
	margin: 0 0 5px 0;
	border: 1px solid #bfbfbf;
	background: #fffde9;
	color: #000;
}
#comment_list blockquote h4, #comment_list .quote span {
	color: #666;
	padding: 0 3px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	background: none;
}
#comment_list blockquote h4 cite {
	font-style: normal;
}
#comment_list blockquote div {
	padding: 0 7px;
}
#comment_list dt i {
	font-family: verdana;
	font-style: normal;
}
#comment_list dt b {
	margin: 0 6px;
	color: #d92227;
	font-weight: normal;
}
#comment_list p {
	text-align: right;
	line-height: 1;
	padding: 5px 0;
	font-size: 12px;
	margin-top: 10px;
}
#comment_list p a {
	color: #7e7e7e;
	margin-left: 10px;
}
#comment_list dt span {
	float: left;
}
#comment_list dt em {
	float: right;
	font-style: normal;
}
