* {
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.not-visibility {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
ul {
  list-style-type: none;
}
button {
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
}
@font-face {
  font-family: 'cmsicon';
  /* Project id 1037842 */
  src: url('//at.alicdn.com/t/font_1037842_vszrfo6u06r.woff2?t=1632304353260') format('woff2'), url('//at.alicdn.com/t/font_1037842_vszrfo6u06r.woff?t=1632304353260') format('woff'), url('//at.alicdn.com/t/font_1037842_vszrfo6u06r.ttf?t=1632304353260') format('truetype');
}
.znzl-font {
  font-family: 'cmsicon';
}
input {
  outline: none;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top16 {
  margin-top: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
html {
  width: 100%;
}
body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
.mask-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: url('../img/loading_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/loading_bg.png', sizingMethod='image');
  text-align: center;
}
.mask-wrapper .mask-wrapper-content {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 160px;
  height: 225px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -110px;
}
.mask-wrapper .mask-wrapper-content .second-text {
  margin-top: 10px;
}
.mask-wrapper .loading-img {
  width: 160px;
}
