/* 支付页：去除二维码区域虚线边框，保留四角红色直角装饰 */
div.w-\[154px\].h-\[154px\].border-dashed {
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
}
