p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tt,
td,
th,
dl,
dt,
dd,
body,
html {
  padding: 0;
  margin: 0;
}
.body {
  min-width: 1280px;
}
ul,
li,
tt,
th,
dl,
dt,
dd {
  list-style: none;
}
html {
  user-select: none;
}
a {
  color: #FFF;
  text-decoration: none;
}
body {
  background-color: #99CCFF;
  padding: 0 30px 30px;
  color: #333;
  --color-one: #C2D5E3;
  --color-two: #E5EDF2;
}
.underline {
  cursor: pointer;
}
.underline:hover {
  text-decoration: underline;
}
.red {
  color: #FF0000;
}
.blue {
  color: #369;
}
