

.details_box {
	background: #fff;
}
.details_box {
	margin: 30px auto;
}

.details .details_left {
	box-shadow: none;
}

.details .details_left {
	padding: 0;
}

.details_left .topBox {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}

.details_left .img_top { 
	padding-left: 22px;
	padding-right: 19px;
	padding-top: 0px;
}

.details_left .left_img {
	background: #6f6f6f;
	background-size: 100%;
	width: 100%;
	height: 420px;
	position: relative;
}
.details_left .left_img img{
	width: 100%;
	height: 100%;
}

.details_left .left_img h1 {
	width: 735px;
	font-size: 34px;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
	position: absolute;
	font-weight: normal;
	left: 20px;
	bottom: 41px;
}

.details_left .content_img img {
	margin: 0 auto;
}

.details_left .detail_content {
	padding-bottom: 30px;
}

.details_left .recommend {
	width: 1200px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 20px 30px 20px;
	margin-bottom: 30px;
}

.details_left .recommend h2 {
	color: #1F1F1F;
	font-size: 16px;
	padding-bottom: 15px;
}

.details_left .recommend {
	margin-right: -55px;
}

.recommend .recommendImg {
	margin-left: 55px;
	width: 100%;
}

.recommend .listBox {
	margin-left: -55px;
}

.details_left .recommend .listImg {
	width: 230px;
	overflow: hidden;
	float: left;
	margin-right: 55px;
}

.listImg .desWord {
	padding-top: 15px;
}

.listImg .desWord p {
	color: #1F1F1F;
	font-size: 14px;
	line-height: 20px;
}

.details_left .recommend .listImg .desImg img {
	width: 230px;
	height: 150px;
}

.details_left .comment {
	padding: 20px 20px 30px 20px;
	margin-top: 30px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 300px;
}


/*=================    GM代码  END   ========================*/

.foot .footerimgtop {
	position: absolute;
	top: -10px;
	left: 0;
	height: 0px;
	width: 100%;
	background: none;
	background-size: 100% 100%;
}

.foot {
	margin-top: 0px;
}

.share_right {
	margin-right: 15px;
}

/* 发表评论样式 */
.message {
	border: 1px solid #eee;
}
.message textarea {
	display: block;
	width: 100%;
	height: 200px;
	font-size: 14px;
	resize: none;
	outline: none;
	border: none;
	padding: 10px;
}
.messageState {
	display:table;
	overflow: hidden;
	width: 100%;
	padding: 10px 12px;
	background-color: #eee;
}
.messageState span {
	display: table-cell;
	vertical-align:middle;
	font-size: 14px;
	color: #888;
}
.messageButton {
	float: right;
	width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(229,43,49,1);
    border-radius: 3px;
    border: none;
    font-size: 14px;
    color: #fff;
    outline: none;
    cursor: pointer;
}
/* 精彩评论 */
.messageShow h4 {
	font-size: 14px;
	color: #555;
	margin-top: 20px;
	margin-bottom: 15px;
}
.userComment {
	overflow: hidden;
}
.userCover {
	overflow: hidden;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 20px;
}
.userCover img {
	display:block;
	width: 100%;
}
.userInfo {
	overflow: hidden;
}
.userName {
	display: table;
	width: 100%;
	height: 30px;
	margin-bottom: 26px;
}
.userName span {
	display: table-cell;
    vertical-align: bottom;
	font-size: 14px;
	font-weight: 600;
}
.icon-good {
	display: table-cell;
	vertical-align: bottom;
	width: 30px;
	font-size: 14px;
	color: #555;
	background: url(../img/dyx.png) 0 bottom no-repeat;
	background-size: 46%;
	padding-left: 28px;
}
.commentText {
	overflow: hidden;
	font-size: 14px;
}
.commentText .reply {
	float: right;
	color: #E52B31;
	margin-right: 10px;
}
.commentReply {
	font-size: 14px;
	padding: 15px 23px;
	background: #eee;
	margin: 22px 0;
}
.visitor,
.landlord {
	font-weight: 600;
	color: #000;
}
.visitor {
	margin-right: 8px;
}
.landlord {
	margin-left: 8px;
}
.messageTitle {
	display: none;
}

/* 回复框 */
.recoveryBox {
	display: none;
	overflow: hidden;
	margin: 15px 0;
}
.recoveryBox textarea {
	width: 100%;
	height: 100px;
	resize: none;
}
.recoveryBox button {
	width: 80px;
}