@charset "utf-8";
/* CSS Document */

html,
body,
div,
dl,
dt,
dd,
td,
th,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
u,
pre,
code,
form,
strong,
label,
em,
a,
iframe,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote
{-webkit-text-size-adjust:none;margin:0;padding:0;font-family:Arial,"Microsoft YaHei",\5B8B\4F53;}
table{border-collapse:collapse;}
textarea{resize:none;}
a img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,b{font-size:100%;font-weight:400;}
input,button,textarea,select{font-family:inherit;}
input{outline-style: none;}
a{outline:none;text-decoration:none;}
a:hover{text-decoration:none;}
a{color:#333;}
html{width:100%;}
img,input{ vertical-align:middle;}
body{width:100%;height:100%; }
article,aside,dialog,footer,header,section,footer,nav,figure{display:block;}/*html5 reset IE*/

@media screen (max-width:700px) {
	html {
	    -webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况  */ 
	    -webkit-overflow-scrolling : touch;      
	}
	 
	 
	/* 取消链接高亮  */
	body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	/* 移动端点击a链接出现蓝色背景问题解决 */
	a:link,a:active,a:visited,a:hover {
	    background: none;
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	    -webkit-tap-highlight-color: transparent;
	}
	
	 
	/* 图片自适应 */
	img {
	    width: 100%;
	    height: auto;
	    display: block;
	    pointer-events: auto;  /* 在安卓手机点击禁止图片预览 */
	}
	 
}