<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-container {
  padding: 0.2rem;
}

.product-container .category {
  display: flex;
  flex-wrap: wrap;
}

.product-container .category .item {
  width: 33.3%;
  border: 1px solid #194076;
  text-align: center;
  font-size: 0.28rem;
  color: #183E78;
  font-weight: 600;
  line-height: 0.6rem;
  text-align: center;
}

.product-container .category .item:active {
  opacity: 0.8;
}

.product-container .category .active {
  background: #183E78;
  color: #fff;
}

.product-container .product-content .image {
  margin-top: 0.22rem;
}

.product-container .product-content .name {
  margin: 0.2rem 0;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.product-container .product-content .content {
  text-indent: 2em;
  text-align: justify;
}
</pre></body></html>