.content{
    width: 378px;
    height: 507px;
    border-radius:10px;
    position:absolute;
    top:50%;
    right:13%;
    /*margin-top: 200px;*/
    background-color: #fff;
    transform: translateY(-50%);
    padding: 56px 49px;
    box-sizing: border-box;
}
.newLogin .content{
    right: 0;
    width: 30vw;
    top: 45%;
}
.loginbtn{

    background: #1777FF;
    border-radius: 41px;
    box-shadow: 10px 2px 33px 0px rgba(5, 6, 9, 0);
}
.details .item-wrap{
    width:400px;
    margin:20px auto;
    position: relative;
}
.item-wrap  label{
    font-size: 16px;
    position: absolute;
    left:2px;
    bottom:45px;
    color:#777;
    cursor: text;
}
/*.item-wrap input{*/
/*    width:400px;*/
/*    height: 40px;*/
/*    border:none;*/
/*    outline: none;*/
/*    border-bottom: 1px solid #c3c3c3;*/
/*}*/
.item-wrap .bottom-line{
    position: absolute;
    width: 0;
    height: 2px;
    left:0;
    bottom: 40px;
    background-color: red;
}
.item {
    height: 80px;
}
.bottom-wrap {
    text-align: center;
}
.smImg{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 6px;
}
.newLogin .login-logo2{
    display: flex;
    position: relative;  justify-content: center;
    height: 53px;

}
.loginTitle{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 26px;
    color: #222222;
    line-height: 35px;
}
.loginWelcome{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    text-align: center;
}
.newLogin .login-box{
    margin-top: 50px;
}
.newLogin .layui-input{
    border-radius: 12px;
    border: 1px solid #51A7FF;
}
.newLogin .loginbtn{
    border-radius: 12px;
}
.newLogin .content{
    background: none;
    padding: 0;
    padding-top: 50px;
}
.newLogin .login-form .login-tab-r{
    width: 30px;
}
.newLogin .login-form .login-tab-l{
    width: 30px;
    display: none;
}
.newLogin .login-form .qrcode-login{
    margin-top: 50px;
    margin: 0 auto;
}
.dayinIcon{
    width: 16px;height: 16px;
}
.newLogin .erweimaBox{
    width: 330px;
    margin: 0 auto;
    padding-top: 20px;
}
.QRCodeBox{
   background: #ffffff;
    padding: 12px;
    border-radius: 10px;
}                         