*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-image: url("../images/bjs.png");
}
.box{
    width: 900px;
    height: 500px;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin:auto;
}
.left{
    width: 500px;
    height: 500px;
    float: left;
    background-image: url("../images/logo2.png");
    background-size: 100%;
}
.right{
    width: 400px;
    height: 500px;
    float: left;
    background: #ffffff;
    position: relative;
}
.loginbox{
    width: 320px;
    height: 350px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin:auto;
}
.logo{
    width: 320px;
    height: 70px;
    background: #ffffff;
    text-align: center;
}
.logo img{
    width: 150px;
    height: 55px;
    margin: 0 auto;
}
.logins{
    width: 320px;
    height: 280px;
    margin-top: 15px;
}
.inputs{
    width: 320px;
    height: 50px;
    border-bottom:solid 2px #E5E5E5 ;
    margin-bottom: 20px;
    text-align: center;
}
.inputs .span{
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    width: 70px;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial, sans-serif;
}
.inputs input{
    display: inline-block;
    height: 30px;
    width:200px ;
    margin: 0 5px;
    outline:none!important;
}
.inputs img{
    display: inline-block;
}
.inputs .spans{
    display: inline-block;
    width: 70px;
    position: relative;
}
.inputs .spans .day{
    position: absolute;
    left: 20px;
    top: -20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #BBE8FF;
    border: solid 1px #0093DD;
    overflow: hidden;
}
.day{-webkit-animation:transform-5 5s forwards infinite linear;animation:transform-5 5s forwards infinite linear;}
@keyframes  transform-5 {
    100% { transform: rotate(-360deg); }
}
@-webkit-keyframes  transform-5 {
    100% { -webkit-transform: rotate(-360deg); }
}
.login-btn{
    width: 250px;
    height: 40px;
    font-size:22px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    border-radius: 5px;
    background: #0093DD;
    margin-left: 35px;
    margin-top: 15px;
    letter-spacing:8px;
}
.day img{
    width: 20px;
    height: 20px;
    margin-bottom: 40px;
}
.yanz{
    width: 230px!important;
}
.userimg{
    visibility:hidden;
}
.passimg{
    visibility:hidden;
}

