/* 背景样式 */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100%;
}

.page-wrapper {
  overflow: hidden;
}