.ft_naver{ font-size:0.24rem; background: #833ca8; position: fixed; bottom:0; left:0; right:0; width:100%; z-index:99; max-width:7.5rem; margin:0 auto;
	box-shadow: 0 -4px 0.3rem 0 rgba(76,66,95,0.23); -webkit-box-shadow: 0 -4px 0.3rem 0 rgba(76,66,95,0.23);
}
.ft_naver ul { display: flex; display:-webkit-flex; justify-content: space-around; text-align: center; padding:3% 0}
.ft_naver ul li{ width:17%; position: relative;}
.ft_naver ul li i{ display: block; width:0.6rem; height:0.6rem; margin:0 auto;}
.ft_naver ul li a{ color:#fff}
.ft_naver ul li:nth-child(3) { width:23%;}
.ft_naver ul li:nth-child(1) i{ background: url(/newm/i2/images/2021/zx-ico.png) no-repeat; background-size:cover;}
.ft_naver ul li:nth-child(2) i{ background: url(/newm/i2/images/2021/doc-ico.png) no-repeat; background-size:cover;}
.ft_naver ul li:nth-child(3) em{ width:1.75rem; position: absolute;bottom:10%; left:-10%}
.ft_naver ul li:nth-child(3) em::before{ content: ""; display: block; width:0.5rem; height:0.2rem;
	background: url(/newm/i2/images/2021/yan.png) no-repeat; background-size:cover;
	position: absolute;top: 20%;left: 32%;
	animation: flipInX 1s infinite; -webkit-animation: flipInX 1s infinite;
}
.ft_naver ul li:nth-child(4) i{ background: url(/newm/i2/images/2021/yh-ico.png) no-repeat; background-size:cover;}
.ft_naver ul li:nth-child(5) i{ background: url(/newm/i2/images/2021/ph-ico.png) no-repeat; background-size:cover;}
