@charset "utf-8";

html, body {
  font-family: "微软雅黑", "宋体", Arial;
  font-size: 14px;
  color: #A6A6A6;
}


.container {
  display: block;
  background-color: #202020;
  min-height: 100vh;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
p,
ul,
ol,
dl,
dd {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
i {
  font-weight: normal;
  font-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
}

input,
textarea,
select {
  outline: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border: 0;
  cursor: pointer;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}