.tab-area {
  border-bottom: 1px solid #f1f1f1;
}
.tab-area .content-tab {
  display: flex;
  justify-content: space-around;
}
.tab-area .content-tab .tab {
  width: 4.7rem;
  text-align: center;
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #333333;
  padding-bottom: 0.33rem;
  border-bottom: 1px solid transparent;
  margin: 0.7rem 0;
}
.tab-area .content-tab .tab.active {
  color: #297bff;
  border-color: #297bff;
}

.level-tab-panels {
  display: none;
  justify-content: space-around;
  margin: 0.7rem 0;
}
.level-tab-panels .level-tab {
  padding: 0.4rem 0.83rem;
  background: #f5f5f5;
  border-radius: 0.83rem;
  font-size: 0.93rem;
  color: #666666;
}
.level-tab-panels .level-tab.active {
  background: #217eff;
  color: #ffffff;
}

.level-tab-panels.active {
  display: flex;
}

.panels {
  padding-bottom: 1rem;
}
.panels .panel {
  display: none;
}
.panels .panel .banner {
  background: #f5f5f5;
  position: relative;
  display: block;
  padding: 1rem;
}
.panels .panel .banner > img {
  width: 100%;
}
.panels .panel .banner .banner-text {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.panels .panel .banner .banner-text h4 {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
.panels .panel .banner .banner-text .brif {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  line-height: 1.2rem;
  margin-top: 0.2rem;
}
.panels .panel .other-list > .row {
  background: #ffffff;
  height: 9.5rem;
  position: relative;
  padding: 1rem;
  padding-left: 11.8rem;
  border-bottom: 1px solid #f1f1f1;
}
.panels .panel .other-list > .row img {
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 9.9rem;
  max-height: calc(100% - 2rem);
}
.panels .panel .other-list > .row .title {
  padding-top: 0.7rem;
  padding-bottom: 0.33rem;
}
.panels .panel .other-list > .row .title a {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
}
.panels .panel .other-list > .row .brif {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #999999;
  line-height: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.panels .panel .other-list > .row .time {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #999999;
  margin-top: 0.7rem;
}
.panels .panel.active {
  display: block;
}/*# sourceMappingURL=move.css.map */