﻿@charset "utf-8"; 
#tagTabs .tagItem:nth-child(2){display:none}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
@media (min-width:1025px){
.nav-ul{flex:1;justify-content:center}
.nav-ul>li{padding:0 30px}
}