*{
	box-sizing: border-box;
}
body{
	padding-top: 16vw;
	display: flex;
	flex-direction: column;
	height: 100vh;
}
.searchBox{
	padding: 0 4vw;
}
.searchBox form{
	display: flex;
	align-items: center;
	height: 8vw;
	background: #F7F7F7;
	border-radius: .66vw;
	padding: 0 2.93vw;
	width: 100%;
}
.searchBox form .iconfont{
	font-weight: bold;
	font-size: 3.6vw;
	color: #333;
}
.searchBox form input{
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 3.2vw;
	font-weight: 400;
	color: #333;
	margin-left: 3.2vw;
	background-color: transparent;
}
.searchBox form input::placeholder{
	color: #999999;
}
.goods{
	position: relative;
	flex: 1;
	margin: 4vw 0 17.14vw;
	overflow: hidden;
}
.goods-l{
	position: absolute;
	left: 0;
	top: 0;
	width: 26.66%;
	height: 100%;
	border-right: 1px solid rgba(226, 226, 226, 1);
}
.goods-l .list{
	/* height: 100%;
	overflow: scroll; */
}
.goods-l .list li{
	padding: 4.33vw 3vw;
}
.goods-l .list li a{
	font-size: 4vw;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	display: inline-block;
	padding-bottom: 1.13vw;
	border-bottom: 1px solid transparent;
}
.goods-l .list li.active a{
	border-color: rgba(51, 51, 51, 1);
	font-weight: bold;
	color: #333;
}
.goods-r{
	position: absolute;
	right: 0;
	top: 0;
	width: 73.34%;
	height: 100%;
	background-color: rgba(238, 239, 241, 1);
	overflow: hidden;
	/* overflow: hidden; */
}
.goods-r .list{
	/* height: 100%; */
	/* overflow: scroll; */

}
.goods-r .li-t{
	height: 11.33vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0 4vw;
}
.goods-r .li-t .title{
	font-size: 4.8vw;
	font-weight: bold;
	color: #333;
}
.goods-r .li-t .more{
	font-size: 3.2vw;
	font-weight: 400;
	color: #333333;
	font-weight: bold;
	padding-bottom: 1.33vw;
	border-bottom: 1px solid #333;
}
.goods-r .li-c{
	padding: 4vw 4vw 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods-r .li-c .item,
.goods-r .li-c i{
	width: 31%;
}
.goods-r .li-c .item .text{
	font-size: 22px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	font-size: 2.93vw;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.goods-r .li-c .item{
	margin-bottom: 6.66vw;
}
.goods-list{
	padding-bottom: 17.14vw;
}
.goods-list .tips{
	background-color: rgba(247, 247, 247, 1);
	font-size: 2.66vw;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
	padding: 4vw 13vw;
	text-align: center;
}
.goods-list .box1{
	border-top: 1px solid rgba(226, 226, 226, 1);
	padding: 6.66vw 0 0;
}
.goods-list .box1 .box-t{
	padding: 0 4vw;
}
.goods-list .box1 .box-t .title{
	font-size: 5.6vw;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.goods-list .box1 .box-t-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6.66vw;
}
.goods-list .box1 .box-t-t-l{
	font-size: 4vw;
	font-weight: 400;
	color: #999999;
}
.goods-list .box1 .box-t-t .filter{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37.3vw;
	height: 10vw;
	border: 3px solid #CCCCCC;
	border-radius: 38px;
	font-size: 4vw;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
}
.goods-list .box1 .box-t-t .filter .iconfont{
	font-size: 6vw;
	font-weight: bold;
	margin-left: 3vw;
}
.goods-list .box1 .box-c{
	margin-top: 2.66vw;
}
.goods-list .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods-list .box1 .box-c .list li{
	width: 49.33%;
}
.goods-list .box1 .box-c .list li .pic{
	height: 48vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(246, 246, 246, 1);
}
.goods-list .box1 .box-c .list li .pic img{
	max-width: 90%;
	max-height: 90%;
}
.goods-list .box1 .box-c .list li .text-box{
	padding: 4vw 4vw 5.33vw;
	line-height: 6.66vw;
}
.goods-list .box1 .box-c .list li .hot{
	font-size: 4vw;
	font-weight: 400;
	color: #E60D0D;
}
.goods-list .box1 .box-c .list li .text-title{
	font-size: 4vw;
	font-weight: 400;
	color: #333333;
	font-weight: bold;
}
.goods-list .box1 .box-c .list li .text-des{
	font-size: 4vw;
	font-weight: 400;
	color: #999999;
}
.goods-list .box1 .box-c .list li .price{
	font-size: 4vw;
	font-weight: 400;
	color: #333333;
}
.filterBox{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	padding: 16.26vw 4vw;
	display: none;
}
.filterBox .title{
	font-size: 4.8vw;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.filterBox .sub-title{
	font-size: 4.53vw;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	font-weight: bold;
	margin-top: 10.13vw;
}
.filterBox  .list{
	margin-top: 9.33vw;
}
.filterBox  .list li{
	display: flex;
	align-items: center;
}
.filterBox  .list label{
	font-size: 4.53vw;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	font-weight: bold;
	margin-left: 2.66vw;
}
.filterBox  .list li input{
	position: relative;
	width: 5.6vw;
	height: 5.6vw;
	visibility: hidden;
}
.filterBox  .list li input::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(204, 204, 204, 1);
	visibility: visible;
	box-sizing: border-box;
}
.filterBox  .list li input:checked::before{
	border-color: rgba(17, 17, 17, 1);
}
.filterBox  .list li input::after{
	position: absolute;
	content: "";
	top: 1.35vw;
	left: 1.35vw;
	/* left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
	width: 2.93vw;
	height: 2.93vw;
	background: #111111;
	border-radius: 50%;
}
.filterBox  .list li input:checked::after{
	visibility: visible;
}
.filterBox  .list li:not(:last-child){
	margin-bottom: 6.66vw;
}
.filterBox .close{
	position: absolute;
	right: 5.6vw;
	top: 12vw;
	font-size: 6vw;
	font-weight: bold;
	cursor: pointer;
}