.background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.main .login {
  width: 550px;
  height: auto;
  background: #FFFFFF;
  padding: 60px 0;
}
.main .login .title {
  font-weight: 900;
  font-size: 42px;
  color: #212229;
  line-height: 59px;
  text-align: center;
  margin-bottom: 1.042vw;
}
.main .login .tis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 330px;
  height: 36px;
  background: #0056ff1e;
  border-radius: 18px 18px 18px 18px;
  font-weight: 400;
  font-size: 14px;
  color: #535D70;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 2.083vw;
}
.main .login .tis i {
  color: #0056FF;
  cursor: pointer;
}
.main .login .pic {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.main .login .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .login .xieyi {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.125vw;
}
.main .login .xieyi img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.main .login .xieyi p {
  font-weight: 400;
  font-size: 16px;
  color: #212229;
  line-height: 22px;
  text-align: left;
}
.main .login .xieyi p i {
  color: #0056FF;
  cursor: pointer;
}
.main .xymask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 888;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.main .xypop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 500px;
  height: 600px;
  display: none;
  background-color: #FFFFFF;
  overflow-y: auto;
  padding: 20px;
}
.main .xypop .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.main .xypop p {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}
