.delivery-address {
  background: #fff;
  // margin: 0 38rpx;
  border-radius: 4rpx;
  overflow: hidden;
  line-height: 1;

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 32rpx;
    font-weight: 600;
    color: #333;
    border-bottom: 1rpx solid #eaeaea;
    padding: 25rpx 36rpx;
  }

  .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25rpx 36rpx;
    padding-right: 23rpx;
    color: #333;
    font-size: 28rpx;

    .user {
      flex: 1;

      .user-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25rpx;
      }

      .address {
        .text {
          line-height: 1.3;
        }
      }
    }

    .icon-box {
      margin-left: 5rpx;
    }
  }

  .error-content {
    line-height: 1;
    padding: 20rpx 0;

    .tip {
      color: #b3b3b3;
      font-size: 30rpx;
      text-align: center;
    }

    .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200rpx;
      padding: 14rpx 0;
      text-align: center;
      color: #fff;
      background-color: $uni-color-primary;
      font-size: 26rpx;
      border-radius: 32rpx;
      margin: 0 auto;
      margin-top: 25rpx;
    }
  }
}

.hover-class-opacity {
  opacity: .8;
}
