* {
	box-sizing: content-box;
}

a:hover,
a:focus {
	text-decoration: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}
.cli {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
	display: block;
}
.lclear {
	clear: left;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body {
	font-size: 12px;
	font-family: '微软雅黑', "宋体", "Arial Narrow", Helvetica, sans-serif;
	color: #000;
	line-height: 1.2;
	text-align: left;
}

a {
	color: #333;
	text-decoration: none;
}

html,
body {
	width: 100%;
	height: 100%;
}
body{
	background-color: #010429;
}
canvas {
	display: block;
	vertical-align: bottom;
}
.loginMain{
	display: flex;
	justify-content: space-around;
	width: 55%;
	margin: 185px auto 0;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
}
.login_bj{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background: url(../img/loginkk.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.login {
	width: 400px;
	border-radius: 0 5px 5px 0;
	height: 400px;
	background: url(../img/borde.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 25px;
}

.login-top {
	font-size: 21px;
    margin-top: 28px;
    box-sizing: border-box;
    color: #ffffff;
    margin-bottom: 45px;
    font-weight: 600;
    text-align: center;
    background: url(../img/borTop.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}

.login-center {
	width: 85%;
	margin: 0 auto;
	background: rgb(36,152,252,.5);
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.login-center-img {
	width: 10%;
    display: flex;
    align-items: center;
}

.login-center-img>img {
	width: 24px;
}

.login-center-input {
	float: left;
	width: 90%;
	height: 40px;
	position: relative;
	
}

.login-center-input input {
	z-index: 2;
	transition: all 0.5s;
	padding-left: 10px;
	width: 100%;
	height: 40px;
	border: 0;
	box-sizing: border-box;
	outline: none;
	position: relative;
	background: transparent!important;
	font-size: 16px;
	color: #FFFFFF;
}
.login-center-input input::-webkit-input-placeholder {
        color: #FFFFFF;
		font-size: 13px;
      }
.login-center-input input:focus {
	border: 1px solid none;
}
input:-webkit-autofill {
  box-shadow: none !important;/* 浏览器记住密码的底色的颜色 */
  -webkit-text-fill-color: #fff !important;       /* 浏览器记住密码的字的颜色 */
  transition: background-color 3000s ease-in-out 0s; /* 通过延时渲染背景色变相去除背景颜色 */
  caret-color: #fff;   							/* 光标颜色，可选*/
}
 
.puttBl{
	width: 50%;
}
.puttCl{
	width: 40%;
}
.puttCl img{
	height: 40px;
}
.login.active {
	-webkit-animation: login-small 0.8s;
	animation: login-small 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards
}

.login-button {
	cursor: pointer;
    width: 85%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: dodgerblue;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 25px;
    color: white;
    font-size: 16px;
}
.login-button:active{
	background-color: #087ef1;
}
.top_main{
	background: url(../img/top.png) no-repeat;
    background-size: 100% 100%;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top_main h3{
	font-size: 30px;
	background: linear-gradient(to bottom, #ffffff 20%, #81d1fd 80%);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1;
	margin-top: 20px;
	font-weight:700
}
.waves{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
