/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

* {
  letter-spacing: 0.025em;
  font-family: "微软雅黑", "microsoft yahei", "Arial", "Helvetica Neue", "sans-serif", "宋体", "simsun";
}

html {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 370px) {
  body {
    max-width: 370px;
  }
}

@media (min-width: 420px) {
  body {
    max-width: 420px;
  }
}

@media (min-width: 500px) {
  body {
    max-width: 500px;
  }
}

@media (min-width: 640px) {
  body {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body {
    max-width: 1024px;
  }
}

@media (min-width: 1110px) {
  body {
    max-width: 1110px;
  }
}

@media (min-width: 1536px) {
  body {
    max-width: 1536px;
  }
}

body {
  max-width: 1110px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 15px;
}

@media (min-width: 1110px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

button, input, optgroup, option, select, textarea,sub,sup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0
}

textarea {
  height: auto;
  resize: none;
  overflow: auto;
}

textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a {
  display: inline-block;
}

a:hover {
  color: inherit;
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

span,i,em {
  display: inline-block;
  font-style: normal;
}

img {
  display: inline-block;
}

iframe::-webkit-scrollbar {
  width: 0.25rem;
}

@media (min-width: 768px) {
  iframe::-webkit-scrollbar {
    width: 0.5rem;
  }
}

iframe::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

textarea::-moz-placeholder {
  font-size: 13px;
}

input,textarea::placeholder {
  font-size: 13px;
}

@media (min-width: 768px) {
  textarea::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  input,textarea::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 370px) {
  .container {
    max-width: 370px;
  }
}

@media (min-width: 420px) {
  .container {
    max-width: 420px;
  }
}

@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1110px) {
  .container {
    max-width: 1110px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* common */

main,footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 370px) {
  main,footer {
    max-width: 370px;
  }
}

@media (min-width: 420px) {
  main,footer {
    max-width: 420px;
  }
}

@media (min-width: 500px) {
  main,footer {
    max-width: 500px;
  }
}

@media (min-width: 640px) {
  main,footer {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  main,footer {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  main,footer {
    max-width: 1024px;
  }
}

@media (min-width: 1110px) {
  main,footer {
    max-width: 1110px;
  }
}

@media (min-width: 1536px) {
  main,footer {
    max-width: 1536px;
  }
}

main,footer {
  position: relative;
  max-width: 1110px;
}

.qq {
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.ly-danger h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

#pay_layer {
  display: none;
  height: 16rem;
  width: 18rem;
  padding-top: 1.25rem;
  text-align: center;
}

#pay_layer #qrcode {
  margin: auto;
  height: 150px;
  width: 150px;
}

#pay_layer .pay_text {
  margin-top: 0.625rem;
}

#pay_layer .pay_text span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

#pay_layer .pay_tip {
  margin-top: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

/* header */

header {
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 50;
  height: 3rem;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0.025em;
  --tw-shadow: 0 5px 8px -5px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 5px 8px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  header {
    height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

header .nav_switch {
  margin-left: 1.25rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  header .nav_switch {
    display: none;
  }
}

header ul {
  margin-left: 0.625rem;
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  header ul {
    display: flex;
  }
}

header ul li {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

header ul li a{
  transition: all 200ms linear;
}

header ul li a:hover,header ul li a.active{
  /*color: #218868;*/
  border-image-source: url(/static/img/border-bottom.png);
  border-image-width: 0 0 2px 0;
  border-image-outset: 12px 1px;
  border-image-slice: 100% 0;
}

header .nav_mob {
  position: absolute;
  bottom: -20rem;
  left: 7rem;
  margin-left: 0.75rem;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .nav_mob a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

header .nav_mob a:hover{
  -o-border-image: initial;
     border-image: initial;
}

header .search em {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

header .search_input {
  position: absolute;
  left: -2.25rem;
  bottom: -2.75rem;
}

@media (min-width: 640px) {
  header .search_input {
    left: -0.75rem;
  }
}

header .search_input input {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header .search_input em {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

header .msg_num {
  position: absolute;
  top: -0.375rem;
  right: -0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .lr_btn button {
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

header .lr_btn button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 100 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 100 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .user_btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 122 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .user_btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .user_btn {
  font-weight: 400;
  transition: all 100ms linear;
}

header .user_btn:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(25, 140, 255, 0.5);
}

@media (min-width: 768px) {
  header .user_btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

header .username {
  margin-right: 0.25rem;
  max-width: 8rem;
  overflow: hidden;
  text-wrap: nowrap;
}

/* 业务界面 */

/*.main_left {*/

/*    @apply lg:mr-5;*/

/*}*/

.main_right {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.main_right h4 {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main_right > div {
  display: grid;
  max-width: 600px;
  gap: 0.5rem;
  padding: 0.75rem;
}

.main_right > div p i {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.main_right h5 {
  font-weight: 600;
}

.main_right table span {
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.main_right a {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.main_feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .main_feature {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .main_feature {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.main_feature li {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .main_feature li {
    padding: 0.75rem;
  }
}

.main_feature li h5 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 640px) {
  .main_feature li h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .main_feature li h5 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main_feature li p {
  font-size: 13px;
}

@media (min-width: 768px) {
  .main_feature li p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#upload_out {
  position: relative;
}

.ai_top_layer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  opacity: 0.7;
}

.ai_top_layer h3 {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

#upload {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: dashed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  #upload {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

#upload span {
  z-index: -999;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

#upload p {
  z-index: -999;
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.upload_result {
  display: grid;
}

.upload_result > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-style: dashed;
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity));
}

.upload_result {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 242 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.upload_result li {
  list-style-position: inside;
  list-style-type: circle;
  text-wrap: wrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.75rem;
}

.upload_result li em {
  margin-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.upload_result li span {
  margin-left: 1.25rem;
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.upload_result li a {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.upload_result li b {
  font-weight: 400;
}

/* max-w-[600px] lg:max-w-full mt-3 opacity-70 */

.tran_form {
  position: relative;
  border-radius: 0.25rem;
  border-width: 1px;
  background-color: #0d7ea808;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .tran_form {
    padding: 1.25rem;
  }
}

.tran_form .top_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
}

.tran_form .layui-form-radio[lay-skin="none"] > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .tran_form .layui-form-radio[lay-skin="none"] > div {
    width: 169px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.tran_form .layui-form-select {
  width: 9rem;
}

.tran_form .ai_select .layui-form-select {
  width: 12rem;
}

.tran_form .layui-form-radio>* {
  font-size: 13px;
}

@media (min-width: 500px) {
  .tran_form .layui-form-radio>* {
    font-size: 14px;
  }
}

.tran_form .ly-alert {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .tran_form .ly-alert {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.tran_form h5 em {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.tran_form .submit_btn {
  width: 66.666667%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  letter-spacing: 0.1em;
}

.tran_form .price span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.tran_form .layui-textarea {
  min-height: 5rem;
  max-width: 420px;
}

#origin_lang,#target_lang {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  row-gap: 0.75rem;
}

@media (min-width: 640px) {
  #origin_lang,#target_lang {
    flex-direction: row;
    justify-content: space-between;
  }
}

/*.is_style,.merge_line,.target_lang2 {*/

/*    @apply hidden items-center;*/

/*}*/

.type_edit_btn {
  cursor: pointer;
  font-weight: 700;
}

.type_edit {
  padding: 0.5rem;
}

.type_edit .type1 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.type_edit .type2 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

#order_result {
  padding: 1.25rem;
}

#order_result p span {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

#order_result p em {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

#order_result p a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: baseline;
  font-size: 13px;
  border-radius: 0.25rem;
  border-width: 1px;
}

#order_result p a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 100 203 / var(--tw-border-opacity));
}

#order_result p a {
  font-weight: 400;
  transition: all 100ms linear;
}

#order_result p a:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(25, 140, 255, 0.5);
}

#ai_table .wrap_table {
  overflow-x: scroll;
}

@media (min-width: 768px) {
  #ai_table .wrap_table {
    overflow-x: auto;
  }
}

#ai_table .layui-table {
  max-width: 600px;
}

@media (min-width: 768px) {
  #ai_table .layui-table {
    max-width: 100%;
  }
}

#wait {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.6;
}

/* transcribe */

.language-group {
  margin-bottom: 0.625rem;
}

.language-group label {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  cursor: pointer;
}

.language-group label input {
  margin-right: 0.125rem;
  cursor: pointer;
}

.language-toggle {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.model-box {
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.model-box.selected .ly-flag i {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.model-box.selected {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 240 / var(--tw-bg-opacity));
}

.model-name {
  font-weight: 700;
}

.model-good,.model-bad {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.model-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.transcribe_srt_btn {
  display: flex;
}

.transcribe_srt_btn > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.transcribe_srt_btn {
  text-align: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 100ms linear;
}

.transcribe_srt_btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(22, 163, 74, 0.5);
}

.transcribe_srt_btn a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transcribe_srt_btn a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transcribe_srt_btn span {
  cursor: pointer;
}

/* batch */

.batch_step h5 {
  display: inline-flex;
  width: 6rem;
  align-items: center;
  border-width: 1px;
  border-right-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
}

@media (min-width: 500px) {
  .batch_step h5 {
    width: 11rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 2.25rem;
  }
}

.batch_step > div {
  display: grid;
  flex-grow: 1;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  padding-left: 0.75rem;
  line-height: 2.25rem;
}

@media (min-width: 500px) {
  .batch_step > div {
    gap: 0.75rem;
  }
}

.batch_step > div span {
  display: none;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .batch_step > div span {
    display: inline-block;
  }
}

.batch_step .layui-form-radio {
  margin: 0px;
}

.table-container {
  max-height: 500px;
  width: 96vw;
  overflow-x: auto;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .table-container {
    max-height: 700px;
    width: 100%;
  }
}

.table-container .layui-table {
  max-width: 600px;
}

@media (min-width: 768px) {
  .table-container .layui-table {
    max-width: 100%;
  }
}

.table-container .layui-table thead th {
  position: sticky;
  top: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.table-container .layui-table a.down_url {
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.table-container .layui-table button {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table-container .layui-table .status {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

#file-table tr td:nth-child(1) {
  padding-left: 0.5rem;
  text-align: left !important;
}

@media (min-width: 640px) {
  #file-table tr td:nth-child(1) {
    padding-left: 0.75rem;
  }
}

@media (min-width: 768px) {
  #file-table tr td:nth-child(1) {
    padding-left: 1.25rem;
  }
}

.mw400 {
  max-width: 400px;
  text-align: left !important;
  overflow-wrap: anywhere;
}

.mw650 {
  max-width: 650px;
  text-align: left !important;
}

#task_success,#task_fail,#zip_overdue,#task_wait {
  display: none;
}

#task_success p {
  margin-left: 0.25rem;
}

#task_success a {
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 100ms linear;
}

#task_success a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(22, 163, 74, 0.5);
}

#task_success .zip_size {
  margin-right: 1rem;
  display: inline-block;
}

#task_wait {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
}

#task_wait:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 100 203 / var(--tw-border-opacity));
}

#task_wait {
  font-weight: 400;
  transition: all 100ms linear;
}

#task_wait:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(25, 140, 255, 0.5);
}

/* frame */

.frame_has_title {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .frame_has_title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.frame_no_title {
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}

.frame_nav {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 0.375rem;
}

.frame_nav a {
  flex: 1 1 0%;
  border-radius: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .frame_nav a {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.frame_nav a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* user */

.user_nav {
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  width: 14rem;
}

.user_nav > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.user_nav {
  border-radius: 0.25rem;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .user_nav {
    display: grid;
  }
}

.user_nav li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.user_nav li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.user_nav_mob {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-around;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .user_nav_mob {
    display: none;
  }
}

.user_nav_mob li.active {
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.user_right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .user_right {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.user_right h2 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.user_right h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.user_right h2 span {
  margin-top: 0.5rem;
  display: block;
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .user_right h2 span {
    margin-top: 0px;
    margin-left: 0.5rem;
    display: inline-block;
  }
}

.user_right .layui-table-view {
  width: 96vw;
  max-width: 825px;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .user_right .layui-table-view {
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: visible;
  }
}

.user_info {
  display: grid;
}

.user_info > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.user_info .toggle_username {
  margin-left: 0.5rem;
}

.user_info .toggle_username i {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.user_info .user_point {
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .user_info .user_point {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.user_info li {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.user_info li a {
  margin-left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
}

.user_info .ly-tip {
  margin-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.user_set li {
  display: grid;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.user_set li span {
  text-wrap: nowrap;
}

/* message */

#read_all {
  width: 8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 122 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#read_all:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#read_all {
  font-weight: 400;
  transition: all 100ms linear;
}

#read_all:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(25, 140, 255, 0.5);
}

.msg-ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.75rem;
}

.msg-ul li {
  position: relative;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .msg-ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.msg-ul li h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.msg-ul li p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.msg-ul li.unread {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.msg-ul li.unread h4 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.msg-ul li.unread .ly-flag i {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* info */

.order_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .order_info {
    flex-direction: row;
    justify-content: space-between;
  }
}

.order_info ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.order_info ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

@media (min-width: 768px) {
  .order_info ul {
    width: 50%;
  }
}

.order_info ul li {
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .order_info ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* page */

.pagination {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pagination li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 224 229 / var(--tw-border-opacity));
}

.pagination li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 100 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 100 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination li>* {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .pagination li>* {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}

.pagination li.active {
  --tw-border-opacity: 1;
  border-color: rgb(17 100 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 100 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* footer */

.friend_links {
  margin-top: 1rem;
  display: none;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .friend_links {
    display: flex;
  }
}

footer {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  padding: 0.5rem;
  padding-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  footer {
    flex-direction: row;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  footer {
    padding-top: 1.25rem;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-1 {
  top: -0.25rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-3 {
  margin: 0.75rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-\[90vw\] {
  width: 90vw;
}

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

.max-w-96 {
  max-width: 24rem;
}

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

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

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

.max-w-screen-xl {
  max-width: 1110px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.\!border {
  border-width: 1px !important;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.bg-\[\#f5f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.text-center {
  text-align: center;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#0d7ea8\] {
  --tw-text-opacity: 1;
  color: rgb(13 126 168 / var(--tw-text-opacity));
}

.text-\[\#df6e13\] {
  --tw-text-opacity: 1;
  color: rgb(223 110 19 / var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-cyan-650 {
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-70 {
  opacity: 0.7;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.filter {
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ly-btn {
  border-radius: 0.25rem;
  border-width: 1px;
}

.ly-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 100 203 / var(--tw-border-opacity));
}

.ly-btn-primary {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 122 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ly-btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ly-btn-success {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 100ms linear;
}

.ly-btn-success:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(22, 163, 74, 0.5);
}

.ly-btn,.ly-btn-primary {
  font-weight: 400;
  transition: all 100ms linear;
}

.ly-btn:hover,.ly-btn-primary:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(25, 140, 255, 0.5);
}

.ly-alert {
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .ly-alert {
    font-size: 15px;
  }
}

.ly-alert p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ly-alert a {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.ly-alert a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

.ly-tag {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ly-tag-sm {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ly-primary {
  --tw-border-opacity: 1;
  border-color: rgb(215 231 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 100 203 / var(--tw-text-opacity));
}

.ly-danger {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.ly-success {
  --tw-border-opacity: 1;
  border-color: rgb(221 238 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.ly-warning {
  --tw-border-opacity: 1;
  border-color: rgb(245 237 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(200 153 11 / var(--tw-text-opacity));
}

.ly-info {
  --tw-border-opacity: 1;
  border-color: rgb(206 240 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 250 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 149 147 / var(--tw-text-opacity));
}

.ly-ad {
  --tw-border-opacity: 1;
  border-color: rgb(245 231 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(194 105 10 / var(--tw-text-opacity));
}

.ly-light {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.ly-badge {
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ly-badge-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.ly-badge-success {
  --tw-bg-opacity: 1;
  background-color: rgb(65 163 88 / var(--tw-bg-opacity));
}

.ly-tip {
  margin-left: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.ly-flag {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  height: 4.2rem;
  width: 4.2rem;
  overflow: hidden;
  font-size: 0.7rem;
}

.tran_form > .ly-flag {
  z-index: -10;
}

.ly-flag i {
  position: absolute;
  top: -3.3rem;
  right: -3.3rem;
  height: 6rem;
  width: 6rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), 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-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  text-align: center;
  line-height: 10.2rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.ly-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ly-ps {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(141 140 140 / var(--tw-text-opacity));
}

.ly-ps-sm {
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.ly-ps-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(141 140 140 / var(--tw-text-opacity));
}

.ly-ul {
  padding-left: 0.5rem;
}

.ly-ul li {
  list-style-position: inside;
  list-style-type: circle;
  line-height: 1.75rem;
}

.ly-header {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ly-header h3 {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .ly-header h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.ly-header h3::before {
  content: '';
  width: 2.8rem;
  height: 0.15rem;
  background-color: #2e7ad7;
  position: absolute;
  left: 0;
  top: -0.5rem;
}

.ly-header a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 122 215 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ly-header a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ly-header a {
  font-weight: 400;
  transition: all 100ms linear;
}

.ly-header a:hover {
  box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(25, 140, 255, 0.5);
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

@media (min-width: 500px) {
  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:items-center {
    align-items: center;
  }
}

@media (min-width: 640px) {
  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-\[70px\] {
    margin-top: 70px;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

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

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

  .md\:max-w-\[900px\] {
    max-width: 900px;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }
}

/* base style */

/* new components */

/* add new function class */