/*
header {
  height: 50px;
  background: rgba(106, 44, 145, 1);
  padding-left: 12.5%;
  padding-right: 12.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
header .logo {
  width: 200px;
  height: 40px;
}*/
div.list-item{
	position: relative;
}
div.v-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 888;
}
