.date-container[data-v-6fbea2a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.date-container .date-header[data-v-6fbea2a8] {
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.date-container .date-header .cancel[data-v-6fbea2a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
  color: #8A99A8;
}
.date-container .date-header .title[data-v-6fbea2a8] {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #3D3D3D;
  font-weight: 500;
}
.date-container .date-header .confirm[data-v-6fbea2a8] {
  margin-right: 1rem;
  text-align: center;
  color: #0073E5;
}
.date-container .time-picker[data-v-6fbea2a8] {
  overflow: hidden;
}
.date-container .time-picker[data-v-6fbea2a8] .van-picker__toolbar {
  display: none;
}
.date-container .shortcut[data-v-6fbea2a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.date-container .shortcut .btn-box[data-v-6fbea2a8] {
  cursor: pointer;
  padding: 0.5rem 1.5625rem;
  background: #F7F7F8;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #576675;
}
.date-container .shortcut .btn-box.active[data-v-6fbea2a8] {
  background: #E6F2FF;
  color: #0073E5;
}
.date-container .custom-range[data-v-6fbea2a8] {
  padding: 0.5rem 1rem;
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 500;
}
.date-container .custom-box[data-v-6fbea2a8] {
  margin-bottom: 0.625rem;
  padding: 0 0.75rem;
}
.date-container .custom-box .input-title[data-v-6fbea2a8] {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #3D3D3D;
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}
.date-container .custom-box .input-area[data-v-6fbea2a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-container .custom-box .split[data-v-6fbea2a8] {
  margin: 0 0.5rem !important;
  color: #8A99A8;
  font-size: 0.875rem;
}
.date-container .custom-box[data-v-6fbea2a8] .u-input__content__field-wrapper__field {
  text-align: center !important;
}
.date-container .custom-box .custom-input-box[data-v-6fbea2a8] {
  color: #8A99A8;
  background: #F7F7F8;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-container .custom-box .custom-input-box.active[data-v-6fbea2a8] {
  background: #E6F2FF;
  color: #0073E5;
}
.date-container .custom-box .custom-input[data-v-6fbea2a8] {
  font-size: 0.875rem;
}
.date-container .custom-box .custom-input.empty[data-v-6fbea2a8] {
  background: #F7F7F8;
  color: #C4CCD4;
}
[data-v-6fbea2a8]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

.header-box[data-v-d0003e38] {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.close-icon[data-v-d0003e38] {
  margin-left: 1rem;
}
.search-box[data-v-d0003e38] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-box[data-v-d0003e38] {
  background: #f5f5f5;
  padding: 0.75rem;
}
.item-box[data-v-d0003e38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 0.0625rem solid #f0f0f0;
  background: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0b0d0f;
}
.item-desc.active[data-v-d0003e38] {
  color: #0073e5;
}
[data-v-d0003e38]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

.header-box[data-v-437ed192] {
  height: 3.25rem;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 0 1rem;
  border-bottom: 0.0625rem solid #F0F0F0;
}
.header-title[data-v-437ed192] {
  color: #333333;
  font-weight: 600;
  font-size: 1.0625rem;
}
.close-icon[data-v-437ed192] {
  margin-left: 1rem;
}
.item-box[data-v-437ed192] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 0.0625rem solid #F0F0F0;
  background: #FFFFFF;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0B0D0F;
}
.item-desc.active[data-v-437ed192] {
  color: #0073E5;
}
[data-v-437ed192]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

.header-box[data-v-22920a0c] {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.close-icon[data-v-22920a0c] {
  margin-left: 1rem;
}
.search-box[data-v-22920a0c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-box[data-v-22920a0c] {
  background: #F5F5F5;
  padding: 0.75rem;
}
.item-box[data-v-22920a0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.5rem;
  line-height: 3.5rem;
  border-bottom: 0.0625rem solid #F0F0F0;
  background: #FFFFFF;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0B0D0F;
}
.item-desc.active[data-v-22920a0c] {
  color: #0073E5;
}
[data-v-22920a0c]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

.date-container[data-v-5ad1f0f5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.date-container .date-header[data-v-5ad1f0f5] {
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.date-container .date-header .cancel[data-v-5ad1f0f5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
  color: #8a99a8;
}
.date-container .date-header .title[data-v-5ad1f0f5] {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #3d3d3d;
  font-weight: 500;
}
.date-container .date-header .confirm[data-v-5ad1f0f5] {
  margin-right: 1rem;
  text-align: center;
  color: #0073e5;
}
.date-container .time-picker[data-v-5ad1f0f5] {
  overflow: hidden;
}
.date-container .time-picker[data-v-5ad1f0f5] .van-picker__toolbar {
  display: none;
}
.date-container .shortcut[data-v-5ad1f0f5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.date-container .shortcut .btn-box[data-v-5ad1f0f5] {
  cursor: pointer;
  padding: 0.5rem 1.5625rem;
  background: #f7f7f8;
  border-radius: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #576675;
}
.date-container .shortcut .btn-box.active[data-v-5ad1f0f5] {
  background: #e6f2ff;
  color: #0073e5;
}
.date-container .custom-range[data-v-5ad1f0f5] {
  padding: 0.5rem 1rem;
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: 500;
}
.date-container .custom-box[data-v-5ad1f0f5] {
  margin-bottom: 0.625rem;
  padding: 0 0.75rem;
}
.date-container .custom-box .input-title[data-v-5ad1f0f5] {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #3d3d3d;
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}
.date-container .custom-box .input-area[data-v-5ad1f0f5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-container .custom-box .split[data-v-5ad1f0f5] {
  margin: 0 0.5rem !important;
  color: #8a99a8;
  font-size: 0.875rem;
}
.date-container .custom-box[data-v-5ad1f0f5] .u-input__content__field-wrapper__field {
  text-align: center !important;
}
.date-container .custom-box .custom-input-box[data-v-5ad1f0f5] {
  color: #8a99a8;
  background: #f7f7f8;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.date-container .custom-box .custom-input-box.active[data-v-5ad1f0f5] {
  background: #e6f2ff;
  color: #0073e5;
}
.date-container .custom-box .custom-input[data-v-5ad1f0f5] {
  font-size: 0.875rem;
}
.date-container .custom-box .custom-input.empty[data-v-5ad1f0f5] {
  background: #f7f7f8;
  color: #c4ccd4;
}
[data-v-5ad1f0f5]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

