* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 600px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 214px;
  --swiper-theme-color: #fdfdfd;
  --swiper-pagination-bottom: 18px;
}

.swiper .swiper-slide {
  position: relative;
  height: 214px;
}

.swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.main {
  width: 100%;
  padding: 0 15px 20px;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: -10px;
}

.main .info-box {
  height: 50px;
  display: flex;
  align-items: center;
}

.main .info-box .img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

.main .info-box .title-n {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.main .info-box .title-n .n2 {
  color: #ab864a;
}

.main .info-box .swiper-ver {
  flex: 1;
  margin-left: 10px;
  height: 50px;
  overflow: hidden;
}

.main .info-box .swiper-ver .swiper-slide {
  height: 50px;
  display: flex;
  align-items: center;
}

.main .info-box .swiper-ver .swiper-slide ._p {
  flex: 1;
  font-size: 13px;
  color: #333333;
}

.main .info-box .info-more .more {
  font-size: 12px;
  font-weight: bold;
  color: #c2bfcb;
  margin: 0 5px;
}

.main .info-box .info-more .icon {
  width: 5px;
  height: 9px;
}

.main .navBox {
  margin: 12px 0 25px;
}

.main .navBox::after {
  content: "";
  display: table;
  clear: both;
}

.main .navBox .img1 {
  width: calc(50% - 3px);
  height: auto;
  border-radius: 8px;
  float: left;
  margin-right: 6px;
}

.main .navBox .img2 {
  width: calc(50% - 3px);
  height: auto;
  border-radius: 8px;
  float: left;
  margin-bottom: 6px;
}

.main .navBox .img3 {
  width: calc(25% - 5px);
  height: auto;
  border-radius: 8px;
  float: left;
}

.main .navBox .img4 {
  margin-left: 5px;
}

.main .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin-bottom: 15px;
  width: 100%;
}

.main .titleBox .titleImg {
  width: 80.5px;
  height: 20px;
}

.main .titleBox ._n {
  font-size: 13px;
  color: #b8b8b8;
}

.main .titleBox .icon {
  width: 14px;
  height: 14px;
}


.main .activeBox .activeItem {
  width: 33%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

.main .activeBox .activeItem .img {
  width: 110px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.main .activeBox .activeItem .name {
  text-align: center;
  font-size: 14px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}


.footer {
  width: 100%;
  height: 55px;
}

.tabbar {
  height: 55px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  display: flex;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabbar .tabbarItem {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabbar .tabbarItem .img {
  width: 26px;
  height: 27px;
}

.tabbar .tabbarItem .name {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}

.tabbar .tabbarItem.act .name {
  color: #b1905c;
}