html,body{
    width: 100%;
    height: 100%;
}
.clearfix:after {
    visibility: hidden;
  display: block;
  /* font-size: 0; */
  content: " ";
  clear: both;
  height: 0;

 }
.bg{
    width: 100%;
    height: 100%;
    background-image: url("../../common/images/login1.png");
    background-attachment:fixed;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover; 
    background-position:center;
    position: relative;
}
.bg1{
    background-image: url("../../common/images/bg.png");
    background-attachment:fixed;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover; 
    background-position:center;
}
.font24{
    font-size: 24px;
}
/* 鐢ㄦ埛鐧婚檰妗� */
.login-title{
    padding:60px 0px 0px 80px;
    box-sizing: content-box;
    color: white;
}
.use-login{
width:350px;
height:300px;
background:white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 5px;
text-align: center;
}
.use-login p:nth-child(1){
    margin-top: 24px;
    font-size: 14px;
}
.login-fill{
    border:1px solid #d8d8d8;
    width: 90%;
    margin: 20px auto;
    border-radius: 5px;
}
.login-fill div{
    height: 50px;
}
.login-input{
width: 80%;
height: 40px;
margin-top: 10px;

border: none;
position: relative;
padding-left: 40px;
padding-top: -4px;
font-size: 14px;
border-bottom: 1px solid #d8d8d8;
}
.login-usename img{
    width: 30px;
    height: 25px;
    position: absolute;
    top: 83px;
    left: 20px;
    z-index:99999;
}
.login-password img{
    width: 30px;
    height: 25px;
    position: absolute;
    top: 134px;
    left: 20px;
    z-index:99999;
}
.login-yzm{
    height: 55px !important;
}
.login-yzm img:nth-child(1){
    position: absolute;
    top: 183px;
    left: 20px;
    z-index:99999;
    width: 30px;
    height: 25px;
}
.yzm{
    width: 120px;
    height: 36px;
    position: absolute;
    top: 179px;
    right: 24px;
    
}
.img-yzm{
    border-bottom: none !important;
}
input::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
    銆�銆�}
    input:-moz-placeholder {  
        銆�銆�color:#666;
        font-size:14px;
    銆�銆�}
    input::-moz-placeholder {  
        銆�銆�color:#666;
        font-size:14px;
    銆�銆�}
    input:-ms-input-placeholder { 
        銆�銆�color:#666;
        font-size:14px;
    }
    .check-psd{
        height: 50px;
    
    }
    .rempassword{
        width: 100px;
        height: 20px;
        margin: 20px;
        float: left;
    }
.fgpassword{
    float: right;
    margin: 20px;
}
.login-btn{
    width: 90%;
    height: 40px;
    background:#5c90d2; 
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin: 28px auto;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.copyright{
font-size: 14px;
color: white;
position: absolute;
bottom:10%;
left: 50%;
transform: translateX(-50%);
clear: both;
text-align:center;

}