.box20251003232903{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.box20251003232903 .bt{ /*选中当前*/
    /* width: 192px; */
    /* height: 54px; */
    /* background-color: #dedede; */
    display: inline-block;
    margin: 0px;
    text-align: center;
    /* line-height: 54px; */
    color: #565656;
    /* padding: 15px; */
}
.box20251003232903 .bt.cur,.box20251003232903 .bt:hover {
    /* background-color: #ff9b00; */
    color: #ff9b00;
}