@charset "utf-8";
/*登录1页面样式*/

#canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
	opacity: .6;
	z-index: 2;
}
.login1-box{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.login1-left{
	position: relative;
	height: 100%;
	padding-right: 520px;
}
.login1-right{
	position: absolute;
	right: 60px;
	top: 0;
	width: 420px;
	height: 100%;
	z-index: 3;
}
.login1-left-box{
	position: absolute;
	left: 3%;
	top: 45%;
	height: 200px;
	margin-top: -100px;
	z-index: 3;
}
.login1-left-title1{
	font-size: 40px;
	color: #c7ffff;
}
.login1-left-title2{
	font-size: 22px;
	color: #fff;
}
.changeBox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 415px;
	height: 376px;
	margin-left: -207.5px;
	margin-top: -188px;
}

.login1-input-item{
	position: relative;
	height: 50px;
	line-height: 50px;
	border: 1px solid #cfcfcf;
	background-color: #f8f8f8;
	border-radius: 5px;
	overflow: hidden;
}
.login1-input-item i{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	line-height: 52px;
	text-align: center;
	font-size: 28px;
	color: #ccc;
	z-index: 3;
}
.login1-input-item input{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	border: 0;
	background-color: #f8f8f8;
	vertical-align: top;
}
.login1-input-item.focus{
	border-color: transparent;
	box-shadow: 0 0 5px 0 #46acfd;
}
.login1-input-item.focus i{
	color: #46acfd;
}
.login1-btn{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #0080cc;
	letter-spacing: .5em;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px #407cd5;
}
.login1-btn:hover{
	background-color: #2D7CF3;
}

.vailBtn{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #000;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	padding: 0 5px;
}

.animate {
	font-size: 56px;
}

.animate span {
	display: inline-block;
}


.animate span:nth-of-type(2) {
	animation-delay: .25s;
}

.animate span:nth-of-type(3) {
	animation-delay: .3s;
}

.animate span:nth-of-type(4) {
	animation-delay: .35s;
}

.animate span:nth-of-type(5) {
	animation-delay: .4s;
}

.animate span:nth-of-type(6) {
	animation-delay: .45s;
}

.animate span:nth-of-type(7) {
	animation-delay: .5s;
}

.animate span:nth-of-type(8) {
	animation-delay: .55s;
}

.animate span:nth-of-type(9) {
	animation-delay: .6s;
}

.animate span:nth-of-type(10) {
	animation-delay: .65s;
}

.animate span:nth-of-type(11) {
	animation-delay: .7s;
}

.animate span:nth-of-type(12) {
	animation-delay: .75s;
}

.animate span:nth-of-type(13) {
	animation-delay: .8s;
}

.animate span:nth-of-type(14) {
	animation-delay: .85s;
}
.animate span:nth-of-type(15) {
	animation-delay: .9s;
}
.animate span:nth-of-type(16) {
	animation-delay: .95s;
}
.animate span:nth-of-type(17) {
	animation-delay: 1s;
}
.animate span:nth-of-type(18) {
	animation-delay: 1.05s;
}
.three1{
	letter-spacing: 7px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
}
.three1 span {
	color: #fff;
	opacity: 0;
	transform: translate(-300px, 0) scale(0);
	animation: sideSlide 1s forwards;
}

@keyframes sideSlide {
	60% {
		transform: translate(20px, 0) scale(1);
		color: #b10e81;
	}
	80% {
		transform: translate(20px, 0) scale(1);
		color: #b10e81;
	}
	99% {
		transform: translate(0) scale(1.2);
		color: #00f0ff;
	}
	100% {
		transform: translate(0) scale(1);
		opacity: 1;
		color: #fff;
	}
}

/*.password-circle*/
.styled-checkbox {
	position: absolute;
	opacity: 0;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}

.styled-checkbox  + label {
	position: relative;
	left: -2px;
	cursor: pointer;
	padding: 0;
	color: #90959e;
	font-size: 16px;
	font-weight: 500;
}

/* Box.*/
.styled-checkbox + label:before {
	position: relative;
	/*top: -7px;*/
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
}

/* Box hover*/
.styled-checkbox:hover + label:before {
	background: #fff;
}
/*Box checked*/
.styled-checkbox:checked + label:before {
	background: #fff;
}

/*Checkmark. Could be replaced with an image*/
.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 10px;
	background: #26d9b3;
	width: 2px;
	height: 2px;
	box-shadow:
			2px 0 0 #26d9b3,
			4px 0 0 #26d9b3,
			4px -2px 0 #26d9b3,
			4px -4px 0 #26d9b3,
			4px -6px 0 #26d9b3,
			4px -8px 0 #26d9b3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transform: rotate(45deg);
}
