﻿
/*注册*/
.register {
    background: #4585c2 url('/images/reg_bg21.jpg') no-repeat bottom center;
    width: 100%;
}

.register_main {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    background: #4585c2 url('/images/reg_bg21.jpg') no-repeat bottom center;
    /*background: url('/images/reg_bg2.jpg');*/
}

.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;
}

.yzm_hq {
    border: solid 1px #bdbdbd;
    height: 38px;
    line-height: 38px;
    background: #fafafa;
    display: block;
    width: 110px;
    text-align: center;
    cursor: pointer;
}

.message {
    background: transparent url(../image/jt.gif) no-repeat scroll left center;
    padding-left: 7px;
    min-width: 150px;
    z-index: 888;
    line-height: 38px;
    float: left;
    display: none;
}

.fieldError {
    background-color: #FFFCCD;
    border-color: #FFC94A;
    border-style: solid solid solid none;
    border-width: 1px;
    padding: 0 5px;
    color: #ff0000;
}

.register_cz {
    padding: 10px 0 0 90px;
}

.register_xy input {
    vertical-align: -2px;
}

.register_but {
    display: block;
    background: url('/images/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('/images/but_bg4_sel.jpg') no-repeat;
    }

    .register_but:active {
        background: url('/images/but_bg4.jpg') no-repeat;
    }

.yzm_shuru {
    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;
    }
img#validateNumber {
    cursor: pointer;
}
.hide {
    display:none;
}
.register_m {
    width: 480px;
}
div#fsyzm {
    margin-right: 10px;
}
.register_but {
    width: 330px;
    background-size: contain;
}