* {
    box-sizing: border-box;
}
html, body, header, nav, footer {
    padding: 0;
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    /* width: 100vw; */
    /* background-color: #F0F0F0;
    min-width: 100%; */
    display: grid;
    display: grid;
    grid-template-rows: 30px 86px 53px auto;

}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
input:focus, input:active {
    outline: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.d-flex {
    display: flex;
    align-items: center;
}
.d-flex-jc {
    justify-content: space-between;
}
.d-flex-ac {
    align-items: stretch;
}
.d-grid {
    display: grid;
}
header {
    background-color: #FFF;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.blue {
    color: blue;
}
.pink {
    color: #d600d0;
}
.grey {
    color: #999;
}
.black {
    color: #333;
}
.number-big {
    color: #000;
}
.number-small {
    color: #999;
}

.header-top {
    height: 30px;
    background-color: #ebebeb;
    font-size: 14px;
    font-family: Tahoma, 微软雅黑, sans-serif;
}
.header-top-main {
    width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #666;
}
.header-top-left {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABaUlEQVQ4y5XTPWtUURDG8d/evVmJIYpYebARRBDUZrRQgzYi2NiJFoJgb+G3EEUsrGzsLITsRxALQUgxjQiCoCiEXN8KkRRRFtdib8Iq7rL7VOcU/+c5M3OmY4oioocTuIm9uIPXmTmEegLURcFVnMIT7Md13MO3v+CI6KDCPlzAZXzC7czciIgVHB9n6ohYwLEWWsK5NrWfmf2xB/XwG8MdGJdwBZ+xiA94kJkbU3pRoVe3dTzCOwwyc31KD4dtesFKjTozn5lNndag4GKFnxGxPCO8rQG2qtZtXg0xqNrDvAYddCssZOaPOeEulmp0I+Kk0Yh+zWDUwVe8qLGKWy28GBFvsZqZ3yfUWmEdT2v028sy9uAszkfE48x8/p9UmTnAZrdpmkHTNB9LKe/xBonduFZKOVJKedU0zVYp5SCO4mXTNJs7Tv+qXcXDRr/vEB7iAE7jbmZ+mQiPmezCGdwwWpr7WNve5z9Z23McaphHGwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center left;
}
.header-top-center {
    flex:1;
}
.header-top-right {
    width: 200px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #CCC;
}
.header-top-right > a {
    color: #666;

}
#site-notice > marquee {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color:#ff0024;
    font-family: 微软雅黑, 'Micorosoft Yahei';
}

.header-logo {
    width: 200px;
}

img.logo {
    width: 200px;
}
.header-time {
    display: flex;
    justify-content: center;
    align-items: end;
}
.clock {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #999;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
}
nav.menu {
    background-color: #68B0DB;
}
nav.menu > ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
nav.menu > ul > li {
    padding: 14px 20px;
}

nav.menu > ul > li.active{
    background-color: #5B7F95;
}
nav.menu > ul > li > a {
    color: #FFF;
    font-size: 16px;
}
.main {
    margin-top: 20px;
    padding:0 20px;
    background-color: #FFF;
}
.red {
    color:  #F00;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-2 {
    margin-left: 2px;
}
.ml-5 {
    margin-left: 5px;
}
.bold {
    font-weight: bold;
}

.loader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 36px;
}
.dot {
    width: 6px;
    height: 6px;
    margin: 0 10px;
    background-color: #999;
    border-radius: 50%;
    opacity: 0;
    animation: pulse 1.5s infinite ease-in-out;
}
.dot:nth-child(1) { animation-delay: 0s; }
.dot:nth-child(2) { animation-delay: 0.2s; }
.dot:nth-child(3) { animation-delay: 0.4s; }
.dot:nth-child(4) { animation-delay: 0.6s; }
.dot:nth-child(5) { animation-delay: 0.8s; }
.dot:nth-child(6) { animation-delay: 1s; }

@keyframes pulse {
    0%, 100% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}
