@charset "utf-8";
/*
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter: alpha(opacity=100);
pointer-events: none;	//	鼠标穿透
hidefocus = "true"	//	ie a标签属性 超链接不显示周围的虚线
*/
/* js样式
	js-fix-nopad: x-container无padding定高;
	js-gotop: 返回顶部;
	js-scroll-ele: 滚动显示元素;
*/
@font-face {
	font-family: 'impact';
	src: url('../other/impact.eot');
	src: url('../other/impact.eot?#iefix') format('embedded-opentype'),
		url('../other/impact.woff') format('woff'),
		url('../other/impact.ttf') format('truetype'),
		url('../other/impact.svg#impact') format('svg');
}
@font-face {
	font-family: 'avian';
	src: url('../other/AvianRegular.eot');
	src: url('../other/AvianRegular.eot?#iefix') format('embedded-opentype'),
		url('../other/AvianRegular.woff') format('woff'),
		url('../other/AvianRegular.ttf') format('truetype'),
		url('../other/AvianRegular.svg#AvianRegular') format('svg');
}
@font-face {font-family: 'xfont';
	src: url('../other/iconfont.eot'); /* IE9*/
	src: url('../other/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../other/iconfont.woff') format('woff'), /* chrome, firefox */
	url('../other/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../other/iconfont.svg#xfont') format('svg'); /* iOS 4.1- */
}
/* css reset */
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0;}
body { font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; margin: 0 auto; color: #000000; background-color: #fff;}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
ol, ul, li { list-style: none;}
select { appearance: none; -moz-appearance: none; -webkit-appearance: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
caption, th { font-weight: normal;}
img { border: 0; outline: 0; vertical-align: middle;}
i, em { font-style: normal;}
a { text-decoration: none; color: inherit;}
a:focus { outline: 0;}
svg:not(:root){ overflow: hidden;}
::-ms-clear, ::-ms-reveal{ display: none;}
/* WebKit browsers */
::-webkit-input-placeholder{ color: #909090;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder{ color: #909090; opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder{ color: #909090; opacity: 1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder{ color: #909090;}
.placeholder{ color:#909090;}
.xfont {
	font-family:"xfont" !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
