@charset "utf-8";
*{margin:0;padding:0;box-sizing:border-box;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
*,:after,:before{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
*,a,div,h1,h2,h3,h4,h5,html,img,li,p,span{color: inherit;padding: 0;margin: 0;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover,a:visited{
	text-underline: none !important;
	text-decoration:none !important;
}
body{
	font-size:12px;line-height:normal;color:#666;
	font-family: "微软雅黑",Microsoft YaHei, SimSun, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:none;
	background:#FFF;
	position:relative;
	line-height:1;
}
header,footer,section,hgroup,nav,article,aside,details,figcaption,figure,menu{display:block;}
input{font-size:12px;line-height:16px;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
img{border:0;}
ul{list-style:none;}
textarea{resize:none;overflow:auto;}

.cur{
	cursor: pointer;
}
/* 颜色链接 */
a:link,a:visited{text-decoration:none;}
a:hover{}
textarea,input,select,button{outline:none;border: 0;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

/* HTY Common Reset*/
html{overflow-x:hidden}
html button::-moz-focus-inner{border-color:transparent!important;}
input,button,textarea,select,option{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}
fieldset{border:0;}
iframe{background-image:none;}
p{margin:0;padding:0;}
a{text-decoration:none;outline:none;}
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.show{
	display: block;
}
.f18{
	font-size: 18px;
}


/* 滚动条优化 start */
::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
/*鼠标浮上去轨道的颜色*/
::-webkit-scrollbar-track{
  background-color: rgba(50,50,50,0);
  border-radius: 1em;
}
/*轨道正常颜色*/
*:hover::-webkit-scrollbar-track{
	background: rgba(50,50,50,0);
}
/*滑块颜色*/
::-webkit-scrollbar-thumb{
  background-color: rgba(50,50,50,.3);
  border-radius: 1em;
}
/*鼠标浮到滑块上的颜色*/
::-webkit-scrollbar-thumb:hover{
  background: rgba(50,50,50,.6);
}
::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
/* 滚动条优化 end */
