@charset "utf-8";

/* CSS Document */

.Y_all {
    max-width: 1200px;
    min-width: 1000px;
    width: 1200px;
}

body {
    background: #f8f8f8;
}

.mail_ico,
.mobile_ico {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url("../img/reg_method_s.png") no-repeat 0 0;
    vertical-align: middle;
    margin-right: 9px;
}

.mobile_ico {
    background-position: 0 -24px;
}

.register_warp {
    width: 1000px;
    background: #FFF;
    margin: 40px auto;
}


/*注册成功后的页面，注册点击激活链接后的页面*/

.register_common {
    height: 582px;
    font-family: 'Microsoft YaHei';
}

.register_common .tip1 {
    font-size: 22px;
    font-weight: bold;
}

.register_common .center_table {
    display: table;
    line-height: 40px;
    margin: 140px auto 0 auto;
}

.register_common .center_table_cell {
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
}

.register_success .tip2 {
    color: #666;
    font-size: 14px;
}

.register_common .button {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #427fed;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.register_activeemail .button {
    width: 130px;
    height: 40px;
}

.register_success .tip3 {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.register_warp .register {
    padding: 40px;
    position: relative;
}

.register h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
}

.register .other_reg {
    padding: 0 0 30px 0;
}

.register .other_reg h3,
.register .reg h3 {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.register .other_reg ul {
    margin: 0 0 30px 63px;
}

.register .other_reg li {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
}

.or_reg {
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    margin-bottom: 30px;
}

.or_reg em {
    font-size: 16px;
    background: #FFF;
    padding: 0 30px;
    position: absolute;
    top: -10px;
    left: 43%;
    color: #999;
}

.reg dl {
    padding: 15px 0;
}

.reg dl.current {
    background: #FAFAFA;
}

.reg .input {
    width: 300px;
    margin-right: 20px;
}

.reg dt {
    width: 180px;
    margin-right: 20px;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
}

.reg dt i {
    color: #F00;
    font-family: "SimSun";
    padding-right: 4px;
}

.reg dd span.pop_showmsg {
    font-family: "SimSun";
    padding: 12px 10px 10px;
    line-height: 20px;
    width: 284px;
}

.reg dd .icon {
    vertical-align: middle;
    margin-top: -4px;
}

.reg dd .icon.Y_fl {
    margin-top: 1px;
}

.reg dd .icon_succM {
    margin-top: 8px;
}

.reg .anquan {
    background-color: #999;
    height: 10px;
    width: 240px;
    margin: 2px 0 0 10px;
}

.reg .anquan em.r {
    background-color: #ff2121;
    width: 60px;
    display: block;
    height: 10px;
}

.reg .anquan em.r2 {
    background-color: #39afea;
    width: 120px;
    display: block;
    height: 10px;
}

.reg .anquan em.r3 {
    background-color: #f9aa0b;
    width: 180px;
    display: block;
    height: 10px;
}

.reg .anquan em.r4 {
    background-color: #5db734;
    width: 240px;
    display: block;
    height: 10px;
}

.aq {
    padding-bottom: 5px !important;
}

.aq dt {
    line-height: 24px;
}

.pincode .btn {
    font-size: 12px;
    font-family: "SimSun";
    height: auto;
    line-height: inherit;
    width: 120px;
    text-align: center;
    padding: 17px 14px 14px;
    margin-right: 20px;
    cursor: pointer;
}

.pincode .input {
    width: 130px;
}

.pincode .btn:hover {
    text-decoration: none;
    background-color: #1e8fc6;
    color: #FFF !important;
}

.pincode .btn.disabled,
.pincode .btn.disabled:hover {
    color: #999 !important;
    padding: 15px 14px 14px;
    cursor: default;
}

.protocol {
    line-height: 200%;
    font-size: 14px;
}

.show_pd {
    position: absolute;
    right: 25px;
    top: 11px;
    width: 20px;
    height: 20px;
    background: url(/static/images/show_pd.png?v=1) no-repeat 0 -20px transparent;
}

.show_pd.show {
    background-position: 0 0;
}

.app_fixed {
    display: block;
    position: absolute;
    right: -150px;
    top: 100px;
    /* margin-top: -100px; */
}

.app_fixed .img {
    width: 152px;
}

@media (max-width: 900px) {
    .app_fixed {
        display: none;
    }
}


/*iframe注册*/

@media (max-width: 800px) {
    #Y_head_nav,
    #Y_head_sub,
    .footer,
    .register .reg h3,
    .register .other_reg,
    .register .or_reg,
    .mobile_ico,
    .mail_ico,
    #Y_top {
        display: none;
    }
    body {
        background-color: #fff;
    }
    .register_warp .register {
        padding: 0;
        position: relative;
        padding: 100px 10px;
        min-height: 440px;
    }
    .register_warp .register h1 {
        /* background: url(//static.yaozh.com/images/project/db/xiaozhi_girl.png) no-repeat 0 0 transparent; */
        background: url(../images/sign.png) no-repeat 0 0 transparent;
        background-size: 100% 100%;
        width: 100px;
        height: 100px;
        padding: 0;
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-left: -32px;
        text-indent: -999px;
        top: 25px;
        overflow: hidden;
    }
    .reg {
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    .register_warp {
        width: auto;
        margin: 0 auto;
    }
    .reg dl {
        padding: 0;
        line-height: 12px;
        margin-bottom: 6px;
    }
    .reg dl.current {
        background-color: transparent;
    }
    .reg dt {
        margin-right: 0;
        width: 84px;
        line-height: 38px;
    }
    .aq dt {
        line-height: 12px;
    }
    .reg dd .icon_succM {
        margin-top: 2px;
        position: absolute;
        right: -120px;
        top: -34px;
        width: 24px;
    }
    .reg .input {
        line-height: 30px;
        height: 30px;
        padding: 3px;
        width: 100%;
        /* margin-right: 10px; */
    }
    .reg dd span.pop_showmsg {
        padding: 6px;
        line-height: 12px;
        width: calc(100% - 6px);
        margin: 6px 0 0 84px;
    }
    .reg dd .icon {
        display: none;
    }
    .reg dl img {
        /* height: 38px; */
    }
    dd.Y_fl{
        width: calc(100% - 110px);
        position: relative;
    }
    .aq .Y_fl .btn {
        height: 36px;
        line-height: 36px;
        width: calc(100% - -8px) !important;
        /* display: inline-block; */
    }
    .reg .anquan {
        margin: 1px 0 0 0;
        width: calc(100% - 50px);
        position: relative;
        left: 10px;
    }
    .pincode .btn {
        margin-right: 0;
        padding: 12px 6px !important;

    }
    .pincode .btn.disabled,
    .iframe .pincode .btn.disabled:hover {
        padding: 12px 6px !important;
    }
    .reg .pincode .input {
        width: calc(100% - 142px);
        margin-right: 0;
        position: relative;
        left: 8px;
    }
    .yzw-img{
        position: absolute;
        right: -8px;
        padding-left: 0 !important;
        width: 80px;
    }
    .yzw-t{
        line-height: 22px;
    }
    .yanzhengma{
        height: 38px;
        margin: 0 !important;
        position: relative;
        left: 10px;
    }
    .show_pd{
        right: 0;
        top: 0;
    }
    .reg .anquan em.r4{
        width: auto;
    }
    .y_m{
        display: none;
    }
}