﻿@charset "utf-8"; 
.table-wrap table tr:nth-child(odd){background-color: #efefef;}
.table-wrap table tr:nth-child(even){background-color: #fff;}
.strengthItem ul li .text span {
    display: -webkit-inline-box;
    overflow: hidden;
    margin-bottom: 50px;
    width: 70%;
    color: var(--introcolor);
    font-size: var(--fontsize16);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.productSideBottom ul li:nth-child(1){margin-bottom: 65px;}
.productSideBottom ul li:nth-child(1) span{max-height:86px}
@media (min-width:1025px){.header .header-top .mailclock{margin-left:30%}}