﻿@charset "utf-8"; 
@media(min-width:1025px){.head-top{height:50px;display:flex;justify-content:end;align-items:center;background-color:var(--color);padding: 0 8%;}
.head-link em{color: #fff;margin-right: 5px;font-size: 18px;}
header{height:auto;}
.headact{height:auto;}
.head-link .item{margin-right: 20px;color:#fff;}
.head-link{display:flex;}
nav .nav>li>a::after{bottom: -15%;}
}
@media(max-width:1024px){.head-top{display:none;}}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}