﻿/**  login & register part **/
.register-part
{
    margin: 0px auto;
    width: 1198px;
    height: 665px;
    background: url(../images/register_bg.jpg) no-repeat;
    position: relative;
}

.register-part .register
{
    position: absolute;
    /*width: 395px;
    height: 580px*/
    left: 88px;
    top: 38px;
}

.register-part .register h1
{
    color: #009ae3;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.register-part .register table
{
    float: left;
    margin-top: 30px;
    /*width: 100%;*/
    text-align: left;
}

.register-part .register table tr td{
    padding:8px 0;
}

.register-part .register table tr .td-left
{
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

.register-part .register table tr .td-right
{
    width: 300px;
}

.register-part .register table tr .td-right span
{
    font-size: 12px;
}

.register-part .register .gender
{
    height: 33px;
    width: 55px;
    text-align: center;
    border: 1px solid #cccccc;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.register-part .register .checked
{
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.register-part .register .submit, .register-part .register .login
{
    background-color: #df7fc9;
    border: 0;
    width: 146px;
    height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.register-part .register .login
{
    background-color: #0899e2;
}


.loginType
{
    text-align: center;
}

#normal-login
{
}

#wx-login
{
    text-align: center;
    display: none;
}

    #wx-login img
    {
        width: 240px;
        height: 240px;
    }

.loginType .regState
{
    height: 33px;
    text-align: center;
    border: 1px solid #cccccc;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0px 20px;
}

    .loginType .regState.checked
    {
        background-color: #e5e5e5;
        border: 1px solid #e5e5e5;
    }


.succeed-part
{
    width: 1200px;
    margin: 0px auto;
    height: 600px;
    background-color: #fff;
}