@charset "UTF-8";
.custom-select-dropdown-241029 {
  position: relative;
  display: inline-block;
  /* Firefox 下滚动条的样式（可选） */
  /* 兼容 Firefox 和 Chrome 的滚动条样式 */
}

.custom-select-dropdown-241029.select-white .select-trigger {
  background: rgba(255, 255, 255, 0.45);
  color: #FFFFFF;
}

.custom-select-dropdown-241029.select-red {
  /* Firefox 下滚动条的样式（可选） */
  /* 兼容 Firefox 和 Chrome 的滚动条样式 */
}

.custom-select-dropdown-241029.select-red .select-trigger {
  background: rgba(255, 72, 62, 0.6);
  color: #FFFFFF;
  border: none;
}

.custom-select-dropdown-241029.select-red .select-options .option.active {
  color: #ff483e;
  background: #fff1f0;
}

.custom-select-dropdown-241029.select-red .select-options .option:hover {
  color: #ff483e;
}

.custom-select-dropdown-241029.select-red .select-options::-webkit-scrollbar {
  width: 3px;
  /* 滚动条宽度 */
}

.custom-select-dropdown-241029.select-red .select-options::-webkit-scrollbar-thumb {
  background: #ffb9b5;
  /* 滚动条颜色 */
  border-radius: 4px;
  /* 滚动条圆角 */
}

.custom-select-dropdown-241029.select-red .select-options::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时的颜色 */
}

.custom-select-dropdown-241029.select-red .select-options {
  scrollbar-width: thin;
  /* Firefox 滚动条宽度 */
  scrollbar-color: #ffb9b5 #fff;
  /* 滚动条颜色与背景颜色 */
}

.custom-select-dropdown-241029 .select-trigger {
  padding: 0 10px 0 14px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #fff;
  height: 36px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 18px;
  backdrop-filter: blur(3px);
  font-size: 16px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}

.custom-select-dropdown-241029 .select-trigger:hover .icon-xiala1 {
  transform: rotate(180deg);
}

.custom-select-dropdown-241029 .select-trigger .icon-xiala1 {
  font-size: 14px;
  margin-left: 6px;
  transition: all 0.3s;
}

.custom-select-dropdown-241029 .select-options {
  display: none;
  /* 隐藏选项 */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  width: 180px;
  height: 256px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow-y: scroll;
  padding: 8px 0;
  font-weight: normal;
  text-align: left;
}

.custom-select-dropdown-241029 .select-options .option {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 32px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #303030;
  line-height: 32px;
}

.custom-select-dropdown-241029 .select-options .option.active {
  color: #1975ff;
  background: #f0f6ff;
}

.custom-select-dropdown-241029 .select-options .option:hover {
  color: #1975ff;
}

.custom-select-dropdown-241029 .select-options::-webkit-scrollbar {
  width: 3px;
  /* 滚动条宽度 */
}

.custom-select-dropdown-241029 .select-options::-webkit-scrollbar-thumb {
  background: #888;
  /* 滚动条颜色 */
  background: #76a7f4;
  /* 滚动条颜色 */
  border-radius: 4px;
  /* 滚动条圆角 */
}

.custom-select-dropdown-241029 .select-options::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时的颜色 */
}

.custom-select-dropdown-241029 .select-options {
  scrollbar-width: thin;
  /* Firefox 滚动条宽度 */
  scrollbar-color: #888 #fff;
  /* 滚动条颜色与背景颜色 */
  scrollbar-color: #76a7f4 #fff;
  /* 滚动条颜色与背景颜色 */
}
