/* 仅包含网站实际使用的Font Awesome图标 */
.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

/* 所有网站实际使用的图标定义 */
.fa-hand-holding-heart:before { content: "\f4c3"; }
.fa-clock:before { content: "\f017"; }
.fa-search:before { content: "\f002"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map:before { content: "\f279"; }
.fa-satellite:before { content: "\f041"; }
.fa-mountain:before { content: "\f6fc"; }
.fa-camera:before { content: "\f030"; }
.fa-edit:before { content: "\f044"; }
.fa-download:before { content: "\f019"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-compass:before { content: "\f14e"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-redo-alt:before { content: "\f2f9"; }
.fa-times-circle:before { content: "\f057"; }
.fa-heart:before { content: "\f004"; }