.z-footer{
    width: 100%;
    box-shadow: 0px -5px 5px #f7f7f7;
    height: .6rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;

  
}

.z-footer ul{
    width: 100%;
    /* background: #FFFFFF;
    box-shadow: 0px -5px 5px #f7f7f7; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.z-footer ul li{
    text-align: center;
    width: 20%;
    padding-top: 0.05rem;
    padding-bottom: 0.04rem;
}
.z-footer ul li p{
    padding-top: 0.3rem;
}
.z-footer ul li.on p{
    color: #CD1313;
}
.z-footer ul li:nth-child(1){
    background: url("../images/footer1-1.png")no-repeat center 0.05rem;
    background-size: 0.25rem 0.25rem;
    transition: all 0.3s ease;

}
.z-footer ul li:nth-child(2){
    background: url("../images/footer2-2.png")no-repeat center 0.05rem;
    background-size: 0.25rem 0.25rem;
    transition: all 0.3s ease;
	
}
.z-footer ul li:nth-child(3){
    background: url("../images/footer3-3.png")no-repeat center 0.05rem;
    background-size: 0.25rem 0.25rem;
    transition: all 0.3s ease;
	
}
.z-footer ul li:nth-child(4){
    background: url("../images/footer4-4.png")no-repeat center 0.05rem;
    background-size: 0.25rem 0.25rem;
    transition: all 0.3s ease;
	
}
.z-footer ul li:nth-child(5){
    background: url("../images/footer5-5.png")no-repeat center 0.05rem;
    background-size: 0.25rem 0.25rem;
    transition: all 0.3s ease;
	
}
.z-footer ul li:nth-child(1).on{
    background: url("../images/footer1.png")no-repeat center 0.05rem;
    background-size: 0.25rem 0.25rem !important;
}
.z-footer ul li:nth-child(2).on{
    background-size: 0.25rem 0.25rem !important;
    background: url("../images/footer2.png")no-repeat center 0.05rem;
}
.z-footer ul li:nth-child(3).on{
    background-size: 0.25rem 0.25rem !important;
    background: url("../images/footer3.png")no-repeat center 0.05rem;
}
.z-footer ul li:nth-child(4).on{
    background-size: 0.25rem 0.25rem !important;
    background: url("../images/footer4.png")no-repeat center 0.05rem;
}
.z-footer ul li:nth-child(5).on{
    background-size: 0.25rem 0.25rem !important;
    background: url("../images/footer5.png")no-repeat center 0.05rem;
}

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	