.diamonds-address .unfold-address>span {
  padding-right: 5px;
  color: #4098db;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.diamonds-address .address-list .address-active {
  border: 2px solid #61aee9;
  padding: 8px 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .diamonds-address .address-list .address-active {
    padding: 8px;
  }
}

.diamonds-address .address-active .country .edit {
  display: inline-block;
}

.diamonds-address .unfold {
  height: auto;
  overflow: visible;
}

.diamonds-address .empty-address {
  padding: 0 5px;
}

.add-icon {
  width: 30px;
  height: 30px;
  z-index: 10;
  position: relative;
  left: 120px;
  top: 60px;
}

.diamonds-address .empty-address>div {
  background-color: #f9f9f9;
  height: 150px;
  width: 270px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 2px #eee;
  box-shadow: 1px 1px 2px #eee;
  color: #ddd;
  cursor: pointer;
}

.address-list {
  padding: 5px;
  height: 170px;
  overflow: hidden;
}

.address-list>div {
  margin-bottom: 20px;
}

.address-list>div:nth-child(4n+1) {
  padding-right: 22.5px;
}

.address-list>div:nth-child(4n+2) {
  padding: 0 15px 0 7.5px;
}

.address-list>div:nth-child(4n+3) {
  padding: 0 7.5px 0 15px;
}

.address-list>div:nth-child(4n) {
  padding-left: 22.5px;
}

@media (max-width: 1200px) {
  .address-list>div:nth-child(4n+1) {
    padding-right: 11.25px;
  }

  .address-list>div:nth-child(4n+2) {
    padding: 0 7.5px 0 3.75px;
  }

  .address-list>div:nth-child(4n+3) {
    padding: 0 3.75px 0 7.5px;
  }

  .address-list>div:nth-child(4n) {
    padding-left: 11.25px;
  }
}

.address-box {
  position: relative;
  width: auto;
  height: auto;
}

.address-list .address {
  -webkit-box-shadow: 0px 0px 5px #d6d6d6e6;
  box-shadow: 0px 0px 5px #d6d6d6e6;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .address-list .address {
    padding: 10px;
  }
}

.address-list .address:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #61aee9;
  padding: 8px 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  .address-list .address:hover {
    padding: 8px;
  }
}

.address-list .address-detail {
  padding-top: 5px;
}

.address-list .address-detail>li {
  list-style: none;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.address-list .address-detail .street-address {
  line-height: 23px;
  height: 49px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.address-list .address-detail .phone,
.address-list .address-detail .postcode {
  height: 23px;
  line-height: 23px;
}

.address-list .default {
  display: none;
  width: 70px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  background-color: #61aee9;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 2px 0;
  z-index: 100;
}

.address-list .address-default .default {
  display: block;
}

.address-list .set-default {
  display: none;
  width: 70px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  background-color: #333;
  opacity: .3;
  border-right: 2px solid #61aee9;
  border-bottom: 2px solid #61aee9;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 2px 0;
  z-index: 10;
}

.address-list .address-active .set-default {
  display: block;
}

.address-list .country {
  position: relative;
  font-size: 14px;
  min-width: 180px;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #f5f5f5;
}

.address-list .country .edit {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  background: url('images/icon_edit.png') no-repeat;
  display: none;
  z-index: 10;
}

.address-list .address-detail {
  padding-top: 5px;
}

.address-list .address-detail>li {
  list-style: none;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

/* 条式布局样式 */
.strip-address-box>li:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.strip-address-box>li:nth-child(2n) {
  background-color: #fff;
}

.strip-address .address-sp {
  height: 60px;
  font-size: 12px;
  color: #333;
  padding: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.strip-address .address-sp .address-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.strip-address .address-detail {
  padding-right: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.strip-address .address-name {
  padding: 0 10px;
  line-height: 56px;
  font-weight: bold;
  max-width: 214px;
  min-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.strip-address .address-phone,
.strip-address .address-ftn {
  line-height: 57px;
}

.strip-address .address-dft {
  padding-left: 10px;
  line-height: 56px;
  height: 56px;
  position: relative;
}

.strip-address .address-ftn>span>i {
  color: #ddd;
  font-size: 14px;
  margin: 0 3px;
}

.strip-address .address-ftn .delete-btn,
.strip-address .address-ftn .edit-btn {
  color: #4098db;
  cursor: pointer;
}

.strip-address .address-ftn .delete-btn:hover,
.strip-address .address-ftn .edit-btn:hover {
  text-decoration: underline;
}

.strip-address .default-icon {
  display: inline-block;
  width: 100%;
  color: #61aee9;
  font-weight: bold;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.strip-address .set-default {
  display: inline-block;
  width: 100%;
  line-height: 57px;
  cursor: pointer;
}

.strip-address .set-default:hover {
  color: #4098db;
  text-decoration: underline;
}

.add-address {
  cursor: pointer;
  margin-top: 30px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #4098db;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.add-address:hover {
  background-color: #61aee9;
}

/* 配送地址信息为空 */
.address-null {
  width: 100%;
  text-align: center;
}

.address-null>img {
  width: 150px;
  height: 150px;
  margin: 200px 0 25px;
}

.address-null>p {
  font-size: 14px;
  color: #61aee9;
  margin-bottom: 170px;
}

.address-null>p>a {
  color: #61aee9;
  text-decoration: underline;
}

/* 新增地址编辑地址样式 */
.address-edit {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
}

.address-edit .addressEdit-body {
  width: 800px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.address-edit .addressEdit-head {
  height: 50px;
  font-size: 0;
  color: #61aee9;
  font-weight: bold;
  position: relative;
}

.address-edit .addressEdit-head img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.address-edit .ads-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  font-size: 16px;
}

.address-edit .close-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('images/icon-close.svg') no-repeat;
}

.address-edit .close-btn:hover {
  background: url('images/icon-close-st.svg') no-repeat;
}

.address-edit .addressEdit-mian {
  padding: 20px 0 54px 70px;
  font-size: 12px;
  font-weight: normal;
}

.address-edit .addressEdit-mian>form>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.address-edit .addressEdit-mian label {
  min-width: 120px;
  line-height: 28px;
  font-weight: normal;
  position: relative;
}

.addressEdit-mian .group-right {
  width: 100%;
}

.address-edit .addressEdit-mian input,
.address-edit .addressEdit-mian select {
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 22px;
  padding-left: 10px;
  margin: 0 10px 10px 0;
}

.address-edit .addressEdit-mian input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.address-edit .addressEdit-mian input::-moz-placeholder {
  color: #c1c1c1;
}

.address-edit .addressEdit-mian input::placeholder {
  color: #c1c1c1;
}

.address-edit .addressEdit-mian select {
  border-right: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 26px;
  padding-right: 26px;
  width: 200px;
  background: url('images/select_down.png') no-repeat right center;
}

.address-edit .addressEdit-mian select:focus {
  border: 1px solid #61AEE9;
  border-right: none;
  background: url('images/select_down_st.png') no-repeat right center;
}

.address-edit .addressEdit-mian .input-size1 {
  width: 200px;
  padding-right: 10px;
}

.address-edit .addressEdit-mian .input-size1:focus {
  border: 1px solid #61AEE9;
}

/* 样式层叠，覆盖前面input输入框样式 */
.address-edit .addressEdit-body .addressEdit-mian .error-ipt {
  border: 1px solid #fd4a4a;
  color: #fd4a4a;
}

.address-edit .error {
  color: #fd4a4a;
  margin-left: 3px;
}

.address-edit .required {
  margin-left: -3px;
  color: #fd4a4a;
  font-size: 20px;
  width: 10px;
  height: 10px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.address-edit .street {
  position: relative;
}

.address-edit .street>input {
  width: 413px;
  padding-right: 28px;
}

.address-edit .street>input:focus {
  border: 1px solid #61aee9;
}

.address-edit .location {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('images/icon_location.svg') no-repeat;
  position: absolute;
  top: 5px;
  left: 390px;
}

.address-edit .set-default {
  width: 12px;
  height: 12px;
  position: relative;
  top: 8px;
  cursor: pointer;
}

.address-edit .set-default::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(images/checkbox.svg) no-repeat;
}

.address-edit .set-default:checked::after {
  background: url(images/checked.svg) no-repeat;
}

.address-edit button {
  outline: none;
  border: none;
  background-color: #4098db;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 26px;
  height: 26px;
  width: 80px;
  position: relative;
  left: 120px;
  margin-top: 10px;
}

.address-edit button:hover {
  background-color: #61aee9;
}

.small-icon {
  cursor: pointer;
}

.ban-icon {
  cursor: not-allowed;
}

.success-tip>img {
  position: fixed;
  top: 38%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.set-success>img {
  opacity: 1;
}