* {
    margin: 0;
    padding: 0;
}
body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(150deg, #d299c2, #fef9d7); */
    overflow: hidden;
    background-image: url('./5998952293eab1b1e4460ae9c42aa0f.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* .middleContainer{
    background-color: white;
    width: 70%;
    margin: auto;
    height:60%;
} */
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
    background-image: url("./5998952293eab1b1e4460ae9c42aa0f.png");
    background-size: cover;
  }
  .login-form .el-input, .login-form .el-input input{
    height:48px;
  }
  .weChatDownloadPop {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      top: 25.8%;
      left: 102%;
      padding: 1% 1.8% .8% 1.8%;
      border-radius: 20px;
      background: #fff;
      
  }
  .weChatDownloadPop :before {
    content: "";
    width: 20px;
    height: 20px;
    left: -20px;
    top: 9%;
    position: absolute;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
  }
  .weChatDownloadPop .weChatDownloadBox {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .weChatDownloadPop .weChatDownloadBox .weChatDownload-background {
      width: 147px;
      height: 147px;
      margin-bottom: 8px;
      background: #fff;
      border-radius: 12px;
  }
  .weChatDownloadPop .weChatDownloadBox .weChatDownload-background .weChat-Icon {
      width: 100%;
      height: 100%;
      background-image: url('./erweimaNew0.png');
      background-size: cover;
  }
  .weChatDownloadPop .weChatDownloadBox {
      font-size: 14px;
      font-weight: 400;
      color: #767676;
  }
  .title {
    color: #1e1e1e;
    margin: 0px auto 30px auto;
    text-align: center;
    font-size: 25px;
  }
  
  .massage {
    border-radius: 6px;
    background: #ffffff ;
    opacity:0.9;
    width: 70%;
    padding: 5% 5% 5% 5%;
  }
  .login-tip {
    font-size: 13px;
    text-align: center;
    color: #bfbfbf;
  }
  .login-code {
    width: 33%;
    height: 3px;
    float: right;
  }
  .el-login-footer {
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .login-code-img {
    height: 38px;
  }
  .wechat{
    background-image: url("./1634105387.jpg");
  }
  