﻿@charset "utf-8"; 
.table tr:nth-child(even) {  background: #eee; }  
.table tr:nth-child(odd) {  background: #fff;  } 
.contact-box .contact-list .contact-item .contact-icon{min-width:60px}
.home-product .homepro-list .proitem .item-info{min-height:180px}
.home-product .homepro-list .proitem .item-info .text{-webkit-line-clamp:2}
footer .foot-touch .foot-inner .content{min-width:300px}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}