body {
  font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, Roboto, sans-serif;
}

.content-box {
  margin: 50px auto;
}

.text-center {
  text-align: center;
}

.mt-50 {
  margin-top: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.color-grey {
  color: #8a8a8a;
}

.color-blue {
  color: #2f86f6;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fw-500 {
  font-weight: 500;
}

.line {
  width: 85%;
  height: 1px;
  background-color: #e6e8f0;
  margin: 25px auto;
}

.common-btn {
  min-width: 200px;
  height: 38rpx;
  line-height: 38px;
  text-align: center;
  background: #2f86f6;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
}

.submit-btn {
  height: 40rpx;
  line-height: 40px;
  text-align: center;
  background: #2f86f6;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
  width: 100%;
}

.outline-btn {
  min-width: 180px;
  height: 38rpx;
  line-height: 38px;
  text-align: center;
  background: transparent;
  border-radius: 4px;
  color: #2f86f6;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  border: 1px solid #2f86f6;
}

.form-box {
  padding: 0 20px;
  font-size: 15px;
}

.form-item {
  border: 1px solid #e6e8f0;
  padding: 0 16px;
  height: 48px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-item span {
  flex: 0 0 84px;
}

.form-item input {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 15px;
}

.form-item input:focus-visible {
  outline: none;
}

.form-item input[readonly] {
  color: #666;
}

::placeholder {
  color: #9d9d9d;
}

.download p {
  margin: 3px 0;
}


.company-name {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  margin-top: -20px;
}

.company-name p, .company-name h3 {
  margin: 0;
}

.company-name img {
  margin-right: 12px;
}

.btn-download {
  width: 180px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -90px;
}

.wechat-tip {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, .4);
  display: none;
}