﻿@charset "utf-8";
:root{--color:#00AFEE}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
header .head-top{display: none;}
@media (min-width: 1024px) {body {padding-top: 100px;}}
footer .foot-title{font-weight: 800;}
footer{background:var(--fontcolor);color:var(--headercolor)}
footer .foot-title,footer a{color:var(--headercolor)}
footer .copyright{background:transparent}