<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section{
    padding-bottom: 50px;
}
.nav{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    z-index: 100;
    display: flex;
    overflow-x: auto;
    box-sizing: border-box;
}
.bot{
    display: block !important;
    animation:myfirst2 0.4s;
    -moz-animation:myfirst2 0.4s; 
    -webkit-animation:myfirst2 0.4s;  Safari and Chrome 
    -o-animation:myfirst2 0.4s;
}
@keyframes myfirst2{
    0%   { top:0}
    100% { top:50px}
}
.nav ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav ul li{
    width: 4rem;
    justify-content: center;
    display: flex;
    align-items: center;
    float: left;
}
.nav ul li span {
    line-height: 1.8rem;
    padding: 0rem .5rem;
    font-size: .65rem;
    box-sizing: border-box;
}
.nav ul li span.active{
    color: #e54545;
    border-bottom: 1px solid #e54545;
}
.list{
    margin-top: 90px;
}

.list li{
    width: 100%;
    background: #fff;
    margin-bottom: .5rem;
}
.list li .title {
    margin-top: 0;
    line-height: 32px;
    height: 32px;
    padding: .3rem .3rem .3rem .7rem;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.list li .title span {
    float: left;
}
.list li .title span img {
    height: 32px;
    width: auto;
}
.list li .title h2 {
    float: left;
    font-size: .75rem;
    padding-left: .6rem;
    color: #333;
    font-weight: 400;
}
.list li .title a {
    color: #e0e0e0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: .3rem;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.list li .title a img{
    width: .85rem;
    height: .85rem;
    position: absolute;
    right: .3rem;
}
.list li .text {
    box-sizing: border-box;
    padding: .55rem .7rem .6rem;
}
.list li .text .desc {
    line-height: 1;
}
.list li .text .desc .periods{
    font-size: .65rem;
}
.list li .text .desc .djs {
    display: inline-block;
    font-size: .65rem;
    color: #e54545;
}

.list li .text .number {
    margin: .51rem 0 .54rem;
}
.list .number, .number span {
    line-height: 1.4rem;
    overflow: hidden;
}
.list .number .ball{
    display: block;
    float: left;
}
.list .number.hk6-num span.binding,.number.hk6-num span.scope{
    background: none;
    color: #000;
    font-weight: 500;
    margin: 0 2px 0 0!important;
    width: 1em!important;
    font-size: 12px!important;
}
.list .loading&gt;img {
    width: auto;
    vertical-align: middle;
    height: 14px;
}
.list li .text .clearfix a {
    float: left;
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: .6rem;
    text-align: center;
    padding: .3rem .6rem;
    line-height: 1;
    margin: 0 .3rem 0 0;
    color: #666;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }
</pre></body></html>