﻿/*注册*/
.register {
    background: #4585c2 url('../image/reg_bg2.jpg') no-repeat bottom center;
    width: 100%;
}

.register_main {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    background: #4585c2 url('../image/reg_bg1.jpg') no-repeat bottom center;
}

.register_tit {
    font-size: 24px;
    text-align: center;
    padding: 0 0 30px;
}

.register_m {
    background: #fff;
    padding: 40px 30px 30px 20px;
    width: 435px;
    overflow: hidden;
    margin: 0 auto;
}

.register_list {
    overflow: hidden;
    margin-bottom: 10px;
}

.register_left {
    width: 85px;
    float: left;
    margin-right: 5px;
    text-align: right;
    height: 38px;
    line-height: 38px;
}

    .register_left font {
        color: #f00;
    }

.register_center {
    float: left;
    width: 340px;
}

    .register_center input[type=text], .register_center input[type=password] {
        border: 1px #e6e6e6 solid;
        height: 36px;
        line-height: 36px\9;
        color: #585858;
        padding: 0 4px;
        position: relative;
        font-size: 12px;
        background: #fff;
        width: 330px;
    }

    .register_center input.fieldError {
        border: 1px dotted #FF3300;
    }

.register_right {
    float: left;
    width: 350px;
    overflow: hidden;
}

.zcxy {
    background: #fff;
    padding: 20px;
    width: 1160px;
    margin: 0 auto 20px;
}

    .zcxy h3 {
        padding: 10px 0 20px;
        text-align: center;
        font-size: 23px;
    }

.zcxy_main {
    padding: 0 20px;
}

.zcxy_div {
    margin: 5px 0;
    line-height: 1.8;
    text-indent: 20px;
}

.zcxy_t {
    margin: 15px 0 10px;
    border-left: solid 3px #1d6faf;
    padding: 0 0 0 15px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.yzm_shuru, #regvercode_forgotpwd {
    float: left;
    width: 168px;
}

#sjyzm {
    width: 100%;
}
.yzm {
    width: 145px;
    height: 36px;
    font-size: 14px;
    background: #f5f5f5;
    text-align: center;
    border: #bdbdbd solid 1px;
    margin-left: 5px;
    cursor: pointer;
    line-height: 36px;
    float: right;
    cursor: pointer;
}

    .yzm:hover {
        background: #e7e7e7;
    }

    .yzm:focus, .yzm:active {
        background: #dcdcdc;
    }
.register_but {
    display: block;
    background: url('../image/but_bg4.jpg') no-repeat;
    width: 340px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    cursor: pointer;
}

    .register_but:hover {
        background: url('../image/but_bg4_sel.jpg') no-repeat;
    }

    .register_but:active {
        background: url('../image/but_bg4.jpg') no-repeat;
    }
.register_cz {
    padding: 10px 0 0 90px;
}
input#userid, input#password {
    border: 0px;
    width: 0px;
    height: 0px;
}