html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}
ul, ol {
  list-style: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
input::-ms-clear {
  display: none !important;
}
body {
  font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  background: #fff;
  font-size: 0px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.alert-dialog {
  position: fixed;
  top: 50%;
  z-index: 888;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.alert-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 66px;
  margin: 0 atuo;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.65);
}
