.main {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.header {
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.header .user_icon {
	width: 36px;
	height: 36px;
	position: absolute;
}

.header .user_name {
	color: #4A708B;
	font: 16px/18px "微软雅黑";
}

.header .name {
	width: 100%;
	padding-left: 45px;
	margin-top: 3px;
}

.header .name .forum_addition {
	position: relative;
}

.header .name .public_time {
	font: 12px/1 "微软雅黑";
	color: #888;
}

.header .name .praise {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font: 14px '微软雅黑';
	color: cornflowerblue;
}

.header .forum_title {
	width: 100%;
	font: bold 22px/1.5em '微软雅黑';
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	padding-bottom: 5px;
}

.content {
	padding-bottom: 20px;
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.content img {
	width: 100%;
	margin: 0 auto;
}

.content .para {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

.content p {
	font: 18px/32px '微软雅黑';
}

/*评论区*/
.comment {
	margin-bottom: 65px;
	box-shadow: 1px 1px 5px #888888;
}

.comment .comment_title {
	height: 40px;
	margin-left: 15px;
	color: red;
	font: 14px/40px '微软雅黑';
}

.comment_item {
	padding-left: 15px;
	padding-right: 15px;
}

.comment .comment_user {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	position: relative;
}

.comment .comment_usericon {
	width: 36px;
	height: 36px;
}

.comment .comment_username {
	position: absolute;
	color: #888888;
	margin-left: 10px;
	font: 16px/36px '微软雅黑';
}

.comment .comment_praise {
	position: absolute;
	right: 0px;
	color: #888888;
	font: 12px/36px '微软雅黑';
}

.comment .comment_content {
	padding-top: 10px;
	padding-bottom: 10px;
	font: 16px/1.5em '微软雅黑';
}

.click {
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px 10px 15px;
}

.click_more {
	width: 100%;
	border: 1px solid #0f9d58;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0f9d58;
	border-radius: 3px;
}

/*底部固定栏*/
.main .bottom_box {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}

.main .bottom_box .bottom_bar {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 50px;
	background: #0f9d58;
	position: relative;
}

.bottom_bar .appname {
	color: white;
	margin-left: 20px;
	font: bold 18px/50px '微软雅黑';
}

.bottom_bar .summrise {
	font: 12px/1 '微软雅黑 Light';
	padding-left: 5px;
	color: white;
}

.bottom_bar .applink {
	width: 80px;
	height: 30px;
	position: absolute;
	text-align: center;
	font: 12px/30px '微软雅黑';
	right: 0px;
	color: #0f9d58;
	background: white;
	margin-top: 10px;
	margin-right: 20px;
	border-radius: 3px;
}

.list-item {
	margin-top: 18px;
}

.list-item p{
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}