#app {
  height: 100vh;
  background: url('https://down.dakatui.com/images/daren/1672900644847.png') no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#app .wrapper {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: url('https://down.dakatui.com/images/daren/1672900971688.png') no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#app .content {
  display: flex;
  width: 1250px;
  margin-top: -10vh;
  justify-content: space-between;
}
#app .left .tag {
  position: relative;
}
#app .left .tag span {
  display: block;
  position: relative;
  background: #0051ff;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  z-index: 9;
}
#app .left .tag::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 114px;
  height: 100%;
  background: linear-gradient(90deg, #00f5f2 18%, #ff0049 84%);
  border-radius: 10px;
}
#app .left h1 {
  position: relative;
  font-weight: 650;
  font-style: normal;
  font-size: 72px;
  margin-bottom: 50px;
  color: #333333;
}
#app .left h1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 3px;
  width: 72px;
  background: #797979;
}
#app .left p {
  font-weight: 650;
  font-size: 18px;
  color: #333333;
}
#app .left .welcome {
  margin-top: 10px;
  font-weight: 800;
  font-style: normal;
  font-size: 100px;
  color: rgba(47, 105, 234, 0.14901961);
}
.login-box {
  width: 400px;
  box-sizing: border-box;
  padding: 20px 50px;
  box-shadow: 0px 0px 2px rgba(106, 106, 106, 0.25490196);
  background: #fff;
  border-radius: 5px;
}
.login-box .title {
  text-align: center;
  font-weight: 650;
  font-size: 25px;
  margin-bottom: 10px;
}
.login-box .el-form--large.el-form--label-top .el-form-item .el-form-item__label {
  margin-bottom: 8px;
}
.logined-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 320px;
  background-color: #fff;
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.logined-box .avatar {
  width: 100px;
  height: 100px;
  margin: 10px 0 20px;
}
.logined-box .name {
  margin-bottom: 24px;
  font-size: 14px;
  color: #474E56;
}
.logined-box .login-out {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
.el-form-item__label {
  line-height: 22px;
  font-size: 12px;
}
.records-info {
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.records-info a {
  cursor: pointer;
  color: #a0cfff;
}
