@charset "utf-8";
/* dede58.com 做最好的织梦模板 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),  url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-cart, .icon-screen, .icon-mobile, .icon-globe, .icon-calculate, .icon-map, .icon-address-book, .icon-html5 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-cart:before {
	content: "\e005";
}
.icon-screen:before {
	content: "\e001";
}
.icon-mobile:before {
	content: "\e008";
}
.icon-globe:before {
	content: "\e006";
}
.icon-calculate:before {
	content: "\e007";
}
.icon-map:before {
	content: "\e001";
}
.icon-address-book:before {
	content: "\e002";
}
.icon-html5:before {
	content: "\e003";
}
