*{
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	color:#444444;
	font-size: 0.32rem;
	-webkit-overflow-scrolling: touch;
}



body{
	width: 100%;
	/*font-family: "myfont";*/
	font-family: "微软雅黑";
	background-color: white;
	overflow: hidden;
}

body *{
	/*font-family: myfont;*/
	font-family: "微软雅黑";
}



ul,li{
	list-style: none;
}

a{
	color: #333333;
	text-decoration: none;
	cursor: none;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	font-family:Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sans-self;
	width: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
	-webkit-tap-highlight-color: transparent !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;/*禁止文本缩放*/
	overflow-x: hidden;
	width: 100%;
	/*overflow: hidden;*/
}

input,textarea {
	border: 0;
	-webkit-appearance: none;
	outline: none;
}

input,textarea {
	background-color:transparent;
	border: 0;
	-webkit-appearance: none;
	outline: none;
	appearance:button;
   	-moz-appearance:button; /* Firefox */
   	-webkit-appearance:button; /* Safari 和 Chrome */
    	border-radius: 0;
}

img{
	height: auto;
}


@font-face {
	font-family:myfont;
	src: url('../font/PingFang Bold.ttf');
}



p img{
	width: 100%;
	height: auto;
	margin-top: -0.1rem;
}



body{
	width: 100%;
	overflow: hidden;
	/*height: 110%;*/
}



