.homeSilder{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: fixed;
	right:17px;
	bottom: 150px;
	width: 56px;
	height: 261px;
	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: 409px;
	/*height: 110px;*/
	background-color: #fff;
	padding: 21px;
    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: 142px;
	height: 138px;
	padding: 12px 16px 15px 16px;
	background-color: #fff;
  	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;
}