/* google字体 */
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
}


/* 定义一个新的字体packperf-iconfont,用于保存packperf的logo*/
/* @font-face {
  font-family: 'packperf-iconfont';
  src: url('../fonts/packperf-icon.eot?74568851');
  src: url('../fonts/packperf-icon.eot?74568851#iefix') format('embedded-opentype'),
       url('../fonts/packperf-icon.woff2?74568851') format('woff2'),
       url('../fonts/packperf-icon.woff?74568851') format('woff'),
       url('../fonts/packperf-icon.ttf?74568851') format('truetype'),
       url('../fonts/packperf-icon.svg?74568851#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'packperf-set';
  src: url('../fonts/packperf-set.eot?73049799');
  src: url('../fonts/packperf-set.eot?73049799#iefix') format('embedded-opentype'),
       url('../fonts/packperf-set.woff2?73049799') format('woff2'),
       url('../fonts/packperf-set.woff?73049799') format('woff'),
       url('../fonts/packperf-set.ttf?73049799') format('truetype'),
       url('../fonts/packperf-set.svg?73049799#packperf-set') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "packperf-set";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cog:before { content: '\e805'; } /* '' */
.icon-production:before { content: '\e806'; } /* '' */
.icon-design:before { content: '\e807'; } /* '' */
.icon-plant:before { content: '\e809'; } /* '' */
.icon-extrusion:before { content: '\e80a'; } /* '' */
.icon-shelves:before { content: '\e80b'; } /* '' */
.icon-packperf-logo-55:before { content: '\e80c'; } /* '' */
.icon-warehouse:before { content: '\e840'; } /* '' */
