@charset "utf-8";
/* CSS reset */

/*======CSS reset star======*/
html {
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	font-size: 12px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input {
	cursor: pointer;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style-type: none;
}

caption,
th,
td {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

img {
	vertical-align: middle;
}

.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1
}

.overflow {
	overflow: hidden;
	zoom: 1;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

.rel {
	position: relative;
}

/*input{border:none;}*/
select:focus-visible {
	/* outline: -webkit-focus-ring-color auto 1px;这是谷歌浏览器的原生祥式*/
	outline: none;
}


/*======CSS reset end======*/
