  .promotion-add-cart-toast-wrap {
    position: fixed;
    z-index: var(--z-index-tooltip, 1070);
    top: 64px;
    right: 0;
    left: 0;
    pointer-events: none;
  }

  .promotion-add_cart-toast {
    width: 100%;
    background: rgba(41, 41, 41, 0.95);
    color: #fff;
    pointer-events: auto;
    border-radius: 0px;
    position: unset !important;
    transform: unset !important;
    text-align: left !important;
  }

  .promotion-toast_view_cart {
    color: #f3d07d;
  }

  /* 全局toast   */
  .promotion-toast-wrap {
    position: fixed;
    z-index: var(--z-index-tooltip, 1070);
    top: 64px;
    right: 0;
    left: 0;
    pointer-events: none;
  }

  .promotion-toast {
    width: 100%;
    background: rgba(41, 41, 41, 0.95);
    color: #fff;
    pointer-events: auto;
    border-radius: 0px;
    position: unset !important;
    transform: unset !important;
    text-align: left !important;
  }

  @media (min-width: 960px) {
    .lg\:page-container {
      max-width: var(--general-layout-width, var(--layout-width, var(--page-width, 1350px)));
      padding: 0 var(--general-layout-spacing, var(--page-spacing, 40px));
      margin: 0 auto;
    }

    .promotion-add-cart-toast-wrap {
      top: 60px;
    }

    .promotion-add_cart-toast {
      width: 400px;
      border-radius: 2px;
    }

    .promotion-toast-wrap {
      top: 60px;
    }

    .promotion-toast {
      width: 400px;
      border-radius: 2px;
    }
  }