<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head-searchbox h6 { float: left; font-size: 14px; }
.head-searchbox .t_s_type { float: left; background-color: #fbc9c9; color: #fff; padding: 2px 5px; margin-left: 5px; border-radius: 5px; }
.head-searchbox .state { float: right; color: #ccc; font-size: 12px; }


/*地图*/
.map-headbox .topbar-wrap { margin-left: 20px; width: 98%; }
.map-domain h2 { box-shadow: 0 10px 8px 0 rgba(0,0,0,.1); border-radius: 5px; }
    .map-domain h2:hover { background-color: #e80e10; color: yellow; }
.map-region { box-shadow: 0 10px 8px 0 rgba(0,0,0,.1); }

.index-searchbox .autocompleter { left: 0; }
.index-searchbox .autocompleter-list { color: #000; }
    .index-searchbox .autocompleter-list .state { color: #9c9fa1; font-size: 10px; }

.pagebox { padding: 40px 0; text-align: center; font-size: 12px; }
    .pagebox a, .pagebox span {
        display: inline-block;
        min-width: 10px;
        height: 36px;
        line-height: 36px;
        padding: 1px 17px;
        color: #000000;
        border: 1px solid hsla(0,0%,59.2%,.5);
        cursor: pointer;
        margin: 8px 4px;
        font-size: 14px;
    }
        .pagebox a.on, .pagebox span.on, .pagebox a[disabled].on {
            color: #fff;
            background: #f73b3c;
            border: 1px solid #f73b3c;
            cursor: default;
        }
        .pagebox a:hover {
            color: #fff;
            border: 1px solid #f73b3c;
            background: #f73b3c;
        }
        .pagebox a.ellipsis { border: none !important; font-weight: 600; }
        .pagebox a[disabled] { color: #9c9fa1; cursor: default; background-color: #fff; border-color: #ddd; }




/*tip提示*/
.tip-twitter { /*opacity:0.8;*/ z-index: 1000; text-align: left; max-width: 200px; padding: 10px 14px; background-color: #fff; line-height: 25px; color: #999eb1; font-size: 12px; box-shadow: 0 0 24px #b9c0cf; border: 1px solid #b9c0cf; border: 0 rgba(0,0,0,0.2); }
    /*.tip-twitter .tip-inner {
    font:bold 11px/14px 'Lucida Grande',sans-serif;
}*/

    .tip-twitter .tip-arrow-top { margin-top: -5px; margin-left: -5px; top: 0; left: 50%; width: 9px; height: 5px; background: url(/Content/css/tip-twitter_arrows.gif) no-repeat; }
    .tip-twitter .tip-arrow-right { margin-top: -4px; margin-left: 0; top: 50%; left: 100%; width: 5px; height: 9px; background: url(/Content/css/tip-twitter_arrows.gif) no-repeat -9px 0; }
    .tip-twitter .tip-arrow-bottom { margin-top: 0; margin-left: -5px; top: 100%; left: 50%; width: 9px; height: 5px; background: url(/Content/css/tip-twitter_arrows.gif) no-repeat -18px 0; }
    .tip-twitter .tip-arrow-left { margin-top: -4px; margin-left: -5px; top: 50%; left: 0; width: 5px; height: 9px; background: url(/Content/css/tip-twitter_arrows.gif) no-repeat -27px 0; }

.linearcss { -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; }


.content-nav-fixed .info-menubox {
    position: fixed;
    top: 45px;
    left: unset;
    margin-left: -140px;
    z-index:2;
}

.content-nav-fixed .info-navbox {
    position: fixed;
    top: 40px;
    background: #FFFFFF;
    z-index: 3;
    width: 740px;
    margin-top: 0;
    border-radius: 0;
}
</pre></body></html>