.login_banner{
    width:100%;
    height:580px;
    position:relative;
    background:url("../login_banner.png") 100% 100% no-repeat;
    background-size: 100% 100%;
}
.login_content{
    position:absolute;
    width:440px;
    height:465px;
    top:40px;
    background:#fff;
    left:50%;
}
.login_main{
    width:380px;
    margin:auto;
    height:auto;
    position:relative;
}
.login_title{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}
.login_input_main{
    width:100%;
    height:40px;
}
.login_input_main input{
    width:368px;
    height:38px;
    border:1px solid #dddddd;
    padding-left:10px;
    line-height:38px;
    color:#999999;
}
.login_submit{
    width:100%;
    height:40px;
    line-height:40px;
    background:#f5b800;
    font-size:18px;
    font-weight:bold;
    text-align: center;
    border:0;
    border-radius: 6px;
    color:#fff;
    cursor: pointer;
    margin-top:40px;
}
.login_submit:hover{
    background:#f7c633;
}
.login_join_free{
    height:25px;
    line-height:25px;
    color:#999999;
    text-align: right;
}
.login_join_free a{
    color:#00baff;
}
.login_join_free a:hover{
    text-decoration: underline;
}
.sign_with{
    margin-top:20px;
}
.sign_with span{
    display: inline-block;
    padding:10px 10px 10px 0;
}
.sign_with img{
    margin-left:5px;
    cursor: pointer;
}
.login_question{
    margin-top:30px;
    height:30px;
    line-height:30px;
    color:#999999;
}
.login_question a span{
    padding-left:10px;
    color:#00baff;
}
.login_question_right{
    float:right;
    color:#999999 !important;

}
.login_erweima{
    float:right;
    padding-left:10px;
    cursor: pointer;
}
.erweima_show_div{
    width:100%;
    height:340px;
    position:absolute;top:0;
    left:0;
    background:#fff;
    display: none;
}
.login_erweima_size{
    width:200px;
    height:200px;
    margin:auto;
}
.login_erweima_size img{
    width:100%;
    height:100%;
}
.sign_in_with_QR{
    width:100%;
    height:25px;
    line-height:25px;
    text-align: center;
    margin-top:20px;
    font-size:16px;
}
.scan_machmall_app{
    text-align: center;
    width:100%;
    height:30px;
    line-height:30px;
    color:#999999;
}
.login_qrcode_hide{
    display: none;
}
.login_question p{
    float:right;
}
