﻿/*====会员注册登录页 定义====*/

/* login and reg frame */
.userform {
    width: 980px;
    margin: 20px auto;
    background: #fff;
}

.userform .hd {
    height: 44px;
    line-height: 44px;
    border: 0;
    background:  repeat-x 0 -46px;
    color: #666;
    position: relative;
    overflow: hidden;
    font: normal 18px/44px "microsoft yahei";
    _font-weight: bold;
}

.userform .hd .gl,
.userform .hd .gr {
    position: absolute;
    top: 0;
    width: 5px;
    height: 46px;
    background:  no-repeat;
}

.userform .hd .gl {
    left: 0;
    background-position: right -92px;
}

.userform .hd .gr {
    right: 0;
    background-position: 0 -92px;
}

.userform .hd span {
    display: block;
    padding-left: 20px;
}

.userform .bd {
    padding: 30px;
    border: #ddd 1px solid;
    overflow: hidden;
    zoom: 1;
}

.userform .bd .col-left {
    width: 570px;
    padding-top: 20px;
    border-right: #ddd 1px solid;
}

.userform .bd .col-right dt {
    font-weight: bold;
    margin-bottom: 15px;
}

.userform .bd .reg_input {
    line-height: 18px;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
}

.userform .bd .reg_input label {
    display: inline-block;
    width: 130px;
    text-align: right;
}

.userform .bd .reg_input .text {
    width: 250px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
}

.userform .bd li select {
    padding: 2px;
}

.userform .bd li a {
    color: #024aa3;
    font-size: 12px;
}

.userform .bd li.loginbtn {
    padding-left: 135px;
}

.userform .bd li.loginbtn .btn {
    background-position: 0 -290px;
    width: 100px;
    height: 37px;
}

.userform .bd .col-right {
    padding: 20px 0 0 20px;
    line-height: 20px;
}

.userform .bd .col-right dd {
    color: #666;
    padding: 0 0 0 15px;
}

.userform .bd .col-right .btn {
    background-position: 0 -450px;
    width: 136px;
    height: 37px;
}

.userform .hd em.more {
    color: #fff;
    float: right;
    padding-right: 10px;
    font-size: 12px;
}

.userform .hd em.more a {
    color: #fff;
    margin: 0 5px;
    text-decoration: underline;
}

/*#userreg{ background:  no-repeat 538px 55px; }*/
#userreg .hd span {
    display: block;
    height: 22px;
    width: 85px;
    background:  no-repeat 0 -152px;
    padding-left: 0;
    margin: 10px 0 0 20px;
    overflow: hidden;
}

#userreg .foregetpwd {
    text-decoration: underline;
    margin-left: 33px;
}

/* reg  */
#pnlregstep2 .reg_input {}

#pnlregstep2 .reg_input label,
#tableregisterselect label {
    width: 150px;
    float: left;
    display: inline-block;
    width: 130px;
    text-align: right;
    line-height: 38px;
    font-size: 14px;
}

#pnlregstep2 .reg_input input {
    border: 1px solid #d8d8d8;
    height: 23px;
    line-height: 23px;
    padding: 5px 0 0 2px;
    width: 300px;
    vertical-align: middle;
    float: left;
}

#pnlregstep2 .reg_input div {
    height: 23px;
    line-height: 23px !important;
    overflow: hidden;
    clear: both;
    padding-left: 135px;
    display: none;
    font-size: 12px;
}

#pnlregstep2 .reg_input .d_err,
#pnlregstep2 .reg_input .d_ok,
#pnlregstep2 .reg_input .d_on {
    color: #f60;
    display: block !important;
}

#pnlregstep2 .reg_input .d_ok {
    color: #690;
}

#pnlregstep2 .reg_input .d_on {
    color: #999;
}

#trswicthselectfill {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

#trswicthselectfill * {
    vertical-align: middle;
}

#trswicthselectfill label {
    width: 130px;
    text-align: right;
    display: inline-block;
}

#trswicthselectfill label.checkbox {
    width: auto;
}

#trswicthselectfill label input {}

/* 注册 按钮 */
.reg_protocol .agree .btn {
    background-position: 0 -500px;
    width: 136px;
    height: 37px;
}

.reg_protocol .btnreg {
    background-position: 0 -500px;
    width: 136px;
    height: 37px;
}

.reg_protocol .agree {
    padding-left: 130px;
    margin-bottom: 10px;
}

.reg_protocol .regimprove {
    padding-left: 130px;
    margin-bottom: 10px;
}

.provision {
    margin-left: 130px;
    width: 600px;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    color: #999;
}

/* 注册认证 */
.registercheck_list ul {
    width: 80%;
    margin: auto;
}

.registercheck_list li {
    line-height: 18px;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
}

.registercheck_list li.push_button {
    text-align: left;
    padding: 0 0 0 130px;
}

.registercheck_list #btnregcheck {
    padding: 0 10px;
    height: 30px;
}


/* 快速注册 */
#alipayloginbox {
    display: none;
}

#bizidealoginbox {
    float: left;
    width: 320px;
}

#regbox {
    float: right;
    width: 350px;
    padding-right: 20px;
}

#partnersloginbox {
    padding-left: 10px;
    width: 160px;
    float: left;
    _display: inline;
}

#partnersloginbox .hd {
    padding-left: 0px;
}

#partnersloginbox ul li {
    height: 24px;
    overflow: hidden;
    padding: 8px 0 10px 0;
}

.userformin .tips {
    color: #999;
}

.userformin .hd {
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #c00;
    font: normal 14px/30px "宋体";
    font-weight: bold;
    padding-left: 24px;
}

.userformin .bd {
    padding: 0;
    border: none;
}

.userformin .bd table {}

.userformin .bd table td {
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
}

.userformin .bd table td.tdbgleft {
    width: 80px;
    text-align: right;
    font-size: 14px;
}

.userformin .bd table td .inp {
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
    border: 1px solid #d8d8d8;
}

#bizidealoginbox .inp {
    width: 180px;
}

#bizidealoginbox #btnlogon {
    width: 70px;
    height: 30px;
    cursor: pointer;
}

#regbox .inp {
    width: 220px;
    margin-right: 10px;
}

#regbox #valgtextmaxlength {
    display: none;
}

#regbox #btnregister {
    width: 70px;
    height: 30px;
    cursor: pointer;
}

#regbox #btnunregisterbuy {
    background-position: 0 -350px;
    width: 135px;
    height: 30px;
    display: none;
}


#txtvalidatecode {
    margin-right: 5px;
}

.tdcookie {
    padding-left: 82px !important;
    color: #999
}

.tdcookie input {
    margin: 0 5px 0 0;
}

.tdcookie * {
    vertical-align: middle;
}

.kx {
    display: none;
}

.pd {
    padding: 7px;
}

.pd .word {
    display: inline-block;
    width: 78px;
    margin-right: 6px;
    text-align: right;
    font-size: 14px;
}

.pd .inp {
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
    border: 1px solid #d8d8d8;
    margin-right: 10px;
}

.submitbtn {
    padding: 10px 86px;
}

.s-word {
    display: none;
}

/*@media*/
@media (max-width:768px) {
    * {
        transition: all 300ms;
    }

    .s-word {
        display: block;
        color: #bb0000;
        font-size: 0.875em;
    }

    .userform {
        width: 100%;
        margin: 0;
    }

    .userform .hd {
        width: 100%;
        display: none;
        text-align: center;
    }

    #userreg .hd span,
    .userform .hd .gl,
    .userform .hd .gl,
    .pd span,
    .pd .word {
        display: none;
    }

    .userform .bg {
        background: url(/uploads/image/siimages/userlogin_02.png) no-repeat 10px 10px;
        display: block;
    }

    .userform .bd {
        border: none;
        padding: 0;
    }

    #bizidealoginbox {
        float: none;
        /*width: 350px;*/
        padding: 10px;
    }

    #bizidealoginbox .inp,
    #regbox .inp {
        height: 49px;
        line-height: 49px;
        background-color: transparent;
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        border-radius: 5px;
        margin: 2px 0;
    }

    #regbox {
        float: none;
        margin-top: 20px;
        padding: 10px;
    }

    .userformin .bd table td {
        vertical-align: auto;
    }

    #userreg {
        background: none;
    }

    #bizidealoginbox #btnlogon,
    #regbox #btnregister {
        width: 100%;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#ce1111), to(#bb0000));
        background: -moz-linear-gradient(top, #ce1111, #bb0000);
        background: linear-gradient(#ce1111, #bb0000);
        border-radius: 5px;
        margin: 10px auto;
        border: 0px;
        font-size: 1.3em;
        color: #fff;
        height: 48px;
        line-height: 48px;
        font-weight: bold;
    }

    .submitbtn {
        padding: 0;
    }

    .pd {
        padding: 0;
    }
}