@import '../style/var.less';
.zt-checkbox-picker {
  .title {
    font-size: 16px;
    color: @weight-2;
    text-align: center;
    margin-bottom: 10px;
  }
  .van-checkbox-group {
    height: 352px !important;
    max-height: 352px;
    overflow-y: auto;
  }
  .popup-btn-group-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    .van-button {
      height: 38px;
      font-size: 14px;
    }
  }
}