:focus {
    outline: 0;
}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
	::-webkit-input-placeholder{
		color:white;
		font-family:"Microsoft Yahei";
		font-size:12px !important;
	}
	:-moz-placeholder{
		color:white;
		font-family:"Microsoft Yahei";
		font-size:12px !important;
	}
	:-ms-input-placeholder{
		color:white;
		font-family:"Microsoft Yahei";
		font-size:12px !important;
	}
html{
	-ms-content-zooming:none;
	-ms-touch-action: none; 
	touch-action: none;
}
body{
		-ms-content-zooming:none;
		-ms-touch-action: none; 
		touch-action: none;
		background-color: #333;
		width: 100%;
		height: 100%;
		padding: 0;
		top:0;
		margin: 0;
		font-family: "Microsoft Yahei";
		color:#000;
		/*min-width:1024px;
		min-height:768px;
*/		overflow: hidden;
		border-collapse: collapse;
		box-sizing:border-box;
		color:white;
		
	}
#bgimg,#bgsvg,#bg{
		position: absolute;
		width: 100%;
		height: 100%;
		border: none;
		padding: 0;
		margin: 0;
}
#bgimg{
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter:blur(10px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=false);
}
.welcome,.blurbg{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.blurbg{
	display: none;	
}
.welcome_bg{
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0;
	display: none; 
}
.welcome_content,.panel_password,.panel_qrcode,.forget{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	text-align: center;
	display: none;
}
.panel_password,.panel_qrcode{
	display: none;
}
.welcome_content .logo{
	width: 305px;
	height: 65px;
	position: absolute;
	left: 50%;
	margin-left: -152px;
	top:20%;

}
.title1{
	top:35%;
	position: absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
	text-shadow: 0px 0px 3px #000;
}
.title2{
	top:35%;
	margin-top:20px;
	height:100px;
	position: absolute;
	width:500px;
	left:50%;
	margin-left:-250px;
}
.click_icon{
	width: 340px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	top:35%;
	margin-top:130px;
	color:white;
}
.click_icon .p1{
	float: left;
	width: 150px;
	text-align:center;
	height: 40px;
	cursor: pointer; 
	margin:0 10px;
	border-radius:6px;
	background-color: rgb(0,187,238);
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.click_icon .p1 .iconfont{
	margin-bottom:15px;
	font-size:26px; 
	width: 40px;
	height: 40px;
	color:#fff;
	margin-left:5px;
	line-height: 42px;
	float:left;
}
.click_icon .p1:hover {
	box-shadow:0px 0px 6px rgba(0,0,0,0.3)
}
.click_icon .its{
	font-size:14px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	float: left;
	margin-left: 10px;
}


	.head{
		position: absolute;
		background-color: #333;
		border-radius:50%;
		left: 50%;
		width:100px;
		height:100px;
		margin-left:-50px;
		top:30%;
		background-position: center;
		overflow: hidden;
		text-align: center;
		line-height: 90px;
	}
	.head img{
		border-radius:50px;
	}
	.un{
		width: 300px;
		height: 30px;
		line-height: 30px;
		position: absolute;
		left: 50%;
		margin-left: -150px;
		top:30%;
		margin-top:120px;
		text-align: center;
		letter-spacing: 1px;
		font-weight: 500;
		text-shadow: 0px 0px 4px #333;
		font-size:20px;
	}
	.passwd,.un_input,.yzcode{
		border-radius:4px;
		height: 30px;
		width: 180px;
		background-color: #bcbcbc;
		background-color: rgba(180,180,180,0.5);
		position: absolute;
		left: 50%;
		margin-left:-90px;
		top:32%;
		margin-top:170px;
		overflow: hidden;
		color:white;
		text-align: left;
	}

	.yzcode{
		margin-top:210px;
	}

	.yzcode .yz-img{
		position: absolute;
		display: block;
		height:28px;
		top:1px;
		right:30px;
	}

	.passwd input,.un_input input,.yzcode input{
		background-color: transparent;
		border:none;
		height: 30px;
		padding:0;
		margin:0;
		width: 150px;
		vertical-align: middle;
		font-size:18px;
		padding-left:5px;
		color:white;
		line-height: 30px;
	}
	.checkId{
		border-radius: 4px;
		height: 30px;
		width: 180px;
		background-color: #bcbcbc;
		background-color: rgba(180,180,180,0.5);
		position: absolute;
		left: 50%;
		margin-left: -90px;
		top: 32%;
		margin-top: 211px;
		overflow: hidden;
		color: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
	}
	.checkId input{
		background: transparent;
		border: none;
		height: 100%;
		width: 50%;
	}
	.checkId img{
		height: 100%;
		width: 50%;
	}
	.un_input input{
		width: 180px;
	}
	.passwd .icon-right,
	.yzcode .icon-right{
		cursor: pointer;
		opacity:0.8;
		width: 30px;
		height: 30px;
		line-height: 32px;
		float: right;
		text-align:center;
		font-size:20px;
	}
	.passwd .icon-right:HOVER,
	.yzcode .icon-right:HOVER{
		opacity:1;
		color: rgb(0,187,238);
	}
	.un_input{
		margin-top:130px;
	}
	.panel_password .icons,.panel_password .icons1,.panel_password .icons2,.panel_password .icons3,.panel_qrcode .icons{
		font-size: 35px;
		width:70px;
		height:40px;
		text-align:center;
		position: absolute;
		left: 50%;
		margin-left:-115px;
		opacity:0.5;
		cursor: pointer;
		bottom:10%;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		line-height:25px;
	}
	.panel_password .prompt{
		position: absolute;
		left: 48%;
		font-size:12px;
		margin-left:-13%;
		cursor: pointer;
		bottom:1%;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		
	}
	
	.panel_password .icon-cancel,.panel_password .icon-help,.panel_password .icon-phoneapp,.panel_password .icon-portal,.panel_qrcode .icon-cancel{
		line-height:40px;
	}
	.panel_password .icons:hover,.panel_password .icons1:hover{
		opacity:1;
	}
	.panel_password .icons1
	{
		margin-left:-35px;
	}
	.panel_qrcode .icons{
		margin-left:-35px;
	}
	.panel_qrcode .qrcode{
		position: absolute;
		top:30%;
		width: 280px;
		height: 280px;
		margin-left: -140px;
		padding-top:10px;
		background-color:rgba(250,250,250,0.2);
		border-radius:6px;
		left: 50%;
		line-height: 40px;
		background: linear-gradient(60deg,rgba(250,250,250,0.1), rgba(250,250,250,0.3));
	}
	.panel_qrcode .qrcode img{
		display: block;
	}
	.panel_qrcode .qrcode span{
		width: 100%;
		line-height:50px;
		display:block;
		font-size: 20px;
	}
	.forget_bg{
			position: absolute;
			
			background-color: rgba(0,0,0,0.5);
			top:0;
			left: 0;
			width: 100%;
			height: 100%;
	}
	.forget_p{
		position: absolute;
		top:50%;
		width: 360px;
		height: 380px;
		margin-left: -180px;
		margin-top:-170px;
		background-color:rgba(250,250,250,0.2);
		border-radius:6px;
		left: 50%;
		text-shadow:0px 0px 2px #666;
		overflow:hidden;
		background: linear-gradient(60deg,rgba(200,200,250,0.1), rgba(250,250,250,0.3));
		font-size:14px;
	}
	.forget_p .title{
		width: 100%;
		height: 40px;
		line-height: 40px;
		letter-spacing:1px;
		background-color: rgba(255,255,255,0.2);
		position: relative;
		margin-bottom: 15px;
	}
	.forget_p .line{
		text-align: left;
		padding-left: 20px;
		margin-top: 20px;
		line-height: 20px;
		padding-right: 20px;
	}
	.forget_p  .un_input{
		margin: 0;
		position: static;
		top: 0;
		background-color: rgba(255,255,255,0.7);
		line-height: 30px;
		width: 250px;
		float: left;
	}
	
	.forget_p  .un_input input{
			color:black !important;
			width:245px;
			text-shadow: none;
			font-size: 13px;
			font-family:"Microsoft Yahei";
			font-weight: 100;
	}
	.forget_p .lend{
		height: 60px;
		line-height: 60px;
		margin-top:125px;
		border-top:solid 1px #ccc;
	}
	.forget_p .send{
		float:left;
		height: 30px;
		line-height: 30px;
		width:60px;
		font-size:12px; 
		margin-left: 10px; 
		background-color:rgb(0,187,238);
		text-align: center;
		border-radius:4px;
		text-shadow: none;
		cursor: pointer;
	}
	.forget_p .lend .btn{
		height: 30px;
		width: 60px;
		background-color: #f4f4f4;
		background-color: rgba(255,255,255,0.9);
		margin-top: 15px;
		position:relative;
		left:50%;
		margin-left:-30px;
		line-height: 30px;
		font-size: 12px;
		color:rgb(0,187,238);
		text-shadow: none;
		text-align:center;
		border-radius:4px;
		cursor: pointer;
		-moz-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
	}
	.forget_p .lend .btn:hover{
		background-color:rgb(0,187,238);
		color:white;
	}   .login-help-icon:before{ content:"\e609"!important;}.err{width:100%!important;text-align:center!important;left:0!important;}
@media(max-width:768px){.icons1{margin-left:-85px!important;}.icons1-help{margin-left:50px!important;}} 

.loginbtn{
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width:200px;
	background-color: rgb(0,187,238);
	border-radius: 6px;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
#phone_number{
width:200px;height:35px;line-height: 35px;color: white;background-color: rgba(250,250,250,0.1);border: none;font-size: 14px;border-radius:5px;text-indent: 8px;
}
#err_remind_code{
	margin-left:39px;font-size:12px;color:rgba(255, 61, 0, 0.84);text-align: left;width: 200px;height: 30px;line-height: 30px;text-indent: 8px;
}
#Verification_Code{
width:100px;height:35px;line-height: 35px;float: left;margin-left: 39px;font-size:18px;color: white;background-color: rgba(250,250,250,0.1);border: none;border-radius:5px;text-indent: 8px
}
#verification_code{
padding: 0;cursor: pointer;font-size: 13px;color:rgb(159, 245, 198);margin: 0;float: left;width:100px;height:35px;text-align: right;
}
.loginbtn:hover{
	box-shadow: 0px 0px 20px rgb(0,187,238);
}