[v-cloak] {
  display: none;
}

@font-face {
  font-family: "AlimamaShuHeiTi-Bold";
  src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.z-h-180 {
  height: 180px;
}
.z-mh-100 {
  min-height: 100px;
}

.z-m-t-20 {
  margin-top: 20px;
}
.z-m-t-30 {
  margin-top: 30px;
}
.z-m-b-21 {
  margin-bottom: 21px;
}

.z-p-b-40 {
  padding-bottom: 40px;
}
.z-p-r {
  position: relative;
}

.z-bg {
  background: rgb(248, 248, 248);
}

.w-e {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-e-2 {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.z-spinbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  opacity: 0.5;
}

.z-emytybox {
  text-align: center;
}
.z-emytybox img {
  width: 200px;
  height: 200px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.z-emytybox span {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #999999;
}