.top .wrap {
  height: 70px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.wrap {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.top .logo {
  max-height: 100%;
  max-width: 300px;
}
.nuxt-progress {
  background-color: #efc14e;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.2s, opacity 0.4s;
  width: 0;
  z-index: 999999;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, sans-serif, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji;
  margin: 0;
}


b,
strong {
  font-weight: bolder;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
:after,
:before {
  border: 0 solid;
  box-sizing: border-box;
}

img {
  border-style: solid;
}
[role="button"],
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  line-height: inherit;
  padding: 0;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}

*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(236, 79, 17, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  border-color: #e5e7eb;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.relative {
  position: relative;
}

.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}


.h-\[28px\] {
  height: 28px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[92px\] {
  min-height: 92px;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-\[105px\] {
  width: 105px;
}

.flex-grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-180,
.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
  align-items: center;
}

.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}
.border-dashed {
  border-style: dashed;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-\[\#FF9900\] {
  --tw-bg-opacity: 1;
  background-color: #f44a63;
  /* background-color: rgba(255, 153, 0, var(--tw-bg-opacity)); */
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}


.text-lg,
.text-xl {
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[11px\] {
  font-size: 11px;
}


.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.text-white {
  --tw-text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-\[\#008a08\] {
  --tw-text-opacity: 1;
  color: #008a08;
  color: rgba(0, 138, 8, var(--tw-text-opacity));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 transparent, 0 0 transparent,
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width)
      var(--tw-ring-offset-color),
    var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width))
      var(--tw-ring-color),
    0 0 transparent;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 0.3s;
}

@media (min-width: 640px) {
  .sm\:top-2 {
    top: 0.5rem;
  }
  .sm\:left-2 {
    left: 0.5rem;
  }
  .sm\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:w-7 {
    width: 1.75rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-48 {
    width: 12rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
  .sm\:rounded-none {
    border-radius: 0;
  }
  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }
  .sm\:p-0 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:-bottom-12 {
    bottom: -3rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-\[80px\] {
    margin-top: 80px;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:w-1\/6 {
    width: 16.666667%;
  }
  .md\:w-9 {
    width: 2.25rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-3xl {
    max-width: 70rem;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:rounded-b-\[70px\] {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
  }
  .md\:pb-5,
  .md\:py-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pr-11 {
    padding-right: 2.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:-bottom-24 {
    bottom: -6rem;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-24 {
    top: 6rem;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-14 {
    width: 3.5rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-1 {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .lg\:py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}


body {
  font-display: swap;
  font-family: OpenSans;
  font-size: 14px;
}
html {
  scroll-behavior: smooth;
}

a {
  display: block;
}



.el-backtop {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  position: fixed;
  width: 40px;
  z-index: 5
}


@media (max-width: 360px) {
  .alert {
      --tw-text-opacity: 1;
      color: #ff5722;
      font-weight: 600 !important;
      font-size: 12px;
  }
  .text-sm {
    font-size: 10px;
  }
  .coupon-cate{
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  .min-width{
    min-width: 85px;
  }
  .flex-center{
    display: flex;
    flex-wrap: wrap;
    /* align-content: center; */
  }
  .pl-6{
    padding-left: 0;    }
  .note-text{
    font-size: 10px;
  }
  .view-details{
    display: none;
  }
  .discount-preview{
    color: #1a0081;
    font-size: 25px;
  }
  .coupon-btn-flex{ 
    margin-top: 5px;
    align-items: flex-end;
  }
  .coupon-title{

    margin-bottom: 5px;
  }
  .ml-6{
    margin-left: 0.5rem;
  }
  .coupon-expired{
    color: #000000; font-size: 10px; margin-top: 5px;font-style: italic;
  }
  .pl-3{
    padding-left: 5px;
  }
  .coupon-used{
    align-items: flex-end;
    font-size: 9px;
    margin-right: auto;
  }

  .getcode-btn {
  width: 60px;
  font-size: 9px;
  /* width: 45px;
  height: 35px; */
  }
  
  }

 


@media screen and (min-width: 360px) and (max-width:760px){
.alert {
    --tw-text-opacity: 1;
    color: #ff5722;
    font-weight: 600 !important;
    font-size: 12px;
}
.text-sm {
  font-size: 12px;
}
.coupon-cate{
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.min-width{
  min-width: 85px;
}
.flex-center{
  display: flex;
  flex-wrap: wrap;
  /* align-content: center; */
}
.pl-6{
  padding-left: 0;    }
.note-text{
  font-size: 10px;
}
.view-details{
  display: none;
}
.discount-preview{
  color: #1a0081;
  font-size: 25px;
}
.coupon-btn{ 
  margin-top: 0.5rem;
}
.coupon-btn-flex{ 
  margin-top: 12px;
  align-items: flex-end;
}
.coupon-title{
  margin-top: 0px;
  margin-bottom: 22px;
}
.ml-6{
    margin-left: 0.5rem;
}
.coupon-expired{
    color: #000000; font-size: 10px; margin-top: 5px;font-style: italic;
}
.pl-3{
  padding-left: 5px;
}
.coupon-used{
  font-size: 10px;
  margin-left: auto;
}
.getcode-btn {
  width: 60px;
  font-size: 10px;
  width: 75px;
  height: 25px;
  margin-left: 10px;
  }
}


.ticket[data-v-44b98427] {
background: transparent;
filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .09));
-webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .09));
height: 100%;
overflow: hidden;
transform: translateZ(0)
}

.ticket-wrap[data-v-44b98427]::-webkit-scrollbar {
display: none
}

.ticket[data-v-44b98427]:after,
.ticket[data-v-44b98427]:before {
border-radius: 50%;
box-shadow: 0 0 0 300px #fff;
content: "";
height: 40px;
position: absolute;
top: calc(50% - 1.25em);
width: 40px;
z-index: -1
}

.ticket[data-v-44b98427]:before {
left: -25px
}

.ticket[data-v-44b98427]:after {
right: -25px
}


@media (max-width:345px) {
.mini-title-supplier[data-v-44b98427] {
    display: block
}

.ticket-wrap[data-v-44b98427]::-webkit-scrollbar {
    display: none
}

.ticket-wrap[data-v-44b98427] {
    overflow-x: scroll;
    overflow-y: auto
}

.ticket[data-v-44b98427] {
    filter: none;
    -webkit-filter: none
}

.logo-supplier[data-v-44b98427] {
    display: none
}

#__layout>div>div.flex-grow.relative.flex.flex-col[data-v-44b98427] {
    background: hsla(0, 0%, 90%, .729) !important
}
}


.blog-post {
color: #000
}

.blog-post a:link {
color: inherit;
color: #28b535;
cursor: pointer;
display: inline
}

.blog-post a:link,
.blog-post a:visited {
-webkit-text-decoration: none;
text-decoration: none
}

.blog-post a:visited {
color: inherit;
cursor: auto
}



.blog-post div {
display: block
}



.blog-post h1,
.blog-post h2 {
display: block;
font-weight: 700
}

.blog-post h2 {
font-size: 1.5em;
margin: .83em 0
}


.blog-post img {
display: inline-block;
margin: 0 auto;
width: auto
}



.blog-post li {
display: list-item
}

.blog-post p {
display: block;
font-size: 18px;
margin: 1em 0
}

.blog-post strong {
font-weight: 700
}



.blog-post ul {
display: block;
list-style-type: disc;
margin: 1em 0 1 em;
padding-left: 40px
}



.blog-post p,
.blog-post span {
font-size: 18px !important
}

@media(max-width:768px) {
.blog-post p {
    font-size: 16px
}
}

.ticket[data-v-44b98427] {
background: transparent;
filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .09));
-webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .09));
height: 100%;
overflow: hidden;
transform: translateZ(0)
}

.ticket-wrap[data-v-44b98427]::-webkit-scrollbar {
display: none
}

.ticket[data-v-44b98427]:after,
.ticket[data-v-44b98427]:before {
border-radius: 50%;
box-shadow: 0 0 0 300px #fff;
content: "";
height: 40px;
position: absolute;
top: calc(50% - 1.25em);
width: 40px;
z-index: -1
}

.ticket[data-v-44b98427]:before {
left: -25px
}

.ticket[data-v-44b98427]:after {
right: -25px
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
.alert {
    --tw-text-opacity: 1;
    color: #ff5722;
    font-weight: 600 !important;
    font-size: 12px;
}
.text-sm {
  font-size: 13px;
}
.coupon-cate{
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.min-width{
  min-width: 85px;
}
.flex-center{
  display: flex;
  flex-wrap: wrap;
  /* align-content: center; */
}
.pl-6{
  padding-left: 0;    }
.note-text{
  font-size: 10px;
}
.view-details{
  display: none;
}
.discount-preview{
  color: #1a0081;
  font-size: 25px;
}
.coupon-btn{ 
  margin-top: 0.5rem;
}
.coupon-btn-flex{ 
  margin-top: 22px;
  align-items: flex-end;
}
.coupon-title{
  margin-top: 0px;
  margin-bottom: 16px;
}
.ml-6{
    margin-left: 0.5rem;
}
.coupon-expired{
    color: #000000; font-size: 10px; margin-top: 5px;font-style: italic;
}
.pl-3{
  padding-left: 5px;
}
.coupon-used{
  font-size: 10px;
  margin-left: auto;
}
.getcode-btn {
  width: 60px;
  font-size: 10px;
  width: 75px;
  height: 25px;
  margin-left: 10px;
  }
}

@media screen and (min-width: 1200px){
.alert {
    --tw-text-opacity: 1;
    color: #ff5722;
    font-weight: 600 !important;
    font-size: 12px;
}
.text-sm {
  font-size: 16px;
}
.coupon-cate{
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
  text-align: center;
}
.min-width{
  min-width: 85px;
}
.flex-center{
  display: flex;
  flex-wrap: wrap;
  /* align-content: center; */
}
.pl-6{
  padding-left: 0;    }
.note-text{
  font-size: 12px;
}
.view-details{
  display: none;
}
.discount-preview{
  color: #1a0081;
  font-size: 35px;
}
.coupon-btn{ 
  margin-top: 0.5rem;
}
.coupon-btn-flex{ 
  margin-top: 24px;
  align-items: flex-end;
}
.coupon-title{
  margin-top: 0px;
  margin-bottom: 10px;
}
.ml-6{
    margin-left: 1rem;
}
.coupon-expired{
    color: #000000; font-size: 10px; margin-top: 5px;font-style: italic;
}
.pl-3{
  padding-left: 5px;
}
.coupon-used{
  font-size: 10px;
  margin-left: auto;
}
.getcode-btn {
  width: 60px;
  font-size: 10px;
  width: 75px;
  height: 25px;
  margin-left: 10px;
  }
}





/* root */
:root {
--button_color: #f44a63;
}

/*btn-get-deal*/
.btn-get-deal {
width: 100%;
height: 35px;
line-height: 35px;
max-width: 100%;
display: inline-block;
white-space: nowrap;
position: relative;
cursor: pointer;
border-radius: 3px;
border: 1px solid var(--button_color);
background: var(--button_color);
text-align: center;
color: #fff;
font-size: 18px;
}
/*modal*/
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
background-color: #000;
opacity: 0.5;
}
.modal-content {
background: #fff;
border-radius: 5px;
padding: 10px;
position: fixed;
left: 50%;
top: 15%;
width: 500px;
margin-left: -250px;
z-index: 101;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.modal-header .close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
cursor: pointer;
}
.modal-title {
font-weight: 700;
font-size: 20px;
line-height: 1.5rem;
padding-right: 20px;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.text-center {
text-align: center;
}
.text-success {
background: var(--button_color);
padding: 3px;
padding-right: 3px !important;
font-size: 12px;
border-radius: 3px;
color: #fff !important;
}
.modal_input_box {
border-style: dashed;
border-width: 2px;
border-color: var(--button_color);
}
#modal_show_code input {
font-weight: 700;
font-size: 22px;
text-align: center;
text-overflow: ellipsis;
outline: 0;
width: 100%;
border: 0;
height: 41px;
}
.modal-body .mt {
margin-top: 20px;
}
.copy-group {
display: flex;
margin-top: 20px;
}
.copy-group .modal_input_box {
width: 100%;
}
.modal-body .btn-get-deal {
width: 100%;
}
.copy-group .btn-get-deal {
width: 200px;
margin-left: 10px;
height: 45px;
}


ol,
ul {
margin-top: 0;
margin-bottom: 10px;
}

