1234567891011121314151617181920212223242526272829303132333435 |
- @charset "UTF-8";
- a, abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, tfoot, th, thead, time, tr, ul, var, video {
- border: 0;
- margin: 0;
- outline: 0;
- padding: 0;
- font-size: 100%;
- font-weight: normal
- }
- *:focus {outline: none;}
- body { margin: 0;padding: 0;width: 100%;height: 100%;-webkit-user-select: none;-webkit-touch-callout: none;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-text-size-adjust:none; background-color: #e6e6e6;
- font: 16px/1.25 Arial, "Microsoft Yahei";font-weight: bold;letter-spacing: -0.02em;}
- html{-webkit-text-size-adjust: none;}
- body * {-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
- a { text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor:pointer;color:#333;}
- input,button,textarea,select {-webkit-appearance:none; font-size:1em;}
- input {vertical-align: middle;}
- img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;font-size: 0;}
- table {border-collapse: collapse;border-spacing: 0}
- th, td, caption {vertical-align: top;text-align: left}
- sub,sup{font-size: 10px;}
- input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
- input[type=checkbox]{vertical-align: middle;}
- .clear {width:0px; height:0px; font-size:0; clear:both;}
- ul,li {list-style:none;}
- body {margin:0 auto; position:relative;}
- i,em{ font-style: normal;}
- /*定位*/
- .fl{float:left; display:inline;}
- .fr{float:right; display:inline;}
- .c{display:block; zoom:1;}
- .c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
- .h60{ height: 60px;}
|