*{
	box-sizing: border-box;
}

body{
	margin: 0px;
	font-family: arial;
}
#header{
	height: 240px;
	width: 100%;
	background-color: green;
}

#wrapper{
	height: auto;
	min-height: 600px;
	width: 100%;
	background-color: white;
}

#container{
	width: 80%;	
	margin: 30px auto;
}

#footer{
	height: 300px;
	width: 100%;
	background-color: green;
	clear: both;
}

#top{
	height: 48px;
	width: 100%;
	background-color: green;
}
#top-content{
	width: 80%; 
	height: 100%; 
	margin: 0px auto;
}
#top-content-left{
	width: 50%;
	height: 100%;
	float: left;
	line-height: 48px;
	color: #FFF;
	

}
#top-content-right{
	float: right;
}
#top-content-right a{
	height: 100%;
	text-align: right;
	line-height: 48px;
	color: #FFF;
	text-decoration: none;
}


#banner{
	height: 144px;
	width: 100%;
	background-color: #FFF;
}
#banner-content{
		width: 80%;
		height: 100%;
		margin: 0px auto;
}
#banner-content-logo{
	width: 20%;
	height: 100%;
	float: left;
}
#banner-content-logo img{
	margin-top: 43px;
}

#banner-content-deliver{
    width: 20%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
}
#banner-content-deliver img{
    margin-right: 10px;
}
.deliver-text b{
    font-size: 14px;
}
#banner-content-support{
	width: 20%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
}
#banner-content-support img{
	margin-right: 10px;
}
.support-text{
	font-size: 14px;
}
#banner-content-time{
	width: 20%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
}
#banner-content-time img{
	margin-right: 10px;
}
.time-text{
	font-size: 14px;
}
#banner-content-cart{
	width:20%;
	height: 100%; 
	float: left;
	display: flex;
	align-items: center;
}
.cart-text{
	width:180px; 
	height: 40px; 
	margin-top: 9px; 
	float: right; 
	text-align: center; 
	background-color: orange; 
	color: #FFF; 
	line-height: 40px;
	border-radius: 20px;
}
#menu{
	height: 48px;
	width: 100%;
	background-color: green;
}
#margin{
	width: 80%;
	height: 100%;
	margin: 0px auto;
}
#margin a{
	float: left;
	padding: 0px 20px;
	line-height: 48px;
	text-decoration: none;
	color: #FFF
}

#list-cate{
	height: 430px;
	width: 22%;
	background-color: #FFF;
	float: left;
	border: 1px solid #CCC;
	border-radius: 20px;
}

#list-cate h1{
	background-color: green;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#list-cate ul li {
	line-height: 36px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#list-cate ul li:nth-child(10){
	border: 0px;
}


#list-cate a{
	display: block;
	width: 100%;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
	color: #333;
}

#list-cate a:hover{
	background-color: orange;
	color: #FFF;
}

#slideshow{
	height: 430px;
	width: 78%;	
	float: right;
	padding-left: 30px;
}

#slideshow img{
	width: 100%;
	height: 100%;
}

.ads{
	height: 220px;
	width: 100%;
	display: flex;
	gap: 30px;
	padding: 30px 0px;
	clear: both;
	
}

.ads img{
	flex: 1;
	height: 160px;
}

.cate{
	height: 640px;
	width: 100%;
	margin: 20px 0px;
	
}
.cate-title{
	width: 300px;
	background-color: green;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;
}

.list-product{
	display: flex;	
	flex-wrap: wrap;	
	height: 320px;
	gap: 30px;
	margin-top: 30px;
}
.product{
	width: calc((100% - 90px)/4);
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 20px;
}
.photo{
	width: 200px;
}
.name{
	color: green;
	font-size: 16px;
	font-weight: bold;
}
.price {
	color: orange;
	font-size: 14px;
	font-weight: bold;
}