.logo-nav {
	background: #909E66;
	height: 120px;
	position: relative;
}
.detail-wrap {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 50px;
}
.detail-con {
	width: 1200px;
	background: #FFFFFF;
	padding: 70px 55px 45px;
	box-sizing: border-box;
	margin: -128px auto 0;
	border-radius: 15px;
	box-shadow: 1px 10px 35px 0px rgba(104, 116, 72, 0.11);
}
.title-wrap {
	position: relative;
	padding-bottom: 26px;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	justify-content: center;
}
.share-title {
	background: url(../img/pic.png) no-repeat;
	background-position: left top;
	background-size: 52px 52px;
	padding: 20px 24px 0px;
	box-sizing: border-box;
	font-size: 40px;
	font-weight: 600;
	color: #505A30;
	margin: 0 auto;
}
.addtime {
	color: #826E48;
}
.share-text {
	padding: 46px 0px 50px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 32px;
}
.share-text img {
	width: 100%;
	display: block;
}
.share-text video {
	width: 100%;
	height: auto;
	display: block;
}
.operate-wrap,
.operate-wrap > div{
	display: flex;
	align-items: center;
}
.agree-btn {
	width: 116px;
	height: 34px;
	background: rgba(144,158,102,0.2);
	border-radius: 8px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #909E66;
}
.open-btn {
	width: 38px;
	height: 34px;
	margin-left: 10px;
	display: block;
	cursor: pointer;
}
.share-btn,
.like-btn,
.collect-btn{
	margin-left: 52px;
}
.share-btn > img{
	width: 24px;
	height: 24px;
	display: block;
}
.like-btn > img {
	width: 26px;
	height: 22px;
}
.collect-btn > img {
	width: 23px;
	height: 23px;
}
.share-btn > span,
.like-btn > span,
.collect-btn > span{
	font-size: 18px;
	font-weight: 400;
	color: #909E66;
	margin-left: 10px;
}
.comment-wrap {
	width: 100%;
	/* height: 625px; */
	border: 1px solid #909E66;
	border-radius: 15px;
	/* margin-top: 56px; */
	padding-bottom: 58px;
}
.first-wrap {
	display: flex;
	height: 58px;
	justify-content: space-between;
	align-items: center;
	padding: 0px 22px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	color: #909E66;
}
.sort-box {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.sort-box .icon {
	width: 20px;
	height: 16px;
	display: block;
	margin-right: 4px;
}
.second-wrap {
	width: 100%;
	height: 58px;
	background: rgba(144,158,102,0.2);
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	color: #909E66;
	line-height: 58px;
	display: flex;
	align-items: center;
}
.list-wrap {
	width: 100%;
	/* height: 508px; */
	height: auto;
	max-height: 508px;
	overflow-y: scroll;
}
.comment-item {
	padding: 24px ;
	box-sizing: border-box;
	border-bottom: 1px solid #E5E5E5;
}
.comment-item:last-child {
	border-bottom: none;
}
.comment-first,
.discussant{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.discussant {
	justify-content: flex-start;
}
.discussant > img,
.textare-wrap > img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
}
.discussant > span {
	font-size: 20px;
	font-weight: 500;
	color: #909E66;
	margin-left: 16px;
}
.comment-addtime {
	font-size: 18px;
	font-weight: 400;
	color: #909E66;
}
.comment-second {
	padding-left: 56px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 28px;
	margin-top: 8px;
}
.comment-third,
.comment-third > div{
	display: flex;
	align-items: center;
	margin-top: 8px;
	padding-left: 56px;
	box-sizing: border-box;
}
.comment-third > div {
	padding-left: 0px;
	font-size: 18px;
	font-weight: 400;
	color: #909E66;
	margin-top: 0;
}
.tags-icon {
	width: 17px;
	height: 18px;
	display: block;
	margin-right: 22px;
}
.enjoy-icon {
	width: 18px;
	height: 15px;
	display: block;
	margin-right: 22px;
}
.enjoy {
	margin-left: 24px;
}
.self-comment {
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.self-avatar {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
}
#comment {
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	outline: none;
	font-size: 16px;
	color: #333333;
	padding: 0px 12px 0 30px;
	box-sizing: border-box;
	margin: 0 1em;
}
.publish-btn{
	width: 127px;
	height: 40px;
	background: #909E66;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.publish-icon {
	width: 21px;
	height: 16px;
	display: block;
}
.publish-text {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 4px;
}
#quesPublish {
	position: absolute;
	/* width: 100%; */
	height: 40px;
	background: transparent;
	-webkit-appearance: none; /*去除系统默认的样式*/
	opacity: 0;
	border: none;
	outline: none;
	cursor: pointer;
}


@media screen and (max-width:767px) {
	.logo-nav {
		background: none;
		height: 100px;
		position: absolute;
	}
	.detail-wrap {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 0;
		margin-top: 0;
		position: inherit;
		padding: 0;
	}
	.detail-con {
		width: 100%;
		background: #FFFFFF;
		padding: 20px 10px;
		box-sizing: border-box;
		margin: 0 auto 0;
		border-radius: 15px;
		box-shadow: 1px 10px 35px 0px rgba(104, 116, 72, 0.11);
	}
	.title-wrap {
		flex-wrap: wrap;
	}
	.title-wrap img {
		width: 100%;
	}
	.share-title {
		width: 100%;
		font-size: 32px;
		word-wrap:break-word;
		word-break:normal; 
	}
	.publish-btn{
		width: 50%;
	}
}


/* @media screen and (min-width: 1920px) {
	.detail-con {
		margin: -164px auto 0;
	}
} */