.nimad {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1px 0
}

.nimad a {
    display: block
}

.abcdHF {
    width: 1200px;
    height: 60px
}

.abcdHF1 {
    width: 1200px;
    height: 120px
}

@media (max-width: 768px) {
    .abcdHF {
        height: 40px;
        width: 100vw
    }

    .abcdHF1 {
        height: 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)
    }
}

.bba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
    gap: 4px;
    max-width: 1200px;
    margin: 2px auto;
    padding: 5px;
    background-color: #000000;
    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
    }

    .bba-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(67px, 67px));
        gap: 6px;
        max-width: 85%;
        margin: 2px 0;
        padding: 5px;
        background-color: #000000;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
		margin-left:40px;
    }
}

.bba-item {
    margin: 2px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.bba-item img {
    width: 80%;
    object-fit: contain;
    border-radius: 10px;
    max-width: 80px
}

.bba-item div {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #ffffff;
    background-image: -webkit-linear-gradient(92deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear
}

.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%
    }
}

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

.ppap {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease
}

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

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

.ppap.zuo2 {
    top: 31%;
    left: 1%
}

.ppap.zuo3 {
    top: 42%;
    left: 1%
}

.ppap.zuo4 {
    top: 53%;
    left: 1%
}

.ppap.zuo5 {
    top: 64%;
    left: 1%
}

.ppap.zuo6 {
    top: 75%;
    left: 1%
}

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

.ppap.you2 {
    top: 31%;
    right: 1%
}

.ppap.you3 {
    top: 42%;
    right: 1%
}

.ppap.you4 {
    top: 53%;
    right: 1%
}

.ppap.you5 {
    top: 64%;
    right: 1%
}

.ppap.you6 {
    top: 75%;
    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%
}

.ppap.shang1 {
    top: 1%;
    left: 5%
}

.ppap.shang2 {
    top: 1%;
    left: 29%
}

.ppap.shang3 {
    top: 1%;
    left: 53%
}

.ppap.shang4 {
    top: 1%;
    left: 78%
}

.ppap img {
    width: 65px;
    height: 65px;
    border-radius: 10px
}

.wenzi-m-1 {
    margin: .25rem !important;
}

.wenzi-text-center {
    text-align: center !important;
}

.wenzi-text-white {
    font-size: 16px;
    font-weight: normal;
    color: #1c1818 !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenzi-adwz {
    line-height: 35px;
    height: 35px;
    border-radius: 3px;
}

.wenzi-col-6 {
    width: 46%;
    display: inline-block;
    background-color: #ff9900
}

.bba-container2 {
    max-width: 1300px;
}

.d8960p {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

.d8960p-img {
    height: 80px;
    width: 100%
}