*{
	outline: none;
	box-shadow: none;
}
body{
	width: 100%;
	height: 100vh;
	background:url(../../images/login-bg.jpg) center no-repeat;
	position: relative;
	overflow-x:hidden ;
}
input:-webkit-autofill {
	background: #f0f0f0;
	color: #000;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset;
}
.login-container{
	width: 560px;
	height: 520px;
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	border-radius:6px;
	background:#fff;
}
.login-input-wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: right;
	position:relative;
}
.login-input-wrap h1.login-title{
	width:100%;
	height:180px;
	background:url(../../images/title-bg.png) center no-repeat;
	margin:0;
	overflow:hidden;
}
.login-input-wrap h1.login-title p{
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	margin-top:20px;
}
.login-input{
	padding:30px 110px 0;
}
.login-input .form-input{
	width: 100%;
	height: 35px;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
}
.login-input .form-input input{
	width: 340px;
	height: 34px;
	padding:0;
	border:0;
	float: left;
	font-size: 14px;
	text-indent: 40px;
	border-radius: 20px;
	background:#f0f0f0;
	box-shadow: 0 0 0 1000px #f0f0f0 inset;
}
.login-input .form-input i{
	width: 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	left:10px;
	top:0;
}
.platform{
	font-size: 16px;
	color: #59bafe;
}
.platform-tubiao19{
	color: #84ccc9;
}
.platform-guanb53{
	color:#F77266
}
.login-input .loginBtn{
	display:block;
	width: 230px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #59bafe;
	padding: 0;
	border: 0;
	border-radius: 20px;
	margin:30px auto 0;
	box-shadow: 0 0 10px 2px rgba(32,162,253,0.4);
}
.login-input .loginBtn:hover{
	background-color: #2aa7fe;
}
.login-input .loginBtn:focus{
	background-color: #0191f6;
}
.phone_login{
	display: none;
}
.login-input .phone_login .form-input input{
	text-align: left;
}
.login-input .form-input input.code{
	width: 160px;
}
.login-input .phone_login .form-input input.phone_code{
	width: 210px;
	/*border-bottom: 1px solid #c8c8c8;*/
}
.login-input .form-input .code_box{
	float: right;
	width:130px;
	height: 34px;
}
.login-input .phone_login .form-input button{
	text-align: center;
	color: #ffffff;
	background:#59bafe;
	float: right;
	width: 89px;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
}
.bubble{
	top: 40px;
}
.loginType{
	position:absolute;
	right:20px;
	bottom:20px;
}
.loginType input{
	opacity: 0;
}
.loginType label{
	color:#59bafe;
}

.forgetPwd_box{
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.6);
}
.forgetPwd_box .content_box{
	width:500px;
	height:350px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	background:#fff;
	border-radius: 4px;
	background: url(../../images/login-bg.jpg) center no-repeat;
	background-size:100% 100%
}
.forgetPwd_box .content_box h5.title{
	height:41px;
	border-bottom:1px solid #eee;
	margin:0;
	padding:0 15px;
	line-height: 40px;
	font-size:16px;
}
.forgetPwd_box .content_box h5.title span{
	font-size:12px;
	margin-left:5px;
}
.forgetPwd_box .content_box h5.title i{
	float:right;
	font-style: normal;
	color:#333;
	font-size:22px;
	cursor: pointer;
}
.forgetPwd_box .content_box .content{
	width:100%;
	height:auto;
	padding:30px 15px;
}
.forgetPwd_box .content_box .content li{
	width:100%;
	height:36px;
	margin-bottom:30px;
}
.forgetPwd_box .content_box .content li span{
	float:left;
	width:100px;
	height:36px;
	line-height:36px;
}
.forgetPwd_box .content_box .content li span i{
	color:red;
	margin-right:5px;
}
.forgetPwd_box .content_box .content li div{
	width:322px;
	height:100%;
	float:left;
	position:relative;
}
.forgetPwd_box .content_box .content li div input{
	width:100%;
	height:100%;
	background:#fff;
	border:1px solid #eee;
}
.forgetPwd_box .content_box .content li div input.vCode{
	width:calc(100% - 120px);
	float:left;
}
.forgetPwd_box .content_box .content li div button.sendCode{
	width:100px;
	height:34px;
	background:#6ca0f5;
	color:#fff;
	float:right;
	border-radius: 4px;
	margin:1px 0;
}
.forgetPwd_box .content_box .content li div i.tips{
	position:absolute;
	width:100%;
	height:30px;
	font-size:12px;
	color:red;
	top:36px;
	left:0;
	line-height: 30px;
	font-style: normal;
}
.btn_box{
	width:200px;
	margin:0 auto;
}
.btn_box button{
	width: 80px;
	height: 28px;
	border-radius:4px;
	margin:0 10px;
	float:left;
}
.btn_box button.confirm{
	background: #6ca0f5;
	color:#fff;
}
.btn_box button.cancel{
	border:1px solid #eee;
	background: #eee;
}