/*goods-list page*/
.goods-list{
	margin-top: 40px;
	margin-bottom: 100px;
}
.goods-listfl{
	width: 21.2%;
}
.goods-listfl h3{
	padding: 26px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	overflow: hidden;
}
.goods-listfl h3 span{
	float: left;
	width: 86%;
	padding-left: 10px;
	font-family: 'Montserrat-Medium';
	font-size: 18px;
}
.goods-listfl h3.on span{
	color: #330550;
}
.goods-listfl h3 em{
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/222/upload/product/9f2362a3a7561845c1262c0d21bfb0d7e09dbb453e0855644a42e3c02c365d5c.png) no-repeat;
}
.goods-listfl h3.on em{
	background: url(https://img1.imgtp.com/2023/11/14/mwkTYND5.png) no-repeat;
}
.goods-listfl div a{
	display: block;
	padding: 20px 20px 20px 30px;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/222/upload/product/791d37eb177cf8d75e8c9b286ae7a28a0ffb1c13ab0a6208a12bd8037af9d04d.png) no-repeat 10px center;
}
.goods-listfl div .active,.goods-listfl div a:hover{
	text-decoration: none;
    color:  #ff0088;
	background: url(https://img1.imgtp.com/2023/11/14/QH6Jkhkq.png) no-repeat 10px center;
}
.goods-listfr{
	width: 72.8%;
	text-align: center;
}

.goods-listpic{
	position: relative;
}
.goods-listpic span{
	display: block;
	overflow: hidden;
}
.goods-listpic span img{
	width: 100%;
}
.goods-listpic:hover span img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.goods-listpic .mb{
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 0px;
	bottom: 0;
}
.goods-listpic .mb a{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(24,70,157,0.6) url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/222/upload/product/5b016e7821ed9ea25e0a43342166a5be2d37f9fbb3abd9dff553e06204227e24.png) no-repeat center;
}
.goods-listfr ul li{
	margin-top: 28px;
}
.goods-listfr ul li h3{
	margin-top: 10px;
}
.goods-listfr ul li h3 a{
	font-size: 16px;
	font-family: 'Montserrat-Medium';
}