@charset "UTF-8";


body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
.login-head {
	height: 0.88rem;
	padding: 0 0.3rem;
	line-height: 0.44rem;
}
.login-head a {
	width: 0.18rem;
	height: 0.32rem;
	margin-top: 0.08rem;
	margin-right: 0.3rem;
	display: inline-block;
	background: url('../images/back.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.login-head span {
	color: #000;
	font-size: 0.32rem;
	text-align: center;
	padding-left: 33%;
}
.login-int,
.login-third {
	font-size: 0.3rem;
	padding: 0.3rem 0.5rem;
}
.login-int button {
	color: #fff;
	display: block;
	width: 6.06rem;
	height: 0.8rem;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.5rem auto;
	line-height: 0.8rem;
	border-radius: 0.1rem;
	letter-spacing: 0.04rem;
	background-color: #fc9753;
}
.login-int div:nth-child(1),
.login-int div:nth-child(2) {
	height: 0.8rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}
.login-int div input {
	width: 6.06rem;
	padding: 0 0.2rem;
	font-size: 0.28rem;
	line-height: 0.8rem;
}
.login-int .forget a {
	color: #999;
	font-size: 0.26rem;
}
.login-third p {
	color: #999;
	font-size: 0.28rem;
	text-align: center;
	margin-bottom: 0.5rem;
	position: relative;
}
.login-third p:before,
.login-third p:after {
	content: '';
	width: 30%;
	height: 0.01rem;
	background: #999;
	position: absolute;
	top: 52%;
}
.login-third p:before{
	left: 0%;
}
.login-third p:after {
	right: 0%;
}
.login-third img {
	width: 0.9rem;
	height: 0.9rem;
}
.login-third div {
	padding: 0.3rem 1.3rem;
}