html{
	height:auto;
}
.headerTop{
    width:100%;
    height:60px;
    line-height:60px;
    border-bottom:1px solid #40d1b3;
}
.headerInner{
    width:900px;
    margin:0 auto;
	height:100%;
}
.logoLeft{
	/*width:100px;*/
	float:left;
	/*height:100%;*/
	line-height:60px;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
}
.logoLeft img{
	width:100%;
	vertical-align: middle;
}
.headRight{
    float:right;
    font-size:14px;
    color:#fff;
    letter-spacing:1px;
	margin-right: 36px;
}
.head-tit{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	box-sizing: border-box;
	padding-bottom: 10px;
    color: #37ddd6;
}
.loginPage{
	height: 100%;
	width: 100%;
	position: relative;
}

.bg-img{
	width: 100%;
	height: 100%; 
	display: block;
}
.login{
	width: 900px;
	height: 500px;
	min-height:500px;
	position: relative;
	/*left: 50%;*/
	/*top: 0;*/
	margin:0 auto;
}
.login-border{
	width:477px;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-left:0;
}
.login-content{
	width: 310px;
	height: 350px;
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-right:0;
}
.content{
	width: 100%;
	height: 100%;
	padding:30px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.userinp{
	height: 30px;	
	box-sizing: border-box;
	border: 1px solid #b1d3d1;
	-webkit-border-radius:3px;  
	-moz-border-radius:3px;  
	-ms-border-radius:3px;  
	-o-border-radius:3px;  
	border-radius:3px; 
	margin: 15px 0;
	color: #abacad;
	/*background: #ebecec;*/
}
.userinp>span{
	display: inline-block;
	height: 100%;
}
input{
	border: none;
	outline: none;
	width: 170px;
	height: 100%;
	margin-left: 10px;
	font-size: 12px;
	/*background: #ebecec;*/
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.misspPword{
	width: 100%;
	height: 14px;
	margin-bottom: 20px;
	color: #bdbdbd;
	font-weight: bold;
}
.misspPword>p:nth-child(1) img{
	height: 14px;
}
.login-btn{
	clear: both;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
    background:#2acba5;
    color:#fff;
    text-align:center;
    line-height:30px;
    font-size:14px;
    border-radius:5px;
	outline: none;
	border: 0;
}
.login-btn>img{
	width: 100%;
}

.toregPage{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.toregPage>p{
	font-weight: bold;
}
.toregPage>p>a{
	color: #7e7e80;
	font-weight: bold;
}
.login-tip{
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: rgba(255,93,98,.5);
	/*display: none;*/
}
.login-tip>p{
	width: 225px;
	height: 20px;
	float: left;
}
.login-tip>span{
	width: 15px;
	height:20px;
	float: right;
	cursor: pointer;
}
.errortip{
	width: 100%;
	/*height: 20px;*/
	/*line-height: 20px;*/
	margin-bottom: 5px;
	text-align: left;
	background: rgba(248,121,118,.6);
	display: none;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 0;
	color: #fff;
}
#closetip{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 20px;
	width: 20px;
	cursor: pointer;
	text-align: center;
}
.footerBottom{
    width:100%;
    height:80px;
    border-top:1px solid #40d1b3;
}
.footInner{
    width:800px;
    height:100%;
    margin:0 auto;
    color:#fff;
    display:flex;
    align-items: center;
}
.footImgDiv{
    width:70px;
    height:70px;
    margin-left:20px;
}
.footImgDiv img{
    width:100%;
    height:100%;
}