﻿html {   
    background:url('../images/login_bg.jpg') no-repeat center;
    background-size:100%; 
    height:100%;  
}
body {
    font-size:14px;
    background-color:rgba(0,0,0,0);
    height:100%;
}
    
input {
    display:block;
    background:none;
    border-bottom:1px solid #fff;
    width:100%;
    height:0.74rem;
    margin-bottom:15px;
    padding-left:30px;
    color:#fff;
    font-size:0.32rem;
    background-size:18px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
color: #fff; }
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff; }
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff; }
input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff; }
input:focus::-webkit-input-placeholder{ color:#fff; }
.main_container .logo_area {
    height:2.7rem;
    background:url('/html5/logo/logo_mobile_login20170411.png') no-repeat center ;
    background-size:150px;
}
.main_container form {
    margin:0 auto;
     width:85%;
    max-width:350px;
}
.next_step_btn {
    font-size:16px;
    color:#fff;
    height:0.88rem;
    border:1px solid #fff; 
    text-align:center;
    line-height:0.88rem;
    border-radius:4px;
}
.part1 {
    padding-top:0.3rem;
    overflow:hidden;
    padding-bottom:0.8rem;
}
.main_container form a {
        color:#fff;
        text-decoration:underline;
        font-size:12px;
    }
input[name=auth_code],input[name=sms_auth_code] {
    width:67%;
}
    input[name=auth_code] + div {
        width:33%;
        height: 0.74rem;
        margin-bottom:15px;
        background:blue;
        margin-left:20px;
    }
        input[name=auth_code] + div img {
            width:100%;
            height:100%;
        }
    input[name=sms_auth_code] + div {
          width:33%;
          margin-bottom:50px;
          border:1px solid #fff;
          color:#fff;
          font-size:0.24rem;
          text-align:center;
          line-height:0.70rem;
          margin-left:20px;
          border-radius:4px;
    }



.tips_alert {
    position:fixed;
    left:0;
    top:0;
    font-size:18px;
    padding-top:90px;
    z-index:999;
    width:100%;
    height:100%;
    justify-content:space-around;
    -webkit-justify-content:space-between;
    -align-items:center;
    background:rgba(0,0,0,0.4)
}
.tips-box {
    width:70%;
    max-width:375px;
    height:130px;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    
}
.tips-info {
    height:84px;
    border-radius:8px;
    background:#fff;
    padding: 22px 42px;
    text-align:center;
    align-items:center;
    -webkit-align-items:center;
    justify-content:space-around;
    -webkit-justify-content:space-between;
}
.tips-confirm {
    height:42px;
    background:#fff;
    border-radius:8px;
    color:#ff6162;
    font-size:18px;
    line-height:42px;
    text-align:center;

}
.compile_register {
    font-size:16px;
    color:#fff;
    height:0.88rem;
    border:1px solid #fff; 
    text-align:center;
    line-height:0.88rem;
    border-radius:4px;
}
.login_info input[name=card_num], .login_info input[name=card_pwd] {
    padding-left:0;
}