/*各种按钮图标以及引入的字体*/
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face{
	font-family: 'mywordtype';
	src: url('../fonts/1.ttf') format('truetype');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.top2{
	top: 2px;
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-print:before {
  content: "\e045";
}
