body{background: #fff; background: #f5f5f5;}
.top{
    width:100%;
    height:44px;
    line-height: 44px;
    background: #0772bf;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: fixed;
    top:0;
    z-index: 10;
}
.top .back{
    display: block;
    width:52px;
    height:44px;
    background: url(../images/back.png) no-repeat 0 11px;
    background-size: 15px 20px;
    margin-left: 15px;
    color: #fff;
    padding-left: 20px;
}
.top span{
    position: relative;
    left: -30px;
}

form{
    display: block;
    margin-top:44px;
    background: #f5f5f5;
    padding-top: 25px;
}
.number,.pwd,.validation{
    background: #fff;
    border-bottom:1px solid #f3f3f3;
    padding: 10px;
}
.number{
    border-top:1px solid #f3f3f3;
}
.number .code{
	float: right;
}
.number .code img{height:22px;}
.register_btn{
    /*background: #fff;*/
    padding:15px;
    margin-top:20px;
}
.number span,.pwd span,.validation span{
    display: inline-block;
    width:80px;
    height:30px;
    line-height: 30px;
    color: #666666;
}
.number input,.pwd input,.validation input{
    border: none;
    outline: none;
    display: inline-block;
    height:30px;
    position: relative;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	font-weight:normal;
}
.validation input{
    width:137px;
    padding-right: 10px;
}
.vali_code,.time{
    display: inline-block;
    font-size: 12px;
    height:30px;
    line-height: 28px;
    width:77px;
    text-align: center;
    border:1px solid #0772bf;
    color: #0772bf;
    border-radius: 3px;
    position: absolute;
    right:10px;
}
.time{
    display: none;
}
::-webkit-input-placeholder{
    color:#AEAEAE;
   
}
.register_btn button{
    display: block;
    width:100%;
    height:40px;
    background: #0772bf;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    border:none;
    border-radius:4px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
}
.skip{
    padding: 0 15px;
}
.skip a{
	display: block;
    width:100%;
    height:40px;
	line-height:40px;
    border:1px solid #0772bf;
    color: #0772bf;
    font-size: 16px;
    margin: 0 auto;
    border-radius:4px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	text-align:center;

}
.bt01 {
	line-height: 30px;
	text-align: center;
	height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	color: #ffffff;
	margin: auto;
	border: none;
	font: 13px/1.5 "Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;
	background-color: #0772bf;
}
