* {
	margin:0;
	padding:0;
	outline:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{ }
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-touch-callout: none;
        -webkit-user-select: none;
       
}

body{
  line-height:1.4;
 font-size:14px;
 font-family:PingFang SC,Tahoma, -apple-system-font, "Helvetica Neue", sans-serif;
  color:#222;
  font-weight:400;
   -webkit-font-smoothing: antialiased;
  
}
ul,li {
	list-style:none;
	margin:0;
	padding:0
}
img{
  border:0;
}
a{
  text-decoration:none;
}

.clickbug{cursor:pointer}
.clearboth,.clearfix {
	clear:both
}

.search-pop{height:100%;background:#f00;}




