@charset "utf-8";

.pic{
	display: flex;
	justify-content: center;
}
.pic li{
	margin-right: 20px;
}
.pic li:last-child{
	margin-right: 0;
}
