
			.z_pro_down{
				display:flex;
padding:0 !important;

			}
.z_pro_down .z_bg{
background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 100%);
margin-right:20px;
}
.z_pro_down>div{
padding: 20px 0;
}
			.z_itemList{
				display: none;
				visibility: hidden;
			}
.z_subdown.z_pro_down.on .z_itemList.actives div a{
    width: 100%;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

			.z_subdown.z_pro_down.on .z_itemList.actives{
				visibility: visible;
				 display: grid;
grid-template-columns: repeat(2, 200px);
gap:0 10px;
}
.z_subdown.z_pro_down.on .z_itemList.actives>div{
	height:30px;
max-width: 100%;
}
			.z_subdown.z_pro_down.on dl.active dt>a{
				color: #81CD50;
			}
.hoverImg{
background-image: var(--img) !important;
background-color: rgba(255,255,255,.1)  !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;

    background-position: center !important;

}
.hoverImg:hover{
    background-image: var(--hoverimg) !important;
    background-color: rgba(255,255,255,.1)  !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

}
