* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page .background {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("/img/ui/login_bg.png") no-repeat;
  background-size: 100% 100%;
}
.page .background .center {
  height: 610px;
  width: auto;
  aspect-ratio: 1.7;
  background-size: 100% 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.7);
  border-radius: 16px 16px 16px 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(100px);
  box-sizing: border-box;
  opacity: 0.8;
}
.page .background .box {
  height: 610px;
  width: auto;
  aspect-ratio: 1.7;
  position: absolute;
  border-radius: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.page .background .box .left {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  top: 50%;
  left: 0;
  position: relative;
  transform: translateY(-50%);
  padding-left: 40px;
}
.page .background .box .left .bg {
  position: relative;
  width: 90%;
  height: auto;
  aspect-ratio: 586/558;
  top: 50%;
  transform: translateY(-50%);
}
.page .background .box .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page .background .box .right .container .logo {
  margin-top: 76px;
  text-align: center;
}
.page .background .box .right .container .logo img {
  height: 30px;
}
.page .background .box .right .container .title {
  font-size: 28px;
  font-weight: bold;
  color: #f08519;
  line-height: 32px;
  width: 100%;
  text-align: center;
  margin: 22px auto 0 auto;
}
.page .background .box .right .container .qrcode_box {
  border-radius: 12px;
  padding: 10px;
  width: 280px;
  height: 280px;
  position: relative;
  margin-top: 51px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
}
.page .background .box .right .container .qrcode_box .mask {
  display: none;
  border-radius: 12px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100%;
  position: absolute;
}
.page .background .box .right .container .qrcode_box .mask .tips {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  height: 90%;
  border-radius: 12px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.page .background .box .right .container .qrcode_box .mask .tips-action {
  display: none;
  margin-top: 2px;
  color: #0052d9;
  cursor: pointer;
}
.page .background .box .right .container .qrcode_box .mask .tips-action:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=login.css.map */
