body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 15px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
	font-family: 'almm',"iconfont", Arial, sans-serif;
	word-break: break-all;
}
::-webkit-scrollbar {
	width:0px;
	margin-right:2px
}
::-webkit-scrollbar-button {
	width:0px;
	height:0;
}
::-webkit-scrollbar:horizontal {
	height:0px;
	margin-bottom:2px;
 }
::-webkit-scrollbar-track {
	border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
	background-color: transparent;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	width:0px;
	border-radius: 2px;
    background: #888;
}
::-webkit-scrollbar-corner {
	width: 5px;
	height:0;
	background-color: #fff;
}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:15px;}
h1, h2, h3 { font-size:14px;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:100px;
	height:100%;
}
body{
    margin: auto;
    height: 100%;
    overflow: hidden;
	background:#f1f1f1;
	min-width: 1000px;
}