.homeSilder{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: fixed;
	right:17px;
	bottom: 150px;
	width: 56px;
	z-index: 999;
    border-radius: 6px;
	box-shadow: 0px 4px 20px 0px rgba(217, 22, 22, 0.06);
}
.show {
	opacity: 1!important;
}
.silderItem{
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 79px;
    text-align: center;
	background: #FFF;
	padding: 16px 13px;
}
.silderTop{
	/* margin-top: 16px;
	width: 60px;
	height: 60px;
	padding: 18px;
	background: #FFF;
	padding: 18px;
	box-shadow: 0px 4px 20px 0px rgba(217, 22, 22, 0.06);
	cursor: pointer;
  	opacity: 1;
  	transition: 0.3s ease-in-out; */
}
.silderText{
	color: #000;
	text-align: center;
	font-family: PingFang SC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.silderItem:hover {
	background-color: #FAF7F7;;
}
.silderTop:hover{
	background-color: #FAF7F7;;
}
.silderItem:hover .silder2Item{
	display: block;
}
.hidenItem{
	display: none;
}
.silder2Item{
	position: absolute;
	top:0px;
	right:60px;
	width: 328px;
	height: 110px;
	background-color: #fff;
	padding: 21px 64px 20px 34px;
    display: flex-none;
  	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.silderItemTitle{
	color: #000;
	font-family: PingFang SC;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 14px;
}
.silderItemCon{
	color: #555;
	font-family: PingFang SC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 4px;
    text-align: start;
}
.silderItem2:hover .silder3Item {
    display: block;
}
.silder3Item{
	position: absolute;
	top: -24px;
	right:70px;
	width: 210px;
	height: 100px;
	padding: 12px 16px 15px 16px;
	background-color: #fff;
  	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.silderItem4:hover .silder4Item{
	display: block;
}
.silder4Item{
	position: absolute;
  	top: -10px;
  	right: 70px;
  	width: 110px;
  	height: 110px;
  	padding: 10px;
  	background-color: #FFFFFF;
  	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.silderSub{
	color: #555;
	font-family: PingFang SC;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 10px auto;
	text-align: center;
}
.more-img{
	position: fixed;
    right: 35px;
    bottom: 110px;
    width: 17px;
    z-index: 9999;
    height: 17px;
  	cursor: pointer;
}