/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-address-exist {
  display: block;
  padding: 15px 20px 0;
  height: 279px;
  overflow-y: auto;
  box-sizing: border-box;
}
.nut-address-exist-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: var(--nutui-font-size-s, 12px);
  line-height: var(--nutui-font-size-base, 14px);
  color: var(--nutui-color-title, #1a1a1a);
}
.nut-address-exist-item.active {
  font-weight: var(--nutui-font-weight-bold, 600);
}
.nut-address-exist-item-info {
  margin-left: 9px;
}
.nut-address-footer {
  width: 100%;
  height: 54px;
  padding: 6px 0px 0;
  border-top: 1px solid var(--nutui-color-border, rgba(0, 0, 0, 0.06));
}
.nut-address-footer-btn {
  width: 90%;
  height: 42px;
  line-height: 42px;
  margin: auto;
  text-align: center;
  background: linear-gradient(90deg, var(--nutui-color-primary-stop-1, #ff475d) 0%, var(--nutui-color-primary-stop-2, #ff0f23) 100%);
  border-radius: 21px;
  font-size: 15px;
  color: #ffffff;
}

.nut-address-title {
  font-size: 14px;
  font-weight: 500;
  padding: 16px 16px 12px 16px;
}
.nut-address-hotlist {
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.nut-address-hotlist-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 28px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 7px;
  /* #ifdef harmony dynamic*/
  margin-right: 6px;
  /* #endif */
  /* #ifndef harmony dynamic*/
  margin-right: 7px;
  /* #endif */
  background-color: var(--nutui-color-background-sunken, #f7f8fc);
  color: var(--nutui-color-title, #1a1a1a);
}
.nut-address-hotlist-item:nth-child(5n) {
  margin-right: 0;
}
.nut-address-hotlist.hotlist-more .nut-address-hotlist-item {
  width: auto;
  padding: 0 16px;
  margin-right: 7px;
}
.nut-address-selected {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--nutui-color-border, rgba(0, 0, 0, 0.06));
}
.nut-address-selected-item {
  font-size: 12px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: var(--nutui-color-background-sunken, #f7f8fc);
}
.nut-address-selected-item.active {
  border: 1px solid var(--nutui-color-primary, #ff0f23);
  background-color: var(--nutui-color-primary-light-pressed, #ffebf1);
  color: var(--nutui-color-primary, #ff0f23);
}
.nut-address-selected-border {
  margin: 0 2px;
  color: var(--nutui-color-text-disabled, #c2c4cc);
}
.nut-address-elevator {
  margin-top: 0;
}
.nut-address-elevator .nut-elevator-list-item {
  position: relative;
  padding-left: 20px;
}
.nut-address-elevator .nut-elevator-list-item-code {
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 0;
  color: var(--nutui-color-text-help, #888b94);
  font-weight: 500;
}
.nut-address-elevator .nut-elevator-bars {
  top: 40%;
  padding: 0;
  background: none;
}
.nut-address-elevator .nut-elevator-bars-inner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 16px;
  margin-bottom: 2px;
  color: var(--nutui-color-text-help, #888b94);
}
.nut-address-elevator .nut-elevator-bars-inner-item-active {
  background-color: var(--nutui-color-primary, #ff0f23);
  color: var(--nutui-color-background-overlay, #ffffff);
  font-weight: 400;
}

[dir=rtl] .nut-address-exist-item-info,
.nut-rtl .nut-address-exist-item-info {
  margin-left: 0;
  margin-right: 9px;
}