.list-style {
  height: 3rem;
}

.list-style .goodSwiper .list-title {
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}

.list-style .goodSwiper .list-title p {
  margin: 0;
}

.list-style .goodSwiper .list-title:hover {
  font-size: 1.1rem;
  font-weight: bold;
}

.list-style .goodSwiper .swiper-wrapper {
  height: 2.5rem;
}

.list-style .goodSwiper .swiper-scrollbar {
  height: 0.2rem;
}

.list-style .goodSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #008eff;
}

.list-style .goodSwiper .swiper-slide-thumb-active {
  font-weight: bold;
  background-color: #008eff;
  height: 1.7rem;
  color: white;
  border-radius: 20px;
}

.productMain {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.productMain .list-box table {
  width: 100%;
  text-align: center;
}

.productMain .list-box .list_title {
  width: 100%;
  font-size: 1.3rem;
}

.productMain .list-box .list_title th {
  border: 1px solid black;
  background-color: #C9E7FF;
  padding: 0.8rem 0.5rem;
}

.productMain .list-box .list_content td {
  font-size: 1.1rem;
  font-family: cursive;
  border: 1px solid black;
  padding: 1rem;
}
