﻿/*注册*/
.register {
    /*background: #4585c2 url('../image/reg_bg2.jpg') no-repeat bottom center;*/
    width: 100%;
}

.register_main {
    margin: 0 auto;
}

.register_tit {
    font-size: 24px;
    text-align: center;
    padding: 0 0 30px;
    color:#f05a35;
}

.register_m {
    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 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;
        border-radius: 18px;
		padding-left:15px;
    }

    .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{width:60%;}
.yzm_shuru, #regvercode_forgotpwd {
    float: left;
}

#sjyzm {
    width: 100%;
}
.yzm {
    height: 36px;
    font-size: 14px;
    background: #d01f2e;
    text-align: center;
    /* border: #bdbdbd solid 1px; */
    margin-left: 5px;
    cursor: pointer;
    line-height: 36px;
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 18px;
    padding: 0 15px;
}

    .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;
}
.register_main {
    width: 100%;
}
.register_m {
    padding:0;
}
.register_center input[type=text], .register_center input[type=password] {
    width: calc(100% - 30px);
}
.register_left {
    width: 100%;
    text-align: left;
}

input#userid {
    /* display: inherit; */
    height: 0px;
    float: left;
}
input#btn_submit {
    width: 100%;
}
.register_cz {
    padding: 20px 0px;
}
    .register_cz.wx_login {
        padding-top: 0px;
    }

/*.wx_login .layui-btn {
    width: 100%;
    background: none;
    color: #d11b2a;
}*/