﻿@charset "utf-8"; 
.pro-detail .pro-detail-content table tr:nth-child(even) {  background: #fff; }  
.pro-detail .pro-detail-content table tr:nth-child(odd) {  background: #eee;  } 
.product-main .pro-list.list0 .pro-intro,.new-main .new-list.list0 .new-intro{word-break:break-word}
.sidebar-prolist .pro-item{align-items:center}
.head-logo{position:relative;}
.head-logo .cname{position:absolute;top: 62%;left: 47%;white-space: nowrap;color: var(--color);}
@media (max-width:1024px){.head-logo .cname{display:none;}}