@charset "utf-8";
/* CSS Document */

/*建议*/
body {
	background: #fff;
}

.recommend_tip {
	width: 1140px;
	padding-left: 60px;
	margin: 30px auto 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #c9a564;
    background: #f4f3ef;
	color: #c99f6a;
	position: relative;
}
.recommend_tip a {
	color: #c99f6a;
	text-decoration: underline;
}
.recommend_tip img {
	position: absolute;
	top: 10px;
	left: 25px;
}
.recommend_content {
	width: 1200px;
	margin: 0 auto;
}
.recommend_left {
	float: left;
	width: calc(100% - 83px);
	padding: 20px 32px;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
}
.recommend_left h1 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: rgba(0,0,0,0.85);
}
.recommend_left p {
	line-height: 24px;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}
.recommend_left textarea {
	padding:  8px;
	line-height: 20px;
	font-size: 13px;
	color: rgba(0,0,0,0.6);
	border: 1px solid #e5e5e5;
	margin-top: 15px;
	width: 100%;
}
.prompt {
	height: 24px;
	line-height: 24px;
	color: #c52429;
	font-size: 12px;
	margin-bottom: 30px;
}
.btn_annex {
	background: #c99f6a;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	border: 0;
	margin: 10px 0 25px;
}
.img_annex li {
	float: left;
	width: 100px;
	margin-right: 30px;
	position: relative;
}
.img_annex li .img_annex {
	border: 1px solid #e5e5e5;
}
.img_annex li .img_close {
	position: absolute;
	top: -11px;
	right: -11px;
	display: none;
}
.img_annex li:hover .img_close {
	display: block;
}
.place_order {
	margin-top: 15px;
	text-align: right;
}
.btn_place_order {
	background: #c99f6a;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	border: 0;
	margin: 10px 0 25px;
}

.recommend_right {
	width: 30%;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.recommend_right_title {
	height: 40px;
	line-height: 40px;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	background: #f8f8f8;
	text-align-last: center;
	border-bottom: 1px solid #e5e5e5;
}
.feedback-content {
	padding: 0 20px;
	height: 634px;
	overflow: auto;
}
.feedback-list {
	padding: 20px 30px 20px 80px;
	position: relative; 
	border-bottom: 1px dashed #e5e5e5;
}
.feedback_img {
	position: absolute;
	top: 20px;
	left: 0;
}
.feedback_talk {
	height: 36px;
	line-height: 36px;
	color: rgba(0,0,0,0.85);
	font-size: 16px;
}
.feedback_talk span {
	color: #c99f6a;
}
.feedback_time {
	height: 20px;
	line-height: 20px;
	color: rgba(0,0,0,0.35);
	font-size: 14px;
}
.btn_pursue {
	font-size: 13px;
	color: #c99f6a;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 24px;
	right: 0;
	background: transparent;
	border: 0;
}

/*未登录*/
.feedback_nologin {
	width: 200px;
	text-align: center;
	margin: 140px auto auto;
	line-height: 24px;
	font-size: 12px;
	color: rgba(0,0,0,0.35);
}
.feedback_nologin a {
	color: #c52429;
	padding: 0 5px;
	text-decoration: underline;
}