@charset "utf-8";

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

html {
  height: 100%;
}

body {
  color: #333;
  font-size: 12px;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#app {
  min-width: 1200px;
  margin: auto;
  background: #fff;
}

a {
  text-decoration: none;
}

.u-cf::before,
.u-cf::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-nbfc {
  overflow: hidden !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

