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