/*公共CSS样式*/
body{
	font-family: "microsoft yahei",sans-serif;
	font-size: 14px;
	color: #333;
}
a{
	text-decoration: none;
}
@font-face {
  font-family: 'lf';
  src:  url('../../Rosimits/fonts/wifilogo.eot?y1wtia');
  src:  url('../../Rosimits/fonts/wifilogo.eot?y1wtia#iefix') format('embedded-opentype'),
    url('../../Rosimits/fonts/wifilogo.ttf?y1wtia') format('truetype'),
    url('../../Rosimits/fonts/wifilogo.woff?y1wtia') format('woff'),
    url('../../Rosimits/fonts/wifilogo.svg?y1wtia#lf') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-compass::before {
  content: "\e91b";
  font-size: 60px;
  color: lightseagreen;
}


