* {
    margin: 0;
    padding: 0;
  }
  
  ul,
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  body,html {
    width: 100%;
    height: 100%;
  }
  .login {
    background-image: url(../images/login-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .loginlogo {
      position: relative;
      z-index: 999;
  }
  .loginlogo img {
    width: 150px;
    padding: 15px 0 0 15px;
}
.loginfooter{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 12px;
    text-align: center;
}
.box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginfrom {
    display: flex;
    background: #fff;
    height: 514px;
    width: 595px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    position: relative;
}
.dy {
    font-size: 35px;
    font-weight: 600;
}
.qf {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ms a {
    background: #fff;
    border: 1px solid #337dff;
    padding: 7.5px 32px;
    color: #337dff;
    font-size: 14px;
}
.ms {
    margin-bottom: 135px;
    margin-right: 120px;
}

.userlogin{
  width: 70%;
}

.userloginBox{
  margin: 30px 10px 30px 30px;
  border-right: 1px solid #ccc; 
}

.LogIn{
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  color: #4085FF;
}

.LogIn::before{
  content: '';
  width: 100px;
  height: 2px;
  background: #4085FF;
  position: absolute;
  top: 35px;
}

.userlogin-box{
  display: flex;
  width: 340px;
  flex-direction: column;
  padding: 20px 0;
  position: relative;
}

.userlogin-box input{
  display: inline;
  width: 320px;
  height: 50px;
  font-size: 14px;
  background: #F3F3F4;
  color: #939EAD;
  border: none;
  outline: none;
  margin: 10px 0;
  padding: 0 10px;
}

.userlogin-box a{
  text-align: right;
  color: #939EAD;
  font-size: 14px;
}
.term{
  font-size: 14px;
  margin-top: 30px;
}

.InpBlue{
  color: #337dff;
}

.LoginBtn{
  display: block;
  width: 340px;
  height: 45px;
  font-size: 1.2rem;
  background: #337dff;
  color: #fff;
  line-height: 45px;
  text-align: center;
  margin: 10px 0;
  border-radius: 5px;
}

.resg{
  color: #337DFF;
}

.other{
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  color: #8F96A3;
  position: relative;
}

.other::before{
  content: '';
  width: 100px;
  height: 1px;
  background: #8F96A3;
  position: absolute;
  left: 40px;
  top: 50%;
}

.other::after{
  content: '';
  width: 100px;
  height: 1px;
  background: #8F96A3;
  position: absolute;
  top: 50%;
}

.nothing{
  position: absolute;
  right: 20px;
  top: 20px;
}

.nothing span{
  color: #337DFF;
}

.smlogin{
  display: flex;
  width: 30%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.QRCode{
  text-align: center;
}

.QRCode img{
  margin: 10px 0;
}

.time{
  color: #FF9100;
}
.w1200{
  display: flex;
  width: 1200px;
  align-items: center;
  margin: 0 auto;
}

@media(max-width:768px) {
    .ms,.smlogin,.other {
        display: none;
    }
    .loginfrom {
        height: 415px;
        width: 85%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .userlogin {
        width: 100%; 
    }
    .userloginBox {
        padding: 17px;
        border-right: none;
        margin: 0;
    }
    
    .userlogin-box input {
        width: 93%;
    
    }
    
    .userlogin-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 20px 0;
        position: relative;
        margin: 0 auto;
    }
    
    .LoginBtn {
        width: 100%;
    
    }
    .loginfooter p {
        width: 90%;
    }
}
















