@charset "UTF-8";
/* reset */
html {
    font-size: 12px; }

* {
    -webkit-tap-highlight-color: transparent; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, select, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, i, em {
    margin: 0;
    padding: 0; }

body {
    font-family: Arial, Helvetica, STHeiTi, sans-serif;
    max-width: 750px;
    margin: 0 auto; }

ul, ol, li {
    list-style: none; }

input, select, img, .textarea {
    vertical-align: baseline; }

img {
    border: 0 none; }

a:focus {
    outline: none; }

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
    font-size: 0;
    height: 0; }

.clearfix {
    zoom: 1;
    /* IE < 8 */ }

.fl {
    float: left; }

.fr {
    float: right; }