.container {
	min-width: 385px;
	padding-top:0px;
	margin: 0 auto;
}
.w1210 {
	width: 385px;
	margin: 0 auto;
	background: #fff;
	
}

.customer-comment .title {
	max-width: 390px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 300;
	color: #333;
	text-align: center;
}

.customer-comment .content {
	position: relative;
	padding: 0px 0 5px;
}

.customer-comment .bd {
	width: 376px;
	height: 253px;
	
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #eeeeee;
	 padding:2px;
	
}

.comment-list li .customer-logo {
	width:380px;
	height: 253px;
	margin: 0 auto;
	overflow: hidden;

}

.comment-list li .customer-logo img {
	margin-top: 0px;
}

.comment-list li .comment-text {
	height: 55px;
	padding: 5px 0;
	text-indent:2em;
}

.comment-list li.special .comment-text {

	padding: 0;
	font-size: 16px;
}

.comment-list li .comment-text p {
	position: relative;
	z-index: 1;
	padding: 0 0px;
	line-height: 2;
	font-family: 'Microsoft YaHei' !important;font-size:14px;padding-left:10px; padding-right:10px; line-height:28px;
}

.comment-list li.special .comment-text p {
	font-size: 14px;
}

.comment-list li.special .comment-text strong {
	color: #e8373d;
}

.comment-list li .comment-text .iconfont {
	position: absolute;
	font-size: 55px;
	line-height: 1;
	color: #ccc;
}

.comment-list li .comment-text .comment-icon-left {
	left: 0;
	top: -20px;
}

.comment-list li .comment-text .comment-icon-right {
	right: 0;
	bottom: -10px;
}

.comment-list li .comment-other {
	text-align: center;
	font-size:16px;line-height:20px; padding-left:10px;padding-right:10px;padding-top:5px; font-family: 'Microsoft YaHei' !important;
}

.comment-list li .comment-other img {
	width: 50px;
	height: 50px;
	margin-left: 0px;
	vertical-align: middle;
	border-radius: 50%;
}

.comment-list li .comment-other .comment-other-line {
	display: inline-block;
	width: 1px;
	height: 40px;
	margin: 0 10px;
	vertical-align: middle;
	background: #ddd;
	overflow: hidden;
}

.comment-list li .comment-other .comment-other-text {
	display: inline-block;
	width: 200px;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	text-align: left;
	vertical-align: middle;
}

.comment-list li .comment-other .comment-other-text h3 {
	font-size: 14px;
	color: #666;
}

.customer-comment .hd ul {
	padding-top: 0px;
	text-align: center;
}

.customer-comment .hd ul li {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
}

.customer-comment .hd ul span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ccc;
	border: 1px solid transparent;
	border-radius: 50%;
}

.customer-comment .hd ul .active span {
	background: transparent;
	border: 1px solid #999;
}

.customer-comment .hd a {
	position: absolute;
	top: 230px;
}

.customer-comment .hd a.prev {
	left: 0;
}

.customer-comment .hd a.next {
	right: 0;
}

.customer-comment .hd .iconfont {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 35px;
	line-height: 50px;
	color: #ccc;
	text-align: center;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 50%;
	transition: all .2s;
}

.customer-comment .hd a:hover .iconfont {
	color: #fff;
	background: #ccc;
	border-color: #ccc;
}