* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  background-image: url(./images/login-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.main-left {
  position: absolute;
  left: 24px;
  top: 25px;
}
.main-left image {
  width: 275px;
  height: 54px;
}
.main-right {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 480px;
  background: #ffffff;
  box-shadow: 0px 6px 30px 1px rgba(26, 94, 162, 0.1);
  border-radius: 16px 16px 16px 16px;
}
.main-right .right-title {
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.9);
  padding: 60px 0 52px 0;
  text-align: center;
}
.main-right > div.right-user,
.main-right > div.right-pwd,
.main-right > div.right-code {
  width: 360px;
  height: 48px;
  background: #ffffff;
  opacity: 1;
  margin: 0 60px 0px 60px;
  box-sizing: border-box;
}
.main-right div.tips {
  padding: 0px 60px 0px 65px;
  color: red;
  height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}
.main-right > div.right-code {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.main-right > div.right-code > input {
  width: 240px;
  margin-right: 13px;
}
.main-right > div:not(.btn-remember) > input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-indent: 8px;
}
.main-right > div > input::placeholder {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.main-right .btn-remember {
  margin: 0 60px 15px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #1a1a1a;
  height: 22px;
  line-height: 22px;
}
.main-right .btn-remember label,
.main-right .btn-remember input{
  cursor: pointer;
}
.main-right .btn-remember input {
  margin: 0;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.main-right #btn-login {
  width: 360px;
  height: 60px;
  background: linear-gradient(90deg, #1c85ff 0%, #104fde 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  border: none;
  margin: 0 60px 60px 60px;
  cursor: pointer;
}
.blanka {
  text-align:right;
  padding-right:65px;
  margin-bottom: 30px;
}

.qrcodediv {
  text-align: center;
	height: 350PX;
	box-sizing: border-box;
	padding-left: 20px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #ffffff;
}

.qrtitle{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: rgba(0,0,0,0.9);
	line-height: 0px;
	-webkit-background-clip: text;
}

.qrimage{
	width: 280px;
	height: 280px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 2px solid rgba(0,0,0,0.2);
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-10px;
}

.qrfoot{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: rgba(0,0,0,0.4);
	line-height: 0px;
	-webkit-background-clip: text;
}