::-webkit-scrollbar
{   -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    width:10px;
    height:10px;

}
/*定义滚动条轨道
 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    
    background-color:#fff;
}
/*定义滑块
 内阴影+圆角*/
::-webkit-scrollbar-thumb
{   
    background-color: #5D1B56;
}



.nav-menu-wrap{
	margin-top: 130px;
	position: relative;
}
.nav{
	max-width: 1920px;
	width: 100%;
    padding-left: 0px;
}
/*商品列表*/
.menu-margin-wrap{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:5px;
	width: 100%;
	height: 100%;
	z-index: 99;
	pointer-events: none;
}
.all-menu-wrap{
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	max-width: 1200px;
    width: 100%;
    
}
.Categories{
	position: relative;
	pointer-events: fill;
	padding: 0px;
	float: left;
	z-index: 99;
	max-width: 200px;
	width: 100%;
	height: 100%;
	background-color: rgba(100%,100%,100%,0.95);
}
.Categories ol{
	width: 100%;
	display: block;
	height: 57px;
	background-color: #5d1b56;
	text-align: center;
	color:#fefefe;
	padding: 0px;
	line-height: 50px;
	font-family: "微軟正黑體";
	letter-spacing: 2px;
	font-weight: bolder;
	font-size: 18px;
}
.Categories > li{
	font-family: "微軟正黑體";
	letter-spacing: 2px;
	font-weight: bolder;
	font-size: 16px;
	width:100%;
	display: block;
	height: 57px;
	line-height: 57px;
	text-align: center;
	cursor: pointer;
}
.Categories li:hover{
	background-color: rgba(0%,0%,0%,0.1)
}
.Categories li:hover > .item-body{
	opacity: 1;
	pointer-events: fill;
	transition: .5s;
	background-color: rgba(100%,100%,100%,0.95);
	overflow-y: scroll;
}
.item-body{
	width: calc(1200px - 200px);
	background-color: #fefefe;
	height: 570px;
	position: absolute;
	top:0px;
	left: 100%;
	opacity: 0;
	pointer-events: none;
	transition: .5s;
}
.item-body .item-title{
	padding: 10px;
	text-align: left;
	font-weight: bolder;
}
.item-title ul{
	padding-left:  20px;
	padding-right: 20px;
	border:1px dotted rgba(0%,0%,0%,0.3);
	margin-top: 5px;
	border-radius: 10px;
}
.item-body .item-title > ul span{
	font-size: 16px;
	border-radius: 5px;
	padding: 3px;
	text-align: left;
	margin-right: 30px;
	position: relative;	
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 160px;
}
.li-wrap{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -20px;
}
.item-body .item-title ul li{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding-left: 	1%;
	padding-right: 	1%;
	margin-top: 5px;
}
.item-body .item-title ul li a{
	text-decoration: none;
	color:#333;
}