html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
	font-family: 微软雅黑, Helvetica, Arial, Verdana, sans-serif;
	
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	list-style: none;
	/*margin: 0 auto;*/
}
a{
	text-decoration: none;
	
}

html,
body {
	width: 100%;
	
} 
button {
	outline: none;
}

td,
th {
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

a,
a:visited {
	text-decoration: none;
	cursor: pointer;
}

img {
	display: block;
	border: 0;
	width: 100%;
	border: 0px;
}

ul,
li {
	list-style: none;
}

input,
textarea {
	outline: none;
}

i,
em {
	font-style: normal;
}

input[type="submit"],
 input[type="reset"],
 input[type="button"],
 input[type="number"],

 button {
 -webkit-appearance: none;
 }
 


input[type="date"] {	
	border: none;
	background: none;
	outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
input[type="date"]:after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    /*background-image: url(../img/xiala.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;

}
input[type="date"]::-webkit-calendar-picker-indicator { 
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button { 
	visibility: hidden;
} 


input[type="search"]{
	-webkit-appearance: none;
}
input[type="text"] {
   -webkit-appearance: none;
}
textarea{
-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button{
    display: none;
}

Element {

 -webkit-tap-highlight-color:rgba(255,255,255,0)

}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left!important;
}

.float_right {
	float: right!important;
}