#skeleton {
  font-size: 0.26rem;
  display: none;
}
#skeleton-india {
  font-size: 0.26rem;
  display: none;
}

body ::-webkit-scrollbar {
  display: none;
}
.skeleton-search-wrap {
  height: 1.1rem;
  width: 100%;
  background-size: 100%;
  background-position: bottom;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, #fffdf3 0%, #fffefc 100%);
}

.skeleton-search-box {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.3rem;
  margin: 0 0.32rem;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.skeleton-live-tabs {
  display: flex;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background-size: 100% 100%;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: sticky;
  top: 1.1rem;
  z-index: 2;
  margin: 0 0.24rem;
  background: linear-gradient(180deg, #fffdf3 0%, #fffefc 100%);
}
.skeleton-tab {
  position: relative;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.13rem;
  padding: 0 0.16rem;
}

.skeleton-title {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #9b9b9b;
  font-size: 0.32rem;
  text-align: center;
  border-radius: 0.6rem;
}

.skeleton-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.24rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #ffd118;
}

.skeleton-tab-box1 {
  width: 6.9rem;
  height: 2.8rem;
  border-radius: 0.16rem;
  margin: 0 auto;
  background: #eee;
  margin-bottom: 0.36rem;
}
.skeleton-box-wrap {
  display: flex;
  overflow: hidden;
  margin-left: 0.2rem;
}
.skeleton-box {
  width: 3rem;
  height: 1.84rem;
  flex-shrink: 0;
  border-radius: 8px;
  background: #eee;
  margin-right: 0.32rem;
}
.skeleton-hot {
  display: flex;
  align-items: center;
  margin: 0.4rem 0 0.2rem 0.2rem;
}
.skeleton-hot-img {
  margin-right: 0.1rem;
}
.skeleton-hot-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.2rem;
  gap: 0.24rem;
}
.skeleton-hot-box {
  width: 3.3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 8px;
  background: #eee;
}
.skeleton-tabbar-wrap {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 1rem;
  width: 100%;
  background-color: #fff;
}
.skeleton-tabbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.24rem;
}
.skeleton-tabbar img {
  width: 0.6rem;
}
