$panel-title-color: #1d2129;
$panel-title-size: 32rpx;
$panel-title-weight: 500;
.uni-card__header-content-title {
  color: $panel-title-color !important;
  font-size: $panel-title-size !important;
  font-weight: $panel-title-weight !important;
}
.uni-card {
  overflow: visible !important;
  .uni-card__header {
    border-bottom: none !important;
  }
  box-shadow: none !important;
}
.uni-card__content {
  overflow: hidden;
}

.drawer-container {
  height: 100%;
  .search-item {
    padding: 0 20rpx;
    box-sizing: border-box;
  }
  .drawer-bottom-area {
    .fixed-container {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: #ffffff;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.15);
      .btn-container {
        width: 100%;
        box-sizing: border-box;
        height: 100rpx;
        display: flex;
        align-items: center;
        justify-content: center;
        .button-item {
          width: 200rpx;
        }
      }
    }
    .place-holder {
      width: 100%;
      height: 130rpx;
    }
  }
}
