@charset "UTF-8";
/*--- @登录 @注册 ---*/
a{ color: #00729e; }
html{
    background: #f7f7f7;
}
.sign-box{
    width: 368px;
    height: auto;
    margin: auto;
    padding: 5% 0;
}
.sign-box .logo{
    width: 265px;
    margin: auto;
}
.sign-box .logo img{
    display: block;
    width: 228px;
    margin: auto;
}
.sign-box .logo p{
    padding: 24px 0;
    color: #aebdc3;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
}
.sign-box .box .top{
    width: 380px;
    height: 44px;
    background: url("images/sign/sign_box_top.png");
}
.sign-box .box .middle{
    width: 314px;
    height: auto;
    padding: 0 38px 0 28px;
    background: url("images/sign/sign_box_middle.png") repeat-y;
    overflow: hidden;
}
.sign-box .box .bottom{
    width: 380px;
    height: 23px;
    background: url("images/sign/sign_box_bottom.png");
}
.sign-box .box .title{
    height: 21px;
    padding-left: 18px;
    color: #00729e;
    border-left: 4px solid #00729e;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.sign-box form li.user{
    margin: 28px 0 16px 0;
}
.sign-box form li.res-password{
    margin: 16px 0 0 0;
}
.sign-box .input-wrapper label{
    float: left;
    width: 78px;
    height: 42px;
    color: #7c7b7b;
    font-size: 14px;
    line-height: 42px;
}
.sign-box .input-wrapper input{
    display: block;
    float: left;
    width: 206px;
    height: 18px;
    color: #7c7b7b;
    padding: 12px 14px;
    border-radius: 5px;
    border: 1px solid #dad9d9;
    font-size: 14px;
    line-height: 18px;
}
.sign-box .captcha{
    margin: 19px 0 23px 0;
}
.sign-box .captcha input{
    width: 64px;
}
.sign-box .captcha img{
    float: left;
    width: 63px;
    height: 30px;
    margin: 5px 0 0 3px;
}
.sign-box .captcha a{
    float: left;
    color: #e8b56a;
    padding: 0 20px;
    font-size: 12px;
    line-height: 42px;
}
.sign-box .remember-me{
    padding-left: 68px;
    color: #7c7b7b;
    font-size: 12px;
    line-height: 14px;
}
input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: 0;
}
.sign-box .action{
    width: 305px;
    height: 38px;
    margin: auto;
    padding: 28px 0 40px 0;
}
.sign-box .action a{
    width: 145px;
    height: 38px;
    color: #FFF;
    border: none;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}
.sign-box .action a.login{
    float: left;
    background: #559eba;
}
.sign-box .action a.register{
    float: right;
    background: #e8b56a;
}
.protocol-box h1{
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.protocol-box h2{
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.protocol-box p{
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}










