@charset "utf-8";
html{
    width:100%;
    height:100%;
    min-height:960px;
    padding:0;
    margin:0;
}
body{
    padding:0;
    width:100%;
    height:100%;
    min-width:1000px;
    overflow: auto;
    background: url(../../images/register-bg.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    position:relative;
}
.register-body .top{
    height:80px;
    background-color:#fff;
}
.register-body .top table{
    margin: 0 auto;
}
.goto-login{
    padding:8px 25px;
    border:solid 1px #4C8EFF;
    font-size:16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#4C8EFF;
}
.register-form-container{
    width: 500px;
    min-height:300px;
    position:absolute;
    left:50%;
    margin-left:-250px;
    top:100px;
}
.register-form-title{
    color:#fff;
    text-align: center;
    font-size:32px;
    font-weight: bold;
    margin-bottom:41px;
    margin-top:65px;
}
.register-form-container > .register-form{
    width:100%;
    background-color:#fff;
    padding:20px 0;
}
.register-form-container > .register-form > table{
    width:380px;
    margin:0 auto;
}
.l-input{
    height: 48px;
    width:100%;
    background:#F5F7FA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.l-input.error{
    border:solid 1px red;
}
.l-input > * {
    float:left;
}
.l-input > .ico{
    width: 30px;
    height:30px;
    display: inline-block;
    background:url(../../images/l-mobile.png) center no-repeat;
    background-size:contain;
    margin-top:10px;
    margin-left:10px;
}
.l-input > .ico.lock{
    background:url(../../images/l-lock.png) center no-repeat;
    background-size:contain;
}
.l-input > .ico.code{
    background:url(../../images/l-code.png) center no-repeat;
    background-size:contain;
}
.l-input > .ico.home{
    background:url(../../images/l-home.png) center no-repeat;
    background-size:contain;
}
.l-input > input{
    width: 310px;
    height:25px;
    display: inline-block;
    margin-top:12px;
    margin-left:10px;
    border:0;
    background-color:transparent;
    outline: none;
}
.l-input.code input{
    width:170px;
}
.l-input.code .code-wrap{
    width: 110px;
    height: 36px;
    margin-top: 6px;
    margin-left: 10px;
    font-size:12px;
    text-align: center;
    line-height: 36px;
    color:#4C8EFF;
    border-left:solid 1px #E0E0E0;
    cursor: pointer;
}
.l-remember,.goto-registe{
    font-size:12px;
}
.l-remember td:last-of-type *,.goto-registe *,.agreement-link{
    color:#4C8EFF;
}
.register-form-container .blue-btn{
    color:#fff;
    background-color:#4C8EFF;
    width:100%;
    border:0;
    padding:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.blue-btn:disabled,.blue-btn:disabled:hover{ background-color:#b9c0cb; cursor:not-allowed;}
a{
    text-decoration: none;
}
.l-copy-right{
    font-size:12px;
    color:#fff;
    position:absolute;
    bottom:10px;
    text-align: center;
    width:100%;
}
.goto-home .ico{
    width: 24px;
    height:24px;
    display: inline-block;
    background:url(../../images/goto-home-ico.png) center no-repeat;
    background-size:contain;
}
.register-form-tab{
    width:100%;
    margin: 0 auto 30px auto;
    padding:0;
    text-align: center;
    height:auto;
    overflow:hidden;
}
.register-form-tab > li{
    float:left;
    list-style: none;
    width:50%;
    padding: 10px 0;
    color:#666666;
    cursor: pointer;
	border-bottom:solid 1px #E6E6E6;
}
.register-form-tab > li.active{
    color:#4C8EFF;
    border-bottom:solid 2px #4C8EFF;
}
.form-error-tips{
    padding-left: 20px;
    background: url(../images/danger_tips.png) no-repeat left center;
    line-height: 20px;
    color: #dc0a08;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}
.form-error-tips.active{
    display: block;
}