*{
		margin: 0;
		padding: 0; 
		font-family: '微软雅黑';
		outline: none;
	}
	.login-wrapper{
		width: 100%;
		height: 100vh;
		position: relative;
		background: -webkit-linear-gradient(left, #0069ac , #009cff);
    background: -o-linear-gradient(right, #007e3e , #159353);
    background: -moz-linear-gradient(right, #007e3e , #159353);
    background: linear-gradient(to right, #0069ac , #004673);
		z-index: 1;
	}
	.login-bg-text{
		position: absolute;
		width: 100%;
		left: 0;
		top: 55%;
		
		
		
		transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		text-align: center;
		color: rgba(255,255,255,.1);
		font-size: 260px;
		font-weight: 900;
		z-index: 3;
		
		transition: all 1.3s;
		-o-transition: all 1.3s;
		-moz-transition: all 1.3s;
		-ms-transition: all 1.3s;
		-webkit-transition: all 1.3s;
	}
	.login-container{
		position: absolute;
		width:450px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		z-index: 5;
	}
	.login-main{
		width: 100%;
		background: #fff;
		box-shadow: 0 0 40px rgba(0,0,0,.4);
		box-sizing: border-box;
		padding: 40px;
		text-align: center;
	}
	.login-main h1{
		color: #0266a6;
		font-size: 26px;
		font-weight: 900;
		margin-bottom: 00px;
	}
	.login-main .text{
		width: 100%;
		border: none;
		border-bottom: 1px solid #d0d0d0;
		background: transparent;
		height: 20px;
		line-height: 20px;
		margin-top: 25px;
		transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-webkit-transition: all .3s;
		
		padding-bottom: 10px;
		
		font-size: 20px;
		
		color: #0266a6;
		
		background-color: #fff; 
	}
	
	input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
	
	.login-main .text:focus{
		border-bottom: 1px solid #0266a6;
	}
	.login-main .text:hover{
		border-bottom: 1px solid #0266a6;
	}
	.login-main .login-btn{
	display:inline-block;
		width: 100%;
		height: 45px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background: #0266a6;
		font-size: 16px;
		border: none;
		border-radius: 1px;
		cursor: pointer;
		transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-webkit-transition: all .3s;
		overflow: hidden;
		margin-top: 15px;
	}
	.login-main .login-btn:hover{
		background: #0a4f7b;
	}
	.login-main a{
		display: block;
		text-align: center;
		color: #1b9e5b;
		font-size: 14px;
		margin-top: 10px;
		text-decoration: none;
		cursor: pointer;
		
	
	}
	.login-main a:hover{
		text-decoration: underline;
	}
	.login-tip{
		text-align: center;
		color: #fff;
		opacity: .7;
		margin-top: 2px;
		font-size: 14px;
	}
	.login-tip a{

text-decoration: none;
	transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-webkit-transition: all .3s;
		  border-bottom: solid 1px #fff;
	}
	.login-tip a:hover{

  border-bottom: solid 1px #05713a;

	}
	
	.login-tipa{

text-decoration: none !important;
	transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-webkit-transition: all .3s;
		  border-bottom: solid 1px #fff  !important;
	}
	.login-tipa:hover{

  border-bottom: solid 1px #05713a  !important;
margin-top: 10px;
	}
	
	
	.login-btn .loading{
		display: none;
	}
	.login-btn.show{
		width: 50%;
	}
	.login-btn.show .loading{
		display: inline-block;
		
		
	}
	.login-btn span{ 
	font-size: 16px;
	position: relative;
	top: 6px;
	}

	
	.login-btn.show span{
		display: none;
	}
	.loading{
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-top: 8px;
		border: 2px solid;
		border-color: #fff #fff transparent;
		border-radius: 50%;
		box-sizing: border-box;
		animation: loading 1s linear infinite;
		-o-animation: loading 1s linear infinite;
		-ms-animation: loading 1s linear infinite;
		-moz-animation: loading 1s linear infinite;
		-webkit-animation: loading 1s linear infinite;
	}
	@keyframes loading{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
	}
	@-o-keyframes loading{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
	}
	@-ms-keyframes loading{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
	}
	@-moz-keyframes loading{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
	}
	@-webkit-keyframes loading{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
	}