.addressListWrap {
  background-color: #f6f6f6;

  .wx-checkbox-input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }

  .wx-checkbox-input.wx-checkbox-input-checked {
    background-color: #000000;
  }

  .wx-checkbox-input.wx-checkbox-input-checked::before {
    color: #ffffff;
    font-size: 14px;
  }

  .addressList {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 57px;
    box-sizing: border-box;
    height: inherit;
    overflow: scroll;
  }

  .addBtnWrap {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    margin-top: -54px;

    .addBtn {
      width: 100%;
      border: 1px solid;
      //background-color: #000;
      height: 34px;
      line-height: 34px;
      color: #fff;
      font-size: 14px;
      //border-radius: 20px;
      text-align: center;
      cursor: pointer;
    }
  }

  .skullWrap {
    padding: 12px;
    height: inherit;
    overflow: scroll;

    .skull {
      overflow: hidden;

      .skullItem {
        width: 100%;
        height: 108px;
        margin-bottom: 10px;
        border-radius: 5px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}
