/*登录*/
.bg-write {
    background: #fff;
}
.regiest-header {
    height: 110px;
    box-shadow: 0 4px 5px #eee;
}
.regiest-header h1 {
    float: left;
    display: inline;
    margin-top: 34px;
}
.regiest-header .logo-title {
    float: left;
    display: inline;
    margin-top: 34px;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #999;
    font-size: 24px;
    color: #999;
}
.regiest-header .back-home {
    margin-top: 73px;
    color: #999;
    font-size: 14px;
}
.regiest-header .back-home a {
    color: #333;
}
.regiest-header .back-home a:hover {
    color: #6FC854;
}
.login-area {
    height: 400px;
}
.login-area .login-form {
    position: relative;
    width: 350px;
    height: 350px;
    margin-top: 20px;
    background: #fff;
}
.account-login-box {
    position: relative;
    height: 385px;
    padding-top: 15px;
}
.account-login-box .login-tab {
    height: 54px;
    width: 280px;
    margin: 15px auto 0;
    border-bottom: 1px solid #d8d8d8;
}
.account-login-box .login-tab a {
    float: left;
    display: inline;
    width: 49.5%;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #999;
    font-size: 16px;
}
.account-login-box .login-tab .active {
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid #6FC854;
    color: #333;
    font-weight: 700;
}
.account-login-box .login-tab a {
    float: left;
    display: inline;
    width: 49.5%;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #999;
    font-size: 16px;
}
.account-login-box .form {
    display: none;
}
.login-area .login-form .form {
    position: relative;
    width: 282px;
    padding-top: 35px;
    margin: 0 auto;
}
.login-area .login-form .form .form-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.login-area .login-form .form .password-bar, .login-area .login-form .form .user-name-bar {
    position: relative;
    border: 1px solid #ddd;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
}
.login-area .login-form .form .password-bar i, .login-area .login-form .form .user-name-bar i {
    float: left;
    display: inline;
    width: 38px;
    height: 38px;
    border-right: 1px solid #eee;
    background: #f3f3f3 url(../img/scripts_icon.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}
.login-area .login-form .form .user-name-bar i {
    background-position: 6px 14px;
}
.login-area .login-form .form .password-bar input, .login-area .login-form .form .user-name-bar input {
    float: left;
    display: inline;
    width: 230px;
    padding: 0 5px;
    height: 38px;
    line-height: 38px;
    color: #666;
    font-size: 14px;
}
.login-area .login-form .form .password-bar i {
    background-position: 6px -24px;
}
.login-area .login-form .form .red-pw-bar {
    overflow: hidden;
    margin-bottom: 15px;
    color: #666;
}
.login-area .login-form .form .red-pw-bar input {
    margin-right: 5px;
}
.login-area .login-form .form .red-pw-bar label input {
    float: left;
    display: inline;
    margin-top: 5px;
}
.login-area .login-form .form .red-pw-bar a {
    color: #666;
}
.login-area .login-form .form .btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.login-area .login-form .form .btn .btn-inp {
    width: 100%;
    height: 100%;
    background: #6FC854;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}
.account-login-box .code-pw-bar {
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}
.account-login-box .code-pw-bar .inp-code {
    height: 38px;
    line-height: 38px;
    width: 120px;
    padding: 0 5px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    font-size: 14px;
}
.account-login-box .code-pw-bar .get-code-btn {
    height: 38px;
    line-height: 38px;
    width: 136px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #f5f5f5;
    color: #666;
    text-align: center;
    font-size: 14px;
}
.login-footer {
    clear: both;
    padding: 30px 0 40px;
    background: #fff;
}
.login-footer {
    margin: 15px auto 0;
}
.login-footer .login-footer-link {
    border-top: 1px solid #eee;padding-top: 50px;padding-bottom: 50px;
}
.login-footer .login-footer-link .login-footer-nav {
    text-align: center;
    margin: 20px 0 10px;
    color: #999;
}
.login-footer .login-footer-link .login-footer-nav a {
    margin: 0 5px;
    color: #666;
}
.login-footer .login-footer-link .copyright {
    text-align: center;
    margin-bottom: 10px;
    color: #999;
}
.login-footer .login-footer-link .copyright a {
    color: #999;
}
.login-footer .login-footer-link .copyright {
    text-align: center;
    margin-bottom: 10px;
    color: #999;
}
.regiest-main {
    width: 1000px;
    margin: 80px auto 60px;}
.regiest-main .left-side {
    width: 650px;
    padding-bottom: 100px;
    border-right: 1px solid #eee;
    margin-bottom: 60px;
} 
.regiest-form {
    position: relative;
} 
.regiest-form .items {
    position: relative;
    width: 400px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
} 
.regiest-form .items .label {
    width: 100px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
}
.regiest-form .items .info {
    width: 290px;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
} 
.regiest-form .items .info .text-input {
    width: 100%;
}
.regiest-form .items .info input {
    float: left;
    display: inline;
    height: 100%;
    background: #fff;
    font-size: 14px;
    color: #666;
    outline: 0;
}
.regiest-form .items {
    position: relative;
    width: 400px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.regiest-form .items .label {
    width: 100px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
}
.regiest-form .items .info {
    width: 290px;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
}
.regiest-form .items .info .tell-code-input {
    width: 160px;
}
.regiest-form .items .info .img-code {
    float: left;
    display: inline;
    width: 128px;
    height: 41px;
    margin: 2px 0;
}
.regiest-form .items .info .img-code img {
    vertical-align: top;
}
.regiest-form .items .info .get-code-btn {
    width: 125px;
    height: 41px;
    margin: 2px 0;
    background: #09f;
    color: #fff;
}
.regiest-form .items .info .dsable {
    background: #ccc;
    color: #666;
}
.regiest-form .btn-bar p {
    color: #999;
}
.regiest-form .btn-bar p input {
    position: relative;
    margin: -2px 3px 0 0;
}
.regiest-form .btn-bar p a {
    color: #2CC17B;
}
.regiest-form .btn-bar .submit-btn {
    width: 400px;
    height: 45px;
    line-height: 45px;
    background-color: #2CC17B;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.regiest-main .right-side {
    float: left;
    display: inline;
    width: 189px;
    padding-left: 150px;
}
.regiest-main .right-side .r-con {
    margin-bottom: 40px;
    font-size: 13px;
}
.regiest-main .right-side .r-con .hd {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}
.regiest-main .right-side .r-con {
    font-size: 13px;
}
.regiest-main .right-side .r-con p {
    margin-bottom: 8px;
}
.regiest-main .right-side .r-con .tell {
    color: #2CC17B;
    font-size: 16px;
}





