* { margin:0; padding:0; box-sizing:border-box; }:root {
  --theme-primary-color: #0064fa;
}

:root:root {
  --van-primary-color: #0064fa;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pc-container {
  margin: 0 auto;
}

.device-h5 body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #333;
}
.device-h5 * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.h5-card {
  background: #fff;
  border-radius: 2.13333vw;
}