﻿@charset "utf-8"; 
.table-wrap tr:nth-child(even) {  background: #fff; }  
.table-wrap tr:nth-child(odd) {  background: #eee;  } 
.preview-container .small-box img,.preview-container .thumbnail-box .item img{height:100%;object-fit:contain}
@media (min-width:1025px){header .head-info .head-logo img{max-height:75px;}}