﻿@charset "utf-8"; 
.foottop-list{display: flex;justify-content: space-between;}
.foottop-list li{width: 30%;text-align: center;display: flex;flex-direction: column;align-items: center;color:#fff}
@media screen and (max-width: 768px) {
.foottop-list{flex-direction: column;align-items: center;}
.foottop-list li{width: 100%;margin-bottom: 20px;}
}