@CHARSET "UTF-8";
#pinglunarea{
	width:100%;
	color:#fff;
	background:#0080c0;
	font-weight:bold;
	padding:10px;
}
#pinglunform p{
	border-bottom:1px dotted #c0c0c0;
}
#pinglunform a{
	color:#0080c0
}
#pinglunform a:hover{
	color:#ff0000
}
#pinglunform textarea{
	width:100%;
	height:100px;
	font-size:16px;
	line-height:1.75;
	border:1px solid #c0c0c0;
	padding:10px;
}
#pinglunform input[type=button]{
	width:100%;
	height:36px;
	border:0;
	background:#ff8000;
	color:#fff;
	margin-top:25px;
	opacity:0.5
}
#pinglunform input[type=button]:hover{
	opacity:1;
	color:red;
}
#pinglunform,#pinglunlist{
	padding:20px 30px 10px;
	font-size:14px;
}
#pinglunlist p,#pinglunform p{
	margin:10px 0;
}
#pinglunlist .plren{
	text-indent:2em;
	color:gray;
}
#pinglunlist .lou span:first-child,#pinglunlist .plren span:first-child{
	font-weight:bold;
	color:#444;
}
#pinglunlist .lou span:nth-child(2){
	cursor:pointer;
}
#pinglunlist .lou span:nth-child(2):hover{
	color:#ff0000;
}
#pinglunlist .plcontent{
	border-bottom:1px solid #c0c0c0;
	padding:10px 0 30px;
	margin-bottom:30px;
	text-indent:2em;
	line-height:1.5;
}
.page{
	width:100%;
	height:36px;
	line-height:36px;
	background:#0080c0;
	text-align:center;
	padding:0;
	margin:40px 0;
}
.page select,.page input{
	color:#fff;
	cursor:pointer;
	border:0;
	background:transparent;
	padding:0 10px;
}
.page select:hover,.page input:hover{
	color:red;
}
.m3u8box{
	width:720px;
	height:406px;
	margin:15px auto;
}
@media only screen and (max-width:640px){
	.m3u8box{
		width:360px;
		height:202px;
		margin:15px auto;
	}
	.m3u8box img{
		width:100%;
		height:auto;
	}
}