@charset "UTF-8";
/* CSS Document */

/*CSS重置*/
body, div {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #030303;
}

img {
    display: block;
}

ul, h1, h2, h4, h5 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

input {
    border: 0;
    padding: 0;
}

p {
    margin: 0;
}

.clearfix {
    clear: both;
}

input {
    border: 0;
    padding: 0;
    outline: none;
}

/*页头*/
.top_nav_bg {
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(227, 227, 227, 0.004);
}

.top_nav_center {
    max-width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo img {
    width: 149px;
    height: 52px;
    margin-left: 10px;
}

.logo {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 160px;
    height: 40px;
    float: left;
}

.top_nav > h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 80px;
    margin-left: 20px;
    color: #030303;
    float: left;
    font-family: "微软雅黑";
}

.top_nav > h1 {
    font-size: 14px;
    color: #989898;
    line-height: 80px;
    float: right;
    margin-right: 40px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.top_nav > h1 > a {
    font-size: 16px;
    color: #030303;
    line-height: 80px;
    cursor: pointer;
    font-family: "微软雅黑";
    font-weight: normal;
}

.register_form_bg {
    margin-top: 60px;
    padding-left: 80px;
}

.register_form_center {
    max-width: 1000px;
    margin: 0 auto;
}

.user_box {
    width: 500px;
    height: 68px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    float: left;
}

.user_box > label {
    font-size: 20px;
    line-height: 68px;
    margin-right: 20px;
}

.password_box {
    width: 500px;
    height: 68px;
    border: 1px solid #e1e1e1;
    margin-top: 40px;
    padding-left: 20px;
    float: left;
}

.password_box > label {
    font-size: 20px;
    line-height: 68px;
    margin-right: 20px;
}

.con_password_box {
    width: 500px;
    height: 68px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-left: 20px;
    float: left;
}

.con_password_box > label {
    font-size: 20px;
    line-height: 68px;
    margin-right: 20px;
}

.phone_code_box {
    width: 500px;
    height: 68px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
    padding-left: 20px;
    float: left;
}

.phone_code_box > label {
    font-size: 20px;
    line-height: 68px;
    margin-right: 20px;
}

.btn_phone_code {
    width: 100px;
    height: 50px;
    border: 0px;
    border-radius: 2px;
    background-color: #0fb6ff;
    margin-right: 20px;
    color: #fff;
    float: right;
}

.form_agreen_box {
    width: 500px;
    height: auto;
    margin-top: 20px;
}

.form_agreen > a {
    color: #0fb6ff;
    font-size: 16px;
}

.btn_register {
    width: 440px;
    height: 68px;
    background-color: #0fb6ff;
    margin-top: 20px;
    border: 0px;
    color: #fff;
    font-size: 22px;
    line-height: 68px;
    border-radius: 5px;
    margin-left: 30px;
}

.register_form_line {
    margin-top: 40px;
    margin-bottom: 100px;
    margin: 0 auto;
    max-height: 2px;
}