﻿@charset "utf-8"; 
:root {--color: #09bdff;}
table tr:nth-child(odd){background-color: #f5f5f5;}
table tr:nth-child(even){background-color: #fff;}
    header .head-info .head-logo a span{font-weight:600}
@media (min-width:1024px) and (max-width:1160px){header .head-info .head-logo a span{font-size:13px}
}@media  (max-width:400px){header .head-info .head-logo a span{font-size:14px}
}