.product-box {
  margin: 0 10%;
  margin-top: 5%;
}

.product-box .switch {
  display: flex;
  justify-content: center;
  margin-bottom: 105px;
}

.product-box .switch li {
  cursor: pointer;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
  padding: 0 20px;
}

.product-box .switch li::after {
  margin-left: 20px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #000;
}

.product-box .switch li:nth-child(7)::after {
  background-color: #fff;
}

.product-box .switch .current {
  background-color: #1F83E3;
  color: #fff;
}

.product-box .switch .current::after {
  display: inline;
  margin-left: 0;
}

.product-box .switch-box {
  display: none;
}

.product-box .switch-box.current {
  display: block;
}

.product-box .switch-box ul {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5%;
}

.product-box .switch-box li {
  background: #fff;
  padding: 0 1%;
  margin-bottom: 50px;
}

.product-box .switch-box li img {
  width: 350px;
  height: 300px;
}

.product-box .switch-box li h3 {
  margin-top: 38px;
  text-align: center;
  font-size: 16px;
  color: #3E3E3E;
  font-weight: normal;
}

.product-box .switch-box li .text {
  margin: 24px 23px 0;
  font-size: 16px;
  color: #9C9C9C;
  line-height: 32px;
  width: 305px;
}

.no-data {
  font-size: 16px;
  color: #919191;
}
