a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:after,blockquote:before,q:after,q:before {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	background:#f8f8f8;
	font-family:"Microsoft YaHei";
	text-align:center;
	color:#000;
}
.login-container {
	margin:30% auto 0 auto;
}
.register-container {
	margin:6% auto 0 auto;
}
@media (min-width:670px) {
	.login-container {
	margin:3% auto 0 auto;
}
;}h1 {
	font-size:30px;
	font-weight:700;
	text-shadow:0 1px 4px rgba(0,0,0,.2);
}
form {
	position:relative;
	width:305px;
	margin:15px auto 0 auto;
	text-align:center;
}
input {
	width:270px;
	height:42px;
	line-height:42px;
	margin-top:80px;
	padding:0 15px;
	background:#2d2d2d;
	background:rgba(241,241,241);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #fff;
	/*border:1px solid rgba(255,255,255,.15);*/
	-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	font-size:14px;
	color:#000;
	text-shadow:0 1px 2px rgba(0,0,0,.1);
	-o-transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
}
input:-moz-placeholder {
	color:#000;
}
input:-ms-input-placeholder {
	color:#000;
}
input::-webkit-input-placeholder {
	color:#000;
}
input:focus {
	outline:0;
	-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset,0 2px 7px 0 rgba(0,0,0,.2);
}
input[type="submit"],input[type="button"] {
	cursor:pointer;
	width:300px;
	height:44px;
	margin-top:25px;
	padding:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:0;
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,.1);
	-o-transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
}
input[type="submit"]:hover,,input[type="button"]:hover {
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
}
input[type="submit"]:active,,input[type="button"]:active {
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 5px 8px 0 rgba(0,0,0,.1) inset,0 1px 4px 0 rgba(0,0,0,.1);
	border:0 solid #016FCB;
}
.connect {
	margin-top:18px;
	width:100%;
	font-size:14px;
	text-shadow:0 1px 3px rgba(0,0,0,.2);
}
.connect p {
	position:relative;
	left:-140%;
	top:0;
	margin-top:20px;
}
.connect a {
	display:inline-block;
	width:32px;
	height:35px;
	margin-top:15px;
	-o-transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
}
.alert {
	width:310px;
	height:200px;
	background:#000;
	position:absolute;
	top:-40%;
	left:50%;
	margin:-101px 0 0 -151px;
}
.alert h2 {
	height:40px;
	padding-left:8px;
	font-size:14px;
	background:#FF0543;
	text-align:left;
	line-height:40px;
}
.alert .alert_con {
	background:#000;
	height:160px;
}
.alert .alert_con p {
	color:#000;
	line-height:90px;
}
.alert .alert_con .btn {
	padding:3px 10px;
	color:#000;
	cursor:pointer;
	background:#72D1FF;
	border:1px solid #72D1FF;
	border-radius:4px;
}
.alert .alert_con .btn:hover {
	background:#4FB2EF;
	border:1px solid #4FB2EF;
	border-radius:4px;
}
/* Supersized - Fullscreen Slideshow jQuery Plugin  version:3.2.7*/* {
	margin:0;
	padding:0;
}
body {
	background:#111;
	height:100%;
}
img {
	border:none;
}
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:0;
	border:none;
}
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering:-moz-crisp-edges;
}
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering:optimizeQuality;
}
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffb3b3;
}
#supersized a {
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide {
	z-index:-20;
}
#supersized li.activeslide {
	z-index:-10;
}
#supersized li.activeslide img,#supersized li.prevslide img {
	display:inline;
}
#supersized img {
	max-width:none!important;
}
.box-line {
	height:0;
	overflow:hidden;
	border-top:1px #c2c2c2 solid;
	margin-top:20px;
}
.register-tis {
	line-height:42px;
	margin:15px auto 0px;
	padding:0 15px;
	border:1px solid rgba(255,255,255,0.38);
	background:rgba(45,45,45,0.33);
	border-radius:6px;
}
label.error {
	display:block;
	-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius:0px 0px 5px 5px;
	width:300px;
	height:34px;
	border:1px solid rgba(255,255,255,.15);
	line-height:31px;
	box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	text-shadow:0 1px 2px rgba(0,0,0,.1);
	background:rgba(245,26,26,0.81);
	-moz-border-radius:6px;
	margin:0 auto;
}
.foot {
	text-align:center;
	color:#fff;
	margin-top:30px;
	line-height:25px;
}
.foot a {
	color:#000;
	text-decoration:none;
}
#text {
	width:92%;
	margin:0 auto;
	text-align:center;
	padding:2%;
	line-height:25px;
	background:url(../images/mask.png);
	border-radius:10px;
}
@media (min-width:670px) {
	#text {
	width:410px;
	margin:120px auto 0 auto;
	text-align:center;
	padding:20px;
	line-height:25px;
	background:url(../images/mask.png);
	border-radius:10px;
}
;}#text span {
	color:#F00;
}
#text a {
	color:#000;
	text-decoration:none;
}
/*����*/#musicControl {
	position:fixed;
	right:10px;
	bottom:10px;
	margin-top:-27px;
	display:inline-block;
	z-index:99999999;
}
#musicControl a {
	display:inline-block;
	width:46px;
	height:46px;
	overflow:hidden;
	background-image:url('../images/mcbg.png');
	background-repeat:no-repeat;
	background-size:100%;
}
#musicControl a audio {
	width:100%;
	height:50px;
}
#musicControl a.stop {
	background-position:1px bottom;
}
#musicControl a.on {
	background-position:0px 1px;
	-webkit-animation:reverseRotataZ 1.2s linear infinite;
}
@-webkit-keyframes reverseRotataZ {
	0% {
	-webkit-transform:rotateZ(0deg);
}
100% {
	-webkit-transform:rotateZ(-360deg);
}
;}@-webkit-keyframes rotataZ {
	0% {
	-webkit-transform:rotateZ(0deg);
}
100% {
	-webkit-transform:rotateZ(360deg);
}
;}#music_play_filter {
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
}
#music_btn {
	width:40px;
	height:40px;
	overflow:hidden;
	background:url('../images/mcbg.png') no-repeat;
	cursor:pointer;
	margin:0 auto;
}
