
body{
	/* background-image:url(../../images/login/bg.png);
	background-size:100%; */
	min-width: 1200px;
}

.container{
 	margin: 0;
  	padding: 0;
  	background: #f5f5f5;
  	position: relative;
}

canvas{
	position: absolute;
	width: 100%;
	height: 100%;
}


.content{
	 margin:0px auto;
	 width: 400px;
	 padding: 150px 0px;
	 position: relative;
	 z-index: 99;
}


.logo{
	text-align: center;
}


.nav{
	margin-top: 22px;
	text-align: center;
	height: 33px;
}

.nav a{
	color: #585757;
	font-size: 14px;
	padding: 12px 28px;
}



.nav a.x{
	border-bottom:2px solid #09BEFE;
	color: #09BEFE;
}


.input_100,.input_Verification{
	width: 100%;
	display: block;
	margin-top: 15px;
	position: relative;
}

.input_100 input{
	border-radius: 23px;
	border: 1px solid #FFF;
	width: 100%;
	height: 50px;
	padding: 5px 15px;
}



.input_Verification input{
	border-radius: 23px;
	border: 1px solid #FFF;
	width: 240px;
	height: 50px;
	padding: 5px 15px;
	margin-right: 160px;
}

.input_Verification button{
	border: 1px solid #09befe;
	border-radius: 23px;
	height: 48px;
	width: 145px;
	margin-left: 10px;
	background-color: #f5f5f5;
	color: #09befe;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}


.mass{
	margin-top: 15px;
	text-align: center;
	color: red;
}



.submit{
	margin-top: 15px;
	border-radius: 23px;
	color: #FFF;
	border: 1px solid #09befe;
	width: 100%;
	height: 50px;
	background-color: #09befe;
	cursor: pointer;
}



.other{
	margin-top: 15px;
}

.other a{
	text-decoration: none;
	color: #09befe;
	font-size: 12px;
}
.other label{
	cursor: pointer;
}

.other .or{
	width: 40%;
	float: left;
}
.other .so{
	width: 20%;
	float: right;
	text-align: right;
}



.Focus{
	margin-top: 15px;
	border-radius: 23px;
	border: 1px solid #d9d9d9;
	height: 50px;
	cursor: pointer;
	color: #989898;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.Focus:HOVER{
	border: 1px solid #09befe;
	color: #09befe;
}

.Focus:HOVER:before{
	content: "";
    display: block;
    margin: 0px auto;
    position: absolute;
    width: 100%;
    height: 261px;
    top: -263px;
    background-image: url(../../images/login/ewm4.png);
    background-repeat: no-repeat;
    background-position: center;
}



.English{
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #09befe;
    font-size: 14px;
    top: 50px;
}