/**!
 * 阳光直采网上商城-举报建议
 * date:2017-11-15
 * author: csxiang;
 */

/* advise-banner */
.advise-banner {
	margin-top: 20px;
}

/* advise-filter */
.advise-filter {
	margin: 10px auto;
	font-size: 13px;
}
.af-date {
	margin-left: 10px;
}
 .af-date input {
 	height: 30px;
    line-height: 30px;
    width: 118px;
    border: 1px solid #dbdbdb;
    padding-right: 30px;
    padding-left: 8px;
    background: url(../images/mall/adviserl.png) no-repeat 123px;
 }
.af-search input {
	height: 30px;
 	line-height: 30px;
 	width: 142px;
 	padding-left: 8px;
 	border: 1px solid #dbdbdb;
}
.af-search .search-btn {
	display: inline-block;
	width: 50px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	background-color: #b42829;
	cursor: pointer;
}

.af-date .search-btn {
	display: inline-block;
	width: 50px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	background-color: #b42829;
	cursor: pointer;
}

.af-feedback a {
	display: inline-block;
	width: 78px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	color: #fff;
	background-color: #e65035;
}

/* advise-con */
.advise-con {
	margin-bottom: 40px;
	font-size: 13px;
	min-height: 600px;
}
.advise-con .ac-item {
	padding: 25px;
	border-bottom: 1px dotted #bebebe;
}
.ac-item .ac-title {
	color: #000;
	font-weight: bold;
}
.ac-item .ac-detail {
	margin: 8px 0;
	color: #666;
}
.ac-item .ac-reply em {
	color: #000;
}
.ac-item .ac-reply span {
	color: #b42829;
}
.ac-item .ac-ft {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.ac-item .ac-ft span {
	display: inline-block;
}
.ac-item .ac-ft .ac-state {
	text-align: center;
	width: 99px;
	color: #fff;
	background-color: #b42829;
}
.ac-item .ac-ft .ac-date {
	width: 175px;
	text-align: center;
	color: #999;
	background-color: #e5e5e5;
}

.pages {
	float: right;
}

.pages .pre,
.pages .next {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.pages .page {
	margin: 0 14px;
	color: #cc0000;
}
