/* CSS Document */
.Back-area{
width:434px;
position:relative;
margin:0  auto;
min-height:500px;
}

.Back-conter{
width:100%;
position:relative;
height:auto;
}
.Back-area .Back-title{
color:#4e4e4e;
font-size:24px;
font-weight:500;
text-align:center;

}
.Back-area .pass-width {
    width:300px;
    margin-left:112px;
    line-height:32px;
    margin-bottom:50px;
}
.pass-area{
 display: inline-block;
 width:302px;
 height:100%;
 
 }
 .Back-margin1 {

    margin-top: 30px;
}
 .Back-padding2 {

    padding-bottom: 30px;
}
.Back-margin2 {

    margin-bottom: 50px;
}
.Back-margin3 {

    margin-left: 112px;
}
.Back-padding1{

    padding-bottom: 15px;
}
 .Back-line{
  line-height:40px;
  
 }
 .Back-box{
 position: relative;
 height:auto;
 zoom:1;

 }
 .Back-box:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
 .Back-box .pass-title{
 color:#4e4e4e;
 font-size:14px;
 font-weight:500;
 text-align:right;
 }
 .pass-title {
    width: 98px;
    display: inline-block;
	height:100%;
	margin-right:14px;
}
.pass-float{
float:left;
}
.pass-text {
    padding-left: 10px;
    border: 1px solid #aaa;
}
.pass-area1{
 width: 288px;
  height: 38px;
    line-height:38px;
    display: inline-block;
}
.pass-area2{
 width: 300px;
  height: 40px;
    line-height:40px;
    display: inline-block;
}


.pass-btns{
width: 298px;
  height: 34px;
    
    border: none;
    border-radius: 4px;
    background: #b81c22;
    text-align: center;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
	}
	.Back-area .pass-btns{
	margin-top:20px;
	}
	.pass-area .pass-word{
	display:block;
	height:16px;
	line-height:16px;
	margin-top:8px;
	}
.pass-word{
color:#4e4e4e;
font-size:12px;
font-weight:500;
}
.pass-word a{
color:#1a9efd;
}
.pass-word a:hover{
color:#b81c22;
}
#pass-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1008;
    display: none;
}
#upper-Window{

	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display:none;
    width: 272px;
    height: 238px;
}

.upper-pass{
background: #fff;
    box-shadow: 0 0 10px #666;
   z-index: 1020;
   position: fixed;
    left: 0;
    top: 0;
	right:0;
	bottom:0;
	margin:auto auto;

}
.upper-pass .pass-titles{
width:100%;
height:60px;
background:#eee;
position:relative;
line-height:60px;
}
.pass-titles .titles-name{
color:#040404;
font-size:18px;
font-weight:500;
text-align:center;
}
.pass-close{
width:14px;
height:16px;
display:block;
background:url(../images/pass-close.png);
position:absolute;
top:0;
bottom:0;
margin:auto 0;
right:12px;
cursor:pointer;

}
.pass-conter{
height: 178px;
width:100%;
position:relative;
}
.pass-conter .pass-info{
text-align:center;
color:#000;
font-size:14px;
font-weight:500;
height:20px;
line-height:20px;
position:absolute;
top:0;
bottom:0;
margin:auto 0;
width:100%;
}
.go-Signin{
color:#262626;
font-size:12px;
font-weight:500;
height:16px;
width:36px;
display:block;
line-height:16px;
text-align:center;
margin:0 auto;
left:0;
right:0;
position:absolute;
bottom:16px;

}
.Security-Tips2> .errortext {
    display:block;
    clear:both;
    width:60%;
    position:absolute;
     left:112px;
     top:70px;
}
.Security-Tips1>.errortext {
    display:block;
    clear:both;
    width:70%;
    height:22px;
    line-height:22px;
    position:absolute;
    bottom:4px;
    left:112px;

}
.first_account{
    width:430px;
    margin:0 auto;
    height:500px;
}
.first_account #first_nextStep,#btnSavePwd,#smsNext{
    width:300px;
    height: 34px;
    border: none;
    border-radius: 4px;
    background: #b81c22;
    text-align: center;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;
    margin:150px 0 0 112px;
}
#newPwd_error{
    height:15px;
    margin-left:112px;
    color: #fd0b0b;
    font-size: 15px;
}
.SMSverify .getCode{
    color: #FF552E;
    position: absolute;
    padding: 5px 10px;
    background: #F6F6F6;
    right: 16px;
    top: 5px;
    cursor: pointer;
}
.SMSverify .smsError{
    height:15px;
    margin-left:112px;
    color: #fd0b0b;
    font-size: 15px;
}