body {
    background-color: #f5f5f5 !important;
}
.container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  padding-top: 1.02rem;
}
.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;
}
.ganxie {
  padding: 0.17rem 0 0.18rem 0;
  font-size: 0.24rem;
  text-align: center;
  color: #f35159;
}
.guanggao {
  background-color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}
.guanggao-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;

  flex-wrap: wrap;
  gap: 0.57rem;
  padding: 0.1rem 0.2rem;
}
.zhenren {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.zhenren-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
}
.ganggao-img {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #d8d8d8;
  border-radius: 0.16rem;
  overflow: hidden;
}
.ganggao-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
}
.youxi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 0.2rem; */

  width: 100%;
  margin-top: 0.1rem;
}
.youxi-item {
  width: 1.62rem;
  height: 0.6rem;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.6rem;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}
.youxi-item:nth-child(4n) {
  margin-right: 0;
}

.youxi-item-bgi {
  /*background-image: url('../../imgs/recommend/youxi-bgi.png');*/
  background-size: 100% 100%;
}
.jingpin-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  /* gap: 0.4rem; */
  /* margin-top: 0.1rem; */
}
.jingpin-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  margin-right: 0.4rem;
  margin-top: 0.2rem;
}
.jingpin-item:nth-child(5n) {
  margin-right: 0;
}
.jingpin-img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.kanpian {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  padding: 0.2rem;
  width: 100%;
  box-sizing: border-box;
  border: 0.01rem solid #FFD08D;
  /*gap:0.2rem;*/
}
.kanpian-item {
    width:20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.2rem;
  /*margin-right: 0.62rem;*/
  color: #f35159;
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
.kanpian-item:nth-child(4n) {
  margin-right: 0;
}
.kanpian-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.feiji {
  width: 100%;
  font-size: 0.32rem;
  padding-top: 0.24rem;
  margin-bottom: 1rem;
  color: #4B4D55;
  text-align: center;
}
.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;
  z-index: 999;
}
.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.06rem;
}
.nav-img {
  width: 0.42rem;
  height: 0.42rem;
}
.tancuang {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tancuang-box {
  position: relative;
  width: 6.1rem;
  height: 8.48rem;
  background-image: url('../../imgs/recommend/jietu-bgi.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tancuang-span {
  color: #1B0C51;
}
.guanwang {
  width: 5.2rem;
  height: 1.2rem;
  background-color: #fa3023;
  margin-top: 0.1rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 0.28rem;
  overflow: hidden;
}
.tancuang-btn {
  width: 5.28rem;
  height: 0.8rem;
  position: absolute;
  top: 5.86rem;
}
/*.QQ {*/
/*  width: 4.7rem;*/
/*  height: 5.48rem;*/
/*  background-image: url('../../imgs/recommend/qq.png');*/
/*  background-size: 100% auto;*/
/*  position: relative;*/
/*}*/
.qq-btn {
  width: 4.2rem;
  height: 0.7rem;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.tancuang-yuming {
  position: absolute;
  height: 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 3.58rem;
}
.tancuang-mailbox {
  position: absolute;
  top: 5.31rem;
  font-size: 0.32rem;
  color: #f35159;
}
/* 轮播图 */
.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;
}
.guanggaowei {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.swiper-pagination {
  height: 0.2rem;
  bottom: 0.1rem !important;
}
.bn-swiper {
   
    height: 100% !important;
}

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