﻿* {
	list-style:none;
	MARGIN: 0px auto;
}

body,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,label,select,dl,dt,dd,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,textarea {margin:0;padding:0;border:0;}
li,dl{list-style-type:none;}
img,a img{border:0; margin:0; padding:0; vertical-align:middle}
em,i {font-style: normal;}
input{vertical-align:middle; margin:0; padding:0;}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	width: 100%;
	height: 100%;
	background: #111;
}
h3{ margin: 0; padding: 0}

._input{border:1px solid #cccccc; background:#fff; width:100%; height:40px; line-height:40px; font-size:16px; text-indent:5px; border-radius:4px; }
.bnt_save{width:100%; height:60px; line-height:60px; background:#5BA4DD; border:1px solid #5A9BD9; border-radius:4px ;color:#fff; cursor:pointer; font-size:20px; letter-spacing:3px;}
.bnt_save:hover{background:#f60; border:1px solid #f60;}

input{border:0;outline:none;}/*去掉input选中后去掉蓝色*/
textarea{border:0;outline:none;}/*去掉textarea选中后去掉蓝色*/

/*改变表单placeholder中文字的颜色*/
input::-webkit-input-placeholder{color:#CCCCCC;}
input::-moz-placeholder{color:#CCCCCC;}
input:-moz-placeholder{color:#CCCCCC;}
input:-ms-input-placeholder{color:#CCCCCC;}
textarea::-webkit-input-placeholder{color:#CCCCCC;}
textarea::-moz-placeholder{color:#CCCCCC;}
textarea:-moz-placeholder{color:#CCCCCC;}
textarea:-ms-input-placeholder{color:#CCCCCC;}
/*改变表单placeholder中文字的颜色*/

canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	width: 100%;
	height: 100%;
	background-image: url('../images/login_background.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*登录框*/
.login{position:fixed; left:0; right:0; top:180px; width:450px; height:auto; margin:0 auto; background:#FFFFFF; -moz-box-shadow:2px 2px 5px #000; -webkit-box-shadow:2px 2px 5px #000; box-shadow:2px 2px 5px #000; border-radius:5px;}
.login h3{ width:100%; height:80px; line-height:80px; background-color:#CC0005; color:#FFFFFF; text-align:center; letter-spacing:3px; font-size:30px; border-radius: 5px 5px 0 0;}
.btn{ width:82%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:30px;}
.btn li{ padding:10px 0}

