body,html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 560px;
	-moz-user-select: none;
	min-width:320px;
    color: #666;
    background: #fff;
    font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif,"\5b8b\4f53";
    -ms-overflow-style: scrollbar;
}
ul, li {
    margin: 0px;
    padding: 0px;
        padding-right: 0px;
    list-style: none;
}

.signin{
	float:left;
    width: 100%;
	height:100%;
    background-color: transparent;
}
.signin.register{
	height:100%;
	min-height:560px
}
.signin .content{
	position: absolute;
	width: 100%;
	left:0px;right:0px;
	top:50px;bottom:50px;
}
.signin.register .content{
	top:0px;bottom:0px;
	height:100%;
}
#login-banner-wrap{
	position:absolute;
	width:100%;
	background:url(../imgs/background.jpg) left top;    
	-moz-background-size:auto 100%;  
    background-size:auto 100%;
	height:100%;
}
.register #login-banner-wrap{
	height:100%;
}
#login-banner-wrap .inner {
    position: relative;
    width: 1190px;
    margin: auto;
}
.box {
    position:absolute;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
    padding: 40px 60px 50px;
    width: 400px;
	height: 389px;
    display: block;
    right: 175px;
    top: 50%;
    margin-top: -199px;
}
.register .box{
	top:25px;	
}
.register .title{
	width:100%;
	text-align:center;
	background: -webkit-linear-gradient(#ff9900, #f57403);
    background: -o-linear-gradient(#ff9900, #f57403);
    background: -moz-linear-gradient(#ff9900, #f57403);
    background: linear-gradient(#ff9900, #f57403);
    background-color: #ff9900;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.register .title img{
	height:30px;
	width:auto;
	margin-bottom:3px;
	margin-top:3px;	
}
.register .box{
	width:900px;
	left:50%;
	margin-left:-450px;
	padding-top:0px;
	margin-top: 0px;
	height: auto;
	padding: 0px;
}
#register .box_body{
	position: relative;
	min-height:530px;
	overflow: hidden;
}
.register .box_content{
	width:1800px;
	position: absolute;
	left: 0;
	top: 0;
}
.box_body .body_step{
	width:900px;
	float:left;
	padding: 0px 70px;
}
.register .register_body{
	position: relative;
	width: 100%;
	float: left;
	padding:10px 60px 0px;
	z-index: 999;
	border:2px solid #f57403;
	margin-bottom:10px;
}
.register_body h5{
	width:100%;
	margin-left:-40px;
	margin-right:-60px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
}
.box .signin_title {
    position: relative;
    margin-top: 35px;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
}
.register_body .form-group{
	margin-bottom:10px;
	width:100%;
	float:left;
}
.register_body .left_text{
	float:left;
	width:110px;
	height:26px;
	line-height:26px;
	text-align:right;
	padding-right:10px;
}
.register_body .right_add{
	float:left;
	width:210px;
	height:28px;
	line-height: 28px;
}
.register_body .right_add a{
	display:block;
	float:left;
	width:30px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#f57403;
	border:1px solid #ccc;
}
.register_body .right_add a:hover{
	background-color:#ccc;	
}
.money{
	display:block;
	float:left;
	width:10px;
	height:24px;
	line-height:25px;
	text-align:right;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.register_body .right_add .form-control{
	width:140px;
	border-radius:0px;
	border-left:none;
	border-right:none;
	box-shadow:none;
	-webkit-box-shadow: none;
}
.register_body .right_add .form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.register_body .form-control{
	float:left;
	width:350px;
	height:24px;
	font-size:12px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}
.register_body .step2_show{
	float:left;
	width:350px;
	height:26px;
	line-height: 24px;
	font-size:12px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	border-bottom:1px solid #ccc;
}
.register_body .form-group>span{
	display:block;
	width:160px;
	float:left;
	height:24px;
	line-height:24px;
	padding-left:10px;
	color:#999;
}
span.error,.red{
	color:red !important;
}
.register_body .form-group em{
	margin-right:10px;
	font-size:14px;	
	font-weight:bold;
	position:relative;
	top:2px;
}
.box > div.signin_title > span {
    position: absolute;
    padding: 7px;
    left: 0px;
    bottom: -1px;
    border-bottom: 2px solid #ffaf95;
    font-size: 1.25em;
}
.box > form .btn-ff6 {
    width: 100%;
	background-color:#f57403;
	color:#fff;
}
.register .box> form .btn-ff6{
	width:120px;	
}
.box > form .btn-ff0 {
    width: 100%;
	background-color:#ff0036;
	color:#fff;
}
.box > form .btn-ff6:hover{
 background-color:rgba(245,116,3,.8)
}
.box > form .btn-ff0:hover{
 background-color:rgba(255,0,54,.8)
}
.box > form .btn {
    font-weight: bold;
    font-size: 16px;
	padding: 3px 12px;
}
.signin_other {
    position: relative;
    float: left;
    width: 110%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: -5%;
    margin-right: -5%;
    background-color: #acacac;
}
.signin_other .other_title {
    position: absolute;
    width: 50%;
    height: 35px;
    top: -10px;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
	font-size:12px;
    background-color: #FFF;
}
.signin_oicon {
    position: relative;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
}

.signin_oicon li {
    float: left;
    width: 25%;
    height: auto;
    padding-right: 7px;
    text-align: center;
}
.signin_oicon li a{
	color:#333;
	text-decoration:none;	
}
.signin_oicon li img{
	width:24px;
	height:24px;	
}
.order-step {
	width:100%;
    height: 18px;
    margin-bottom: 45px;
}
.order-step li.before {
    background-color: #f90;
    color: #f90;
}
.order-step .step1 {
    z-index: 4;
}
#reserve .order-step .step2 {
    z-index: 3;
}
.order-step li {
    float: left;
    width: 33.33333%;
    height: 6px;
    background-color: #ccc;
    color: #999;
    position: relative;
    margin: 5px 0 4px;
    border-radius: 3px;
}
.order-step li.before span {
    background-position: -549px 0;
}
.order-step li span {
    position: absolute;
    right: -36px;
    top: -6px;
    background: url("../imgs/o-f-icon.png") no-repeat -637px 0;
    width: 72px;
    height: 19px;
    padding-top: 20px;
    text-align: center;
    z-index: 99;
    font-size: 12px;
}
/*password*/
.level {
    float: left;
	margin-top: 4px;
	padding: 0px 2px;
	border: 1px solid #ddd;
}
.level li {
    float: left;
	width: 50px;
	background-color: #E5E5E5;
	font-size: 10px;
	text-align: center;
	color: #666;
	margin: 2px 5px;
}
.level.on-ruo li.ruo {
  background-color: #f90;
  color:#fff;
}
.level.on-zhong li.ruo {
  background-color: #f90;
  color:#fff;
}
.level.on-zhong li.zhong {
  background-color: #f60;
  color:#fff;
}
.level.on-qiang li.ruo {
  background-color: #f90;
  color:#fff;
}
.level.on-qiang li.zhong {
  background-color: #f60;
  color:#fff;
}
.level.on-qiang li.qiang {
  background-color: #C00;
  color:#fff;
}
.levelshow {
    float: left;
    padding-left: 10px;
	padding-top:11.2px;
}



