.link-login-reg {
    color: #E7256C;
}

.login_body {
    padding: 10px 10px 20px 10px;
    background: #f7f6f6;
    border-bottom: 1px solid #c8c7cc;
}

.login_body a {
    cursor: pointer;
}

.login_ul li {
    height: 33px;
    border-bottom: 1px #dbdbdb solid;
    text-align: center
}

.login_ul {
    background: #fff;
    padding: 0 10px 10px 10px;
    border-top: 10px solid #ebebeb;
}

.login_ul .mobile {
    width: 20px;
    height: 30px;
    padding-right: 10px;
    display: inline-block;
    -webkit-box-flex: 1;
    background: url(http://cdn.jinxidao.com/m/icons/user-ico-reg-login.png?1) no-repeat 0px 4px;
    background-size: 20px 135px;
}

.login_ul .user {
    width: 20px;
    height: 30px;
    padding-right: 10px;
    display: inline-block;
    -webkit-box-flex: 1;
    background: url(http://cdn.jinxidao.com/m/icons/user-ico-reg-login.png?1) no-repeat 0px 7px;
    background-size: 20px 135px;
}

.login_ul .pwd {
    width: 20px;
    height: 30px;
    padding-right: 10px;
    display: inline-block;
    -webkit-box-flex: 1;
    background: url(http://cdn.jinxidao.com/m/icons/user-ico-reg-login.png?1) no-repeat 0px -111px;
    background-size: 20px 135px;
}

.login_ul .chp {
    padding-right: 10px;
    display: inline-block;
    color: #333;
    vertical-align: middle;
}

.login_ul input {
    background: none;
    border: none;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    color: #333;
    -webkit-box-flex: 1;
    display: block;
    margin-left: 20px;
}

.login_ul input.pwd {
    margin-top: 0;
}

.login_ul .free_reg {
    float: left;
}

.login_ul .free_reg_state {
    float: right;
    color: #ea7400;
}

.login_ul .btn_order {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.login_ul .forgot_pwd {
    margin-right: 12px;
    display: inline-block;
    float: right;
}

.resend_btn {
    margin-top: 9px;
    margin-left: 10px;
    line-height: 30px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #d7d7d7 100%);
}

.login_ul li.error_tip {
    text-align: left;
    padding-top: 0px;
    color: red;
    line-height: 30px;
    text-indent: 16px;
}

.login_ul .tabs {
    margin: 20px 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
}

.login_section .login_ul {
    min-height: 140px;
    border: none;
}



.login-input {
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
}
.login-input .acode{
    display: inline-block;
    width:120px;
    right:2px;
    line-height: 45px;
    text-align: center;
    border-left:solid 1px #e2e2e2 ;
    position: absolute;
}

.user-input {
    position: relative;
    min-width: 260px;
    right:5px;
}
.form-control{
    width: 100%;
}
.user-input span {
    position: absolute;
    left: 0;
    top: 10px;
}
.login_tab {height: 46px;width:100%;}
.login_tab li {
    float: left;
    height: 46px;
    width: 50%;
    display: inline-block;
    color: #3f6fbb;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    background-color: #e0e0e0;
}

.login_tab li:hover {
    background-color: #efefef;
}
.login_tab li.cur {
    background-color: #fff;
}