@font-face {
  font-family: douyu;
  src: url("../css/douyu/douyuFont-2.otf") format("douyu");
}
@font-face {
  font-family: pingfang;
  src: url("../css/pingfang/PINGFANG REGULAR.TTF") format("pingfang");
}
body {
  padding: 0;
  margin: 0;
}
.login {
  width: 100%;
  height: 100vh;
  min-width: 1000px;
  min-height: 500px;
  background: url("./img/bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  overflow-y: hidden;
  letter-spacing: 4px;
  display: flex;
}
.login .left {
  margin-top: 5vh;
  width: 50%;
  min-width: 500px;
  height: 100vh;
  min-height: 500px;
  object-fit: contain;
  overflow-y: hidden;
}
.login .right {
  margin-top: 15vh;
  width: 40%;
  transform: translateX(-10%);
  text-align: center;
}
.login .title {
  width: 100%;
  min-width: 450px;
  background: url("../img/titlebg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
}
.login .title .titletext {
  transform: translateX(1%);
  color: white;
  font-size: 2vw;
  width: 100%;
  font-family: douyu;
}
.login .title .titletext span {
  color: #00fff0;
}
.login .content {
  margin-top: 6vh;
  font-family: pingfang;
  width: 70%;
  height: 45vh;
  min-height: 360px;
  min-width: 400px;
  background: url("../img/loginbg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.login .content .titleul {
  padding: 0;
  position: absolute;
  left: 10%;
  top: 30px;
  width: 80%;
  color: #009eb5;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 2px solid rgba(0, 255, 245, 0.2);
}
.login .content .titleul li {
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 50px;
  list-style-type: none;
}
.login .content .titleul li:hover {
  cursor: pointer;
}
.login .content .titleul .active {
  color: #eafffe;
  transform: translateY(2px);
  border-bottom: 2px solid #00fff5;
}
.login .content .inputs {
  position: absolute;
  left: 10%;
  top: 110px;
  width: 80%;
}
.login .content .inputs .everyinput {
  width: 100%;
  margin-bottom: 2.5vh;
  display: flex;
  justify-content: space-between;
}
.login .content .inputs .everyinput .inputicon {
  width: 20px;
  object-fit: contain;
  position: absolute;
  left: 16px;
  margin: 12px 0;
}
.login .content .inputs .everyinput .inputtext {
  color: white;
  font-size: 1vw;
  width: 100%;
  line-height: 40px;
  padding: 0 15% 0 42px;
  background: #00112B;
  border: 2px solid #014864;
  border-radius: 6px;
}
.login .content .inputs .everyinput ::placeholder {
  color: #009eb5;
}
.login .content .inputs .everyinput .inputtext:focus {
  outline: none;
}
.login .content .inputs .code {
  width: 31%;
}
.login .content .inputs .codeimg {
  width: 48%;
  height: 40px;
  background: #00112B;
  border: 2px solid #014864;
  border-radius: 6px;
}
.login .content .inputs .button {
  font-size: 1.2vw;
  color: white;
  border: 2px solid rgba(0, 201, 189, 0.8);
  background-color: rgba(0, 255, 245, 0.5);
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.login .content .inputs .button:hover {
  cursor: pointer;
}
.login .qr {
  position: absolute;
  bottom: 16px;
  right: 32px;
  display: flex;
}
.login .qr .everyqr {
  margin-left: 32px;
}
.login .qr .everyqr img {
  width: 5vw;
  object-fit: contain;
  margin-bottom: 12px;
}
.login .qr .everyqr .qrtext {
  text-align: center;
  width: 5vw;
  color: white;
  font-size: 1vw;
}
/*# sourceMappingURL=login.css.map */