body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "微软雅黑";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "微软雅黑";
}

input {
  line-height: normal;
}

label>* {
  pointer-events: none;
}

input,
select,
textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea {
  contenteditable: true;
  -webkit-user-select: text;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

img {
  display: block;
  border: 0;
  -webkit-touch-callout: none;
}

.prevent-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.wb-base__safearea {
  padding-bottom: env(safe-area-inset-bottom);
}

.wb-base__safearea-margin {
  margin-bottom: env(safe-area-inset-bottom);
}

.wb-base__safearea-bottom {
  bottom: env(safe-area-inset-bottom);
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-break {
  word-wrap: break-word;
  word-break: break-all;
}

.part-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

[v-cloak] {
  display: none;
}
