@charset "utf-8";
.txtguanggao{width: 100%;overflow: hidden;display: block;box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);}
.txtguanggao a{width: 24.8%;float: left;border-radius: 3px;line-height: 35px;height: 35px;text-align: center;font-size: 16px;color: #fff;display: inline-block;background-color: rgb(255, 153, 159);margin: 1px;transition-duration: .3s;text-decoration:none;}
@media (max-width: 600px) {.txtguanggao a{width:48.6%;}}
.txtguanggao a:nth-child(1) {background-color: #FC9918;}
.txtguanggao a:nth-child(2) {background-color: #61529F;}
.txtguanggao a:nth-child(3) {background-color: #3e9f96;}
.txtguanggao a:nth-child(4) {background-color: #ff999f;}
.txtguanggao a:nth-child(5) {background-color: #61529F;}
.txtguanggao a:nth-child(6) {background-color: #FC9918;}
.txtguanggao a:nth-child(7) {background-color: #ff999f;}
.txtguanggao a:nth-child(8) {background-color: #3e9f96;}
.txtguanggao a:nth-child(9) {background-color: #F14A16;}
.txtguanggao a:nth-child(10) {background-color: #ff999f;}
.txtguanggao a:nth-child(11) {background-color: #FC9918;}
.txtguanggao a:nth-child(12) {background-color: #996699;}
.txtguanggao a:nth-child(13) {background-color: #ff999f;}
.txtguanggao a:nth-child(14) {background-color: #F14A16;}
.txtguanggao a:nth-child(15) {background-color: #996699;}
.txtguanggao a:nth-child(16) {background-color: #FC9918;}
.txtguanggao a:nth-child(17) {background-color: #F14A16;}
.txtguanggao a:nth-child(18) {background-color: #996699;}
.txtguanggao a:nth-child(19) {background-color: #FC9918;}
.txtguanggao a:nth-child(20) {background-color: #ff999f;}
.txtguanggao a:nth-child(21) {background-color: #996699;}
.txtguanggao a:nth-child(22) {background-color: #FC9918;}
.txtguanggao a:nth-child(23) {background-color: #ff999f;}
.txtguanggao a:nth-child(24) {background-color: #F14A16;}
.txtguanggao a:nth-child(25) {background-color: #FC9918;}
.txtguanggao a:nth-child(26) {background-color: #ff999f;}
.txtguanggao a:nth-child(27) {background-color: #F14A16;}
.txtguanggao a:nth-child(28) {background-color: #996699;}
.txtguanggao a:nth-child(29) {background-color: #ff999f;}
.txtguanggao a:nth-child(30) {background-color: #F14A16;}
.txtguanggao a:nth-child(31) {background-color: #996699;}
.txtguanggao a:nth-child(32) {background-color: #FC9918;}
.txtguanggao a:nth-child(33) {background-color: #F14A16;}
.txtguanggao a:nth-child(34) {background-color: #996699;}
.txtguanggao a:nth-child(35) {background-color: #FC9918;}
.txtguanggao a:nth-child(36) {background-color: #ff999f;}
.txtguanggao a:nth-child(37) {background-color: #996699;}
.txtguanggao a:nth-child(38) {background-color: #FC9918;}
.txtguanggao a:nth-child(39) {background-color: #ff999f;}
.txtguanggao a:nth-child(40) {background-color: #F14A16;}
.txtguanggao a:nth-child(41) {background-color: #FC9918;}
.txtguanggao a:nth-child(42) {background-color: #ff999f;}
.txtguanggao a:nth-child(43) {background-color: #F14A16;}
.txtguanggao a:nth-child(44) {background-color: #996699;}
.txtguanggao a:nth-child(45) {background-color: #ff999f;}
.txtguanggao a:nth-child(46) {background-color: #F14A16;}
.txtguanggao a:nth-child(47) {background-color: #996699;}
.txtguanggao a:nth-child(48) {background-color: #FC9918;}
.txtguanggao a:nth-child(49) {background-color: #F14A16;}
.txtguanggao a:nth-child(50) {background-color: #996699;}
.txtguanggao a:nth-child(51) {background-color: #FC9918;}
.txtguanggao a:nth-child(52) {background-color: #ff999f;}
.txtguanggao a:nth-child(53) {background-color: #996699;}
.txtguanggao a:nth-child(54) {background-color: #FC9918;}
.txtguanggao a:nth-child(55) {background-color: #ff999f;}
.txtguanggao a:nth-child(56) {background-color: #F14A16;}
.txtguanggao a:nth-child(57) {background-color: #FC9918;}
.txtguanggao a:nth-child(58) {background-color: #ff999f;}
.txtguanggao a:nth-child(59) {background-color: #F14A16;}
.txtguanggao a:nth-child(60) {background-color: #996699;}
.txtguanggao a:hover{background:#DC3545;}
.bba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
    gap: 4px;
    max-width: 100%;
    margin: 2px auto;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

@media (max-width: 750px) {
    .menu-wrap dd {
        width: 2%;
        line-height: 30px;
        font-size: 12px;
    }
    .bba-grid {
        grid-template-columns: repeat(auto-fit, minmax(66px, 66px));
        gap: 3px;
        max-width: 80%;
        margin: 2px 70px;
        padding: 0;
        border-radius: 2px;
        box-shadow: none;
    }
}

.bba-item {
    margin: 2px;
    text-align: center;
    border-radius: 8px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bba-item img {
    width: 90%;
    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: 700;
    color: #f35626;
    animation: textColorChange 4s infinite linear;
    transition: color 0.3s ease;
}

.bba-item:hover div {
    animation-duration: 2s;
}

.bba-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

@keyframes textColorChange {
    0%   { color: #f35626; }  /* 橙红 */
    25%  { color: #ff6600; }  /* 橙色 */
    50%  { color: #7100ff; }  /* 紫色 */
    75%  { color: #00aaff; }  /* 蓝色 */
    100% { color: #f35626; }  /* 回到起始色 */
}
#ppap {
	position: fixed;
	z-index: 2147483647;
}

.ppap {
	position: fixed;
	z-index: 2147483647;
	cursor: pointer;
	transition: transform 0.3s ease
}
.ppap img {width: 65px;height: 65px;border-radius: 10px;border: solid 2px red;}
.ppap:hover {
	transform: scale(1.1)
}
.ppap.zuo1 {top: 100px;left: 2px;}
.ppap.zuo2 {top: 170px;left: 2px;}
.ppap.zuo3 {top: 240px;left: 2px;}
.ppap.zuo4 {top: 310px;left: 2px;}
.ppap.zuo5 {top: 380px;left: 2px;}
.ppap.zuo6 {top: 450px;left: 2px;}
.ppap.zuo7 {top: 520px;left: 2px;}
.ppap.zuo8 {top: 590px;left: 2px;}
.ppap.zuo9 {top: 640px;left: 2px;}

.ppap.you1 {top: 100px;right: 2px;}
.ppap.you2 {top: 170px;right: 2px;}
.ppap.you3 {top: 240px;right: 2px;}
.ppap.you4 {top: 310px;right: 2px;}
.ppap.you5 {top: 380px;right: 2px;}
.ppap.you6 {top: 450px;right: 2px;}
.ppap.you7 {top: 520px;right: 2px;}
.ppap.you8 {top: 590px;right: 2px;}
.ppap.you9 {top: 660px;right: 2px;}

.ppap.xia1 {bottom: 10px;left:2px}
.ppap.xia21 {
  bottom: 10px;
  left: 50%;
  transform: translateX(-30px);
}
.ppap.xia2 {
  bottom: 10px;
  left: 25%;
  transform: translateX(-30px);
}
.ppap.xia3 {
  bottom: 10px;
  left: 75%;
  transform: translateX(-30px);
}
.ppap.xia4 {bottom: 10px;right: 2px}
