blockquote,fieldset,legend,iframe,pre,audio,video,
html,body,form,h1,h2,h3,h4,h5,h6,
li,ul,ol,dd,dl,dt,table,td,th,
div,p,b,strong,em,i,span,a,img,
input,select,textarea,button{
	margin: 0;
	padding: 0;
	box-sizing: inherit;
	letter-spacing: 0 !important;
}


html, body, form{font-size: 15px; height: 100%; -webkit-tap-highlight-color: transparent;}
table {border-collapse: collapse; width: 100%} 
/*th, td{border: 1px solid #ccc;}*/
ul,ol,li {list-style: none;}
a,a:hover{text-decoration: none; outline: 0; cursor: pointer;}
fieldset,img{border: 0; outline: 0}

button,input,select,textarea,option,label,
h1,h2,h3,h4,h5,h6,
td,th,ul,ol,li,dt,dd,dl,
div,p,b,strong,em,i,span,a{
	color: #333;
	font-size: 1rem;
	font-family: 'Helvetica Neue', Microsoft Yahei;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-wrap: break-word;
} 

::-moz-placeholder{color: #aaa;}
::-ms-input-placeholder{color: #aaa;}
::-webkit-input-placeholder{color: #aaa;}

button,input,select,textarea {
	width: 100%;
	background: none;
	padding: 8px 10px;
	outline: none; 
	resize: none; 
	border: 1px solid #ccc;
		 border-radius: 4px;
	-moz-border-radius: 4px; /* Old Firefox */
			appearance: none;
	   -moz-appearance: none;
	-webkit-appearance: none;
	 	    box-sizing: border-box;
       -moz-box-sizing: border-box;	  /* Firefox */
    -webkit-box-sizing: border-box;	  /* Safari  */
}


input[type="radio"],input[type="checkbox"]{ opacity: 1; width: auto; }
input[type="radio"]{-webkit-appearance: radio; -moz-appearance: radio; appearance: radio;}
input[type="checkbox"]{-webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox;}


.clearfix{zoom: 1}
.clearfix:after{
	clear: both;
	display: block;
	visibility: hidden;
	content: "";
	height: 0;
}


::-webkit-scrollbar{
 	width:12px;
 	height:10px;
}
::-webkit-scrollbar-button:vertical{
	display:none
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track{
	background-color:#e2e2e2;
}
::-webkit-scrollbar-thumb{
	border-radius:0;
	background-color:rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:vertical:active{
	background-color:rgba(0,0,0,.4);
}