﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
@media (min-width:1441px){.head-nav>ul>li>a{font-size:var(--fontsize16)}}
@media (min-width:1281px) and (max-width:1440px){.head-nav>ul>li{margin:0 8px;}}