.address_bottom .title {
  line-height: 25px;
  font-size: 15px;
  color: var(--extra-color);
  font-weight: 600;
  margin-bottom: 16px;
}
@media all and (max-width: 650px) {
  .address_bottom .title {
    margin-bottom: 10px;
  }
}
.address_bottom .item_add {
  width: 100%;
  box-sizing: border-box;
  margin: 0px 0 25px;
}
.address_bottom .item_add:last-child {
  margin: 0px 0;
}
.address_bottom .item_add .box_content {
  line-height: 20px;
  padding-left: 22px;
  font-size: 15px;
  margin-top: 5px;
}
@media all and (max-width: 650px) {
  .address_bottom .item_add .box_content {
    font-size: 14px;
  }
}
.address_bottom .item_add .box_content div {
  margin-bottom: 17px;
  position: relative;
  color: #fff;
}
@media all and (max-width: 650px) {
  .address_bottom .item_add .box_content div {
    margin-bottom: 10px;
  }
}
.address_bottom .item_add .box_content div svg {
  width: 14px;
  fill: #427de5;
  height: 12px;
  position: absolute;
  left: -22px;
  top: 5px;
}
@media screen and (max-width: 420px) {
  .address_bottom .item_add .box_content div a {
    font-size: 14px;
  }
}/*# sourceMappingURL=bottom.css.map */