@CHARSET "UTF-8";
.fixed-box{
	position:fixed;
	width:100%;
	height:90px;
	top:0px;
	left:0px;
	right:0px;
	background-color:#f3f5f7
}
.clearfix:after{
	display:block;
	content:'';
	height:0;
	clear:both;
}

img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.searchinputwrap{
	width:100%;
	position:relative;
}

.searchinputwrap input{
	width: 78%;
    padding: 6px 10px;
    font-size: 14px;
    background-color: #fafafa;
    border: solid 1px #08bc05;
    border-radius: 3px;
    color: #777;
    margin: 5px;
    height: 22px;
    margin-top: 7px;
}

.searchinputwrap div{
	position:absolute;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	right:3px;
	top:7px;
}

.swiper-container{
	width:100%;
	position:fixed;
	top:44px;
	left:0px;
	border-bottom: 1px solid #FF4E00;
	overflow-y: auto;
	margin: 0 auto;
 	white-space: nowrap;
}
.swiper-container::-webkit-scrollbar{
	display: none;
}
.swiper-container div{
	display:inline-block;
	border-radius: 10px;
    border: solid 1px #FF4E00;
    margin: 5px 2px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
	font-size:10px;	
}

.swiper-container div.on{
	background-color:#FF4E00;
	color:#fff;
}
.index-product-list{
	margin-top:86px;
	padding-top:6px;
}

.index-product-list ul{
	border-top:1px solid #eff1f3;
	background-color:#fff;
}
.index-product-list li{
	width:33.1vw;
	border-bottom:0.2vw solid #eff1f3;
	border-right:0.2vw solid #eff1f3;
	padding-bottom:2px;
	float:left;
}
.index-product-list li:nth-child(3n){
	border-right:0;
}
.index-product-list li div{
	height:72px;
	line-height:72px;
	text-align:center;
}
.index-product-list li p{
	font-size:10px;
	text-align:center;
	line-height:14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

