* {
	margin: 0;
	padding: 0;
	font-family: "MicroSoft Yahei", "Arial";
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

ul,
ol {
	list-style: none;
}

input {
	background: none;
	outline: none;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.ui-page {
	background-color: #FFFFFF;
}

.clearboth {
	clear: both;
}
/*分割*/

.Division {
	width: 100%;
	height: 5px;
	background-color: #F4F4F4;
}


/*评论*/

.CommentContent {
	overflow: auto;
	padding: 15px 20px;
	height: 100%;
}

.CommentContent li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.CommentContent li:first-child {
	margin-top: 10px;
}

.CommentContent li img {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	display: inline-block;
	vertical-align: top;
}

.CommentContent div {
	width: 82%;
	margin-left: 2%;
	display: inline-block;
}

.CommentContent div h3 {
	font-size: 15px;
	color: #252525;
}

.YTD {
	font-size: 12px;
	color: #666666;
}
.Report{
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
}
.CommentContent div p {
	margin-top: 5px;
	font-size: 15px;
}

.Sendwindow {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100% !important;
	margin: 0 !important;
	height: 50px;
	padding: 0 20px;
}

.Sendwindow input {
	width: 88%;
	background-color: #e8e8e8;
	height: 40px;
	resize: none;
	outline: none;
	border: none;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	border-radius: 50px;
	margin-left: 3%;
	vertical-align: middle;
}

.Sendwindow img:last-child {
	position: absolute;
	top: 8px;
	right: 9%;
	width: 7%;
}

.page,
.page-group {
	overflow: auto !important;
}

.Sendwindow .back {
	display: inline-block;
	width: 13px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}