.login-container {
  margin-left: 100px;
  width: 400px;
  height: 350px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 27px 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.index-banner {
  display: flex;
  flex-direction: row;
}
.login-nav {
  width: 320px;
  margin-left: 40px;
  height: 30px;
  font-size: 0;
  position: relative;
}
.download-doc {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline !important;
}
.login-detail {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.login-item-input {
  width: 320px;
  height: 42px;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.last-input {
  margin-top: 24px;
  position: relative;
}
.login-item-input > input {
  display: block;
  border: 0 none;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  outline: none;
}
.eyes-icon {
  display: block;
  height: 32px;
  width: 32px;
  background: url('../images/eyes.png');
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.login-item-btn {
  width: 320px;
  height: 42px;
  margin-top: 24px;
  display: block;
  border: 0 none;
  background: #fb4747;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.rember-content {
  display: flex;
  width: 320px;
  height: 20px;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.rember-content > input {
  display: block;
  height: 18px;
  width: 18px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 8px;
  cursor: pointer;

  background: rgba(0, 0, 0, 0);
}
.login-error {
  display: none;
  color: red;
  width: 320px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  text-align: left;
  margin-bottom: -15px;
  margin-top: 5px;
}
.login-tap {
  width: 20%;
  display: inline-block;
  text-align: center;
  height: 25px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  cursor: pointer;
}
.first-tab {
  text-align: left;

  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.last-tap {
  text-align: right;
}
.login-item-line {
  width: 320px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.login-active {
  position: absolute;
  transition: 0.5s;
  left: 16px;
  width: 24px;
  height: 3px;
  background: #fb4747;
  border-radius: 2px !important;
  bottom: -6px;
}
.login-content {
  left: 0;
  position: relative;
  /* width: 2000px; */
  transition: 0.5s;
  height: 340px;
  padding-top: 25px;
}
.login-item {
  float: left;
  width: 400px;
  text-align: center;
  height: 340px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
