@font-face{
  font-family:'Font Awesome 6 Free';
  font-style:normal;
  font-weight:900;
  src:url('../webfonts/fa-solid-900.woff2') format('woff2'),
      url('../webfonts/fa-solid-900.ttf') format('truetype');
}

.icon-chevron-down:before {
  content: "\f078";
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
}

/* 添加的自定义样式 */
.drop-years-menu[class*="icon-chevron"]::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: white;
  display: inline-block;
}

.drop-years-menu.icon-chevron-down::before {
  content: "\f078";
}

.drop-years-menu.icon-chevron-up::before {
  content: "\f077";
}