body {
	margin: 0px;
	font-size: 18px;
	background-color: #fff
}

.header {
	width: 100%;
	height: 40px;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	background-color: #f8f8f8;
	border-bottom: solid 1px #f1f1f1;
	z-index: 100;
	max-width: 480px
}

.bk {
	width: 12%;
	float: left;
	height: 40px;
	line-height: 40px
}

.bk i {
	display: block;
	height: 18px;
	width: 10px;
	background-size: 10px 18px;
	background-image: url(../images/backbg.png);
	margin-top: 11px;
	margin-left: 15px;
}

.topurl {
	width: 60%;
	margin-left: 8%;
	float: left;
	height: 40px;
	font-size: 100%;
	color: #999;
	text-align: center;
	line-height: 40px;
}

.tr {
	width: 20%;
	float: left;
	height: 40px
}

.header2 {
	width: 100%;
	height: 40px;
	margin: 0 auto
}

i.home_detail {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 19px;
	height: 19px;
	background-size: 19px 19px;
	background-image: url(../images/home-detail.png);
}

.play {
	width: 100%;
	background-color: #000;
	overflow: hidden
}

.user {
	width: 100%;
	border-bottom: solid 0.5px #ddd;
	height: 50px;
	position: relative;
	background-color: #fff;
}

.userPhoto {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px
}

.userPhoto img {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin: 7px
}

.userName {
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50px
}

.userHit {
	width: 150px;
	height: 15px;
	line-height: 15px;
	text-align: left;
	font-size: 12px;
	color: #999;
	position: absolute;
	top: 30px;
	left: 50px;
}

.userAtte {
	width: 50px;
	height: 24px;
	margin: 13px;
	background-color: #E4473A;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none
}

.title {
	width: 100%;
	background-color: #fff;
	padding-bottom: 15px;
}

.titleMain {
	width: 96%;
	margin: 0px auto;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	overflow: hidden;
}

.titleDes {
	width: 96%;
	margin: 0 auto;
	font-size: 12px;
	color: #999;
	line-height: 16px
}
.movlist{
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
	background-color: #fff;
}

.list {
	width: 100%;
	height: 90px;
	border-bottom: solid 0.5px #ddd;
	position: relative
}

.list:last-child {
	border-bottom: none
}

.listLeftTitle {
	width: 220px;
	height: 40px;
	line-height: 20px;
	position: absolute;
	font-size: 16px;
	overflow: hidden;
	top: 10px;
	left: 10px
}

.listLeftBottom {
	width: 200px;
	height: 16px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #999;
	text-align: left
}

.listRight {
	width: 120px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px
}

.listRight img {
	width: 100px;
	height: 70px;
	margin: 10px
}

.remarklist{
	width: 100%;
	background-color: #fff;
	margin-top: 8px;
	overflow: hidden;
}

.remark-list {
	width: 100%;
	border-bottom: solid 0.5px #ddd;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.remark-list:last-child {
	border-bottom: none
}

.remarklistTitle{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: left;
	padding-left: 25px;
	background-color: #fff;
	position: relative;
	border-bottom: solid 0.5px #ddd;
}

.remarklistTitle::after{
	content: '';
	display: block;
	width: 4px;
	height: 16px;
	background-color: #036330;
	position: absolute;
	top: 17px;
	left: 10px;
}


.remark-listPhoto {
	width: 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
}

.remark-listDate {
	width: 100%;
	line-height: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #444
}

.comment {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
}

.comment-warp {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	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
}

.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
}

.myvideoBtn {
	width: 100%;
	height: 220px;
	background-size: 100% 100%;
	background-color: #000;
	position: relative
}

.myvideoBtn img {
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute
}

.pages {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 480px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}