.wap-shouquan {
  background: #f2f2f7;
}
.sq-page {
  padding: 62px 16px 28px;
}
.sq-hero {
  text-align: center;
  padding: 18px 8px 20px;
}
.sq-hero-ico {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: #e8f1ff;
  color: #007aff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sq-hero-ico .iconfont {
  font-size: 26px;
}
.sq-hero h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #1c1c1e;
  line-height: 1.3;
}
.sq-hero p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #8e8e93;
  line-height: 1.6;
}
.sq-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.sq-field {
  padding: 12px 16px 10px;
  border-bottom: 1px solid #f2f2f7;
}
.sq-field-last {
  border-bottom: 0;
}
.sq-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #8e8e93;
}
.sq-field .form-control {
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  font-size: 16px;
  color: #1c1c1e;
}
.sq-field .form-control:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.sq-captcha {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sq-captcha .form-control {
  flex: 1;
  min-width: 0;
}
.sq-captcha-img {
  width: 96px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  cursor: pointer;
  background: #f2f2f7;
}
.sq-phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sq-phone .form-control {
  flex: 1;
  min-width: 0;
}
.sq-code-btn {
  flex-shrink: 0;
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: #eef4ff;
  color: #007aff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.sq-code-btn[disabled] {
  color: #8e8e93;
  background: #f2f2f7;
}
.sq-submit {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 12px;
  background: #007aff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.sq-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #8e8e93;
  text-align: center;
  line-height: 1.5;
}
.sq-result {
  margin-top: 20px;
}
.sq-result-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 4px 8px;
}
.sq-result-head h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #8e8e93;
}
.sq-result-head span {
  font-size: 12px;
  color: #aeaeb2;
}
.sq-license {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.sq-license-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #8e8e93;
}
.sq-license-top .iconfont {
  font-size: 16px;
  color: #007aff;
}
.sq-license-no {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 700;
  color: #1c1c1e;
  word-break: break-all;
  line-height: 1.4;
}
.sq-license-name {
  margin-top: 6px;
  font-size: 14px;
  color: #636366;
}
.sq-empty {
  background: #fff;
  border-radius: 16px;
  padding: 36px 16px;
  text-align: center;
  color: #8e8e93;
  font-size: 14px;
}
