/* CSS Reset */
body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, pre, a, acronym, address, code, del, em, font, img, ins, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input, select {
  vertical-align: middle; }

input, textarea, select {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif; }

fieldset, img {
  border: 0; }

address, code, th, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #dcceba; }

::-webkit-scrollbar-track {
  background: transparent; }

body, html {
  width: 100%;
  background-color: #fff;
  text-size-adjust: none;
  overflow-y: auto; }

.app-main {
  position: relative;
  min-height: 1000px;
  -webkit-user-select: none;
  user-select: none; }
  .app-main a {
    display: block; }
  .app-main img {
    pointer-events: none;
    width: 100%; }
  .app-main .app-banner {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .app-main .app-banner img {
      width: 100%;
      height: 100%; }
  .app-main .btn {
    padding: 0 20px;
    line-height: 50px;
    position: absolute;
    left: 8%;
    text-align: center;
    bottom: 8%;
    background-color: #fbee01;
    border-radius: 30px; }

.page-fixed {
  padding-bottom: 150px; }
  .page-fixed img {
    display: block; }
  .page-fixed .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }

.page-noNd {
  width: 100%; }
  .page-noNd img {
    display: block;
    width: 100%; }

.noND img {
  pointer-events: auto !important; }

