.skeleton {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.skeleton-nav {
  height: 80px;
  background: #eee;
  margin-bottom: 10px;
}
.skeleton-swiper {
  height: 80px;
  background: #eee;
  margin-bottom: 10px;
}
.skeleton-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.skeleton-tabs-item {
  width: 25%;
  height: 55px;
  box-sizing: border-box;
  text-align: center;
}
.skeleton-tabs-item span {
  display: inline-block;
  width:100%;
  height: 55px;
  /* border-radius: 8px; */
  background: #eee;
}
.skeleton-half-item {
  width: 50%;
  height: 45px;
  box-sizing: border-box;
  text-align: center;
}
.skeleton-half-item span {
  display: inline-block;
  width: 98%;
  height: 45px;
  border-radius: 8px;
  background: #eee;
}

.skeleton-half-tall-item {
  width: 50%;
  height: 140px;
  box-sizing: border-box;
  text-align: center;
}
.skeleton-half-tall-item span {
  display: inline-block;
  width: 98%;
  height: 140px;
  border-radius: 8px;
  background: #eee;
}
.skeleton-banner {
  height: 60px;
  background: #eee;
  margin-bottom: 10px;
}
.skeleton-productions {
  height: 120px;
  margin-bottom: 10px;
  background: #eee;
}
