@charset "utf-8";
.register {
    margin: 0 auto;
    padding-top: 90px;
    width: 730px;
    height: 716px;
    border-radius: 4px;
    overflow: visible;
}

.main .register .regc {
    width: auto;
    border-top: none;
    opacity: 1;
}

.main .register .regc .reg_con {
    height: 716px;
    background-color: #fff;
    border-radius: 4px;
}

.main .register .regc .reg_con .reg_top {
    border-radius: 4px 4px 0 0;
    margin-bottom: 40px;
}

.reg_con div.reg_info {
    margin-bottom: 25px;
}

.reg_top span {
    display: block;
    width: 50%;
    height: 47px;
    line-height: 43px;
    font-size: 22px;
    color: #717173;
    border-top: 3px solid #eceff4;
    background-color: #eceff4;
    cursor: pointer;
}

.reg_top span.select {
    border-top: 3px solid #E84332;
    background-color: #fff;
    color: #fb6161;
}

.reg_left {
    width: 100px;
    position: absolute;
    right: 355px;
    top: 0;
}

.reg_left span {
    float: right;
}

.reg_con {
    font-size: 16px;
    color: #434343;
}

.reg_con .reg_info input {
    font-family: "SimSun";
    font-size: 12px;
    color: #848587;
}

.reg_con input.reg_btns {
    width: inherit;
    height: 54px;
    font-size: 22px;
    cursor: pointer;
    border: none;
    background: url(//res.zulong.com/passport/imagesv2/btn_1.png) no-repeat 0 0;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//res.zulong.com/passport/imagesv2/btn_1.png', enabled=Enabled, sizingMethod='scale') \9;
}

.reg_con input.reg_btns:hover {
    background-position: 0 -73px;
}

.reg_con div.reg_foot {
    width: 400px;
    height: 55px;
    margin: 10px 0 0 140px;
    padding: 0;
    position: relative;
    overflow: visible;
}

.other_using {
    margin-top: 10px;
    text-align: center;
    height: 30px !important;
    font-size: 14px;
    background: url(//res.zulong.com/passport/imagesv2/bg_type.png) no-repeat 0 -6px;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//res.zulong.com/passport/imagesv2/bg_type.png', enabled=Enabled, sizingMethod='scale') \9;
}

.reg_con div.register_using {
    height: 50px;
    margin: 20px 259px;
    width: 163px;
    background: url(//res.zulong.com/passport/imagesv2/icon.png) no-repeat 0 0;
}

.btn {
    display: inline-block;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 12px;
}

.btn_special {
    margin-right: 0;
}

.reg_iptxt.warn {
    border: none;
}

.reg_con div.reg_info .pop-warning {
    left: 355px;
    top: 3px;
}

.reg_con div.last_reg .pop-warning {
    left: 430px;
    top: 35px;
    width: 70%;
}

.reg_con .reg_info input.reg_iptxt {
    width: 340px;
    border: none;
    height: 44px;
    line-height: 44px;
    background: url(//res.zulong.com/passport/imagesv2/gx_k.png) no-repeat 0 -72px;
}

.reg_con .reg_info input.reg_iptxt:focus {
    background-position: 0 -10px;
}

.reg_con .reg_info input.reg_iptxtv, .reg_con .reg_info input.reg_iptxt2 {
    width: 200px;
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    margin-right: 8px;
    background: url(//res.zulong.com/passport/imagesv2/gx_k.png) no-repeat 0 -134px;
}

.reg_con .reg_info input.reg_iptxtv:focus, .reg_con .reg_info input.reg_iptxt2:focus {
    background-position: 0 -195px;
}

.reg_con .imgVerify {
    width: 122px;
    height: 42px;
    margin-right: 0;
    border: none;
}

.reg_con .imgVerify img {
    border-radius: 5px;
}

.reg_con .reg_info input.rp_ipbtn_phone {
    margin: 0;
    padding-left: 0;
    width: 122px;
    height: 42px;
    border-radius: 5px;
}

.reg_con div.reg_info.last_reg {
    margin-bottom: 0;
    height: auto;
    width: 500px;
}

#strength_bar {
    margin-left: 5px;
}

#pwdInput {
    margin-bottom: 3px;
}

ul.strength_bar {
    height: 20px;
    position: absolute;
    left: 5px;
    top: 45px;
}

ul.strength_bar li {
    float: left;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.hide {
    display: none;
}

.userAgreementSpan {
    font-family: 'SimSun';
    color: #434343;
}

.userAgreementSpan a {
    color: #2672fd;
}

@media screen and (max-width: 1300px) {
    .register {
        padding-top: 110px;
    }

    .main .register .regc .reg_con {
        height: 660px;
    }
}