@charset "UTF-8";
a {
  color: #ffffff;
  text-decoration: none;
}

*,
body {
  padding: 0;
  margin: 0;
  font-family: Pingfang SC, Microsoft YaHei, Helvetica, STHeiti, Verdana, Arial, Tahoma, sans-serif;
}

a,
ul,
li,
p,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  　　-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

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

.common-page {
  width: 100vw;
  height: 100vh;
}
.common-page img {
  width: 100%;
}

/*# sourceMappingURL=common.css.map */
