html,
body {
  width: 100%;
  height: 100%;
}
.login-wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
}
.body_count {
  width: 500px;
  position: absolute;
  top: 20%;
  left: 65%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.body_count .title {
  cursor: pointer;
  margin-bottom: 30px;
  text-align: center;
}
.body_count .title img {
  width: 80%;
}
.login_count {
  width: 480px;
  height: 500px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-top: 35px;
}
.login_type {
  color: white;
  font-size: 12px;
  padding: 1px 1px 1px 6px;
  height: 22px;
  line-height: 22px;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-radial-gradient(left, #00c6ff, #409cff);
  background-image: radial-gradient(to right, #00c6ff, #409cff);
  position: absolute;
  top: 0;
  right: 60px;
}
.login_count_a {
  width: 100%;
}
.login_text {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
}
.triangle {
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent #409cff transparent transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 38px;
}
.logo {
  height: 45px;
  margin: 20px 40px;
  font-size: 30px;
  color: white;
}
.img_l {
  position: fixed;
  width: 40%;
  top: 25%;
  left: 15%;
}
.body_count_top {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 8px;
}
.login_count_b {
  width: 100%;
  display: none;
}
.icon_e,
.icon_z {
  height: 45px;
  cursor: pointer;
}
.login_b_title > img {
  height: 22px;
  margin-right: 5px;
}
.login_b_title {
  width: 100%;
  margin-top: 30px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: black;
  font-size: 16px;
  font-weight: 1000;
}
.libqr {
  width: 50%;
  margin: 10px 25%;
}
.libqr_text {
  width: 100%;
  text-align: center;
  color: #93999F;
  font-size: 14px;
  font-weight: 300;
}
.login-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: url("../images/login-bg.png") no-repeat center / 100% 100%;
}
.login-wrap .login-img {
  position: absolute;
  top: 200px;
  left: 140px;
  width: 960px;
  height: 700px;
  background: url("../images/login-img.png") no-repeat center / 100% 100%;
}
.login-wrap .layui-form {
  background: #fff;
  padding: 45px 35px 0;
}
.login-wrap .layui-form .input-f {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 42px;
}
.login-wrap .layui-form .input-f .layui-input {
  height: 100%;
  border: 0;
  padding: 0 10px;
}
.login-wrap .layui-form .input-f .iconfont {
  font-size: 25px;
  color: #c2c2c2;
  margin-left: 30px;
  margin-right: 20px;
}
.login-wrap .layui-form .input-f:nth-of-type(2) .iconfont {
  font-size: 28px;
}
.login-wrap .layui-form .input-f:nth-of-type(3) {
  border: 0;
}
.login-wrap .layui-form .input-f:nth-of-type(3) .layui-input {
  width: 50%;
  margin-right: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.login-wrap .layui-form .input-f:nth-of-type(3) img {
  width: 50%;
  height: 100%;
}
.login-wrap .layui-form .layui-btn {
  width: 100%;
  height: 46px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4040e2), to(#3998ff));
  background: -webkit-linear-gradient(bottom, #4040e2, #3998ff);
  background: linear-gradient(0deg, #4040e2, #3998ff);
  border-radius: 5px;
  border: 0;
}
.login-wrap .layui-form .layui-btn > span {
  font-size: 18px;
  color: #fff;
}
.layui-layer {
  border: 0 !important;
  border-radius: 12px !important;
}
