@charset "UTF-8";

@font-face {
	font-family: "FZHTK";
	src: url("./fonts/FZHTK.woff") format("woff"),
		url("./fonts/FZHTK.ttf") format("truetype"),
		url("./fonts/FZHTK.eot") format("embedded-opentype");
}

@font-face {
	font-family: "FZWBK";
	src: url("./fonts/FZWBK.woff") format("woff"),
		url("./fonts/FZWBK.ttf") format("truetype"),
		url("./fonts/FZWBK.eot") format("embedded-opentype");
}

@font-face {
	font-family: "FZXBSK";
	src: url("./fonts/FZXBSK.woff") format("woff"),
		url("./fonts/FZXBSK.ttf") format("truetype"),
		url("./fonts/FZXBSK.eot") format("embedded-opentype");
}


/* yui3 fonts */

body {
	color: #333;
	font-family: "FZHTK";
}


input,
button,
textarea {
	font-family: "FZHTK";
	border: 0;
	outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
	display: none;
}


/* 自定义样式 */