@charset "UTF-8";
html {
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

body {
  padding-top: env(safe-area-inset-top);
  /* 自适应顶部安全区域 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 自适应底部安全区域 */
  padding-left: env(safe-area-inset-left);
  /* 自适应左侧安全区域 */
  padding-right: env(safe-area-inset-right);
  /* 自适应右侧安全区域 */
  background: #F6F6FF;
  overflow-x: hidden;
}

.center {
  padding-top: 1.28rem;
}
.center .centerTop {
  display: flex;
  align-items: center;
  padding: 0 1.28rem;
}
.center .centerTop .topText {
  height: 1.45rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.45rem;
}
.center .centerTop .topSpan {
  height: 1.45rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.45rem;
}
.center .tabs-container {
  margin-top: 1.28rem;
  margin-bottom: 1.79rem;
  position: relative;
}
.center .tabs-container .tabs {
  padding: 0 1.28rem;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  justify-content: space-between;
}
.center .tabs-container .tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.center .tabs-container .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.28rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.79rem;
}
.center .tabs-container .tab .slider {
  display: none;
  margin-top: 0.26rem;
  width: 1.71rem;
  height: 0.26rem;
  background: #4c54e6;
  border-radius: 0.43rem;
}
.center .tabs-container .active {
  color: #4c54e6;
}
.center .content {
  margin: 0.85rem 1.28rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 0;
  display: none;
}
.center .content .item {
  width: 29.44rem;
  height: 8.96rem;
  background: #ffffff;
  border-radius: 0.43rem;
  box-shadow: 0rem 0rem 0.43rem 0.04rem rgba(39, 40, 45, 0.1);
  overflow: hidden;
  padding: 0.85rem;
  display: flex;
}
.center .content .item .itemImg {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 0.85rem;
}
.center .content .item .itemRight {
  width: 70%;
  margin-left: 0.85rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.center .content .item .itemRight .rightTitle {
  height: 1.79rem;
  font-size: 1.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.79rem;
  white-space: nowrap; /* 禁止文本换行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.center .content .item .itemRight .rightText {
  height: 3.07rem;
  font-size: 1.11rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.center .content .item .itemRight .rightBot {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.center .content .item .itemRight .rightBot .itemTime {
  height: 1.45rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #90939f;
  line-height: 1.45rem;
}
.center .content .item .itemRight .rightBot .look {
  display: flex;
  align-items: center;
}
.center .content .item .itemRight .rightBot .look .lookImg {
  width: 0.85rem;
  height: 0.85rem;
}
.center .content .item .itemRight .rightBot .look .lookNum {
  margin-left: 0.34rem;
  height: 1.45rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #90939f;
  line-height: 1.45rem;
}
.center .show {
  display: flex;
}

/*# sourceMappingURL=newest.css.map */
