html{ 
	width: 100%; 
	height: 100%;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding:0; margin:0; 
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}
fieldset,img { 
	border:0; 
}
address,caption,cite,code,dfn,em,th,var { 
	font-weight:normal; 
	font-style:normal; 
}
ol,ul { 
	list-style:none; 
}
caption,th { 
	text-align:left; 
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal; 
	font-size:100%; 
}
q:before,q:after { 
	content:""; 
}
abbr,acronym { 
	border:0; }
a img { border:none;
}
a { 
	border:none;
	text-decoration:none;
	color: #333;
}
img{
	vertical-align: middle;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix{
	*+height:1%;
}
/*--custom--*/
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],button,select { 
	-webkit-appearance: none; 
	vertical-align: middle;
}
select:focus,input:focus{ 
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
    -webkit-user-modify:read-write-plaintext-only; 
		outline: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;opacity:1;
}

input:-ms-input-placeholder{
    color: #666;opacity:1;
}

input::-webkit-input-placeholder{
    color: #666;opacity:1;
}
select {
  border: solid 1px #000;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../images/arrow2.png) no-repeat right center;
  padding-right: 20px;
}
select::-ms-expand { display: none; }

.content { zoom:1;}
.left{
	float: left;
}
.right{
	float: right;
}

ul::-webkit-scrollbar-track-piece,div::-webkit-scrollbar-track-piece { /*滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#fff;
}
ul::-webkit-scrollbar,div::-webkit-scrollbar {/*滚动条的宽度*/
width:5px;
}
ul::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb {/*滚动条的设置*/
background-color:rgba(239,127,72,.2);
background-clip:padding-box;
min-height:28px;
border-radius: 5px;
}
ul::-webkit-scrollbar-thumb:hover,div::-webkit-scrollbar-thumb:hover {
background-color:rgba(239,127,72,.6);
}

