body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	MAX-WIDTH: 100% !important;
	HEIGHT: auto !important;
}

.likeAdd {
	width: 65px;
	height: 26px;
	border: solid 1px #ccc;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #777;
	padding-left: 15px;
	background-image: url(../images/like_no.png);
	background-repeat: no-repeat;
	background-position: 12px 5px;
	background-size: 15px 15px;
	margin: 15px auto
}

.likeAddYes {
	background-image: url(../images/like_yes.png);
	border: solid 1px #f60;
	color: #f60;
}

.likeList {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 10px;
	font-size: 14px;
	color: #444;
	overflow: hidden
}

.likeList img {
	width: 32px !important;
	height: 32px !important;
	margin: 5px;
	border-radius: 16px;
	float: left
}

.comment {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
	background-color: #f0f0f0;
	max-width: 480px
}

.header {
	max-width: 480px
}

.commentHeight {
	height: 50px
}

.commentLoading {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	text-align: center;
	color: #999
}

.commentText {
	width: 67%;
	height: 35px;
	border-radius: 3px;
	margin-left: 3%;
	margin-top: 8px;
	padding-left: 3%;
	padding-right: 3%;
	border: none;
	font-size: 14px;
	background-color: #fff;
	line-height: 35px;
	color: #444;
	float: left;
	overflow: hidden;
	outline: hidden
}

.commentNum {
	width: 18%;
	height: 35px;
	line-height: 35px;
	margin-left: 3%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	margin-top: 8px;
	text-align: center;
	color: #333;
	font-size: 12px
}

.commentBtn {
	width: 18%;
	height: 35px;
	line-height: 35px;
	margin-left: 3%;
	float: left;
	background-color: #1669F3;
	border-radius: 3px;
	margin-top: 8px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: none
}

ul,
li {
	list-style: none;
	float: left
}

.commentTag {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	height: 40px;
	display: none
}

.commentTag ul {
	width: 800px;
	margin-top: 10px
}

.commentTag li {
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	border-radius: 12px;
	border: solid 1px #fa0;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #f8f8f8;
}

.pages {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 480px;
}

.comment-img {
	width: 100%;
	overflow: hidden
}

.comment-img img {
	width: 90px
}

.commentList {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 5px
}

.remark-item {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	padding-top: 10px
}

.remark-photo {
	width: 15%;
	height: 50px;
	float: left
}

.remark-photo img {
	width: 40px !important;
	height: 40px !important;
	border-radius: 20px;
}

.remark-right {
	width: 85%;
	float: left;
	overflow: hidden
}

.remark-nickname {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #666
}

.remark-time {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #aaa
}

.remark-content {
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
}

.nothing {
	width: 100%;
	height: 250px;
	text-align: center;
	line-height: 350px;
	font-size: 14px;
	color: #999;
	background: url(/images/content_nothing.png) no-repeat center 50px;
	background-size: 50%;
}

.downApp {
	width: 80px;
	height: 40px;
	position: fixed;
	right: 0px;
	top: 50px;
	z-index: 1000
}

.btn_follow {
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #29AD63;
	background: #EAF6EC;
	border-radius: 13px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	float: right
}

.btn_follow-yes {
	background: #eee;
	color: #999;
}

.like_btns {
	width: 180px;
	height: 28px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.likeComment {
	width: 65px;
	height: 26px;
	border: solid 1px #ccc;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #777;
	padding-left: 15px;
	background-image: url(../images/comment.png);
	background-repeat: no-repeat;
	background-position: 12px 5px;
	background-size: 15px 15px;
	margin: 15px auto;
}

.comment_item {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
	padding: 10px 0px;
	border-bottom: 0.5px solid #ddd;
}

.comment_item:last-child {
	border-bottom: none;
}

.comment_avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.comment_avatar img {
	width: 100%;
	height: 100% !important;
	border-radius: 50%;
}

.comment_content {
	width: 100%;
	flex: 1;
	margin-left: 10px;
}

.comment_name {
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
}

.comment_text {
	font-size: 15px;
	color: #111;
	padding-bottom: 5px;
	line-height: 150%;
}

.comment_foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
}

.comment_time {
	display: flex;
	justify-content: start;
	align-items: center;
}

.comment_timeText {
	font-size: 12px;
	color: #999;
}

.comment_timeReplay {
	font-size: 13px;
	color: #777;
	margin-left: 10px;
}

.comment_like {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.comment_likeNum {
	font-size: 12px;
	color: #222;
	margin-right: 5px;
}

.comment_likeIcon {
	width: 15px;
	height: 15px;
	background-image: url(/gyq/images/like_no.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.comment_likeNum-yes {
	background-image: url(/gyq/images/like_yes.png);
}