﻿@charset "utf-8"; 
:root{--color:#0099ff}
.head-logo{display:flex;align-items: center;}
.head-logo p{margin: 10px 0 0 10px;color: #fff;}
@media (max-width:1024px){.head-logo p{color:#000;font-size:12px;}}
footer .foot-item .foot-link .item:last-child{position:relative}
footer .foot-item .foot-link .item:last-child img{position:absolute;left:-10%;top:50%;max-width:30px;transform:translate(0,-50%)}
footer .foot-item .foot-link .item:last-child p a{color:Var(--color)}