/* 用户注册 */

.content_register {
    background: url(../images/reg_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 50px 0 35px;
}

.contentInner_register {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 75px;
}

.userRegister {
    background: #eaeaea;
    height: 82px;
    text-align: center;
    line-height: 82px;
    margin: 0 24px 40px;
    font-size: 24px;
}

.conInfo {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.conInfo .sp:before {
    content: '* ';
    color: red;
}

.conInfo input {
    border: 1px solid #d9dde1;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 12px 8px;
    box-sizing: border-box;
    width: 475px;
    margin-left: 6px;
}

.conInfo select {
    border: 1px solid #d9dde1;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 12px 8px;
    box-sizing: border-box;
    width: 475px;
    margin-left: 6px;
}

.conInfo .tips1,
.conInfo .tips2,
.conInfo .tips3,
.conInfo .tips4,
.conInfo .tips5,
.conInfo .tips6,
.conInfo .tips7,
.conInfo .tips8,
.conInfo .error
{
    position: absolute;
    left: 428px;
    top: 46px;
    font-size: 12px;
    color: red;
}

.tips10 {
    background: #fff;
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.checkBox {
    position: relative;
}

.checkBox .tips9 {
    position: absolute;
    left: 422px;
    top: 30px;
    font-size: 12px;
    color: red;
}

.idCardBox .sfz,
.userNameBox .name,
.yonghuBox .name,
.passwordBox .password,
.phoneBox .phoneNumber,
.flBox .type,
.certicodeBox .yzm {
    font-size: 18px;
    color: #000;
    display: inline-block;
    width: 120px;
    text-align: right;
}


/* 2022-02-14新增隐藏身份证号的中间几位 */

.content_register .idCardBox {
    position: relative;
}

.content_register .idCardBox span.eyes_on {
    background: url(../images/eye_on.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 305px;
}

.content_register .idCardBox span.eyes_off {
    background: url(../images/eye_off.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 305px;
}

.passwordLogin .zhanghao {
    position: relative;
}

.passwordLogin .zhanghao span.eyes_on {
    background: url(../images/eye_on.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.passwordLogin .zhanghao span.eyes_off {
    background: url(../images/eye_off.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.registerSub {
    width: 475px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 45px;
    margin-left: 428px;
    border-radius: 5px;
}

.registerSub .back {
    background: #1382e9;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 200px;
    cursor: pointer;
    margin-left: -15px;
    border-radius: 5px;
}

.registerSub .zhuce {
    background: #1382e9;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 200px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 60px;
}

.certicodeBox {
    position: relative;
}

.certicodeBox input {
    width: 394px;
}

.certicodeBox .getCode {
    box-sizing: border-box;
    background: #1ba5fc;
    width: 84px;
    height: 45px;
    margin-left: -4px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.certicodeBox .countdown {
    box-sizing: border-box;
    background: #1ba5fc;
    width: 84px;
    height: 45px;
    margin-left: -4px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}


.content_register .sure-pop-window {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    right: 0;
    z-index: 999;
    display: none;
}


.content_register .sure-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.content_register .sure-pop p {
    font-size: 16px;
    margin-bottom: 30px
}

.content_register .sure-pop a {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;
}

.content_register .sure-pop a.cancel_btn {
    border: #005faf 1px solid;
    color: #005faf;
}

.content_register .sure-pop a.sure_btn {
    color: #fff;
    background: #005faf
}







@media screen and (max-width:1000px) {
    .contentInner_register{
        width:100%;
    }
    .content_register{
        padding:0;
    }
    .userRegister{
        height:40px;
        line-height:40px;
        font-size:20px;
        font-weight:
                bold;
        margin:0 0 20px
    ;
        background: none;
    }
    .conInfo{
        text-align:
                left;
        display: flex;
        padding-right:10px;
        align-items: center;
        margin-bottom: 26px;
        position: relative;
    }
    .idCardBox .sfz, .userNameBox .name, .yonghuBox .name, .passwordBox .password, .phoneBox .phoneNumber, .flBox .type, .certicodeBox .yzm{
        width:80px;
        font-size:14px;
    }

    .conInfo input{
        width:100%;
        flex:1;
        margin-bottom: 0;
        margin-left: 10px;
        font-size: 12px;
    }

    .registerSub{
        margin:0;
        width:100%;
    }
    .registerSub{
        line-height:40px;
        height: 40px;
        margin-top: 20px;
    }

    .registerSub .back{
        width: auto;
        padding: 0 20px;
        margin: 0;
        font-size: 16px;
    }
    .registerSub .zhuce{
        width:auto;
        margin:0;
        padding:0 20px;
        margin-left:20px;
        font-size: 16px;
    }
    .conInfo .tips1, .conInfo .tips2, .conInfo .tips3, .conInfo .tips4, .conInfo .tips5, .conInfo .tips6, .conInfo .tips7, .conInfo .tips8, .conInfo .error{
        left: 89px;
    }
}