  .logo-box {
   height: 50px;
   background-color: #f1592a;
  }

  .logo-box  .logo {
   float: left;
   height: 50px;
   margin-left: 0px;
  }

  .logo-box  .logo  .logo-img {
   width: 208px;
   height: 50px;
  }

  .logo-box .bank {
   float: right;
   position: relative;
   width: 90px;
   height: 50px;
  }
  
  .logo-box .bank img {
   display: block;
   width: 85px;
   height: 50px;
   margin: 0 auto;
  }


  
        .container {
            margin: 0 auto;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            background: #fff;
        }
        
        /* Swiper样式 - 不修改原始类名 */
        .mySwiperaomenBoxImg {
            width: 100%;
            margin: 10px auto 5px;
            background-color: transparent;
        }
        
        .mySwiperaomenBoxImg .swiper {
            height: 42px;
        }
        
        .mySwiperaomenBoxImg .swiper-wrapper {
            align-items: center;
        }
        
        .mySwiperaomenBoxImg .swiper-slide {
            width: auto;
        }
        
        .mySwiperaomenBoxImg .swiper-slide > div {
            padding: 2px 5px;
        }
        
        .mySwiperaomenBoxImg .swiper-slide > div > div {
            user-select: none;
            font-size: 18px;
            padding: 5px 12px;
            line-height: 1;
            color: #fff;
            border-radius: 6px;
            background-color: #000;
            cursor: pointer;
            text-align: center;
            min-width: 80px;
        }
        
        .mySwiperaomenBoxImg .swiper-slide > div > div.activebtn9X1MA {
            font-weight: bold;
            color: #ff0;
            background-color: #f00;
        }
        
        .big-pic {
            margin: 10px 0;
        }
        
        .mySwiperaomenBoxImg img {
            font-size: 28px;
            color: #000;
            width: 100%;
            display: block;
            border-radius: 10px;
        }
        
        /* 澳门大赢家标签 */
        .winner-tags {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            padding: 10px;
            background: #a00;
        }
        
        .winner-tag {
            background: linear-gradient(to right, #0a5c0a, #0a7a0a);
            color: #ff0;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 16px;
            border: 2px solid #ffd700;
            font-weight: bold;
        }
        
        
        
.accordion{
    margin: 5px;
}
details {
        margin-bottom: 10px;
        outline: none;
      }
      summary {
        border-radius: 8px;
        background: #fff;
        padding: 8px 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
      }
      details[open] summary {
        background: #fff;
      }
      summary strong {
        font-size: 16px;
        color: #ff0000;
      }
      @media (max-width: 768px) {
        summary strong {
            font-size: 16px;
            color: #ff0000;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
      }
      summary strong i {
        display: inline-block;
        margin-right: 5px;
        border-radius: 3px;
        width: 48px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 13px;
        font-style: normal;
        background-color: #ff0000;
      }
      summary span {
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: 14px;
        color: #999;
      }
      .dropdown-arrow {
        width: 22px;
        height: 22px;
        color: #999;
      }
      details[open] .dropdown-arrow {
        transform: rotate(180deg);
      }
      .content {
        margin-top: 10px;
      }   