@charset "utf-8";
html{color:#000;background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body{font-family:helvetica}
body{-webkit-overflow-scrolling: touch;overflow-scrolling: touch;}
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, strong, sub, summary, sup, 
table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{margin:0;padding:0;vertical-align: baseline;border:none;}
article,aside,details,figcaption,figure,footer,header,
hgroup,main,menu,nav,section,summary { display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
ul,ol,li{list-style:none;}
img{max-width:100%;border:none;vertical-align: middle;}
table {width:100%;border-spacing: 0;border-collapse: collapse;empty-cell:show;}
/*ie10×号*/
input:-ms-clear{display:none;}
/*Firefox下button文字垂直居中 */
button::-moz-focus-inner,
input::-moz-focus-inner {padding: 0;border: 0;}
/*去掉number类型的加减按钮*/
input[type="number"] {-moz-appearance:textfield;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
/*search样式*/
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button{display:none;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
/*ios去除默认样式*/
button,
input[type="button"], 
input[type="submit"], 
input[type="reset"] {-webkit-appearance: none;  -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

textarea {overflow: auto;vertical-align: top;}

/*--横屏--*/
@media (orientation: portrait) { } 
/*--竖屏  --*/
@media (orientation: landscape) { }