/* @charset "utf-8"; */
/* S - reset 重置CSS */

/* S-设置box-sizing */
html {
  box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: none;
}
* {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* E-设置box-sizing */

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, strong, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
a {
    color: inherit;
    outline: none;
    text-decoration: none;
}
b, em, i, strong, var {
    font-style: normal;
}
address, caption, cite, code, dfn, em, optgroup, strong, th, var {
    font-style: inherit;
    font-weight: inherit;
}
del, ins {
    text-decoration: none;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:after, q:before {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sub, sup {
    vertical-align: baseline;
}
legend {
    color: #333;
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
button, input, select, textarea {
    font-size: 100%;
    border-radius: 0;
}
input, option, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

:focus {
    outline: none;
}

/* S - 清理浮动 */
.clear {
    clear: both;
}
.clearfix:after {
    overflow: hidden;
    display: block;
    clear: both;
    height: 0;
    content: "\200B";
}
.clearfix {
    zoom: 1;
}
/* E - 清理浮动 */

html {
  font-size: 14px;
}
html, body {
  -webkit-touch-callout: none;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow:-Scroll;overflow-x:hidden;
}
/* E - reset 重置CSS */
.app img{width: 100%;}
.app p a{position: fixed; bottom:-4px;left: 0;}
.banner{background:url("imgpc_banner.jpg") repeat-x;margin: 0 auto;text-align: center;}
.main{margin: 0 auto;text-align: center;}
.main p{font-size:0;}
