@charset "UTF-8";
body, html { width: 100%; height: 100%; }

html { font-size: 75%; }

body { font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体"; background: #fff; overflow: hidden; overflow-y: scroll; font-size: 14px; -webkit-overflow-scrolling: touch; padding-top: constant(safe-area-inset-top); padding-left: constant(safe-area-inset-left); padding-right: constant(safe-area-inset-right); padding-bottom: constant(safe-area-inset-bottom); }

* { box-sizing: border-box; margin: 0; padding: 0; }

input { border: none; outline: none; -webkit-appearance: none; background: #fff; }

li { list-style: none; }

a:hover, a:visited, a:link, a:active { text-decoration: none; color: #000; }

/*# sourceMappingURL=common.css.map */
