body{
   background: url(../img/login_bg.png) no-repeat 0 0;
   background-size: 100% 100%;
	background-color: #F9F9F9;
}

.login_title{
	height: 70px;
	padding-left: 280px;
}

.login_title img{
	margin-top: 12px;
}

.login_wra{
	width: 660px;
	margin: 0 auto;
	text-align: center;
}

.wra_welcome{
	color: #A3A4A9;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 22px;
}

.wra_name{
	color: #A3A4A9;
	font-size: 26px;
	letter-spacing: 6px;
	margin-bottom: 68px;
}

.wra_box{
	width: 552px;
	height: 490px;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 36px;
	padding-top: 54px;
	background: url(../img/bg_red.png) no-repeat center 0;
	background-color: #fff;
	-webkit-box-shadow: 0 -4px 26px #EEEEEE;
	-moz-box-shadow: 0 -4px 26px #EEEEEE;
	box-shadow: 0 -4px 26px #EEEEEE;
}

.box_flow{
	margin-bottom: 46px;
}


.wra_box .bdr{
	width: 420px;
	height: 52px;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
	margin-bottom: 24px;
	font-size: 16px;
	padding-left: 14px;
	letter-spacing: 1px;
}

.wra_box .bdr:focus{
	border: 1px solid #F75F56;
}

.wra_box .box_iphone{
	padding-left: 42px;
	background: url(../img/small_iphone.png) no-repeat 14px center;
}

.wra_box .box_pwd{
	padding-left: 42px;
	background: url(../img/z_pwd.png) no-repeat 14px center;
}

.wra_box .box_pwd_ok{
	padding-left: 42px;
	margin-top: 14px;
	background: url(../img/affirm_pd.png) no-repeat 8px center;
}

.box_verify{
	position: relative;
}

.box_code{
	width: 118px;
	height: 50px;
	position: absolute;
	top: 1px;
	right: 67px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.box_code img{
	width: 100%;
	height: 50px;
}

.box_next{
	width: 22px;
	height: 26px;
	position: absolute;
	top: 12px;
	right: 26px;
	cursor: pointer;
	background: url(../img/bg_load.png) no-repeat 0px 0px;
}

.box_note{
	position: relative;
}

.send_code{
	color: #F7594F;
	position: absolute;
	top: 16px;
	right: 80px;
	cursor: pointer;
}

.next_btn{
	width: 100%;
	height: 68px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	margin-top: 26px;
	background-color: #FAAFAA;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.next_btn:hover{
	background-color: #F75F56;
}

.wra_have{
	font-size: 18px;
	color: #A3A4A9;
	letter-spacing: 4px;
	margin-bottom: 118px;
	display: none;
}

.wra_have a{
	color: #F85847;
	cursor: pointer;
}


.iphone_number,
.new_password,
.succeed_ok{
	display: none;
}

.disBlock{
	display: block;
}


/***设置新密码***/
.martb{
	margin-bottom: 48px;
	padding-top: 10px;
}


/***完成***/
.setup_complete{
	color: #333333;
	font-size: 27px;
	margin-top: 100px;
}
.await{
	color: #333333;
	font-size: 18px;
	margin-top: 42px;
}
.await_time{
	color: #F7594F;
	font-size: 20px;
}




.wra_footer{
	color: #666666;
	font-size: 13px;
	padding-bottom: 24px;
}
