html,
body,
#login {
  width: 100%;
  height: 100%;
}

[v-cloak] {
  display: none;
}

.site-wrapper.site-page--login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 50, 56, .6);
  overflow: hidden;
}

.site-wrapper.site-page--login:before {
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: -1;*/
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bim_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.site-content__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: transparent;
}

.site-content {
  min-height: 100%;
  padding: 30px 500px 30px 30px;
}

.login-main {
  position: absolute;
  top: 32%;
  left: 38%;
  padding: 40px 60px;
  /*width: 470px;
  height: 270px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 12px;*/

  width: 480px;
  height: 470px;
  /*background:linear-gradient(270deg,rgba(5,32,74,0.8) 0%,rgba(37,77,171,0.8) 100%);*/
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.login-title {
  font-size: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 50px;
  text-align: center;
}

input {
  background-color: rgba(255, 255, 255, 0.2);
  /*color: #dcdfe6;*/
  width: 350px;
  height: 46px;
  /*background:rgba(0,0,0,0.4);*/
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}

.scanCode {
  color: #999999;
  position: absolute;
  top: 150px;
  right: 80px;
  font-size: 16px;

}

.login-btn-submit {
  /*width: 30%;
  margin: 15px 0 0 35%;
  background-color: #005B84;*/
  width: 350px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  color: rgba(41, 121, 255, 1);
}

.login-main .el-tabs__item.is-active {
  color: #005B84;
}

.login-main .el-tabs__item:hover {
  color: #005B84;
}

.home_title {
  width: 100%;
  height: 140px;
  position: fixed;
  z-index: 999;
}

.home_title img {
  height: 100%;
  width: 100%;
}

.login-icon {
  margin-right: 10px;
  font-size: 22px;
}

.login-font {
  height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}

.el-checkbox {
  color: #fff !important;
}

.login-captcha {
  overflow: hidden;
}

.login-captcha-img {
  width: 100%;
  cursor: pointer;
}

.login-role-box {
  position: absolute;
  top: 25vh;
  left: 25vw;
  width: 50vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.login-role-title {
  margin-top: 8vh;
  margin-left: 3vw;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}

.login-role-choose {
  margin-top: 6vh;
  height: 20vh;
}

.login-role-list {
  text-align: center;
}

.login-role-list .el-radio {
  margin-right: 3vw;
}

.login-role-list .el-radio__input {
  line-height: 50px;
}

.login-role-list .el-radio__label {
  font-size: 1.4vw;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.login-role-tips {
  margin-top: 2vh;
  margin-left: 4vw;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.login-role-submit {
  text-align: center;
}

.login-role-submit .el-button {
  width: 350px;
  height: 42px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
}

.loginpas {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.answer {
  line-height: 30px;
}

.loginMain {
  position: absolute;
  top: 32%;
  left: 38%;
  /* padding: 20px 60px; */
  width: 480px;
  height: 470px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.loginMain .el-tabs__item {
  color: #fff;
}

.loginMain .tabbutton {
  text-align: center;
  font-size: 24px;
  padding: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.loginMain .tabactive {
  text-align: center;
  font-size: 24px;
  padding: 20px;
  cursor: pointer;
  color: #fff;
}

.loginMain p.text {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.loginMain p.inp {
  float: left;
  width: 100%;
  height: 42px;
  margin-bottom: 5px;

}

.loginMain p.inp input {
  width: 100%;
  height: 100%;
  border: 1px #ddd solid;
  text-indent: 10px;
  font-size: 14px;
  line-height: 40px;
  outline: none;
}

.loginMain p.inp input.btn {
  background: #4674b4;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  letter-spacing: 2px;
}

.loginMain p.txt {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.loginMain p.tip {
  float: left;
  width: 100%;
  padding-top: 14px;
  font-size: 13px;

}

.loginMain p.tip .left {
  float: left;
}

.loginMain p.tip .right {
  float: right;
}

.loginMain p.tip .right a {
  color: #666;
  text-decoration: none;
}

.loginMain p.btn {
  margin-top: 20px;
  margin-bottom: 0;
}

.ewm {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 74px;
  height: 74px;
  background: url(../img/qrcode.png) no-repeat;
  background-size: 100% 100%;
}

.loginMain .pcL {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 74px;
  height: 74px;
  background: url(../img/pc.png) no-repeat;
  background-size: 100% 100%;
}

.loginMain .qrcode_title {
  color: #333333;
  font-size: 24px;
  text-align: center;
}

.loginMain .sstbtn {
  margin: 30px 0;
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginMain .qrcode {
  margin: 30px auto 0;
  width: 231px;
  position: relative;
  height: 237px;

}

.loginMain .qrcode img {
  width: 100%;
}

.loginMain .qrcode_t {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;

}

.loginMain .qrcode_t a {
  color: #66b1ff;
}

.loginMain .qrcode_t a:hover {
  text-decoration: none;
}

.loginMain .qrcode_mark {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  display: flex;
  justify-content: center;

}

.loginMain .qrcode_mark .topcorner {
  display: block;
  position: relative;
  margin: 0 8px;

}

.loginMain .qrcode_mark .topcorner::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #666;
  top: 0;
  left: 0;
  border-bottom: 0;
  border-right: 0;
}

.loginMain .qrcode_mark .bottomcorner {
  display: block;
  position: relative;
  margin: 0 8px;

}

.loginMain .qrcode_mark .bottomcorner::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #666;
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}

.loginMain .qrcode-inner {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

.loginMain .qrcode_state_validate {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.loginMain .qrcode_state_validate span {
  padding-top: 44px;
  color: #1c1f21;
  padding-bottom: 12px;
  display: block;
  font-weight: 700;
}

.loginMain .qrcode_state_validate .refresh {
  background: #383d42;
  color: #fff;
  padding: 7px 16px;
  font-size: 14px;
  border-radius: 18px;
  margin-top: 10px;
}