* {
	padding: 0;
	margin: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	color: #fff;

}

i.back {
	display: block;
	width: 12px;
	height: 18px;
	background-image: url(../images/back_w.png);
	background-size: 12px 18px;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 10;
}

body,
td,
th {
	font-family: Microsoft YaHei, Arial;
	font-size: 14px;
	color: #fff;
}

.comment {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
}

.comment-warp {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	height: 50px;
	background-color: #f0f0f0
}

.commentText {
	width: 70%;
	height: 35px;
	border-radius: 3px;
	margin-left: 3%;
	margin-top: 8px;
	padding-left: 3%;
	border: none;
	font-size: 14px;
	background-color: #fff;
	line-height: 35px;
	color: #444;
	float: left;
	outline: none
}

.commentNum,
.commentNum-back {
	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
}

.remark-list {
	width: 100%;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px
}

.remark-listPhoto {
	widht: 20%;
	height: 50px;
	float: left;
}

.remark-listPhoto img {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin: 7px
}

.remark-listRight {
	width: 80%;
	float: left;
}

.remark-listuser {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #505D89;
	text-align: left
}

.remark-listcontent {
	width: 100%;
	line-height: 22px;
	font-size: 16px;
	color: #222
}

.remark-listDate {
	width: 100%;
	line-height: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #444
}

.page,
.remarkBody {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.list-item {
	width: 49%;
	height: 170px;
	float: left
}

.list-img {
	width: 100%;
	height: 130px;
}

.list-img img {
	width: 100%;
	height: 130px;
	border-radius: 5px
}

.list-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #fff
}

#ad_td {
	width: 94%;
	margin: 0 auto;
	border-radius: 3px;
	margin-top: 10px;
	overflow: hidden
}

#ad_td img {
	width: 100%
}