/* @charset "utf-8"; */
@font-face { 
    font-family: SanHansRegular;
    src: url('../fonts/NotoSansHans-Regular.otf');
}
/*全局样式重置*/
html{width:100%;min-height:100%;outline:0;-webkit-text-size-adjust:none}
body{background-color:#fff;color:#333; }
a{outline:0;border:0 none;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333333}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:'\200B'}
.clearfix{zoom:1}
html{min-width:320px; margin:0 auto;position:relative; height:100%;}
body{min-width:320px;font-size:14px;position:relative;height:auto; min-height:100%; }
.oe{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none}
textarea{-webkit-appearance:none}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; }
html,body{font-family:"SanHansRegular","Microsoft YaHei", "Helvetica Neue", arial, helvetica, sans-serif;  }
ol,ul,li{list-style:none}
textarea{resize:none}
li{vertical-align:top;vertical-align:bottom}
address,caption,cite,code,dfn,em,strong,th,var,i{font-style:normal}
button[type="submit"],button[type="reset"],input[type="submit"],input[type="reset"],button{cursor:pointer}
fieldset,input,button,object{outline:none}
table{border-collapse:collapse;border-spacing:0}
img{border:none;outline:none; }
a{text-decoration:none;border:none;outline:none;cursor:pointer;color:#333}
.animat{-webkit-transition:all 0.3s ease 0s;  -o-transition:all 0.3s ease 0s;  transition:all 0.3s ease 0s;}
a:hover{-webkit-transition:all .2s ease 0s;  -o-transition:all 0.2s ease 0s;  transition:all 0.2s ease 0s; }

/*重置页面滚动条*/
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:#EEEEEE;}
::-webkit-scrollbar-thumb{background-color:#D6D6D6;}
::-webkit-scrollbar-thumb:hover {background-color:#ccc}
::-webkit-scrollbar-thumb:active {background-color:#ccc}


