﻿@charset "utf-8"; 
:root {--color: #003E8D;--color1: #003E8D;}
.prodetails-tabs .prodetails-tabs-item.green {display:none}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.pro-d-main .common-main .l-wrap {max-width:1400px;font-size:var(--fontsize18)}
footer .foot-logo img{transform-origin:left center;transform:scale(1.4)}
@media (min-width:1025px){.nav-ul>li .submenu li:hover ul{transform:scaleY(0);opacity:0}
.nav-ul>li .submenu li:hover >ul{transform:scaleY(1);opacity:1}}