body {
  background-color: #f5f5f5 !important;
  letter-spacing: 0;
}
.container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  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;
}
.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;
}

.centent {
  box-sizing: border-box;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 100%;
  background-color: #f5f5f5;
  /* height: 88vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../../imgs/swhz/sw-bgi.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 1.88rem;
  left: 0;
  bottom: 0;
   margin-bottom: 1rem;
}
.centrnt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 5.04rem;
  font-size: 0.36rem;
  color: #f35159;
  font-weight: 500;
}
.centent-btn {
  width: 5.04rem;
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../../img/swhz/btn-yyq.png');
  background-size: 100% auto;
  font-size: 0.32rem;
  color: #FFD08D;
  margin-top: 0.26rem;
}
.shoucang {
  width: 7.1rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #1B0C51;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.56rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.28rem;
  color: #fff;
}

.fengmian {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  height: 4.27rem;
  margin-bottom: 0.2rem;
}
.fengmian-img {
  width: 100%;
  height: 3.8rem;
  border-radius: 0.1rem;
}
.fengmian-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 0.26rem;
  width: 6.9rem;
}
.fanhui-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 3.4rem;
}
.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: #fff;
  line-height: 0.4rem;
  text-align: center;
}
.fanhui {
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.2rem;
  color: #ffffff;
  font-size: 0.32rem;
}
.fanhui-img {
  width: 0.32rem;
}
.ll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1B0C51;
  z-index: 9999;
}
.name {
    white-space: nowrap;
    color:#fff !important;
}

.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;
}
