.suggestion-wrap {
    width: 1210px;
    min-height: 750px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    background-color: white;
    overflow-x: hidden;
}

.suggestion-wrap .top-box {
	padding: 15px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #C5C5C5;
}

.suggestion-wrap .top-box .search-box {
	float: left;
	display: inline-block;
	position: relative;
}

.suggestion-wrap .top-box .search-box input {
	border: solid 1px #E6E6E6;
	width: 300px;
	height: 40px;
	border-radius: 3px;
	padding-left: 8px;
	font-size: 17px;
	color: #4C4C4C;
	line-height: 40px;
}

.suggestion-wrap .top-box .search-box input::-webkit-input-placeholder {
	color: #4C4C4C;
}

.suggestion-wrap .top-box .search-box .search-icon {
	background: #E6E6E6;
	height: 40px;
	width: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.suggestion-wrap .top-box .search-box .search-icon img {
	width: 18px;
	height: 18px;
	margin-top: 11px;
}

.suggestion-wrap .top-box .comment-box {
	float: right;
	display: inline-block;
	font-size: 17px;
	color: #FFFFFF;
	background: #E15440;
	height: 40px;
	line-height: 40px;
	width: 170px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

.suggestion-wrap .suggestion-box {
	padding: 10px 15px;
}

.suggestion-wrap .suggestion-box ul li {
	border: 2px solid #E15440;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0 0;
}

.suggestion-wrap .suggestion-box ul li .left-box {
	width: 22%;
	height: 100%;
	float: left;
	font-size: 16px;
	padding: 50px 10px 10px 10px;
}

.suggestion-wrap .suggestion-box ul li .left-box .info-item {
	margin: 10px 0;
	color: #353535;
}

.suggestion-wrap .suggestion-box ul li .left-box .info-item .name {
	color: #E15440;
}

.suggestion-wrap .right-box {
	width: 76.1%;
	display: inline-block;
	float: left;
	border-left: solid 1px #E15440;
}

.suggestion-wrap .right-box .message-box {
	display: inline-block;
	border-bottom: solid 1px #E15440;
	width: 100%;
}

.suggestion-wrap .right-box .tab-title {
	display: inline-block;
	font-size: 17px;
	color: #FFFFFF;
	background: #E15440;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	margin-top: 20px;
}

.suggestion-wrap .right-box .mess-text {
	line-height: 33px;
	padding: 10px;
	text-indent: 34px;
	letter-spacing: 1px;
	color: #4C4C4C;
    font-size:15px;
}

.suggestion-wrap .right-box .reply-box .reply-text {
	line-height: 33px;
	padding: 10px;
	text-indent: 34px;
	letter-spacing: 2px;
	background: #FDF2F0;
	margin-top: 15px;
	color: #4C4C4C
}

.suggestion-wrap .right-box .reply-box .reply-time {
	float: right;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 17px;
	margin: 20px 20px 0 0;
	color: #4C4C4C
}