.login-container {
  width: 100%;
  min-height: 100vh;
  background: url("https://1313174138.vod-qcloud.com/59a52442vodcq1313174138/41e44dd13270835010486401017/q7paYOfmLSkA.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-container::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.login-content {
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.login-content .login-text {
  font-size: 32px;
}
.tsk {
  max-width: 300px;
  margin: 10px auto;
  border: 1px solid #ffb4a8;
  background-color: #fef2f2;
  position: relative;
  padding: 5px 8px;
  overflow: hidden;
  color: #6c6c6c;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: left;
}
.tsk i {
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/prompt.png") no-repeat center center;
  background-size: contain;
}
.msg-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin: 40px 0px;
}
.msg-content .item {
  width: 270px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.msg-content .item input[type="text"],
.msg-content .item input[type="password"],
.zhlx {
  margin-left: 15px;
  width: 195px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #5e5e5e;
  outline: none;
  padding: 0px 5px;
}
.zhlx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  background: #fff;
}
select {
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  outline: none;
  border: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*去掉下拉箭头*/
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

.msg-content .item span {
  white-space: nowrap;
  flex: 1 1 auto;
  text-align-last: justify;
  text-align: justify;
  position: relative;
}

.msg-content .item:nth-child(1) span::after,
.msg-content .item:nth-child(2) span::after,
.msg-content .item:nth-child(4) span::after,
.msg-content .item:nth-child(6) span::after {
  content: "*";
  position: absolute;
  top: -1px;
  right: -7px;
}
.bottom-content {
  width: 200px;
  margin: 0px auto;
}
.text-msg {
  background: #fff;
  border: 1px solid #5e5e5e;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin: 15px 0px;
  padding: 0px 5px;
}
.text-msg input {
  flex: 1 1 auto;
  outline: none;
  border: none;
  height: 100%;
  width: 0px;
}
.text-msg > a {
  cursor: pointer;
  color: #888888;
  height: 100%;
  font-size: 12px;
  margin-left: 10px;
}
.button {
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: #fff;
  background: #000;
  line-height: 40px;
  text-align: center;
}
.button span {
  margin: 0px 5px;
}

.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 0px;
  background: #fff;
  font-size: 12px;
  max-width: 80%;
  width: 300px;
  display: none;
}

.pop-up-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pop-up-title i {
  margin-left: 8px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/complete.png") no-repeat center center;
  background-size: contain;
}

.pop-up > a {
  width: 150px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #000;
  text-align: center;
  margin: 0px auto;
}

@media screen and (max-width: 750px) {
  .msg-content {
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 0px;
    gap: 15px 0px;
  }
  .bottom-content {
    width: 100%;
  }
  .bottom-content .text-msg {
    width: 100%;
  }
}
