a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body
{
    line-height: 1;
    font-family: Tahoma,'Microsoft Yahei',Simsun;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
*::-webkit-scrollbar
{
    width: 10px;
    height: 1px;
}
*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #401c1ccf;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
}
*::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    background: #ededed;
    border-radius: 10px;
}
#Bg
{
    height: 1000px;
    background-position: top center,center center;
    -webkit-text-size-adjust: 100%;
    background-attachment: fixed;
    -webkit-animation: scrollToup 5s linear infinite;
    animation: scrollToUp 40s linear infinite;
    background-color: #161616;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAMAAADto6y6AAAAD1BMVEUgICAAAQAoKCg1NTU/Pz+suxeKAAAAOklEQVR42u2QwQkAMAgDo3b/mftSlKO4QO+VINGgZPJkarMyXb8TcaJM1/IJBtiYFh3WBDpsx8l/CbgSVgPZd9YSYQAAAABJRU5ErkJggg==");
}
@-webkit-keyframes scrollToUp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -250px;
    }
}
@-webkit-keyframes scrollToUp
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 -250px;
    }
}
#logo
{
    display: block;
    height: 50px;
    float: left;
    overflow: hidden;
}
#img
{
    position: relative;
    top: 5px;
    left: -4px;
    width: 20px;
    height: 20px;
}
.Header
{
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(73,73,73,.5);
    border-radius: 0 0 3px 3px;
}
.HeaderMain
{
    height: 100%;
    width: 960px;
    margin: 0 auto;
}
.Bm
{
    width: 200px;
    line-height: 30px;
    margin-top: 3px;
    font-size: 13px;
    color: #24ab11;
    background-color: rgba(73,73,73,.5);
    border-radius: 3px;
}
.Main
{
    width: 960px;
    height: 100%;
    margin: auto;
}
.MainColumn
{
    width: 100%;
    border-top: 10px solid transparent;
}
.Banner
{
    margin: auto;
    border-top: 60px solid transparent;
    width: 100%;
}
.Banner img
{
    width: 100%;
    height: 100px;
    display: block;
}
.ColumnBar
{
    height: 30px;
    width: 100%;
    background-color: rgba(73,73,73,.5);
    line-height: 30px;
    color: #ed3163;
    font-weight: bold;
    border-radius: 3px;
}
.ColumnTitle
{
    text-indent: 14px;
    font-size: 17px;
}
.WebList
{
    padding: 2px 0 0 0;
    width: 100%;
}
.cate
{
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.WebList a img
{
    height: 16px;
    width: 16px;
    margin: 8.2px 2px 0 0;
    overflow: hidden;
}
.WebList a
{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 116px;
    overflow: hidden;
    float: left;
    margin: 2px 2px;
    text-align: center;
    font-weight: 500;
    color: #dadada;
    background-color: rgba(73,73,73,.5);
    border-radius: 3px;
    font: 14px/30px Tahoma,'Microsoft Yahei';
}
.WebList a:hover
{
    position: relative;
    top: -1px;
    left: 1px;
    color: #fff;
    font-weight: 1000;
}
.cc
{
    color: #c2c2c2;
}
.Warning:hover
{
    color: #fff!important;
}
.cc:hover
{
    color: #fff;
}
.WebBm
{
    border-top: 5px solid transparent;
    line-height: 24px;
    background-color: #333;
}
.tj:hover
{
    color: #24ab11!important;
}
@media(max-width: 992px)
{
    .WebList a
    {
        font-size: 14px;
        width: 16.25%;
    }
}
@media(max-width: 768px)
{
    .Bm
    {
        width: 100%;
    }
    .Main, .Header, .HeaderMain, .Banner
    {
        width: 100%;
    }
    .MainColumn
    {
        width: 100%;
        border-top: 5px solid transparent;
    }
    .ColumnBar
    {
        height: 26px;
        width: 100%;
        margin: 0;
        text-align: center;
        line-height: 26px;
        color: #ed3163;
        font-weight: 800;
        border-radius: 0;
    }
    .ColumnTitle
    {
        text-indent: 0;
        font-size: 15px;
    }
    .WebList
    {
        padding: 2px 0 0 0;
        width: 100%;
    }
    .WebList a img
    {
        height: 15px;
        width: 15px;
    }
    .WebList a
    {
        font-size: 12px;
        text-align: center;
        width: 23.93%;
        margin: .5%;
        font-weight: 400;
        color: #dadada;
        border-radius: 2px;
    }
    .mainer
    {
        padding: 60px 3%;
    }
}/*
     FILE ARCHIVED ON 11:37:15 Dec 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:01:29 Nov 11, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*//*
playback timings (ms):
  captures_list: 0.934
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.05
  esindex: 0.017
  cdx.remote: 6.468
  LoadShardBlock: 55.874 (3)
  PetaboxLoader3.datanode: 107.907 (5)
  load_resource: 113.422
  PetaboxLoader3.resolve: 44.202
  loaddict: 37.585
*/