*{
    margin: 0;
    padding: 0;
}


body,html{
    height: 100%;
}
body{
    height: 100%;
    background: #f2f2f2;
    background: url(../img/loginbg.png) 0% 0% / cover  no-repeat;
    position: static;
    font-size: 12px;

}

::-webkit-input-placeholder { /* WebKit browsers */
            color:    white;
        }
        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color:    white;
        }
        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color:    white;
        }
        :-ms-input-placeholder { /* Internet Explorer 10+ */
            color:    white;
        }

.background{
    width: 800px;
    height: 400px;
    /*width: 52vw;*/
    /*height: 23vw;*/
    background: rgba(80,110,221,0.6);
    border-radius: 10px;
    background-size:100% 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.register{
   display: flex;
    justify-content: space-between;
    padding: 39px 50.5px 69px 32.5px;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
}
.register-lift{
    width: 50%;
display: inline-block;
    /*margin-top: 66.5px;*/
    align-items: center;
    margin-bottom: 5px;
}
.register> img{
    width: 50%;
}
.register-right{
   width: 50%;
   padding-left: 50px;
   box-sizing: border-box;
}
.register-right .title {
font-size: 26px;
    font-weight:  500;
    color:  #FFFFFF;
}
.intro{
    margin-top: 9.5px;
    font-size: 9px;
    font-weight:  400;
    color:#DEDEDE;
}
.from{
    margin-top: 50px;
}
.from-box{
    position: relative;
    display: flex;
    width:100% ;
    height: 26px;
    border-bottom: 1px solid #FFEEEEEE ;
    padding-bottom: 13px;
    margin-bottom:22px ;
}
.from-box input{
   padding-left: 9.5px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: rgba(0,0,0,0);
    border:none;
    outline: none;
}

.show{
    position: absolute;
    right: 13.5px;
    width: 13px;
    background: url("../img/eye-close.png") no-repeat;
    background-size:100% 100%;
    height: 14.5px;
    top: -1px;
}
.show2{
    position: absolute;
    right: 13.5px;
    width: 13px;
    background: url("../img/眼睛_显示_o.png") no-repeat;
    background-size:100% 100%;
    height:7.5px ;
    top: 3px;
}
.tip{
    display: flex;
    justify-content: space-between
}
.checkbox{
    display: flex;
    align-items: center;
}
.checkbox span{
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    color:#FFFFFF ;
}
.no-password a{
    font-size: 12px;
    font-weight: 400;
    color:#FFFFFF ;
    text-decoration: none;
}
.the-login-button{
    width: 180px;
    height: 33px;
    border-color: #FFFFFF;
    border-radius:16.5px ;
    background-color: #FFFFFF;
    font-size: 14px;
    color:#004EFE ;
    font-weight: 400;
    border: 0;
      display: block;
    margin: auto;
    margin-top: 40px;
}
.base{

    position: absolute;
 
    bottom: 10px;
    font-size: 12px;
    color: #DEDEDE;
    font-weight:400 ;
    cursor: pointer;
        width: 100%;
    text-align: right;
           padding-right: 10px;
         box-sizing: border-box;
}
.base:hover{
    color: #fff;
}
@media screen and (max-width: 600px) {
.background {
width:86% ;
    height:auto ;
    border-radius: 30px;
}
    .register{
        flex-direction: column;
        align-items: center;
        padding: 39px 32.5px 69px 32.5px;
    }
    .register-right .title{
        text-align: center;
    }
    .register >img{
        width: 100%;
    }
    .register-lift{
        margin-top: 0;

    }
    .register-right{
       padding-left: 0;
       width: 100%;
           margin-top: 15px;
    }
    .base{
       padding-right: 0;
        right: 0;
        text-align: center;
    }
    .from-box{
        height: auto;
    }

}