﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #f2f2f2;}
table tr:nth-child(even){background-color: #fff;}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}
.foottop{position: relative;}
.foottop .l-wrap{position: relative;z-index: 99;}
.foottop::after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #00000070;display: block;content: '';z-index: 9;}
body:not(.nobanner) .head-left,body:not(.nobanner) .head-nav .nav-ul>li>a{color:var(--fontcolor)}
body:not(.nobanner) header.is-active .head-nav .nav-ul>li>a{color:var(--headercolor)}
body:not(.nobanner) header .head-nav .nav-ul>li:hover>a{color:var(--color)}