@charset "utf-8";
/* CSS Document */
body{margin: 0;padding: 0;}
img{border: none; padding:0; margin:0;}
span{padding: 0;margin: 0;}
ul,li,ol,p,a{margin:0;padding:0;list-style:none;}
#ul,#li,#ol,#p,#a{margin:0;padding:0;list-style:none;}

input{border:none; margin:0; padding:0; outline:none; outline-style:none; border:#fff;vertical-align: middle;
    display: inline-block;}
#li{margin:0;padding:0;list-style:none;}
div {
                /*关键代码*/
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            }
a{color:#666;text-decoration:none;margin:0px;padding:0px; border:none;}
form,table,tr,td{ padding:0; margin:0; border:none; list-style:none;}
textarea,select{border:solid 1px #e6e6e6; margin:0; padding:0; outline:none;}

input[type=button], input[type=submit], input[type=file], button { -webkit-appearance: none;-ms-appearance: none;-moz-appearance: none;-os-appearance: none; }

input[type='tel'],input[type='text']{-ms-tap-highlight-color: transparent;}
input[type='tel'],input[type='text']{-moz-tap-highlight-color: transparent;}
input[type='tel'],input[type='text']{-os-tap-highlight-color: transparent;}
input[type='tel'],input[type='text']{-webkit-tap-highlight-color: transparent;}
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;} 

a{-ms-tap-highlight-color: transparent;}
a{-moz-tap-highlight-color: transparent;}
a{-os-tap-highlight-color: transparent;}
a{-webkit-tap-highlight-color: transparent;}
button{border:none; margin:0; padding:0; outline:none; outline-style:none;}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

code, kbd, samp, tt {
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
caption, th {
	text-align: left;
}
sup, sub {
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

