[v-cloak] {
	display: none;
}
.ant-input-number-handler-wrap {
	opacity: 1 !important;
}
/* 隐藏默认的 SVG 图标 */
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
	display: none !important;
}

/* 自定义上升按钮（+） */
.ant-input-number-handler-up-inner::after {
	content: '+';
	font-size: 14px;
}

/* 自定义下降按钮（-） */
.ant-input-number-handler-down-inner::after {
	content: '-';
	font-size: 14px;
}
.buy_card > ul > li {width: calc(20% - 18px);margin-right: 20px;}
.price_box_right_con_tab_td {padding: 10px;}
.price_box_right_con_tab_num {padding: 5px 10px;}
.buy_btn {margin: 10px;}
.pk_txt {padding: 0 10px;}
.pk_txt li {font-size: 15px;margin-bottom: 0;}
.discount-tag {
	display: inline-block;
	background: rgb(255, 77, 79);
	color: #f2f2f2;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 0 5px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 20px;
	z-index: 2;
}
.nums:before {
	left: 4%;
}