.Box__validateCode{
    width:2.4rem;
    height: 0.68rem;
    position: absolute;
    right: 0px;
    bottom:0px;
    /*background-color:transparent;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url('../../images/loginSign/validateCode.png');
*/
}
.Box__content ul li.keepsignin{
    height: 0.48rem;
    padding:0.09rem 0rem;
    line-height:0.30rem;
    font-size:0.24rem;
    color:#666;
    border-bottom:0px;
    margin-bottom:0px;
}
.Box__content ul li.keepsignin input[type='checkbox']{
    vertical-align:top;
    -webkit-appearance:checkbox;
    display:inline;
    width:auto;
}
.Box__footer{
    position: absolute;
    width:7.5rem;
    margin:0px auto;
    padding:0rem 0.28rem;
    bottom:0.2rem;
    z-index:10;
    line-height:0.36rem;
    height:0.36rem;
    color:#d1d1d1;
    display:-webkit-box;
    display:box;
    display:-webkit-flexbox;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:0.24rem;
}
.Box__footer ._item{
    overflow:hidden;
    display:block;
    background-color:transparent;
    background-size:0.36rem 0.36rem;
    background-repeat:no-repeat;
    color:inherit;
    text-decoration:none;
}
.Box__footer ._item.l{
    padding-right:0.20rem;
    padding-left:0.40rem;
    background-image:url('../../images/loginSign/view.png');
    background-position:left center;
}
.Box__footer ._item.r{
    padding-left:0.20rem;
    padding-right:0.40rem;
    background-image:url('../../images/loginSign/out.png');
    background-position:right center;
}
@media screen and (max-height:530px) and (min-height:491px){
    .Box__form{
        padding-top:1.9rem;
    }
}
@media screen and (max-height:490px){
    .Box__form{
        padding-top:1.2rem;
    }
}