.root {
    position: relative;
    overflow: hidden;
}

.reg_top {
    height: 75px;
    position: relative;
}

.reg_top .logo {
    position: absolute;
    width: 100px;
    left: 70px;
    bottom: 15px;
    top: 5px;
}

.reg_top .welcome {
    position: absolute;
    font-size: 18px;
    left: 195px;
    bottom: 20px;
    border-left: 1px solid #dbdbdb;
    padding: 10px 0 0 15px;
}

.reg_top .to_login {
    position: absolute;
    right: 40px;
    bottom: 15px;
    font-size: 16px;
}

.reg_banner {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    height: 60px;
}

.banner_scroll {
    width: 300%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner_bg {
    background-repeat: repeat-x;
    width: 33.33%;
    height: 60px;
    float: left;
}

.banner_bg_1 {
    background-image: url('../images/banner_1.png');
}

.banner_bg_2 {
    background-image: url('../images/banner_2.png');
}

.banner_bg_3 {
    background-image: url('../images/banner_3.png');
}

.form_item {
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    margin: 20px auto;
    position: relative;
}

.form_item .label {
    float: left;
    text-align: right;
    width: 80px;
    overflow: hidden;
}

.reg_enter .form_item .label {
    width: 135px;
}

.form_item .control {
    margin-left: 100px;
}

.reg_enter .form_item .control {
    margin-left: 160px;
}

.form_item .in_text {
    background: none;
    border: 0;
    width: 100%;
    font-size: 14px;
}

.in_text.placeholder {
    font-size: 14px;
}

.in_text::-webkit-input-placeholder {
    font-size: 14px;
}

.in_text:-moz-placeholder {
    font-size: 14px;
}

.in_text::-moz-placeholder {
    font-size: 14px;
}

.in_text:-ms-input-placeholder {
    font-size: 14px;
}

.code_btn {
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    border: 0;
    height: 43px;
    line-height: 43px;
    width: 100px;
    color: #ffffff;
    font-size: 15px;
    background-color: #e4e4e4;
}

.radio_item {
    float: left;
    width: 80px;
    display: block;
    line-height: 43px;
    *line-height: 45px;
}

.radio_item .radio {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 25px;
    height: 25px;
    background: url("../images/radio_bg.png") no-repeat -28px 0;
    margin-left: 10px;
    cursor: pointer;
}

.radio_item .radio.checked {
    background-position: -1px 0;
}

.radio_item input {
    display: none;
}

.reg_form {
    padding: 20px 0 10px 0;
}

.submit_btn {
    padding: 10px 0 100px 0;
    text-align: center;
}

.submit_btn button {
    height: 45px;
    line-height: 45px;
    border: 0;
    color: #ffffff;
    background-color: #0c5daa;
    font-size: 16px;
    width: 250px;
    border-radius: 5px;
}

.reg_foot {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
    background-color: #e6eef6;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.agree {
    width: 800px;
    margin: 0 auto;
    cursor: pointer;
    padding-bottom: 10px;
}

.agree i {
    color: #0c5daa;
}

.prompt {
    width: 800px;
    margin: 20px auto;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.prompt_win {
    padding: 15px;
    line-height: 25px;
}

.prompt_item i {
    font-size: 9px;
}

.prompt_win i, .prompt_win .orange {
    color: #0c5daa;
}

.prompt_title {
    font-weight: bold;
}

.prompt_item i, .prompt_title i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    width: 20px;
}