a:active,a:hover,input {
	outline:0
}
textarea{ 
	resize:none; 
	outline: none;
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
}
body {
    margin: 0;
    /*font-size: 14px;*/
    color: #333333;
    background-color: white;
    height: 100%;
    /* overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
a {
	background-color:transparent;
}
img {
	border:0;
	vertical-align:top;
}
svg:not(:root) {
	overflow:hidden;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
pre,textarea {
	overflow:auto;
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea {
	/*color:inherit;   /*nput输入字*/
	font:inherit;
	margin:0;
}
a,body {
	font-family:"Microsoft YaHei",Arial,Helvetica;
}
button {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
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:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}
legend {
	border:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
article,body,dd,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,img,input,li,nav,ol,p,section,table,ul {
	margin:0;
	padding:0;
}
* {
	box-sizing:border-box;
}
em,i {
	font-style:normal;
}
li,ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}

img {pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}