/*页面初始化样式，所有页面引用*/

@charset "utf-8";
*,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 宋体, sans-serif;
}

span,
html,
body {
	list-style: none;
	/*取消移动端点击高亮*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

span:focus,
button:focus,
a:active,
a:hover {
	outline: 0 none;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

ol,
ul {
	list-style: none;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}


/*针对ie*/

.clearfix {
	zoom: 1;
}

select {
	-webkit-appearance: none;
	border-color: transparent;
	/*background-image: url(//img.ftp.tj.dyrs.com.cn/images/img/select_bg.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size: auto 20%;*/
	/*background-position: right 5% center;*/
}

input,
select,
textarea {
	outline: none;
	border: none;
	-webkit-appearance: none;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

img {
	border: none;
	vertical-align: bottom;
}