* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

body {
  font-size: 10px;
  color: #5d5d5b;
  -webkit-text-size-adjust: none;
}

@font-face {
  font-family: Arizonia;
  src: url(../font/Arizonia-Regular.woff2) format("woff2"),
    url(../font/Arizonia-Regular.otf) format("otf"),
    url(../font/Arizonia-Regular.ttf) format("truetype");
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

::-webkit-scrollbar {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #c2c2c2;
  min-height: 1.4583333333vw;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a0;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* a:active {
	star: expression(this.onFocus=this.blur());
  } */
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}

li {
  list-style: outside none;
}

textarea,
input {
  background: transparent;
  font-size: 12px;
  color: #5d5d5b;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.wal {
  max-width: 12rem;
  margin: 0 auto;
}
