
ul,ol{
	list-style: none;
}
p{
	margin: 0;
	padding:0;
}
a,a:hover{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
img{
	border: none;
	max-width: 100%;
}
*:focus {
	outline: none !important;
  }
  body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "Zen Maru Gothic",Arial, Helvetica, STHeiTi, sans-serif ;
    user-select: none;
}