
        .zhuti {
            max-width: 770px;
            margin: 0 auto;
            text-align: center;
        }

        .bingpai {
            display: flex;
            gap: 10px;
            overflow: hidden;
            white-space: nowrap;
            background-color: #ccc;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            max-width: 100%; /* 适配屏幕 */
        }

        .bingpai > * {
            flex: none;
        }

        .biankuang {
            background-color: #fff;
            width: 80%; /* 适配移动端 */
            max-width: 500px;
            border-radius: 10px;
        }

        .l-header {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            padding: 10px;
        }

        .l-header span {
            flex: 1;
            text-align: center;
        }

        .baiwei, .shiwei, .gewei {
            line-height: 35px;
            width: 40px;
            height: 40px;
            background-image: url('/img/blue.png');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
            .jishijieshu {
            line-height: 35px;
            width: 40px;
            height: 40px;
            background-image: url('/img/gray.png');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
		
.baiwei {
  font-weight: bold;
}
.shiwei {
  font-weight: bold;
}
.gewei {
  font-weight: bold;
}

.history-link {
  color: #136936;
}







