@charset "utf-8";
html {
	font-size: 625%;
	height: 100%;
}
body,h1,h2,h3,h4,p,ul,ol,form,fieldset,figure {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bj.jpg) no-repeat;
	 background-size:cover;
	 height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	font-size: .14rem;
}
ul,ol {
	list-style: outside none none;
}
a {
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
}
div,figure,figcaption {
	box-sizing: border-box;
}
hr{
	height: 1px;
	border:none;
	border-bottom: 1px solid #f2f2f2;
}
.none {
	display: none;
}
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

::-webkit-input-placeholder { 
    color: #fff; text-overflow: ellipsis; opacity: 0.4;
}
:-moz-placeholder { 
    color: #fff !important; text-overflow: ellipsis; opacity: 0.4;
}
::-moz-placeholder { 
    color: #fff !important; text-overflow: ellipsis; opacity: 0.4;
} /* for the future */
:-ms-input-placeholder { 
    color: #fff!important; text-overflow: ellipsis; opacity: 0.4;
}


.content{
	width: 566px;
	height: 520px;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -283px;
	position: absolute;
	text-align: center;
}
.content .logo img{
	margin:50px auto ;
}
.content .form-box{
	width: 565px;
	height: 347px;
	padding: 15px 0;
	background:rgba(255,255,255,.2);
	border-radius: 20px;
}
.content .form-box .input-box{
	position: relative;
	width: 511px;
	height: 67px;
	line-height: 67px;
	background: #none;
	border-radius: 8px;
	margin: 23px auto;
}
.content .form-box .input-box input{
	display: block;
	width: 511px;
	height: 67px;
	line-height: 67px;
	border: none;
	background:rgba(255,255,255,.2);
	border-radius: 8px;
	margin: 23px auto;
	text-indent: 52px;
	font-size: 18px;
	color: #fff;
}
.content .form-box .submit{
	display: block;
	width: 511px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #2FE0B8;
	background: #2FE0B8;
	border-radius: 8px;
	margin: 41px auto;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
}
.icon{
	display: inline-block;
	width: 20px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 21px;
}
.icon_head1{
	background: url(../img/icon_head1.png) no-repeat;
}
.icon_head2{
	background: url(../img/icon_head2.png) no-repeat;
}
.icon_psw1{
	background: url(../img/icon_psw1.png) no-repeat;
}
.icon_psw2{
	background: url(../img/icon_psw2.png) no-repeat;
}
.footer{
	width: 100%;
	position: fixed;
	bottom: 20px;
	text-align: center;
	color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
	.content{
		width: 334px;
		height: 520px;
		top: 50%;
		left: 50%;
		margin-top: -260px;
		margin-left: -167px;
		position: absolute;
		text-align: center;
	}
	.content .logo img{
		margin:50px auto ;
	}
	.content .form-box{
		width: 334px;
		height: 204px;
		padding: 10px 0;
		background:rgba(255,255,255,.2);
		border-radius: 10px;
	}
	.content .form-box .input-box{
		position: relative;
		width: 301px;
		height: 42px;
		line-height: 42px;
		background: #none;
		border-radius: 4px;
		margin: 13px auto;
	}
	.content .form-box .input-box input{
		display: block;
		width: 301px;
		height: 42px;
		line-height: 42px;
		border: none;
		background:rgba(255,255,255,.2);
		border-radius: 4px;
		margin: 13px auto;
		text-indent: 52px;
		font-size: 14px;
		color: #fff;
	}
	.content .form-box .submit{
		display: block;
		width: 301px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #2FE0B8;
		background: #2FE0B8;
		border-radius: 4px;
		margin: 21px auto;
		font-size: 18px;
		color: #FFFFFF;
		cursor: pointer;
	}
	.icon{
		display: inline-block;
		width: 20px;
		height: 25px;
		position: absolute;
		left: 10px;
		top: 9px;
	}
}