﻿/*网站基本定义*/

body{
    background: #fff;
    
}
label{
	font-weight: normal;	
	margin: 0;
}
a:hover{
	text-decoration: none;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
strong,
span,
pre,
input,
body,
table,
td,
tr {
	margin: 0;
	padding: 0;
	border: 0;
	

}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	outline: none;
	
}
body {
font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
ul,
li {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input,
img,
em,
a {
	vertical-align: middle;
	outline: none;
}
span,
em,
i,
a {
	display: inline-block;
}

.fl {
	float: left;
}
.fr {
	float: right;

}
.clear{
	clear: both;
}
html input{outline:medium;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; cursor: pointer; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
select{appearance: none;-webkit-appearance: none;}
input[type="text"],textarea{-webkit-appearance: none;}

*{ -webkit-tap-highlight-color:rgba(0,0,0,0);}
