﻿@charset "utf-8";
*{
	padding: 0;
	margin: 0 auto;
	font-family: "微软雅黑";
	box-sizing: border-box;
}
img{
	display: block;
}
html{
	width: 100%;
	height: 100%;
	background-image: url("../img/register-bg.png");
	background-size: 100% 100%;
    min-height:867px;
}
input,button{
	outline: none;
}
.logo{
	margin-top: 64px;
	width: 386px;
	height: 194px;
}
.registerhead{
	width: 486px;
	position: relative;
	margin-top: 54px;
	margin-bottom: 40px;
}
.registerhead div:first-child, .registerhead div:last-child {
    width: 173px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.registerhead div:first-child {
    left: 0;
}
.registerhead div:last-child {
    right: 0;
}
.registerhead p{
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 26px;
}
.retrievePassword{
	width: 486px;				
}
.retrievePassword .inputBox{
	overflow: hidden;
	margin-bottom: 40px;
}
.retrievePassword .inputBox .labelLeft{
	float: left;
    width: 145px;
    text-align: right;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: left;
}
.retrievePassword .inputBox input{
    width: 339px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    float: right;
    outline: none;
}
.retrievePassword .inputBox .verificationCode{
	width:339px;
	float: right;
}
.retrievePassword .inputBox .verificationCode input{
	width:220px;
	float: left;
}
.retrievePassword .inputBox .verificationCode img{
	width:110px;
	height: 40px;
	float: right;
	cursor: pointer;
}
.retrievePassword .inputBox .sendSmsBtn{
	height: 40px;
    width: 110px;
    line-height: 40px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.retrievePassword .next{
	border: none;
	width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #38d59c;
    border-radius: 10px;
    outline: none;
    font-size: 24px;
    color: #fff;
    display: block;
}
.retrievePassword .verificationPhone,.confirmationSteps .verificationPhone{
	margin-top: 40px;
	width: 308px;
	height: 24px;
	position: relative;
}
.verificationPhone p,.confirmationSteps p{
	width: 90px;
    height: 24px;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.verificationPhone p:first-child,.confirmationSteps p:first-child{
    float: left;
}
.verificationPhone p:first-child .number1,.confirmationSteps .number1{
    width: 24px;
    height: 24px;
    background-color: #38d59c;
    border-radius: 24px;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
}
.verificationPhone p:last-child,.confirmationSteps p:last-child{
    float: right;
}
.verificationPhone p:last-child .number2,.confirmationSteps .number2{
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px #fff solid;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
}
.verificationPhone img,.confirmationSteps img{
	width: 108px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -54px;
}
/*完成部分*/
.confirmationSteps{
	width: 486px;
	display: none;
}
.confirmationSteps .inputBox{
	overflow: hidden;
	margin-bottom: 40px;
}
.confirmationSteps .inputBox .labelLeft{
	float: left;
    width: 164px;
    text-align: right;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: left;
}
.confirmationSteps .inputBox input{
    width: 313px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    float: right;
    outline: none;
}
.confirmationSteps .complete{
	border: none;
	width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #38d59c;
    border-radius: 10px;
    outline: none;
    font-size: 24px;
    color: #fff;
    display: block;
}
.bottom{
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #333;
	padding-top: 35px;
}
.bottom p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #cccccc;
	text-align: center;
}