@charset "utf-8";
/*CSS reset*/
html{color:#000;background:#FFF;font-family:Microsoft YaHei,sans-serif,Arial,'宋体';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{padding:0;margin:0;font-size:0.63rem;font-family:Microsoft YaHei,sans-serif,Arial;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a:hover img{opacity: 0.8;transition: all .3s ease-in-out 0s;}
a{text-decoration:none; color:#000; outline:none;}/*此处待添加默认链接颜色*/
/*a:link{color:#fff;}*/
var,em,strong{font-style:normal;}
address,caption,cite,code,dfn,th,var, optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:0.75rem;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{border:0;outline:none;font-family:Microsoft YaHei; font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
.clearfix:after{display:block;clear:both;height:0px;overflow:hidden;content: "\200B";}
.clearfix{*zoom:1;}
/*body{-webkit-user-select:none;-webkit-text-size-adjust:none;}*/
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}