.center {
  background-color: #F5F5F5;
  padding-bottom: 0.79rem;
}
#imgbox {
  width: 100%;
  font-size: 0px;
  white-space: nowrap;
  overflow: hidden;
}

#imgbox img {
  height: 3rem;
  padding: 0 2px;
}

#imgbox a {
  margin-right: 20px;
}

.tab-box {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.tab-list {
  display: flex;
}
.tab-list div {
  flex: 1;
  font-size: 0.21rem;
  color: #4C4C4C;
  line-height: 0.54rem;
  text-align: center;
  background: #E4E4E4;
}
.tab {
  cursor: pointer;
  transition: all 0.3s;
}
.tab-content {
  width: 12rem;
  margin: 0 auto;
}
.tab2-box {
  display: none;
}
.tab3-box {
  display: none;
}
.tab4-box {
  display: none;
}
.active {
  background-color: #FFD401!important;
  color: #000000!important;
}
.tab-content {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3rem 0.2rem;
}
.content-body1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-body1 .item-img img {
    display: block;
    width: 100%;
    height: 2.68rem;
}

.content-body2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-body2 .item-img img {
    display: block;
    width: 100%;
    height: 2.68rem;
}

.content-body3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-body3 .item-img img {
    display: block;
    width: 100%;
    height: 3.13rem;
}

/* .content-body4 {
  width: 100%;
}
.item-fourth {
  width: 100%;
} */
.content-body4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-body4 .item-img img {
    display: block;
    width: 100%;
    height: 3.13rem;
}

.item-first {
  width: 3.76rem;
  margin-bottom: 0.46rem;
}
.item-first .item-img {
  width: 100%;
  overflow: hidden;
}
.item-first .item-img img {
  display: block;
  width: 100%;
}

.item-third {
  width: 5.6rem;
  margin-bottom: 0.46rem;
}
.item-third .item-img {
  width: 100%;
  overflow: hidden;
}
.item-third .item-img img {
  display: block;
  width: 100%;
}

.item-fourth {
  width: 5.6rem;
  margin-bottom: 0.46rem;
}
.item-fourth .item-img {
  width: 100%;
  overflow: hidden;
}
.item-fourth .item-img img {
  display: block;
  width: 100%;
}

.money {
  margin-top: 0.3rem;
  font-size: 0.25rem;
  font-weight: 400;
  color: #000000;
}

.money-small{
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #000000;
}