@charset "utf-8";
/* CSS Document */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border-radius: 0 6px 6px 0;
}
.main{
	min-height:400px;
}
#video-play{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.3);
	display:none;
}
.video-message{
	width:840px;
	height:510px;
	background-color:#050714;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-420px;
	margin-top:-255px;
}
.viewmptcss1{
	float:left;
	width:462px;
	height:455px;
	margin:30px;
}
object{
	//float:left;
	//width:462px;
	//height:455px;
	background-color:#999;
	//margin:30px;
}
.message{
	float:right;
	width:300px;
	margin-top:30px;
}
.video-message h4{
	font-size:18px;
	line-height:40px;
	font-weight:normal;
	color:#fff;
}
.video-message p{
	font-size:12px;
	line-height:22px;
	color:#fff
}
.video-message img{
	position:absolute;
	top:11px;
	right:11px;
}
.video-message p span{
	color:#529c64;
	padding-right:14px;
	background:url(../images/video-up_07.png) right center no-repeat;
}
.video-message p span:hover{
	text-decoration:underline;
}
.serch-content{
	display:none;
	text-align:center;
}
.serch-content p{
	font-size:18px;
	color:#999;
	line-height:24px;
	padding:160px 0 160px 0;
}
/*登录弹窗*/
.my-message{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/message-bg_03.png) repeat;
	background:rgba(0,0,0,0.7);
	z-index:102;
	display:none;
}
.message-content{
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-140px;
	margin-top:-110px;
}
.message-right{
	width:280px;
	height:220px;
	background:url(../images/load-bg_07.png) repeat;
	float:left;
	border:rgba(255,255,255,0.5) solid 1px;
	padding:15px 10px;
	position:relative;
}
.message-right ul{
	border-bottom:3px solid #75aa3b;
	margin-bottom:20px;
}
.message-right li{
	width:135px;
	font-size:16px;
	line-height:31px;
	color:#ccc;
	text-align:center;
}
.message-right .current-message{
	color:#fff;
}
.number3,.password1{
	width:270px;
	height:40px;
	color:#979aa1;
	box-sizing: content-box;
}
.number2,.password{
	width:230px;
	height:40px;
	margin-left:40px;
	font-family:"微软雅黑";
	font-size:12px;
	line-height:40px;
	color:#979aa1;
	box-sizing: content-box;
	border:none;
	outline:none;
	border-radius:0 6px 6px 0;
}
.notice{
	width: 230px;
	position:absolute;
	top:130px;
	left:50px;
	font-size:12px;
	line-height:40px;
	color:#979aa1;
}
.load{
	cursor:pointer;
}
.number3{
	background:url(../images/load-pic_15.png) 12px center no-repeat,url(../images/load-number_18.png) left center;
}
.password1{
	background:url(../images/load-pic_21.png) 12px center no-repeat,url(../images/load-number_18.png);
}
.message-right label,.message-right span{
	display:inline-block;
	font-size:12px;
	color:#ccc;
	line-height:14px;
	margin-bottom:10px;
	padding-left:7px;
}
.message-right span{
	float:right;
}
#btn{
	width:270px;
	height:40px;
	background:url(../images/load-sure_21.png);
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	border:none;
	outline:none;
}
.error1,.error2,.error3,.error4,.error5{
	width:99px;
	height:33px;
	position:absolute;
	background:url(../images/load-error_11.png);
	font-size:12px;
	color:#ff0000;
	line-height:26px;
	padding-left:10px;
	left:84px;
	display:none;
}
.error1 img,.error2 img,.error3 img,.error4 img,.error5 img{
	float:right;
	padding:10px 4px 0 0;
}
.error1{
	top:40px;
}
.error2{
	top:90px;
}
.error3{
	top:-28px;
}
.error4{
	top:20px;
}
.error5{
	top:70px;
}
.close{
	width:25px;
	height:25px;
	position:absolute;
	top:-12px;
	right:-12px;
	background:url(../images/video-cancel_03.png);
}