﻿@charset "utf-8"; 
:root{--color:#7870f0;--color1:#f062b1}
.table tr:nth-child(even) {  background: #fff; }
.table tr:nth-child(odd) {  background: #eee; }
.contact-list .contact-item {width: 30%;}
.prodetails-tabs .l-wrap .prodetails-tabs-item:nth-child(2){display:none;}
@media (min-width: 1025px) {.head-nav .nav-ul>li>ul {min-width: 270px;}}
article{font-size:var(--fontsize18)}