
.login{
    width: 100%;
    height:auto;
    overflow:hidden;

}
.login-title{
    height:38px;
    line-height:38px;
    text-align: center;
    color:#111111;
    font-size:28px;
    font-weight: 100;
    margin: 50px 0 10px 0;
}
.login-code {
    width:160px;
    height:160px;
    margin: 20px auto;
    overflow: hidden;
}
.login-code img{
    width: 100%;
}
.login-word{
    width:164px;
    padding-left:46px;
    height:32px;
    line-height:16px;
    margin: 0 auto 26px;
    color:#999999;
    background:url("/resources/views/loginPage/imgs/iconfont-saoma.png") no-repeat left 0;
}
.login-word span{
    color:#e44835;
}
.login-other{
    width:100%;
    height:149px;
    border-top:1px #eeeeee solid;
}
.login-other-word {
    margin:-9px auto 0;
    width:118px;
    height:18px;
    line-height:18px;
    color:#999999;
    font-size:14px;
    text-align: center;
    background:#fff;
}
.login-other-phone{
    width:200px;
    height:40px;
    color:#fff;
    font-size:16px;
    text-align: center;
    line-height: 40px;
    margin:20px auto;
    background:url("/resources/views/loginPage/imgs/phone-login.png") no-repeat;
}
.login-other-phone:hover{
    background:url("/resources/views/loginPage/imgs/phone-login-hover.png") no-repeat;
}
.login-other-phone:active{
    background:url("/resources/views/loginPage/imgs/phone-login-active.png") no-repeat;
}
.login-other-pwd{
    font-size:12px;
    height:16px;
    color:#666666;
    width:100%;
    text-align: center;
}
.login-other-pwd span{
    color:#0088cc;
}
.login-other-pwd a{
color:#2C79CE
}
.login-other-phone,.login-other-pwd span,.vf-word,.login-btn-big,.getAgain{
    cursor: pointer;
}
.phone-title{
    font-size:20px;
}
.phone-inputBox{
    width:320px;
    margin:0 auto;
    position: relative;
}
.inputBox{
    width:222px;
    height:40px;
    background:url("/resources/views/loginPage/imgs/320x40-mr.png") no-repeat 0 20px;
    padding-top:20px;
    line-height:40px;
    border:none;
    outline: none;
    padding-left:98px;
    color:#999999;
    font-size:14px;
    clear: both;
}
.input-red{
    background:url("/resources/views/loginPage/imgs/320x40-bj.png") no-repeat  0 20px;
}
.inputCountry {
    position: absolute;
    top:31px;
    left:20px;
    font-size:14px;
    color:#666666;
}
.inputCountry span{
    margin-left:20px;
    color:#999999;
}
.vf-inputBox{
    width:332px;
    background:none;
    padding-left:0;
}
.smallInput{
    height:40px;
    width:132px;
    line-height:40px;
    background:url("/resources/views/loginPage/imgs/150x40-mr.png") no-repeat;
    float: left;
    border:none;
    outline: none;
    padding-left:18px;
    color:#999999;
    font-size:14px;
}
.verificationCode {
    width:180px;
    height:40px;
    float:right;
}
.disTips{
    color:#ff0000;
    margin-top:8px;
    padding-left:20px;
    height:16px;
    font-size:12px;
    line-height:16px;
    clear:both;
    display: none;
}
.vf-code{
    width:105px;
    height:36px;
    margin-top:2px;
    float:left;
    overflow: hidden;
    margin-left:10px;
}
.vf-word {
    width:60px;
    float:right;
    line-height:18px;
    color:#0088cc;
    margin-top:2px;
}
.login-btn-big {
    margin:0 auto 60px;
    padding-left:0;
    font-size:16px;
    color:#fff;
    background:url("/resources/views/loginPage/imgs/big-btn-gray.png") no-repeat 0 20px;
    text-align: center;
    width:320px;
}
.getCode-title{
    font-size:16px;
    color:#666666;
    margin-bottom:0;
}
.getCode-title-num{
    margin:0;
}
.inputmess{
    padding-left:20px;

}
.getAgain{
    position: absolute;
    top:20px;
    right:0;
    width:120px;
    height:40px;
    background:url("/resources/views/loginPage/imgs/again-mr.png") no-repeat;
    color:#fff;
    text-align: center;
    line-height: 40px;
}
.getAgain-red{
    background:url("/resources/views/loginPage/imgs/again-red.png") no-repeat;
}
.getAgain-red:hover{
    background:url("/resources/views/loginPage/imgs/again-hover.png") no-repeat;
}
.getAgain-red:active{
    background:url("/resources/views/loginPage/imgs/angin-active.png") no-repeat;
}
.getAgain span{
    color:#e44835;
}
.login-btn-m{
    background:url("/resources/views/loginPage/imgs/big-btn-mr.png") no-repeat 0 20px;
}
.login-btn-m:hover{
    background:url("/resources/views/loginPage/imgs/big-btn-hover.png") no-repeat  0 20px;
}
.login-btn-m:active{
    background:url("/resources/views/loginPage/imgs/big-btn-active.png") no-repeat 0 20px;
}
.getCode-why,.passWord-log{
    margin-bottom:60px;
}
.whyNot{
    font-size:14px;
    color:#666666;
    line-height:24px;
    padding-bottom:55px;
    overflow: hidden;
    display: none;
    border-top:1px dashed #eee;
    padding-top:10px;
    margin-top:-40px;
}
.whyNot span{
    color:#e44835;
    margin-left:4px;
}
.whyNot-title{
    font-size:16px;
    color:#111111;
    margin-bottom:10px;
}
.getCode-why span img {
    margin-top: -3px;
    margin-left: 5px;
}

/*密码登录*/
.pwd-input{
    padding-left:20px;
    width:300px;
}

.login-pwd-btn{
    margin-bottom:15px;
}
/*冻结*/
.frozen-box{
    margin-top:20px;
    text-align: center;
    line-height:24px;
    height:auto;
    overflow: hidden;
    margin-bottom:55px;
    font-size:14px;
}
.frozen-box span{
    color:#e44835;
    margin:0 5px;
}
.locking-box{
    width:280px;
    padding-left:40px;
    text-align: left;
}
.locking-box a{
    color:#0088cc;
    margin:0 2px;
}
.locking-title span{
    color:#e44835;
}
/*密码显示*/
.pwdBox-input{
    width:100%;
    height:60px;
    position: relative;
}
.password-word{
    position: absolute;
    left:20px;
    top:11px;
    color: #999999;
    font-size:14px;
}
.payMethod {height: 30px;}
.payMethod span {
    display: inline-block;
    float: left;
}
.tixianBox .payMethod .checkIcon {
    width: 14px;
    height: 14px;
    background: url(/resources/assert/images/radio_icon.png);
    margin: 6px 6px;
}
.tixianBox .payMethod .checked {
    background-position: 14px 0;
}
.tixianBox .wechat_test_tab span{
    width:134px;
}

.login_code_loading{
    text-align: center;
    color:#666;
    font-size:14px;
    height:160px;
    line-height:160px;
    position: relative;
    margin-left:10px;
}
.login_code_loading img{
    width: 70px;
    position: absolute;
    top:50%;
    left: -26px;
    margin-top: -35px;
    z-index: -1;
}
.login_code_ed img{
    left:-12px;
}
.login_code_invalid span{
    display: block;
    color:#0088cc;
    cursor: pointer;
}
.login_tab_title{
    margin-top:18px;
}
.login_tab_title span{
    margin:0 50px;
    display: inline-block;
    height: 32px;
    cursor: pointer;
}
.login-code-tip{
    width:197px;
    height:71px;
    position: relative;
    margin-top: 12px;
    margin-left:12px;
}
.login-code-tip img{
    cursor:pointer;
}
.login-code-tip-word{
    position:absolute;
    left:71px;
    top:0;
}
.marB60{
    margin-bottom: 60px;
}
.footer{
    margin-top: -16px;
}
.marTb30{
    margin: 30px 0
}
.dn{
    display: none
}
.greeDeel{
    user-select:none;  
}
.greeDeel label {
    font-size: 12px;
    cursor: pointer;
    /* user-select:none; */
}
.greeDeel label i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    width: 11px;
    height: 11px;
    text-align: center;
    line-height: 10px;
    color: #fff;
    vertical-align: middle;
    margin: -1px 2px 1px 0px;
    border: #C8161E 1px solid;
}
.greeDeel input[type="checkbox"]{
    display: none;
}
.greeDeel input[type="checkbox"]+i {
    border-radius: 50%;
}
.greeDeel input[type="checkbox"]:checked+i {
    background: #C8161E;
}