
.register-page[data-v-32912d6a],
.register-page *[data-v-32912d6a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.register-page[data-v-32912d6a] {
  --safeTop: 0px;
  --safeBottom: 0px;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(../../h5/img/beijing.9a4afb0d.png) center top / cover no-repeat;
  background-color: #fff3df;
  color: #603124;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@supports (min-height: 100svh) {
.register-page[data-v-32912d6a] {
    min-height: 100svh;
}
}
@supports (min-height: 100dvh) {
.register-page[data-v-32912d6a] {
    min-height: 100dvh;
}
}
@supports (padding-top: env(safe-area-inset-top)) {
.register-page[data-v-32912d6a] {
    --safeTop: env(safe-area-inset-top);
    --safeBottom: env(safe-area-inset-bottom);
}
}
.customer-entry[data-v-32912d6a] {
  position: absolute;
  top: calc(var(--safeTop) + 16px);
  right: 14px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b10e08;
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}
.customer-entry img[data-v-32912d6a] {
  width: 22px;
  height: 22px;
  margin-right: 3px;
  -o-object-fit: contain;
     object-fit: contain;
}
.register-content[data-v-32912d6a] {
  width: 100%;
  min-height: 100vh;
  padding: clamp(215px, 31vh, 258px) 6px calc(var(--safeBottom) + 28px);
}
.register-card[data-v-32912d6a] {
  width: 100%;
  padding: 14px 8px 15px;
  border: 1px solid rgba(215, 116, 53, 0.72);
  border-radius: 15px;
  background: rgba(255, 249, 238, 0.95);
  -webkit-box-shadow:
    0 7px 20px rgba(149, 64, 27, 0.11),
    inset 0 0 0 2px rgba(255, 255, 255, 0.58);
          box-shadow:
    0 7px 20px rgba(149, 64, 27, 0.11),
    inset 0 0 0 2px rgba(255, 255, 255, 0.58);
}
.field-row[data-v-32912d6a] {
  width: 100%;
  min-height: 45px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.field-row + .field-row[data-v-32912d6a] {
  margin-top: 7px;
}
.field-label[data-v-32912d6a] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #643428;
  font-size: 11.5px;
  font-weight: 800;
  white-space: nowrap;
}
.field-label img[data-v-32912d6a] {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.field-box[data-v-32912d6a] {
  width: 100%;
  min-width: 0;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid rgba(224, 158, 103, 0.64);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
}
.field-box input[data-v-32912d6a] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 37px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  outline: none;
  background: transparent;
  color: #603228;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.field-box input[data-v-32912d6a]::-webkit-input-placeholder {
  color: #c4aaa0;
}
.field-box input[data-v-32912d6a]::-moz-placeholder {
  color: #c4aaa0;
}
.field-box input[data-v-32912d6a]:-ms-input-placeholder {
  color: #c4aaa0;
}
.field-box input[data-v-32912d6a]::-ms-input-placeholder {
  color: #c4aaa0;
}
.field-box input[data-v-32912d6a]::placeholder {
  color: #c4aaa0;
}
.password-box input[data-v-32912d6a] {
  padding-right: 2px;
}
.eye-btn[data-v-32912d6a] {
  width: 35px;
  height: 37px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.text-eye-btn[data-v-32912d6a] {
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  color: #b28d7c;
  font-size: 11px;
  white-space: nowrap;
}
.agreement-row[data-v-32912d6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  color: #8c7166;
  font-size: 13px;
  line-height: 23px;
}
.check-box[data-v-32912d6a] {
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  padding: 0;
  border: 1px solid #d9bbaa;
  border-radius: 50%;
  background: #fffefa;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.check-box.checked[data-v-32912d6a] {
  border-color: #d71d11;
  background: #d71d11;
}
.agreement-link[data-v-32912d6a] {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d22417;
  font-size: 13px;
  font-weight: 800;
  line-height: 23px;
}
.register-submit[data-v-32912d6a] {
  width: 86%;
  height: 43px;
  display: block;
  margin: 17px auto 0;
  padding: 0;
  border: 0;
  border-radius: 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3d20), color-stop(50%, #e8170b), to(#bc0500));
  background: linear-gradient(180deg, #ff3d20 0%, #e8170b 50%, #bc0500 100%);
  color: #fff2db;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 7px;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 5px 12px rgba(187, 25, 8, 0.2);
          box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 5px 12px rgba(187, 25, 8, 0.2);
}
.register-submit.disabled[data-v-32912d6a] {
  opacity: 0.58;
}
.login-row[data-v-32912d6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11px;
  color: #76594f;
  font-size: 12px;
  line-height: 20px;
}
.login-row a[data-v-32912d6a] {
  margin-left: 4px;
  color: #d32316;
  font-weight: 800;
  text-decoration: none;
}
.agreement-mask[data-v-32912d6a] {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
  background: rgba(66, 28, 16, 0.58);
}
.agreement-panel[data-v-32912d6a] {
  width: 100%;
  max-width: 390px;
  max-height: 82vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(216, 119, 66, 0.62);
  border-radius: 15px;
  background: #fffaf2;
  -webkit-box-shadow: 0 14px 35px rgba(64, 22, 10, 0.3);
          box-shadow: 0 14px 35px rgba(64, 22, 10, 0.3);
}
.agreement-header[data-v-32912d6a] {
  position: relative;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(210, 138, 95, 0.27);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6e7), to(#fffaf2));
  background: linear-gradient(180deg, #fff6e7 0%, #fffaf2 100%);
}
.agreement-title[data-v-32912d6a] {
  color: #8d2c1c;
  font-size: 17px;
  font-weight: 900;
}
.agreement-close[data-v-32912d6a] {
  position: absolute;
  top: 0;
  right: 5px;
  width: 44px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9b6a59;
  font-size: 26px;
}
.agreement-content[data-v-32912d6a] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 15px 16px 8px;
  color: #654b42;
  font-size: 12px;
  line-height: 1.75;
  -webkit-overflow-scrolling: touch;
}
.agreement-content p[data-v-32912d6a] {
  margin: 0 0 12px;
}
.agreement-content h3[data-v-32912d6a] {
  margin: 14px 0 6px;
  color: #8e3020;
  font-size: 13px;
  font-weight: 900;
}
.agreement-confirm[data-v-32912d6a] {
  width: calc(100% - 32px);
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  margin: 8px 16px 16px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f43a21), to(#c70a04));
  background: linear-gradient(180deg, #f43a21 0%, #c70a04 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.loading-mask[data-v-32912d6a] {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(73, 31, 16, 0.34);
}
.loading-box[data-v-32912d6a] {
  min-width: 112px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  border-radius: 12px;
  background: rgba(92, 28, 17, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-height: 700px) {
.register-content[data-v-32912d6a] {
    padding-top: 185px;
}
.register-card[data-v-32912d6a] {
    padding-top: 10px;
    padding-bottom: 11px;
}
.field-row + .field-row[data-v-32912d6a] {
    margin-top: 4px;
}
.agreement-row[data-v-32912d6a] {
    margin-top: 8px;
}
.register-submit[data-v-32912d6a] {
    margin-top: 11px;
}
.login-row[data-v-32912d6a] {
    margin-top: 7px;
}
}
@media (max-width: 360px) {
.register-content[data-v-32912d6a] {
    padding-left: 10px;
    padding-right: 10px;
}
.register-card[data-v-32912d6a] {
    padding-left: 10px;
    padding-right: 10px;
}
.field-row[data-v-32912d6a] {
    grid-template-columns: 91px minmax(0, 1fr);
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}
.field-label[data-v-32912d6a] {
    font-size: 10.5px;
}
.field-box input[data-v-32912d6a] {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
}
.agreement-row[data-v-32912d6a],
  .agreement-link[data-v-32912d6a] {
    font-size: 12px;
}
}

