@CHARSET "UTF-8";
html, body, header, article, footer, nav, section, ul, li, div, form, input, textarea, p, td {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html,body{
	width:100%;
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
header,div{
	width:90%;
	margin:auto;
}
header{
	color:#800000;
	text-align:center;
}
header img{
	display:block;
	margin:10px auto;
}
#ctrler input:first-child{
	background:#ff8040;
	margin-left:0;
}
#ctrler input:nth-child(2){
	background:#008040
}
#ctrler input:nth-child(3){
	background:#0080ff
}
#ctrler input:nth-child(4){
	background:#808040
}
#ctrler input:nth-child(5){
	background:#8000ff
}
#ctrler input:nth-child(6) {
	background:#004040
}
#ctrler input:disabled{
	opacity: 0.3;
}
#ctrler input[type=button]:hover{
	background:#ffd2e9;
	color:red;
}

#ctrler{
	height:40px;
	margin: 0 auto 10px;
}
#ctrler input,#ctrler select{
	padding:8px 10px;
	border:1px solid #c0c0c0;
}
#ctrler input[type=button]{
	color:#fff
}
#ctrler input[type=text]{
	background:transparent;
}
#ctrler input:hover,#ctrler select:hover{
	border:1px solid red;
}
#ctrler span{
	float:right;
}

#form2{
	width:90%;
	display:block;
	margin:auto;
}

#localVideoList{
	width:100%;
	border-collapse: collapse;
	margin-bottom:40px;
}
#localVideoList tr:nth-child(odd){
	background:#f5f5f5;
}
#localVideoList tr:nth-child(n+2):hover{
	background:#d2f0ff;
}
#localVideoList tr td{
	padding:10px 5px;
	border:1px solid #c0c0c0;
}
#localVideoList tr td:first-child{
	width:60px;
	text-align:center;
}
#localVideoList tr td:first-child input{
	width:22px;
	height:22px;
}
#localVideoList tr:nth-child(n+2) td:nth-child(2){
	width:calc(100% - 60px);
	text-align:left;
	cursor:pointer;
}
#localVideoList tr:nth-child(n+2) td:nth-child(2):hover{
	color:red;
}

.page{
	width:100%;
	padding:30px 0 60px;
	text-align:center;
}
.page span{
	padding:5px 8px;
	border:1px solid #c0c0c0;
	background:#f5f5f5;
	margin:0 5px;
}
.page span:hover{
	cursor:default;
	color:red;
	border:1px solid red;
}
.page select{
	height:40px;
	border:0;
	padding:0 5px;
}
#player{
	width:600px;
	height:500px;
	background:#000;
	position:fixed;
	top:50%;
	left:50%;
	margin:-250px 0 0 -300px;
	z-index:999;
	display:none;
}

#player #closeplayer{
	width:100%;
	text-align:right;
}
#player #closeplayer span{
	display:inline-block;
	width:32px;
	height:32px;	
	font-size:24px;
	border:1px solid #c0c0c0;
	background:#959595;
	text-align:center;
	cursor:pointer;	
}
#player #closeplayer span:hover{
	color:red;
}
#player video{
	width:600px;
	height:400px;
}

#loadingmask2{
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	opacity:0.5;
	z-index:9;
	display: none;
}

.hiddenForm{
	position:absolute;
	width:600px;
	height:auto;
	background:#fff;
	border:1px solid #c0c0c0;
	margin-left: -300px;
	top:130px;
	left:50%;
	display:none;
	z-index:10;
}
.hiddenForm section{
	width:100%;
	height:36px;
	line-height:36px;
	padding-left:25px;
	background:#dfdfdf;
}
.hiddenForm section span{
	float:right;
	height:36px;
	font-size:16px;
	padding:0 8px;
}
.hiddenForm section span:hover{
	color:#fff;
	background:#ff0000;
	cursor:pointer;
}
.hiddenForm form{
	padding:25px;
}
.hiddenForm p{
	margin-bottom:15px;
}
.hiddenForm input{
	height:36px;
	outline:none;
	border:1px solid #c0c0c0;
}
.hiddenForm input[type=text],#videoform select{
	height:36px;
	padding:0 5px;
}
.hiddenForm input[type=text]{
	width:450px;
}
#defaultPicForm #form3 img{
	display:block;
	max-width:500px;
	margin:0 auto 30px;
}
#videoform textarea{
	width:542px;
	height:100px;
	border:1px solid #c0c0c0;
	padding:5px;
}
#videoform #Id{
	width:266px;
	border:0;
}
#videoform #uia_username{
	width:90px;
	border:0;
}
.hiddenForm input[type=button]{
	width:100%;
	height:36px;
	background:#dfdfdf;
	margin-top:15px;
}
.hiddenForm input[type=button]:hover{
	border:1px solid #0080ff;
	background:#0080c0;
	color:#fff;
}
.friendlink{
	text-align:center;
}