body {
  background-color: #F5F5F5;
}
.event {
  padding: 0.3125rem 0;
}
.title {
  font-size: 0.2083rem;
  margin-bottom: 0.2604rem;
}
@media (max-width: 1024px) {
  .event {
    padding: 0.5333rem;
  }
  .title {
    font-size: 0.64rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
  }
}
/* Choices.js 下拉列表样式 */
.choices {
  z-index: 10;
  margin-bottom: 0;
  font-size: 0.0729rem;
}
.choices__inner {
  min-height: 0.3125rem;
  /* padding: 0 !important; */
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  display: flex !important;
  align-items: center;
}
.choices__list--single {
  padding: 0;
}
.choices__list--dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #00C5DD !important;
  color: #fff !important;
}
.choices[data-type*=select-one] .choices__input {
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
}
.choices[data-type*=select-one]::after {
  border-color: #999 transparent transparent transparent !important;
  right: 0px !important;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #999 transparent !important;
  right: 0px !important;
}
.choices__list--single {
  padding-right: 0.0833rem !important;
}
.choices__list--single .choices__item {
  color: #333 !important;
}
.choices__placeholder {
  color: #999 !important;
}
.flatpickr-day.selected {
  background: #00C5DD !important;
  color: #fff !important;
}
.location-input.input-item {
  z-index: 3;
}
.classification-input.input-item {
  z-index: 2;
}
@media (max-width: 1024px) {
  .event {
    padding: 0.5333rem;
  }
  .title {
    font-size: 0.64rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
  }
  .search-form .date-range-wrap input {
    width: 1.5rem;
  }
}
