@charset "UTF-8";

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
.back-head {
	height: 0.88rem;
	padding: 0 0.3rem;
	line-height: 0.44rem;
}
.back-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%;
}
.back-head span {
	color: #000;
	font-size: 0.32rem;
	text-align: center;
	padding-left: 33%;
}
.back-step01,
.back-step02 {
	font-size: 0.3rem;
	padding: 0.3rem 0.5rem;
}
.back-step01 div,
.back-step02 div {
	height: 0.8rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}
.back-step01 div input,
.back-step02 div input {
	width: 6.06rem;
	padding: 0 0.2rem;
	font-size: 0.28rem;
	line-height: 0.8rem;
}
.back-step01 div:nth-child(2) input {
	width: 3.8rem;
}
.back-step01 div #code_btn {
	color: #e73b3b;
	font-size: 0.28rem;
	background-color: #fff;
}
.back-step01 #step01,
.back-step02 #step02 {
	color: #fff;
	display: block;
	width: 6.06rem;
	height: 0.8rem;
	font-size: 0.3rem;
	text-align: center;
	margin: 0.8rem auto;
	line-height: 0.8rem;
	border-radius: 0.1rem;
	letter-spacing: 0.04rem;
	background-color: #fc9753;
}
.back-step02 {
	display: none;
}