@charset "utf8";

html, body
{
  width:100%;
  height:100%;
  margin:0 ;
  padding:0 ;
}
body
{	
	position: relative;
	/*font-family: "Microsoft JhengHei","Lato", Arial, Helvetica, sans-serif;*/
	/*font-family: "Lato", "Microsoft JhengHei",Arial, Helvetica, sans-serif;*/
	font-family: "Microsoft JhengHei","Lato", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
}

body *
{
	text-shadow: none;
}
a{
  text-decoration: none;
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}

@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1300px){

}
@media screen and (max-width: 1224px){

}
@media screen and (max-width: 1100px){

}
@media screen and (max-device-width: 1024px){

}
@media screen and (max-device-width: 800px){

}
@media screen and (max-device-width: 400px){

}