@charset "UTF-8";
/*liboyuan*/

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, header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Helvetica Neue','Microsoft YaHei', Helvetica, STHeiTi, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    -webkit-user-select: none;
    color: #303030;
    outline: 0;
    background-color: #f1f1f1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body * { max-height: 999999px; }
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption, th {
    text-align: left;
}
fieldset, img {
    border: 0;
}
ul, ol {
    list-style: none;
}
img {
    border: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    outline: 0;
    resize: none;
    border:0;
}
button {
    border: 0;
    background: none;
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    -webkit-touch-callout: none;
    color: #303030;
}
:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
em, i {
    font-style: normal;
}
div {
    margin: 0 auto;
}
.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.none {
    display: none !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clb {
    clear: both;
}
.inner{
    width: 560px;
    min-width: 560px;
    margin:0 auto;
}
