﻿html {
    height: 100%;
    width: 100%;
}
body {
    width:100%;
    padding: 0;
    margin: 0;
    background: #fff url('/images/register/bgregister.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;

}
/*头部样式 开始*/
.register-header {
    height: 120px;
    line-height: 120px;
}

.register-header .logo {
    height: 120px;
}

.register-header .logo a {
    width: 232px;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.register-header .logoImg {
    height: 120px;
    text-align: center;
}

.register-header .logoImg img {
    max-width: 232px;
    max-height: 100px;
}

.register-header .register-header-info {
    float: left;
    width: 200px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 3px;
}

.register-header .register-header-right {
    float: right;
    text-align: right;
}

.register-header .register-header-right .alogin {
    color: #337ab7;
}
/*头部样式 结束*/

/*注册form 开始*/
.register-form {
    float: none;
    margin: 0 auto;
    width: 560px;
    z-index: 4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    /*background-color: #fff;*/
}

.register-form .item {
    display: inline-block;
    display: block;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
}

.register-form .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.register-form .item .item-left {
    width: 140px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.register-form .item .item-left span {
    width: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.register-form .item .item-right {
    float: left;
    width: 420px;
    height:40px;
}

.register-form .item .item-right .file {
    height: 26px;
    margin-top: 7px;
}

.register-form .item-error .item-right .text {
    border-color: #f42424 !important;
}

.register-form .item .item-right .text {
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    width: 280px;
} 

.register-form .item .item-authcode .text {
    float: left;
}

.register-form .item .btn-authcode {
    float: left;
    margin-left: 5px;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    text-align: center;
    height: 30px;
    margin-top: 5px;
}

.register-form .item-button {
    text-align: center;
}

.register-form .register-btn {
    width: 140px;
    height: 40px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    outline: 0;
    border-radius: 5px;
    text-align: center;
}

/*注册form 结束*/
