@charset "UTF-8";
html {
  background: #f7e9dc; }

body,
textarea,
input,
select,
option {
  font-size: 12px;
  color: #333;
  font-family: "微软雅黑",Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, ul, dl, ol
, h1, h2, h3, h4, h5, h6,
p, b {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: 400; }

body {
  padding-top: 94px;
  overflow-x: hidden; }

button, input {
  padding: 0;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

select, textarea {
  padding: 0;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none; }

.none {
  display: none; }

a {
  color: inherit;
  text-decoration: none; }

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

img {
  display: block;
  width: 100%;
  position: relative; }

em, i {
  font-style: normal; }

.shade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

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