@charset "UTF-8";
.orico_Page_category {
  width: 100%;
  position: relative;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f9f9f9;
}
.orico_Page_category p,
.orico_Page_category a,
.orico_Page_category div,
.orico_Page_category span {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
}
.orico_Page_category .opdBanner {
  width: 100%;
  height: auto;
  position: relative;
}
.orico_Page_category .opdBanner .opdbannerImg {
  width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}
.orico_Page_category .opdbanner > a:first-child {
  display: block;
}
.orico_Page_category .pageMain {
  width: 85%;
  padding: 7.5rem 0 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.orico_Page_category .pageMain .cat {
  margin-bottom: 3.75rem;
}
.orico_Page_category .pageMain .ori-pd-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.orico_Page_category .pageMain .ori-pd-title .catname {
  font-size: 1.5rem;
  color: #101010;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.orico_Page_category .pageMain .ori-pd-title .catmore {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1%;
}
.orico_Page_category .pageMain .ori-pd-title .catmore .tmore {
  font-size: 1rem;
  color: #444;
}
.orico_Page_category .pageMain .ori-pd-title .catmore .catmoreImg {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.5rem;
}
.orico_Page_category .pageMain .ori-pd-list {
  display: flex;
  flex-wrap: wrap; /* 自动换行 */
  justify-content: flex-start; /* 水平方向均匀分布 */
}
.orico_Page_category .pageMain .ori-pd-list .oripditem {
  width: 18.2%;
  float: left;
  background: #fff;
  margin-top: 15px;
  position: relative;
  margin-right: 1.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 25rem;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prdimg {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin: 25px auto;
  display: none;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prdimg-show {
  display: block;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prdName {
  font-size: 0.875rem;
  color: #444;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prddec {
  margin-top: 3%;
  font-size: 0.875rem;
  color: #666;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .newcp {
  width: 72px;
  height: 30px;
  background: #df2c39;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prd-colors {
  width: 92%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.3125rem;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prd-colors .prdolorit {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.65rem;
  cursor: pointer;
  margin: 0 0.3125rem;
}
.orico_Page_category .pageMain .ori-pd-list .oripditem .prd-colors .prdolorit img {
  width: 100%;
  height: 100%;
  border-radius: 0.65rem;
}
