body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
div,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  box-sizing: border-box;
  letter-spacing: 0.3px;
  /* 首选使用Arial字体 如果没有就用浏览器自带的字体 */
  font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
}

body {
  color: rgba(#333, 1);
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a {
  color: rgba(#333, 1);
  text-decoration: none;
}

a:hover {
  color: rgba(67, 67, 226);
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.over-text {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.hiden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cur {
  cursor: pointer;
}

.cur:hover {
  opacity: 0.7;
  transition: 0.3s;
  transform: translate3d(-2px, -2px, -2px) scale(1.01);
}
