body{
	background:url("../images/BG.png") no-repeat;
	background-size: cover;
}

.registContain{
	width:360px;
	margin:auto;
	padding-top:30px;
}
.registTitle{
	text-align:center;
	color:#fff;
	margin-bottom:24px;
}
.registBox{
	padding:6% 10%;
	margin-top: 13%;
	background:url("../images/registPwd.png") no-repeat;
	background-size: 100% 100%;
}
.telNum span,.pwd span,.pwdAgain span{
	color:#f00;
	padding-left: 5px;
}
#telNum{
	background:url("../images/phoneNum.png") no-repeat; ;
}
#pwd,#pwdAgain{
	background:url("../images/pwd.png") no-repeat; ;
}
#yzm{
	background:url("../images/yzm.png") no-repeat; ;
}
#telNum,#pwd,#pwdAgain,#yzm{
	margin:6px 0px 20px;
	height:20px;
	padding:8px 2%;
	width:82%;
    border-radius: 3px;
    border:1px solid #c7c7c7;
	background-color: transparent;
	color: #fff;
	padding-left: 26px;
	background-size: 15px;
	background-position: 5px;
}
#telNum::-webkit-input-placeholder,#pwd::-webkit-input-placeholder,#pwdAgain::-webkit-input-placeholder,#yzm::-webkit-input-placeholder {
	color:#ccc;
}
#telNum:-moz-placeholder,#pwd:-moz-placeholder,#pwdAgain:-moz-placeholder,#yzm:-moz-placeholder {
	color:#ccc;
}
#telNum::-moz-placeholder,#pwd::-moz-placeholder,#pwdAgain::-moz-placeholder,#yzm::-moz-placeholder {
	color:#ccc;
}
#telNum:-ms-input-placeholder,#pwd:-ms-input-placeholder,#pwdAgain:-ms-input-placeholder,#yzm:-ms-input-placeholder {
	color:#ccc;
}
.yzm{
	position: relative;
}

.yzm button{
	width: 92px;
	margin-top: 10px;
	vertical-align: bottom;
	font-size: 14px;
	position: absolute;
	right: 22px;
	color: #fff;
	background: url("../images/getYZM.png") no-repeat;
	background-size: 100% 100%;
	border:none;
	padding: 5px 0px;
	outline:none;
}
.readFile{
	margin-bottom: 20px;
	color:#fff;
}
.readFile a{
	color:#2FA4E7;
	font-size:12px;
	text-decoration:none;
}
.registLink{
	text-align: center	;
}
.registLink input[type="button"]{
	display: block;
	width: 200px;
	margin: auto;
	background: url("../images/loginBtn.png") no-repeat;
	background-size: 100% 100%;
	outline: none;
	height: 40px;
	padding: 0px;
	border: none;
	font-size: 18px;
	color: #fff;
}
.registLink a{
	vertical-align: bottom;
	color:#fff;
	margin: 10px 0px;
	display: inline-block;
}