body {
    background-color: #f5f5f5 !important;
}
.container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  height: 100vh;
  /*overflow: hidden;*/
  padding-top: 1.22rem;
  background-color: #f5f5f5;
}
.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;
  flex-shrink: 0;
}
.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-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.nav-buttom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  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;
}

/* 轮播图 */
.bn-swiper-box {
  height: 2.2rem;
  width: 100%;
}
.bn-swiper-box .swiper {
  --swiper-pagination-color: rgba(255, 255, 255, 0.8);
}
.bn-swiper-box .swiper-slide {
  height: 2.2rem !important;
  width: 100% !important;
}
.bn-swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  /*object-fit: cover !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;
}

.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;
}
.ggt-wrapper {
  display: flex;
  align-items: center;
  gap: 0.51rem;
}
.ggt-box-s {
     width:20%;
     /*flex: 1 1 20%;*/
}
.guanggao {
  background-color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  flex-grow: 1;
  padding-top: 0;
}
.tuwen-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  color: #fff;
  font-size: 0.28rem;
}
.tuwen-btn {
  margin-top: 0.2rem;
  width: 3.45rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  border-radius: 0.1rem;
  border: 0.01rem solid #1B0C51;
  color: #1B0C51;
}
.tuwen-btn-a {
  border: none;
  color:#fff;
  background-color: #1B0C51;
}
.tuwen-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.2rem;

  flex-grow: 1;
  /*margin-bottom: .75rem;*/
  /*height: 53vh;*/

}
.list-item {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  height: 1.6rem;
}
.list-item-img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.1rem;
}
.list-text {
  display: flex;
  /* align-items: center; */
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  color: #9e9e9e;
  font-size: 0.24rem;
}
.text-title {
  font-size: 0.28rem;
  width: 5rem;
  color: #4B4D55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shijian {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.list-btn {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: rgba(136, 136, 136, 0.3);
  line-height: 0.4rem;
  text-align: center;
  color: #4B4D55;
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  margin: 0 auto;
}

.xiaoshuo-item {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  height: 1.2rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #888888;
  padding-left: 0.2rem;
  box-sizing: border-box;
  flex-grow: 0;
  margin-bottom: .2rem;
}
.xiaoshuo-text {
  display: flex;
  /* align-items: center; */
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
  color: #9e9e9e;
  font-size: 0.24rem;
}
.xiaoshuo-list {
  width: 100%;
  /* display: flex;
        align-items: center;
        flex-direction: column; */
  gap: 0.2rem;
  margin-top: 0.2rem;
  /*height: 62vh;*/
  flex-grow: 1;
  /*margin-bottom: .75rem;*/
  /*height: 53vh;*/
  /* margin-bottom: 1.28rem; */
}
.jiazai{
    display: flex;
    align-content: center;
    justify-content: center;
    color:#fff;
    font-size: .26rem;
    
}
.tuwen-gg {
    display: flex;
    align-content: center;
    /*justify-content: space-between;*/
    width: 100%;
    color:#fff; 
    flex-wrap: wrap;
}

.swiper-pagination {
  height: 0.2rem;
  bottom: 1rem !important;
}

.name {
    white-space: nowrap;
}

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