@charset "UTF-8";
.orico_Page_subcategory {
  width: 100%;
  position: relative;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f9f9f9;
}
.orico_Page_subcategory p, .orico_Page_subcategory a, .orico_Page_subcategory div, .orico_Page_subcategory span {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
}
.orico_Page_subcategory .opdBanner {
  width: 100%;
  height: auto;
  position: relative;
}
.orico_Page_subcategory .opdBanner .opdbannerImg {
  width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}
.orico_Page_subcategory .opdbanner > a:first-child {
  display: block;
}
.orico_Page_subcategory .pageMain {
  width: 85%;
  padding: 7.5rem 0 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.orico_Page_subcategory .pageMain .sbbanner {
  width: 100%;
}
.orico_Page_subcategory .pageMain .ori-pd-title {
  font-size: 1.5em;
  color: #101010;
}
.ori-pd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  margin-bottom: 2% ;
}
.ori-pd-list .oripditem {
  width: 24%;
  float: left;
  background: #fff;
  padding-bottom: 1em;
  margin-top: 15px;
  position: relative;
  margin-right: 1%;
  padding-top: 30px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ori-pd-list .oripditem .prdimg {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin: 25px auto;
  display: none;
}
.ori-pd-list .oripditem .prdimg-show {
  display: block;
}
.ori-pd-list .oripditem .prdName {
  color: #101010;
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  width: 80%;
}
.ori-pd-list .oripditem .prddec {
  font-size: 1.125rem;
  color: #737373;
}
.ipro_btns{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}
.ipro_btn{
	border: 1px solid #000;
	color: #000;
	padding: 10px 20px;
	border-radius: 50px;
	box-sizing: border-box;
	width: 35%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	cursor: pointer;
}
.ori-pd-list .oripditem .prd-colors {
  width: 92%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.3125rem;
}
.ori-pd-list .oripditem .prd-colors .prdolorit {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.65rem;
  cursor: pointer;
  margin: 0 0.3125rem;
}
.ori-pd-list .oripditem .prd-colors .prdolorit img {
  width: 100%;
  height: 100%;
  border-radius: 0.65rem;
}
.ori-pd-list .oripditem .prd-colors .prdolorit .rgb_hex {
  display: block;
  height: 100%;
  border-radius: 100%;
}
.ori-pd-list .oripditem:hover {
  box-shadow: 0px 5px 35px rgba(227, 227, 227, 0.75);
  transform: translate3d(0, -2px, 0);
}


@media screen and (max-width:768px){
	.ori-pd-list .oripditem{
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.orico_Page_subcategory .pageMain{
		width: 100%;
		padding: 7.5rem 10px 10px 20px;
		box-sizing: border-box;
	}
}