@charset "utf-8";

/*html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/*reset*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset,input,textarea {margin: 0;padding: 0;}
img, fieldset {border: 0;}
html{ font-size:100px; font-family:'\5FAE\8F6F\96C5\9ED1',Droid Sans Fallback,'Helvetica Neue', Helvetica;}
body {font-size:14px; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a {text-decoration: none;outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover {text-decoration:none;}
ul, ol ,li{ list-style:none;}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%;}
input,textarea,select{outline: none;-moz-box-sizing: border-box; -webkit-box-sizing:border-box; box-sizing: border-box;font-size-adjust:none; font-stretch:normal; -webkit-tap-highlight-color:rgba(0,0,0,0);font-family:'\5FAE\8F6F\96C5\9ED1',Droid Sans Fallback,'Helvetica Neue', Helvetica;}
input:focus,textarea:focus,select{ outline:0; }
a:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover, a:active,a:focus{ outline: 0; }


.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix{ *zoom:1; }
.clr{ clear:both;}
.border_box{ -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.box{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; }
@media all and (max-width:359px)
{
	html{ font-size:50px; }
}

@media all and (min-width:360px) and (max-width:413px)
{
	html{ font-size:46px; }
}
@media all and (min-width:414px) and (max-width:479px)
{
	html{ font-size:64px; }
}
@media all and (min-width:480px) and (max-width:539px)
{
	html{ font-size:75px; }
}
@media all and (min-width:540px) and (max-width:639px)
{
	html{ font-size:84px; }
}
@media all and (min-width:640px) and (max-width:719px)
{
	html{ font-size:100px; }
}
@media all and (min-width:720px)
{
	html{ font-size:112px; }
}

/*滚动条样式
::-webkit-scrollbar { width: 0;} 
::-webkit-scrollbar-track {background-color: rgba(0,0,0,0); } 
::-webkit-scrollbar-thumb {background-color: rgba(0,0,0,0); } 
::-webkit-scrollbar-button {background-color: rgba(0,0,0,0);} 
::-webkit-scrollbar-corner {background-color: rgba(0,0,0,0);}
*/
