
/* 字体声明 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?hl5uro');
  src: url('fonts/icomoon.eot?hl5uro#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hl5uro') format('truetype'),
    url('fonts/icomoon.woff?hl5uro') format('woff'),
    url('fonts/icomoon.svg?hl5uro#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.intro::before {
  content: " \e986 \ea05  ";
  color: rgb(221, 109, 109);
}
