
body {
    background-color: #f5f5f5 !important;
}
.container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  padding-top: 2.1rem;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 1.08rem;
  padding: 0 0.23rem;
  border-bottom: 0.01rem solid #c6c6c6;
}
.logo img {
  width: 2.21rem;
  height: 0.44rem;
}
.xin-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.xin {
  position: relative;
  width: 2.22rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.23rem;
  border: 0.02rem solid #fff;
  font-size: 0.24rem;
  color: #ffffff;
}
.xin-dian {
  width: 0.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.01rem solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff0000;
}
.xin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}
.xin-icon .icon-img {
  width: 0.42rem;
  height: 0.42rem;
}
.xin-icon .icon-img2 {
  width: 0.35rem;
  height: 0.36rem;
}
/* 顶部导航 */
.kanpian-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.03rem;
  width: 100%;
}
.nav-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.2rem;
  flex: 1;
  overflow-x: auto;
  padding-left: 0.2rem;
}
.caidan {
  width: 0.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #242529;*/
}
.nav-btn {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  height: 0.59rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.28rem;
  border-radius: 0.3rem;
  border: 0.01rem solid #fff;
  color: #fff;
  white-space: nowrap;
}
.nav-btn-a {
  border: 0.01rem solid #fff;
  height: 0.59rem;
  background-color: #fff;
  color: #1B0C51;
}
/* 轮播图 */
.bn-swiper-box {
  height: 2.2rem;
  width: 100%;
}
.bn-swiper-box .swiper {
  --swiper-pagination-color: #1B0C51;
}
.bn-swiper-box .swiper-slide {
  height: 2.2rem !important;
  width: 100% !important;
}
.bn-swiper-box .swiper-slide img {
  width: 100%;
  /*object-fit: contain !important;*/
}
.ggt-box-s .ggt-item .img-ed {
  width: 1rem;
  height: 1rem;
  object-fit: inherit;
  border-radius: 0.16rem;
}
.ggt-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  height: 1.38rem;
  width: 1rem;
}
.swiper-item-img {
  width: 100%;
  height: 100%;
}
.centent {
  box-sizing: border-box;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 100%;
  background-color: #f5f5f5;
}
.zuixin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-size: 0.28rem;
  color: #9e9e9e;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.zuixinA {
  color: #1B0C51;
}
.videolist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.videolist-item {
  width: 3.5rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* margin-right: 0.1rem; */
}
.videolist-item:nth-child(n + 3) {
  margin-top: 0.2rem;
}
.video-img {
  width: 3.5rem;
  height: 2rem;
}
.video-title {
  display: -webkit-box;      /* 弹性盒子模型 */
  -webkit-line-clamp: 2;     /* 限制最多显示 2 行 */
  -webkit-box-orient: vertical; /* 垂直方向排列 */
  overflow: hidden;          /* 超出隐藏 */
  text-overflow: ellipsis;   /* 显示省略号 */
  word-break: break-word;    /* 处理长单词换行 */
  letter-spacing: 2px; /* 2px 可根据需求调整 */
  line-height: 1.2; /* 行高是字体大小的 1.2 倍 */
  color: #4B4D55;
  font-size: 0.26rem;
  width: 3.5rem;
  margin-top: 0.1rem;
}
.hengfu {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.2rem;
}
.jingpin-box {
  box-sizing: border-box;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
   /*gap: 0.2rem; */
  margin-bottom: 0.2rem;
}
.jingpin-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  /*margin-right: 0.4rem;*/
  flex: 1 0 20%;
  margin-top: 0.2rem;
}

.jingpin-item:nth-child(5n) {
  margin-right: 0;
}
.jingpin-img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.fengmian {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 0.2rem;
}
.fengmian-img {
  width: 100%;
  height: 3.8rem;
  border-radius: 0.1rem;
}
.fengmian-title {
   display: -webkit-box;      /* 弹性盒子模型 */
  -webkit-line-clamp: 2;     /* 限制最多显示 2 行 */
  -webkit-box-orient: vertical; /* 垂直方向排列 */
  overflow: hidden;          /* 超出隐藏 */
  text-overflow: ellipsis;   /* 显示省略号 */
  word-break: break-word;    /* 处理长单词换行 */
  letter-spacing: 2px; /* 2px 可根据需求调整 */
  line-height: 1.2; /* 行高是字体大小的 1.2 倍 */
  color: #4B4D55;
  font-size: 0.26rem;
  width: 6.9rem;
}
.jiazaigengduo {
  width: 3rem;
  height: 0.4rem;
  background: rgba(136, 136, 136, 0.2);
  border-radius: 0.2rem;
  margin: 0 auto;
  margin-top: 0.17rem;
  margin-bottom: 1.58rem;
  font-size: 0.24rem;
  color: #4B4D55;
  line-height: 0.4rem;
  text-align: center;
}
.nav-buttom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 0.1rem 0 0.12rem 0;
}
.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.06rem;
}
.nav-img {
  width: 0.42rem;
  height: 0.42rem;
}
.swiper-pagination {
  height: 0.2rem;
  bottom: 1rem !important;
}

.name {
  white-space: nowrap;
  color: #4B4D55 !important;
}

.ll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1B0C51;
  z-index: 9999;
}