﻿@charset "utf-8"; 
.table tr:nth-child(even) {  background: #fff; }
.table tr:nth-child(odd) {  background: #eee; }
.logo{min-height: 90px;}
.head-link .item{line-height:40px;}
@media (max-width:1440px){.head-link .item{font-size:var(--fontsize14);}}
@media (max-width:1280px){.head-link .item{font-size:var(--fontsize12);}}
@media (min-width:768px){.head-b .logo{margin-left:250px}
.head-b{justify-content:flex-start}
.head-b .logo .logo-text{white-space:nowrap;font-weight: 900;}
.logo {min-height: unset;}}
  @media (min-width:768px){.head-b .logo .logo-text{font-size:18px;margin-left:10px}
}