html {
  overflow: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  outline: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft YaHei";
}
body,
canvas,
div,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -265px 0 0 -465px;
}
#win {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
#win .content {
  width: 80%;
  min-height: 30%;
  display: flex;
  border-radius: 30px;
  background: white;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: justify;
  padding: 10px;
  flex-direction: column;
}

#win h2 {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

#win .content p {
  padding: 10px 0;
}