* {
  /* 禁止选中文字 */
  /* -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  letter-spacing: 2px;
}

/* 禁止拖动图片 */
img {
  width: 100%;
  height: 100%;
}

div,
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  outline: none;
  padding: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul,
li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

html {
  font-size: 100px;
}

body {
  font-size: 0.16rem;
  /* line-height: 1.8em; */
  font-family: "微软雅黑" !important;
  overflow-x: hidden;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.w {
  width: 14.2rem;
  margin: 0 auto;
}
