html {
  font-size: 18px; /* 默认 */
//  -webkit-text-size-adjust: 100%; /* 避免 Safari 自己乱缩放 */
}

/* iOS Safari 专属 hack */
@supports (-webkit-touch-callout: none) {
  html {
    font-size: 20px; /* 只在 iPhone 上调大 */
  }
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  color: #404040;
  padding-top: 0px;
}
.container {
	padding-top: 0px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative;   
}
