html,body{
    height: 100%;
}

.login-main {
    /* background: url(../images/login/login-bg.jpg) no-repeat top center #334266; */
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.login-box {
    width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    border-radius: 5px;
    /*padding-top: 200px;*/
    background-color: rgba(0,0,0,.4);
    padding: 20px 0 30px ;
}
.login-logo {
    background: url(../images/logo.png) no-repeat center center;
    height: 70px;
    padding: 10px 0;
    text-align: center;
    background-size: auto 60px;
    /* display: none; */
}

.login-cont {
    width: 320px;
    margin: 0 auto;
    text-align: center;
}
.form-border span {
    display: block;
}
.form-border .border-li {
    color: #666;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin: 20px auto;
}
.form-border .border-li .title-sp {
    width: 20px;
}
.iconG {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/login/icon-gray.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin: 0 5px;
}
.iconG.password {
    background-position: -257px 0;
}
.iconG.email {
    background-position: -48px -16px;
}
.iconG.company {
    background-position: -257px -16px;
}
.iconG.bumen {
    background-position: -432px -32px;
}
.iconG.phone {
    background-position: -224px -16px;
}
.form-border .border-li i {
    margin: 0 10px;
}

.form-main .cont-sp {
    color: #999;
}
.form-border .border-li span {
    float: left;
    margin: 0 4px;
    color: #999;
    text-align: left;
}
.form-border .border-li .text-inp {
    border: 0px;
    width: 260px;
}
.form-main .text-inp {
    color: #666;
    background-color: #fff;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dcdcdc;
}


.form-border li {
    height: 40px;
    line-height: 40px;
    width: 320px;
    margin: 0 auto;
    margin-top: 20px;
}
.btn {
    display: inline-block;
    min-width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 8px 0 0;
    background-color: #537aaa;
    border: 0px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
.form-border .btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    letter-spacing: 8px;
    background: #278fc1;
    border: 1px solid #278fc1;
    margin: 0px;
    margin: 0px;
}
.form-border .link-li a {
    cursor: pointer;
}
.form-border a {
    color: #8ea4ad;
}
.form-border a:hover{
    text-decoration: underline;
}
.form-border .link-li em {
    color: #8ea4ad;
    margin-left: 5px;
}
em, i {
    font-style: normal;
}
.form-border p {
    color: #8ea4ad;
}

.form-border .border-li .error-sp {
    position: absolute;
    top: 40px;
    right: 0px;
    color: #ff9666;
    line-height: 30px;
}
.DN {
    display: none!important;
}

/*注册*/
.register-main {
    width: 600px;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    background-color: rgba(0,0,0,.4);
}
.cl {
    clear: both;
    zoom: 1;
}
.register-main .register-cont {
    margin: 0 auto;
    text-align: center;
}
.register-logo {
    background: url(../images/logo.png) no-repeat center center;
    height: 70px;
    padding: 10px 0;
    text-align: center;
    background-size: auto 60px;
}

.register-main table .title-sp {
    height: 40px;
    line-height: 40px;
    color: #fff;
	font-size: 12px;
    float: left;
}
.required {
    color: #f23d3d;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}
.register-main table td{
    height: 40px;
    line-height: 40px;
    padding-bottom: 15px;
    position: relative;
}
.register-main table td span {
    float: left;
    margin-right: 10px;
}
.register-main table td span.cont-sp{
    width: 260px;
}
.form-main .text-inp, .form-main .text-area {
    width: 300px;
    padding: 0 3px;
    border-radius: 5px;
}
.form-main .text-inp {
    color: #666;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
}
.form-main .error-sp {
    color: #f23d3d;
    height:20px;
    line-height: 20px;
    text-align: left;
}
.form-main .error-sp:nth-child(even){
    height: 20px;
    line-height: 20px;
}
.register-main .btn {
    height: 40px;
    line-height: 40px;
    min-width: 268px;
    padding: 0 20px;
    font-size: 16px;
    margin-top: 10px;
    background: #278fc1;
    border-radius: 5px;
}
.register-main .form-border{
    width: 320px;
    margin: 0 auto;
}

.status{
    background: #fff;
    border-radius: 2px;
    padding: 6px 10px;
    /*color: red;*/
    font-size: 16px;
}