<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-class {
  margin-top: 60px;
  padding-bottom: 60px;
}
.main-class .menu-left {
  padding: 0;
  box-sizing: border-box;
}
.main-class .menu-left .menu-box {
  border: solid 1px #cdcdcd;
  border-top: 0;
  padding: 10px 13px;
}
.main-class .menu-left .menu-box .m-item {
  width: 100%;
  min-height: 50px;    padding: 4px 0;
  color: #333333;
  background-color: #f5f5f5;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.main-class .menu-left .menu-box .m-item a{display: block;text-align: left;width: 90%;color: #000;}
.main-class .menu-left .menu-box .m-item.active {
  color: #fff;
  background-color: #237bf2;
}
.main-class .menu-left .menu-box .m-item.active a{color: #fff;}
.main-class .menu-left img {
  width: 100%;
}
.main-class .goods-item {
  width: 32%;
  margin-bottom: 15px;
  min-height: 310px;
  color: #333333;
  box-shadow: 0px 0px 16px 0px rgba(25, 111, 170, 0.2);
}
.main-class .goods-item a {
  color: #333333;
  text-decoration: none;
}
.main-class .goods-item img {
  width: 100%;
  height: 250px;
}
.main-class .goods-item .name-box {
  height: auto;padding: 5px;
  text-align: center;
}
.main-class .goods-item:hover .name-box {
  color: #fff;
  background-color: #237BF2;
}
.main-class .paging {
  margin-top: 30px;
}
.main-class .paging i {
  font-size: 12px;
  color: #999999;
}
.main-class .paging &gt; div {
  width: 32px;
  height: 32px;
  color: #7e7e7e;
  margin-right: 6px;
  background-color: #F6F6F6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-class .paging &gt; div.active {
  color: #fff;
  background-color: #237bf2;
}
.main-class .paging &gt; div.active a{color: #fff;}
@media screen and (max-width: 768px) {
  .main-class .menu-left {
  padding: 0 12px;
  margin-bottom: 20px;
}
.main-class .goods-item {
  width: auto;
}

}
</pre></body></html>