<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nimad {
    width: 100%; /* å®½åº¦é»˜è®¤å&nbsp;æ»¡å®¹å™¨ */
    display: flex;
    justify-content: center; /* å†…å®¹å±…ä¸­ */
    margin: 1px 0; /* ä¸Šä¸‹é—´è· */
}

.nimad a {
    display: block; /* é“¾æŽ¥å— */
}

.abcdHF{
    width: 1200px; /* æœ€å¤§å®½åº¦ï¼Œä¸Žè§†é¢‘åˆ—è¡¨å¯¹é½ */
    height: 60px; /* ä¿æŒå›¾ç‰‡æ¯”ä¾‹ */
}

.abcdHF1 {
    width: 1200px; /* æœ€å¤§å®½åº¦ï¼Œä¸Žè§†é¢‘åˆ—è¡¨å¯¹é½ */
    height: 120px; /* ä¿æŒå›¾ç‰‡æ¯”ä¾‹ */
}
/* ç§»åŠ¨ç«¯æ&nbsp;·å¼ï¼šå›ºå®šé«˜åº¦ä¸º80pxï¼Œå›¾ç‰‡å®Œæ•´æ˜¾ç¤º */
@media (max-width: 768px) {
    .abcdHF {
        height: 40px; /* å›ºå®šé«˜åº¦ä¸º80px */
        width: 100vw; /* å®½åº¦è‡ªé€‚åº” */
    }
    .abcdHF1 {
        height: 80px; /* å›ºå®šé«˜åº¦ä¸º80px */
        width: 100vw; /* å®½åº¦è‡ªé€‚åº” */
    }
}

/* å®¹å™¨ */
.bba-container {
    max-width: 1200px;
    margin: auto;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .menu {
        margin: 0px 0 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }
}
.menu-wrap dl {
    margin: auto;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: rgb(255 255 255 / 90%)
}
.menu-wrap dt {
    width: 8%;
    font-size: 20px;
    color: #000;
}
.menu-wrap dt, .menu-wrap dd {
    float: left;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .menu dt {
        width: 14%;
        line-height: 70px;
        font-size: 14px;
    }
}
.menu-wrap dd {
    width: 11.5%;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .menu-wrap dl {
        padding: 10px 0;
    }
}

.menu dl:first-child {
    border-top: 0;
}

.menu-wrap dt a {
    background: #e7cdaa;
    padding: 5px;
    border-radius: 10px;
    color: black;
    font-size: 16px;
}



.menu-wrap::after {
    content: "";
    display: table;
    clear: both;
}


@-webkit-keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg)
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
		-moz-filter: hue-rotate(-360deg)
	}
}

/* å®¹å™¨æ&nbsp;·å¼ */
.bba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr)); /* æ¯ä¸ªæœ€å°66pxï¼Œå‰©ä½™ç©ºé—´å‡åˆ† */
    gap: 4px; /* å¹¿å‘Šä¹‹é—´çš„é—´è· */
    max-width: 1200px; /* å®½åº¦ä¸Žé¡µé¢ä¸€è‡´ */
    margin: 2px auto; /* å±…ä¸­æ˜¾ç¤º */
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
    .menu-wrap dd {
        width: 21%;
        line-height: 30px;
        font-size: 12px;
    }
    /* å®¹å™¨æ&nbsp;·å¼ */
    .bba-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(55px, 1fr)); /* æ¯ä¸ªæœ€å°66pxï¼Œå‰©ä½™ç©ºé—´å‡åˆ† */
        gap: 4px; /* å¹¿å‘Šä¹‹é—´çš„é—´è· */
        max-width: 85%; /* å®½åº¦ä¸Žé¡µé¢ä¸€è‡´ */
        margin: 2px 0; /* å±…ä¸­æ˜¾ç¤º */
        padding: 5px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }
}

/* æ&nbsp;·å¼ */
.bba-item {
    margin: 2px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* å›¾ç‰‡æ&nbsp;·å¼ */
.bba-item img {
    width: 80%; /* å›¾ç‰‡å®½åº¦80% */
    object-fit: contain; /* ä¿æŒå›¾ç‰‡æ¯”ä¾‹ */
    border-radius: 10px;
    max-width: 80px;
}

/* æ–‡å­—æ&nbsp;·å¼ */
.bba-item div {
    font-size: 10px ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #7100ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}

/* é¼&nbsp;æ&nbsp;‡æ‚¬åœæ—¶çš„æ•ˆæžœ */
.bba-item:hover {
    transform: translateY(-5px); /* å‘ä¸Šæµ®åŠ¨ */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* å“åº”å¼è®¾è®¡ï¼šç§»åŠ¨ç«¯ */
@media (max-width: 768px) {
    .bba-item img {
        width: 100%; /* å›¾ç‰‡å®½åº¦ä¸º100% */
    }
}



#ppap {
    position: relative;
    z-index: 9999;
}

.ppap {
    position: fixed;
    /*width: 100px; !* å›ºå®šå®½åº¦ *!*/
    /*height: 100px; !* å›ºå®šé«˜åº¦ *!*/
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ppap:hover {
    transform: scale(1.1);
}

.ppap.zuo1 {
    top: 20%;
    right: 1%;
}

.ppap.zuo2 {
    top: 30%;
    right: 1%;
}

.ppap.zuo3 {
    top: 40%;
    right: 1%;
}

.ppap.zuo4 {
    top: 50%;
    right: 1%;
}

.ppap.zuo5 {
    top: 60%;
    right: 1%;
}

.ppap.zuo6 {
    top: 70%;
    right: 1%;
}

.ppap.xia1 {
    top: 88%;
    left: 5%;
}

.ppap.xia2 {
    top: 88%;
    left: 29%;
}

.ppap.xia3 {
    top: 88%;
    left: 53%;
}

.ppap.xia4 {
    top: 88%;
    left: 78%;
}


/* å›¾ç‰‡æ&nbsp;·å¼ï¼Œé˜²æ­¢è¿‡å¤§ */
.ppap img {
    width: 60px; /* è‡ªé€‚åº”çˆ¶å®¹å™¨ */
    height: 60px; /* è‡ªé€‚åº”çˆ¶å®¹å™¨ */
    border-radius: 10px; /* å›¾ç‰‡åœ†è§’ */
}

/*dd &gt; a{*/
/*    color: #fff;*/
/*}*/
</pre></body></html>