.address-edit-page .scroll-content {
  padding: 0.24rem 0.2rem 0.4rem;
}

.parse-card,
.address-form-card {
  width: 7.1rem;
  border-radius: 0.16rem;
  background: var(--surface);
}

.parse-card {
  position: relative;
  height: 2.89rem;
}

.parse-input {
  position: absolute;
  top: 0.35rem;
  left: 0.4rem;
  width: 6.3rem;
  height: 1.1rem;
  resize: none;
}

.parse-button {
  position: absolute;
  right: 0.25rem;
  bottom: 0.3rem;
  display: flex;
  width: 2rem;
  height: 0.72rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.36rem;
  background: var(--button-blue);
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.72rem;
}

.address-form-card {
  margin-top: 0.24rem;
  padding-top: 0.46rem;
  overflow: hidden;
}

.form-section-header {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0 0.4rem 0.34rem;
}

.role-badge {
  display: flex;
  width: 0.48rem;
  height: 0.48rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

.role-badge.receiver {
  background: #409eff;
}

.form-section-title {
  color: var(--text);
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.36rem;
}

.section-address-book {
  display: flex;
  width: 0.96rem;
  height: 0.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #dfedff;
  color: #409eff;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.3rem;
}

.form-row {
  display: flex;
  min-height: 1rem;
  align-items: center;
  padding: 0 0.4rem;
  border-top: 0.01rem solid var(--line);
  background: var(--surface);
}

.form-row:first-of-type {
  border-top: 0;
}

.two-columns {
  gap: 1.08rem;
}

.name-field {
  width: 1.74rem;
}

.mobile-field {
  width: 2.2rem;
}

.full-field {
  width: 6.3rem;
  height: 0.8rem;
}

.region-selects {
  display: flex;
  flex: 1;
  gap: 0.12rem;
}

.select-field {
  min-width: 0;
  flex: 1;
  height: 0.8rem;
  color: var(--muted);
}

.select-field.filled {
  color: var(--text);
}

.region-actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-left: 0.3rem;
}

.vertical-line {
  width: 0.01rem;
  height: 0.4rem;
  background: #d8d8d8;
}

.locate {
  display: flex;
  width: 0.52rem;
  flex-direction: column;
  align-items: center;
  color: var(--muted);
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.locate img {
  width: 0.32rem;
  height: 0.32rem;
  margin-bottom: -0.02rem;
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.78rem 0.4rem 0.4rem;
}

.default-toggle {
  display: flex;
  align-items: center;
  color: var(--text);
  font-size: 0.28rem;
  line-height: 0.36rem;
}

.clear-form {
  color: var(--muted);
  font-size: 0.28rem;
  line-height: 0.36rem;
}
