html{
	font-family: "微软雅黑", sans-serif;
	font-size: 20px;
}
html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
body {
	line-height: 1.5;
	font-size: 0.8rem;
	color: #212121;
	background-color: #f5f5f5;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
}
* {
	-webkit-box-sizing: border-box;
	    	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

ul, li {
	list-style: none;
}

.cursor-pointer {
    cursor: pointer;
  }

  input{
      border-radius: 4px;
      padding:4px 8px;
      width: 262px;
      color: #555;
      font-size: 12px !important;
  }

  textarea{
      border-radius: 4px;
      padding:4px 8px;
      color: #555;
      font-size: 12px !important;
  }

