body {
  background-color: #fff;
  font-size: 13px;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.app {
  margin-top: 0px;
  padding: 0px;
  position: relative;
}

.background {
  width: 100%;
}

.background .image {
  width: 100%;
}

.container {
  /* border: 1px solid #ddd;
  border-radius: 4px; */
  /* padding: 0% 15px 20px 0; */
  position: absolute;
  top: 27.5%;
  left: 10%;
  right: 10%;
  background-color: #ffffffbb;
  padding: 11% 0;
  /* bottom: 0; */
}

.container .title {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em
}

.container .form {
  display: flex;
  justify-content: flex-start;
  flex-direction: column
}

.container .form-item {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.container .form-item .item {
  display: flex;
  justify-content: center;
  align-items: center
}

.container .form-item .label {
  width: 6em;
  text-align: right
}

.container .form-item .value {
  width: 200px;
  box-sizing: border-box
}

.container .form-item input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #dcdfe6;
  border-radius: 3px
}

.container .form-item input:focus {
  outline: 0;
  border-color: #409eff
}

.container .form-item .tip {
  height: 24px;
  line-height: 24px;
  padding-bottom: 6px;
  width: 200px;
  margin: 0 auto
}

.container .action {
  display: flex;
  justify-content: center;
  margin-top: 20px
}

.container .query {
  width: 200px;
  padding: 8px 22px;
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
  border-radius: 4px
}

.error-label {
  color: #f56c6c
}

.container .form-item input.error-input {
  border-color: #f56c6c
}