
  .l-header {
      display: flex;
      justify-content: space-between;
  }

  .l-footer {
      margin-top: 1rem;
  }
  .zitidx {
font-size: 2.4rem;
  }


  .tab-content .lottery-area {
      display: flex;
      justify-content: space-between;
      align-items: center;
	  margin-top: 1rem;
  }

  .tab-content .lottery-area .number div {
      width: 2.3rem;
      height: 2.3rem;
      display: flex;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: bolder;
      margin-bottom: .1rem;
	  color: #000000;
	  padding: 0.2rem;
  }

  .tab-content .lottery-area .number2>div {
      background: url('/img/blue.png') no-repeat;
      background-size: cover;
	  
  }

  .tab-content .lottery-area .number3>div {
      background: url('/img/green.png') no-repeat;
      background-size: cover;
  }

  .tab-content .lottery-area .number1>div {
      background: url('/img/red.png') no-repeat;
      background-size: cover;
  }
  .tab-content .lottery-area .number0>div {
      background: url('/img/gray.png') no-repeat;
      background-size: cover;
  }





   
        .tab-content {
           
            text-align: center;
        }
.content-container {
	color: #ffffff;
    padding: 0.5rem;
    border-radius: 10px;
    background-image: url(/img/bg-lottery-73270f39.jpg);
    background-size: cover; /* 使背景图片按比例铺满元素 */
    background-position: center; /* 图片居中 */
    background-repeat: no-repeat; /* 防止图片重复 */
}
  

.blue {
  background-color: blue;
  color: white;
  border-radius: 5px; 
}

.red {
  background-color: red;
  color: white;
  border-radius: 5px; 
}

.green {
  background-color: green;
  color: white;
  border-radius: 5px; 
}
.history a {
    color: #ffffff; 
    text-decoration: none; 
}

.history a:hover {
    color: #ffcc00; /* 鼠标悬停时字体变成金黄色 */
}


