/**********移动版页面**********/

@charset"utf-8";

/*CSS reset*/
 
html,body,div,span,h1,h2,h3,h4,h5,h6,p, a,img,strong,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,i
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	-webkit-appearance:none; /*去除iphone默认样式*/
	vertical-align: middle;
}
ul { list-style: none; }
a,a:hover{text-decoration: none;}
table { border-collapse: collapse; border-spacing: 0; }
p{text-indent: inherit;}

/*body style*/

body{
	font:14px/2 "Microsoft Yahei","Hiragino Sans GB",arial,sans-serif;
	color:#000;
	background-color: #EEF4F9;
	-webkit-font-smoothing:antialiased;/*字體抗鋸齒*/
}