.top-footer-box{margin:0 auto;width:100%;max-width:1200px;}
.footer-link{display:flex;justify-content:space-between;flex-wrap:wrap;}
.footer-link li{position:relative;width:20%;text-align:center;}
.footer-link li:after{content:'';position:absolute;top:20px;right:0;width:1px;height:10px;background-color:#3385c1;}
.footer-link li:last-of-type:after{display:none;}
.footer-link li a{display:block;font-size:14px;color:#fff;line-height:50px;box-sizing:border-box;}

@media screen and (max-width:1024px) {	
}
@media screen and (max-width:768px) {
	
	.footer-link li{width:50%;}
	.footer-link li:after{top:12px;height:15px;}
	.footer-link li:last-of-type:after{display:inline-block;}
	.footer-link li:nth-of-type(2):after,.footer-link li:nth-of-type(4):after{display:none;}
	.footer-link li a{font-size:12px;line-height:40px;}
	
}