body {
  background-color: #f5f5f5;
}
.mechandise {
  width: 83.3333rem;
  margin: 0 auto;
  padding: 11.9792rem 0 18.2292rem 0;
}
.mechandise .mechandise-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mechandise .mechandise-hd h1 {
  font-size: 2.3958rem;
}
.mechandise .mechandise-hd .mechandise-hd-tab {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  align-items: flex-end;
}
.mechandise .mechandise-hd .mechandise-hd-tab .tab-item {
  height: 1.5625rem;
  color: #000;
  font-size: 0.9375rem;
}
.mechandise .mechandise-hd .mechandise-hd-tab .tab-item:nth-child(2) {
  margin-left: 2.3958rem;
}
.mechandise .mechandise-hd .mechandise-hd-tab .tab-item.active {
  border-bottom: 1px solid #000;
}
.mechandise .mechandise-bd .mechandise-list {
  display: none;
  gap: 2.60416667rem;
  margin-top: 4.16666667rem;
  flex-wrap: wrap;
}
.mechandise .mechandise-bd .mechandise-list .mechandise-item {
  width: 18.75rem;
  height: 22.91666667rem;
  border-radius: 0.72916667rem;
  border: 0.05208333rem solid #dddd;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}
.mechandise .mechandise-bd .mechandise-list .mechandise-item img {
  height: 18.75rem;
}
.mechandise .mechandise-bd .mechandise-list .mechandise-item .mechandise-name {
  display: block;
  width: 100%;
  height: 4.16666667rem;
  border-bottom-left-radius: 0.72916667rem;
  border-bottom-right-radius: 0.72916667rem;
  text-align: center;
  background-color: #f0f0f0;
  font-size: 1.40625rem;
  line-height: 4.16666667rem;
  align-self: flex-end;
  color: #000;
}
.mechandise .mechandise-bd .mechandise-list .mechandise-item .mechandise-name:hover {
  color: #bfff00;
}
.mechandise .mechandise-bd .mechandise-list.active {
  display: flex;
}
