﻿@charset "utf-8"; 
.table tr:nth-child(even){background: #fff;}  
.table tr:nth-child(odd){background: #eee;} 
.head-main .head-logo img{max-width: 200px;}