﻿html {   
    
    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 #ccc;
    width:100%;
    height:32px;
    margin-bottom:20px;
    padding-left:32px;
    color:#fff;
    font-size:16px;
    background-size:18px;
   
}

    
.login_info {
    position:relative;

}
#scan_login {
   position:absolute;
   right:0;
   top:5px; 
   width:22px;
   height:22px;
   background:url('/new_website/images/icon/icon_scan_20180319_44px_ccc.png') no-repeat  center;
   background-size:22px;
}
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:#ddd; }
.main_container .logo_area {
    height:2.5rem;
    background:url('/html5/logo/logo_mobile_login20170411.png') no-repeat center bottom;
    background-size:178px;
}
.main_container form {
    margin:1.3rem auto 0;
     width:80%;
    max-width:350px;
}
    .main_container form a {
        color:#ddd;
       
        text-align:center;
        font-size:12px;
    }
.login_in {
    font-size:16px;
    color:#fff;
    height:36px;
    border:1px solid #ddd; 
    text-align:center;
    line-height:36px;
    border-radius:6px;
    background:#f15b8a;
    font-size:18px;
}
.part1 {
    padding-top:0.7rem;
    overflow:hidden;
}
.part2 {
    padding-top:2.4rem;
    text-align:center;
    padding-bottom:1.8rem;
}
    .part2 a {
        padding:10px;
    }
.forgetPwd,.register {
    display:block;
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius:6px;
     width:85px;
}
.wechat {
    margin-top:0.5rem;
}
.wechat a {
    text-align:center;
    display:block;
    width:60px;
    height:60px;
    margin:0 auto;
    font-size:12px;
    padding-top:65px;
    background:url('/html5/icon/wechat_login1.png') no-repeat center;
    background-size:50px;
}
