@font-face {
  font-family: "iconfont"; /* Project id 4891603 */
  src: url('../front/iconfont.woff2?t=1744569031213') format('woff2'),
       url('../front/iconfont.woff?t=1744569031213') format('woff'),
       url('../front/iconfont.ttf?t=1744569031213') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	color: #999;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-kefu:before {
	content: "\e006";

}

.icon-search:before {
	content: "\e005";

}

.icon-more:before {
	content: "\e002";
}

.icon-more-right:before {
	content: "\e002";
	transform: rotate(-90deg);
	display: inline-block;
}

.icon-notice:before {
	content: "\e004";
}

.icon-up:before {
	content: "\e003";
	display: inline-block;
	transform: rotate(-180deg);
	text-align: right;
}
.icon-down:before {
	content: "\e003";
	text-align: right;
}

.icon-mail:before {
	content: "\e010";
}

.icon-phone:before {
	content: "\e007";
}

.icon-wechat:before {
	content: "\e011";
}

.icon-qq:before {
	content: "\e012";
}

.icon-article:before {
	content: "\e008";
}

/*

.icon-left:before {
	content: "\e002";
	display: inline-block;
	transform: rotate(90deg);
}

.icon-right:before {
	content: "\e002";
	display: inline-block;
	transform: rotate(-90deg);
}

.icon-right-triangle:before {
	content: "\e003";
	transform: rotate(-90deg);
	margin-bottom: 4px;
}

.icon-down:before {
	content: "\e006";
}

.icon-lawyer:before {
	content: "\e007";
}

.icon-triangle-up:before {
	content: "\e003";
	transform: rotate(-180deg);
	display: inline-block;
	margin-bottom: 4px;
}
*/
