@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
body{
	background-color: #f7f8fa;
}
::-webkit-scrollbar{
	width: 5px;
	height: 0px;
   }
   ::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #aeaeae;
   }

a{
	text-decoration: none;
	color: #000;
} 
a:hover{
	color: #000;
}
.w{
	width: 1300px;
	margin: 0 auto;
}
/*header头部制作开始*/
header{
	height: 100px;
}
.logo{
	float: left;
	width: 264px;
	height: 100px;
}
.logo a{
	font-size: 0;
}
/*
.search{
	float: right;
	width: 490px;
	height: 100px;
}
*/
/*header头部制作结束*/

/*nav导航栏制作开始*/
nav{
	position: absolute;
	top: 100px;
	width: 100%;
	height: 50px;
	background-color: #000;
}
nav ul li{
	float: left;
	width: 118px;
	height: 50px;
/*	margin-left: 10px;*/
}
nav ul li a{
	display: inline-block;
	width: 118px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #aeaeae;
}
.a1{
	color: #fff;
	background-color: #333;
}
nav ul li a:hover{
	color: #fff;
	background-color: #333;
}
/*nav导航栏制作结束*/
#toggle-theme-button{
	position: fixed;
	top: 50vh;
	right: 10px;
	padding: 10px;
	z-index: 999;
	background: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}
.container{
	margin: 50px 0;
	display: flex;
/*	padding: 50px;*/
}
 
.leftMenu{
	/* flex: 1; */
	background-color: rgb(53 61 68);
    width: 200px;
	margin-top: 10px;
}
.leftMenu .fa{
	width: 2.7vw;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 68vw;
	/* z-index: 999; */
	font-size: 20px;
	background-color:#fff;
	/* float: right; */
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 5px;
	border-radius: 5px;
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.input{
	position: absolute;
	top: 30px;
	left: 70vw;
	/* width: 300px; */
	border-radius: 5px;

}
.search{
	float: left;
/*	margin-top: 20px;*/
/*	padding-left: 10px;*/
	padding-left: 10px;
	height: 40px;
/*	width: 225px;*/
	border: 1px solid #fff;
	outline: none;
	box-sizing: border-box;
	box-shadow: rgba(149, 157, 165, 0.2) 10px 8px 24px;
	border-radius: 5px;

}

.leftMenu h2{
	text-align: center;
/*	padding-left: 30px;*/
	padding-bottom: 20px;
	margin-top: 20px;
	font-size: 30px;
	color: #f4f4f4;
	font-weight: 350;
	border-bottom: 1px solid #aeaeae;
}
.leftMenu span{
	padding-top: 9px;
	/* padding-bottom: 5px; */
	padding-left: 130px;
	/* border-radius: 20px; */
/*	margin-left: 130px;*/
}
.leftMenu span:hover{
	/* color: #fff; */
	background-color:  rgba(0, 0, 0, 0.05);
	transition: all .1s;
}
.leftMenu span:focus{
	/* color: #fff; */
	background-color:  rgba(0, 0, 0, 0.05);
}

.cat{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 9px;
	color: #d6d7d9;
	padding: 15px 0;
	background-color: transparent;
	border: 0;
}
.cat:hover{
	color: #fff;
	background-color:  #2c3138!important;
	transition: all .1s;
}
.cat:focus{
	color: #fff;
	background-color:  #2c3138!important;
}

 
.content{
	flex: 4;
	height: 1030px;
	overflow: auto;
}
 
.products{
	margin-top: 20px;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
 
.product{
	width: 24%;
	height: 80px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 1px rgba(0,0,0, .1);
	overflow: hidden;
}
.product:hover{
	transform: translate(0,-2px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transition: all .3s;
/*	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
/*	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}
.product img{
	position: relative;
	top: 15px;
	left: -66px;
	width: 48px;
	height: 48px;
	object-fit: contain;
}
 
.name{
	width: 170px;
	display: inline-block;
	position: relative;
	top: -68px;
	right: -64px;
	font-weight: 300;
}
.products p{
	position: relative;
	top: -90px;
	margin-left: 40px;
	z-index: 1;
	width: 80px;
	height: 30px;
	border: 1px solid #0bd055;
	color: #0bd055;
	border-radius: 5px;
	text-align: center;
	transition: all .3s;
}
.products p:hover{
	color: #fff;
	background-color: #0bd055;
}
.remind{
	margin-top: 10px;
	float: inherit;
	width: 985px;
	text-align: center;
	color: rgba(0,0,0, .6);
}
.remind a{
	color: #0bd055;
}

/*footer底部制作开始*/
.footer{
/*	position: absolute;*/
/*	bottom: -390px;*/
/*	margin-top: 420px;*/
	width: 100%;
	height: 150px;
	background-color: #000;
}
.footer ul{
	position: relative;
	top: 40px;
	left: 360px;
	width: 640px;
	height: 20px;
	text-align: center;
}
.footer ul li{
	float: left;
}
.footer ul li a{
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #aeaeae;
	color: #aeaeae;
}
.footer ul li:last-child a{
	border: 0;
}

.Copyright{
	margin-top: 70px;
	text-align: center;
	color: #AEAEAE;
}
.Copyright a{
	text-decoration: underline;

}
.y a{
	height: 20px;
	font-size: 10px;
	padding: 5px;
}
/*footer底部制作结束*/