.seek-container {
  width: 532px;
  margin: 0 auto;
  padding: 70px 0 260px 0;
}
.seek-container .btn {
  width: 100%;
  outline: 0;
  border: 0;
  height: 64px;
  background: #0057A9;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.seek-container .form-li {
  margin-bottom: 27px;
}
.seek-container .form-li .label {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-bottom: 15px;
}
.seek-container .form-li .label span {
  color: rgb(255, 47, 46);
}
.seek-container .form-li .input {
  position: relative;
}
.seek-container .form-li .input input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 2px solid #E4E4E4;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
}
.seek-container .form-li .input textarea {
  border: 2px solid #E4E4E4;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.seek-container .form-li .input .code-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 179px;
  height: 48px;
}
.seek-container .form-li .input-has-error {
  position: relative;
}
.seek-container .form-li .input-has-error .my-error-class {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 48px;
  color: rgb(255, 47, 46);
  padding-right: 15px;
}
.seek-container .form-li.last-li .input-has-error .my-error-class {
  right: 190px;
}

.system-info {
  width: 491px;
  height: 371px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}
.system-info .t {
  font-size: 20px;
  font-weight: 600;
  color: #005C9C;
  line-height: 27px;
  margin-top: 24px;
}
.system-info .p {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin-top: 15px;
}
.system-info .btn-box {
  width: 305px;
  height: 59px;
  background: #005C9C;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 59px;
  text-align: center;
  border: 0;
  outline: 0;
  margin-top: 40px;
}

@media (max-width: 1100px) {
  .seek-container {
    width: auto;
    padding: 50px 20px;
  }
}/*# sourceMappingURL=seek.css.map */