File: /var/www/dk/wp-content/themes/food/css/style.css
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
font-family:
system-ui,
-apple-system, /* Firefox supports this but not yet `system-ui` */
'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
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)
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family:
ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
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;
}
/*
Tabular data
============
*/
/**
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)
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
padding: 0;
}
/**
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 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
* sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
html {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Inherit font-family and line-height from `html` so users can set them as
* a class directly on the `html` element.
*/
body {
font-family: inherit;
line-height: inherit;
}
/**
* 1. Prevent padding and border from affecting element width.
*
* We used to set this in the html element and inherit from
* the parent element for everything else. This caused issues
* in shadow-dom-enhanced elements like <details> where the content
* is wrapped by a div with box-sizing set to `content-box`.
*
* https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: currentColor; /* 2 */
}
/*
* Ensure horizontal rules are visible by default
*/
hr {
border-top-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
opacity: 1;
color: #9ca3af;
}
button,
[role="button"] {
cursor: pointer;
}
/**
* Override legacy focus reset from Normalize with modern Firefox focus styles.
*
* This is actually an improvement over the new defaults in Firefox in our testing,
* as it triggers the better focus styles even for links, which still use a dotted
* outline in Firefox by default.
*/
:-moz-focusring {
outline: auto;
}
table {
border-collapse: collapse;
}
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;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
pre,
code,
kbd,
samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* 1. Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*
* 2. Add `vertical-align: middle` to align replaced elements more
* sensibly by default when overriding `display` by adding a
* utility like `inline`.
*
* This can trigger a poorly considered linting error in some
* tools but is included by design.
*
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
*/
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;
}
/**
* Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
display: none;
}
*, ::before, ::after {
--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;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 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);
}
.container {
width: 100%;
}
@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: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.pointer-events-none {
pointer-events: none;
}
.visible {
visibility: visible;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.inset-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.inset-x-0 {
left: 0px;
right: 0px;
}
.top-0 {
top: 0px;
}
.left-0 {
left: 0px;
}
.bottom-0 {
bottom: 0px;
}
.right-0 {
right: 0px;
}
.bottom-\[-0\.2rem\] {
bottom: -0.2rem;
}
.left-\[-0\.18rem\] {
left: -0.18rem;
}
.top-\[0\.1rem\] {
top: 0.1rem;
}
.bottom-\[0\.1rem\] {
bottom: 0.1rem;
}
.left-1\/2 {
left: 50%;
}
.left-\[-0\.04rem\] {
left: -0.04rem;
}
.top-1\/2 {
top: 50%;
}
.right-\[-0\.04rem\] {
right: -0.04rem;
}
.right-\[0\.1rem\] {
right: 0.1rem;
}
.z-\[999\] {
z-index: 999;
}
.z-40 {
z-index: 40;
}
.z-20 {
z-index: 20;
}
.z-10 {
z-index: 10;
}
.order-first {
order: -9999;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.m-\[0\.26rem\] {
margin: 0.26rem;
}
.-m-4 {
margin: -1rem;
}
.m-2 {
margin: 0.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.my-\[0\.1rem\] {
margin-top: 0.1rem;
margin-bottom: 0.1rem;
}
.my-\[0\.2rem\] {
margin-top: 0.2rem;
margin-bottom: 0.2rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mx-\[0\.1rem\] {
margin-left: 0.1rem;
margin-right: 0.1rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.my-\[0\.12rem\] {
margin-top: 0.12rem;
margin-bottom: 0.12rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-\[0\.77rem\] {
margin-left: 0.77rem;
margin-right: 0.77rem;
}
.mx-\[0\.15rem\] {
margin-left: 0.15rem;
margin-right: 0.15rem;
}
.mx-\[0\.7rem\] {
margin-left: 0.7rem;
margin-right: 0.7rem;
}
.mx-\[0\.3rem\] {
margin-left: 0.3rem;
margin-right: 0.3rem;
}
.mx-\[0\.2rem\] {
margin-left: 0.2rem;
margin-right: 0.2rem;
}
.my-\[0\.51rem\] {
margin-top: 0.51rem;
margin-bottom: 0.51rem;
}
.mt-\[0\.51rem\] {
margin-top: 0.51rem;
}
.mb-\[0\.2rem\] {
margin-bottom: 0.2rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-auto {
margin-left: auto;
}
.mr-2 {
margin-right: 0.5rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.ml-\[0\.2rem\] {
margin-left: 0.2rem;
}
.mr-\[0\.03rem\] {
margin-right: 0.03rem;
}
.ml-\[0\.1rem\] {
margin-left: 0.1rem;
}
.mt-\[0\.1rem\] {
margin-top: 0.1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mt-\[0\.3rem\] {
margin-top: 0.3rem;
}
.mt-\[0\.4rem\] {
margin-top: 0.4rem;
}
.mt-8 {
margin-top: 2rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mb-\[0\.3rem\] {
margin-bottom: 0.3rem;
}
.mt-\[0\.2rem\] {
margin-top: 0.2rem;
}
.mt-\[0\.05rem\] {
margin-top: 0.05rem;
}
.mr-\[0\.1rem\] {
margin-right: 0.1rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-\[0\.1rem\] {
margin-bottom: 0.1rem;
}
.mt-\[4\.3rem\] {
margin-top: 4.3rem;
}
.mt-\[0\.6rem\] {
margin-top: 0.6rem;
}
.mt-\[0\.26rem\] {
margin-top: 0.26rem;
}
.mt-0\.5 {
margin-top: 0.125rem;
}
.mt-0 {
margin-top: 0px;
}
.ml-\[0\.16rem\] {
margin-left: 0.16rem;
}
.ml-\[0\.08rem\] {
margin-left: 0.08rem;
}
.mr-\[0\.26rem\] {
margin-right: 0.26rem;
}
.ml-\[0\.04rem\] {
margin-left: 0.04rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mt-\[0\.69rem\] {
margin-top: 0.69rem;
}
.mt-\[0\.54rem\] {
margin-top: 0.54rem;
}
.mt-\[1\.54rem\] {
margin-top: 1.54rem;
}
.mb-\[0\.51rem\] {
margin-bottom: 0.51rem;
}
.mt-\[1\.30rem\] {
margin-top: 1.30rem;
}
.-mt-1 {
margin-top: -0.25rem;
}
.mt-\[0\.36rem\] {
margin-top: 0.36rem;
}
.mt-\[0\.81rem\] {
margin-top: 0.81rem;
}
.mt-\[0\.77rem\] {
margin-top: 0.77rem;
}
.mb-\[0\.77rem\] {
margin-bottom: 0.77rem;
}
.ml-\[0\.13rem\] {
margin-left: 0.13rem;
}
.mt-\[0\.19rem\] {
margin-top: 0.19rem;
}
.ml-\[0\.8rem\] {
margin-left: 0.8rem;
}
.mr-\[0\.3rem\] {
margin-right: 0.3rem;
}
.mt-\[5rem\] {
margin-top: 5rem;
}
.mb-\[1rem\] {
margin-bottom: 1rem;
}
.mt-\[3rem\] {
margin-top: 3rem;
}
.mb-\[0\.13rem\] {
margin-bottom: 0.13rem;
}
.ml-0 {
margin-left: 0px;
}
.mr-0 {
margin-right: 0px;
}
.mt-auto {
margin-top: auto;
}
.ml-\[0\.4rem\] {
margin-left: 0.4rem;
}
.mr-\[0\.2rem\] {
margin-right: 0.2rem;
}
.ml-\[0\.3rem\] {
margin-left: 0.3rem;
}
.mt-\[0\.04rem\] {
margin-top: 0.04rem;
}
.mb-\[0\.5rem\] {
margin-bottom: 0.5rem;
}
.mt-\[0\.5rem\] {
margin-top: 0.5rem;
}
.mt-\[0\.25rem\] {
margin-top: 0.25rem;
}
.mb-\[7\.89rem\] {
margin-bottom: 7.89rem;
}
.mt-\[0\.76rem\] {
margin-top: 0.76rem;
}
.mr-\[0\.51rem\] {
margin-right: 0.51rem;
}
.mb-\[0\.26rem\] {
margin-bottom: 0.26rem;
}
.mt-\[0\.16rem\] {
margin-top: 0.16rem;
}
.mb-\[0\.16rem\] {
margin-bottom: 0.16rem;
}
.ml-\[0\.34rem\] {
margin-left: 0.34rem;
}
.ml-\[0\.42rem\] {
margin-left: 0.42rem;
}
.mt-\[0\.40rem\] {
margin-top: 0.40rem;
}
.mt-\[0\.31rem\] {
margin-top: 0.31rem;
}
.-mb-10 {
margin-bottom: -2.5rem;
}
.mt-\[0\.13rem\] {
margin-top: 0.13rem;
}
.ml-\[0\.51rem\] {
margin-left: 0.51rem;
}
.ml-7 {
margin-left: 1.75rem;
}
.box-border {
box-sizing: border-box;
}
.box-content {
box-sizing: content-box;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-\[0\.61rem\] {
height: 0.61rem;
}
.h-full {
height: 100%;
}
.h-4 {
height: 1rem;
}
.h-\[1\.44rem\] {
height: 1.44rem;
}
.h-\[0\.20rem\] {
height: 0.20rem;
}
.h-\[0\.3rem\] {
height: 0.3rem;
}
.h-64 {
height: 16rem;
}
.h-5 {
height: 1.25rem;
}
.h-16 {
height: 4rem;
}
.h-8 {
height: 2rem;
}
.h-10 {
height: 2.5rem;
}
.h-1 {
height: 0.25rem;
}
.h-\[1\.5rem\] {
height: 1.5rem;
}
.h-\[0\.33rem\] {
height: 0.33rem;
}
.h-\[5rem\] {
height: 5rem;
}
.h-\[1\.75rem\] {
height: 1.75rem;
}
.h-\[0\.66rem\] {
height: 0.66rem;
}
.h-\[0\.5rem\] {
height: 0.5rem;
}
.h-\[0\.4rem\] {
height: 0.4rem;
}
.h-\[6\.1rem\] {
height: 6.1rem;
}
.h-\[0\.24rem\] {
height: 0.24rem;
}
.h-6 {
height: 1.5rem;
}
.h-\[1\.62rem\] {
height: 1.62rem;
}
.h-\[0\.32rem\] {
height: 0.32rem;
}
.h-\[1rem\] {
height: 1rem;
}
.h-\[0\.6rem\] {
height: 0.6rem;
}
.h-\[0\.62rem\] {
height: 0.62rem;
}
.h-\[0\.46rem\] {
height: 0.46rem;
}
.h-\[0\.48rem\] {
height: 0.48rem;
}
.h-\[0\.26rem\] {
height: 0.26rem;
}
.h-\[2\.3rem\] {
height: 2.3rem;
}
.h-\[0\.04rem\] {
height: 0.04rem;
}
.h-2 {
height: 0.5rem;
}
.h-\[1\.02rem\] {
height: 1.02rem;
}
.h-\[0\.05rem\] {
height: 0.05rem;
}
.h-\[1\.92rem\] {
height: 1.92rem;
}
.h-auto {
height: auto;
}
.h-12 {
height: 3rem;
}
.h-\[0\.77rem\] {
height: 0.77rem;
}
.h-\[8\.19rem\] {
height: 8.19rem;
}
.h-\[6\.66rem\] {
height: 6.66rem;
}
.h-\[0\.28rem\] {
height: 0.28rem;
}
.h-\[0\.51rem\] {
height: 0.51rem;
}
.h-\[0\.83rem\] {
height: 0.83rem;
}
.h-\[2\.7rem\] {
height: 2.7rem;
}
.h-\[0\.8rem\] {
height: 0.8rem;
}
.h-\[0\.02rem\] {
height: 0.02rem;
}
.h-\[5\.7rem\] {
height: 5.7rem;
}
.h-\[1\.65rem\] {
height: 1.65rem;
}
.h-\[1\.79rem\] {
height: 1.79rem;
}
.h-\[0\.1rem\] {
height: 0.1rem;
}
.h-\[0\.45rem\] {
height: 0.45rem;
}
.h-\[0\.2rem\] {
height: 0.2rem;
}
.h-\[6\.59rem\] {
height: 6.59rem;
}
.h-\[4\.7rem\] {
height: 4.7rem;
}
.h-\[0\.88rem\] {
height: 0.88rem;
}
.h-\[0\.64rem\] {
height: 0.64rem;
}
.h-\[1\.2rem\] {
height: 1.2rem;
}
.h-\[2rem\] {
height: 2rem;
}
.h-\[0\.41rem\] {
height: 0.41rem;
}
.h-\[1\.6rem\] {
height: 1.6rem;
}
.h-\[6\.6rem\] {
height: 6.6rem;
}
.h-\[2\.1rem\] {
height: 2.1rem;
}
.h-\[3\.84rem\] {
height: 3.84rem;
}
.h-\[3rem\] {
height: 3rem;
}
.h-\[0\.72rem\] {
height: 0.72rem;
}
.h-\[0\.36rem\] {
height: 0.36rem;
}
.h-\[0\.42rem\] {
height: 0.42rem;
}
.h-\[0\.34rem\] {
height: 0.34rem;
}
.min-h-full {
min-height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.w-10 {
width: 2.5rem;
}
.w-4 {
width: 1rem;
}
.w-1\/3 {
width: 33.333333%;
}
.w-\[2\.56rem\] {
width: 2.56rem;
}
.w-\[0\.20rem\] {
width: 0.20rem;
}
.w-1\/2 {
width: 50%;
}
.w-\[1\.1rem\] {
width: 1.1rem;
}
.w-\[2rem\] {
width: 2rem;
}
.w-5 {
width: 1.25rem;
}
.w-2\/3 {
width: 66.666667%;
}
.w-1\/4 {
width: 25%;
}
.w-16 {
width: 4rem;
}
.w-8 {
width: 2rem;
}
.w-3\/4 {
width: 75%;
}
.w-\[0\.9rem\] {
width: 0.9rem;
}
.w-\[0\.5rem\] {
width: 0.5rem;
}
.w-1 {
width: 0.25rem;
}
.w-\[1\.5rem\] {
width: 1.5rem;
}
.w-\[0\.24rem\] {
width: 0.24rem;
}
.w-6 {
width: 1.5rem;
}
.w-\[2\.88rem\] {
width: 2.88rem;
}
.w-\[0\.32rem\] {
width: 0.32rem;
}
.w-5\/6 {
width: 83.333333%;
}
.w-\[0\.4rem\] {
width: 0.4rem;
}
.w-\[6rem\] {
width: 6rem;
}
.w-\[4\.8rem\] {
width: 4.8rem;
}
.w-\[0\.46rem\] {
width: 0.46rem;
}
.w-\[1\.87rem\] {
width: 1.87rem;
}
.w-\[0\.48rem\] {
width: 0.48rem;
}
.w-\[0\.36rem\] {
width: 0.36rem;
}
.w-\[0\.33rem\] {
width: 0.33rem;
}
.w-\[0\.66rem\] {
width: 0.66rem;
}
.w-2 {
width: 0.5rem;
}
.w-\[3\.2rem\] {
width: 3.2rem;
}
.w-\[0\.77rem\] {
width: 0.77rem;
}
.w-\[1\.41rem\] {
width: 1.41rem;
}
.w-\[1\.02rem\] {
width: 1.02rem;
}
.w-\[6\.14rem\] {
width: 6.14rem;
}
.w-\[1\.54rem\] {
width: 1.54rem;
}
.w-\[3\.74rem\] {
width: 3.74rem;
}
.w-\[0\.02rem\] {
width: 0.02rem;
}
.w-\[1\.2rem\] {
width: 1.2rem;
}
.w-\[1\.79rem\] {
width: 1.79rem;
}
.w-\[0\.8rem\] {
width: 0.8rem;
}
.w-\[0\.45rem\] {
width: 0.45rem;
}
.w-\[0\.2rem\] {
width: 0.2rem;
}
.w-\[6\.59rem\] {
width: 6.59rem;
}
.w-\[4\.9rem\] {
width: 4.9rem;
}
.w-\[4\.7rem\] {
width: 4.7rem;
}
.w-\[0\.88rem\] {
width: 0.88rem;
}
.w-\[1\.6rem\] {
width: 1.6rem;
}
.w-\[4\.2rem\] {
width: 4.2rem;
}
.w-\[2\.4rem\] {
width: 2.4rem;
}
.w-\[2\.21rem\] {
width: 2.21rem;
}
.w-\[1\.33rem\] {
width: 1.33rem;
}
.w-\[0\.71rem\] {
width: 0.71rem;
}
.w-\[0\.41rem\] {
width: 0.41rem;
}
.w-\[2\.8rem\] {
width: 2.8rem;
}
.w-\[3rem\] {
width: 3rem;
}
.w-\[2\.1rem\] {
width: 2.1rem;
}
.w-\[0\.94rem\] {
width: 0.94rem;
}
.w-\[3\.40rem\] {
width: 3.40rem;
}
.w-\[3\.9rem\] {
width: 3.9rem;
}
.w-\[0\.6rem\] {
width: 0.6rem;
}
.w-\[0\.34rem\] {
width: 0.34rem;
}
.w-\[1\.13rem\] {
width: 1.13rem;
}
.w-\[0\.74rem\] {
width: 0.74rem;
}
.w-1\/5 {
width: 20%;
}
.w-\[3\.20rem\] {
width: 3.20rem;
}
.min-w-\[2rem\] {
min-width: 2rem;
}
.max-w-md {
max-width: 28rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-7xl {
max-width: 80rem;
}
.max-w-2xl {
max-width: 42rem;
}
.max-w-\[600px\] {
max-width: 600px;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-none {
flex: none;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-shrink {
flex-shrink: 1;
}
.flex-grow {
flex-grow: 1;
}
.flex-grow-0 {
flex-grow: 0;
}
.-translate-x-1\/2 {
--tw-translate-x: -50%;
transform: var(--tw-transform);
}
.-translate-y-1\/2 {
--tw-translate-y: -50%;
transform: var(--tw-transform);
}
.transform {
transform: var(--tw-transform);
}
.cursor-pointer {
cursor: pointer;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.resize-none {
resize: none;
}
.resize {
resize: both;
}
.list-none {
list-style-type: none;
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.place-items-center {
place-items: center;
}
.content-start {
align-content: flex-start;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-2 {
gap: 0.5rem;
}
.gap-x-6 {
-moz-column-gap: 1.5rem;
column-gap: 1.5rem;
}
.gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y > :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));
}
.divide-main-color > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(0, 155, 150, var(--tw-divide-opacity));
}
.overflow-hidden {
overflow: hidden;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.rounded-\[0\.05rem\] {
border-radius: 0.05rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[0\.1rem\] {
border-radius: 0.1rem;
}
.rounded-\[0\.2rem\] {
border-radius: 0.2rem;
}
.rounded-\[0\.13rem\] {
border-radius: 0.13rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-2xl {
border-radius: 1rem;
}
.rounded-\[0\.04rem\] {
border-radius: 0.04rem;
}
.rounded-\[0\.02rem\] {
border-radius: 0.02rem;
}
.rounded-\[4px\] {
border-radius: 4px;
}
.rounded-\[0\.16rem\] {
border-radius: 0.16rem;
}
.rounded-t-md {
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}
.border {
border-width: 1px;
}
.border-0 {
border-width: 0px;
}
.border-2 {
border-width: 2px;
}
.border-\[0\.02rem\] {
border-width: 0.02rem;
}
.border-\[0\.01rem\] {
border-width: 0.01rem;
}
.border-\[0\.03rem\] {
border-width: 0.03rem;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-b {
border-bottom-width: 1px;
}
.border-b-\[0\.02rem\] {
border-bottom-width: 0.02rem;
}
.border-r-2 {
border-right-width: 2px;
}
.border-t-\[0\.02rem\] {
border-top-width: 0.02rem;
}
.border-t {
border-top-width: 1px;
}
.border-r-\[0\.01rem\] {
border-right-width: 0.01rem;
}
.border-b-\[0\.04rem\] {
border-bottom-width: 0.04rem;
}
.border-b-\[0\.01rem\] {
border-bottom-width: 0.01rem;
}
.border-solid {
border-style: solid;
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-main-color {
--tw-border-opacity: 1;
border-color: rgba(0, 155, 150, var(--tw-border-opacity));
}
.border-e6 {
--tw-border-opacity: 1;
border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}
.border-MMC-main-color {
--tw-border-opacity: 1;
border-color: rgba(29, 186, 255, var(--tw-border-opacity));
}
.border-main {
--tw-border-opacity: 1;
border-color: rgba(0, 69, 193, var(--tw-border-opacity));
}
.border-268AFF {
--tw-border-opacity: 1;
border-color: rgba(38, 138, 255, var(--tw-border-opacity));
}
.border-f5 {
--tw-border-opacity: 1;
border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-999 {
--tw-border-opacity: 1;
border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.border-333 {
--tw-border-opacity: 1;
border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}
.border-indigo-500 {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.border-opacity-50 {
--tw-border-opacity: 0.5;
}
.border-opacity-60 {
--tw-border-opacity: 0.6;
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-main-color {
--tw-bg-opacity: 1;
background-color: rgba(0, 155, 150, var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-main {
--tw-bg-opacity: 1;
background-color: rgba(0, 69, 193, var(--tw-bg-opacity));
}
.bg-f5 {
--tw-bg-opacity: 1;
background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-indigo-100 {
--tw-bg-opacity: 1;
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-modal-mock {
background-color: rgba(0, 0, 0, 0.4);
}
.bg-indigo-600 {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-sub-white {
background-color: rgba(255, 255, 255, 0.39);
}
.bg-MMC-main-color {
--tw-bg-opacity: 1;
background-color: rgba(29, 186, 255, var(--tw-bg-opacity));
}
.bg-green-300 {
--tw-bg-opacity: 1;
background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.bg-e6 {
--tw-bg-opacity: 1;
background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}
.bg-green-200 {
--tw-bg-opacity: 1;
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-indigo-500 {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-268AFF {
--tw-bg-opacity: 1;
background-color: rgba(38, 138, 255, var(--tw-bg-opacity));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-purple-600 {
--tw-bg-opacity: 1;
background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
.bg-FFAA22 {
--tw-bg-opacity: 1;
background-color: rgba(255, 170, 34, var(--tw-bg-opacity));
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.p-1 {
padding: 0.25rem;
}
.p-\[0\.1rem\] {
padding: 0.1rem;
}
.p-2 {
padding: 0.5rem;
}
.p-\[0\.2rem\] {
padding: 0.2rem;
}
.p-\[0\.3rem\] {
padding: 0.3rem;
}
.p-\[0\.64rem\] {
padding: 0.64rem;
}
.p-\[0\.16rem\] {
padding: 0.16rem;
}
.p-\[0\.03rem\] {
padding: 0.03rem;
}
.py-\[0\.2rem\] {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-\[0\.1rem\] {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
}
.px-\[0\.2rem\] {
padding-left: 0.2rem;
padding-right: 0.2rem;
}
.py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}
.py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-\[0\.15rem\] {
padding-left: 0.15rem;
padding-right: 0.15rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-0\.5 {
padding-left: 0.125rem;
padding-right: 0.125rem;
}
.px-0 {
padding-left: 0px;
padding-right: 0px;
}
.px-\[0\.6rem\] {
padding-left: 0.6rem;
padding-right: 0.6rem;
}
.py-\[0\.4rem\] {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.px-\[0\.3rem\] {
padding-left: 0.3rem;
padding-right: 0.3rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-3\.5 {
padding-left: 0.875rem;
padding-right: 0.875rem;
}
.py-2\.5 {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.py-\[1\.02rem\] {
padding-top: 1.02rem;
padding-bottom: 1.02rem;
}
.px-\[1rem\] {
padding-left: 1rem;
padding-right: 1rem;
}
.px-\[0\.1rem\] {
padding-left: 0.1rem;
padding-right: 0.1rem;
}
.py-\[0\.54rem\] {
padding-top: 0.54rem;
padding-bottom: 0.54rem;
}
.py-\[0\.13rem\] {
padding-top: 0.13rem;
padding-bottom: 0.13rem;
}
.px-\[0\.34rem\] {
padding-left: 0.34rem;
padding-right: 0.34rem;
}
.py-\[0\.07rem\] {
padding-top: 0.07rem;
padding-bottom: 0.07rem;
}
.py-\[0\.3rem\] {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}
.py-\[0\.04rem\] {
padding-top: 0.04rem;
padding-bottom: 0.04rem;
}
.px-\[0\.17rem\] {
padding-left: 0.17rem;
padding-right: 0.17rem;
}
.py-\[0\.5rem\] {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-\[0\.24rem\] {
padding-left: 0.24rem;
padding-right: 0.24rem;
}
.px-\[0\.22rem\] {
padding-left: 0.22rem;
padding-right: 0.22rem;
}
.pl-\[0\.2rem\] {
padding-left: 0.2rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pt-8 {
padding-top: 2rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pr-\[0\.2rem\] {
padding-right: 0.2rem;
}
.pb-\[0\.2rem\] {
padding-bottom: 0.2rem;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-\[1\.02rem\] {
padding-right: 1.02rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pl-\[0\.4rem\] {
padding-left: 0.4rem;
}
.pt-\[0\.2rem\] {
padding-top: 0.2rem;
}
.pb-0 {
padding-bottom: 0px;
}
.pt-\[0\.5rem\] {
padding-top: 0.5rem;
}
.pt-\[0\.1rem\] {
padding-top: 0.1rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.font-f-din {
font-family: DIN;
}
.font-f-arial {
font-family: Arial;
}
.font-sans {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-\[0\.26rem\] {
font-size: 0.26rem;
}
.text-\[0\.24rem\] {
font-size: 0.24rem;
}
.text-\[0\.2rem\] {
font-size: 0.2rem;
}
.text-\[0\.23rem\] {
font-size: 0.23rem;
}
.text-\[0\.36rem\] {
font-size: 0.36rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-\[0\.32rem\] {
font-size: 0.32rem;
}
.text-\[0\.4rem\] {
font-size: 0.4rem;
}
.text-\[0\.28rem\] {
font-size: 0.28rem;
}
.text-\[0\.20rem\] {
font-size: 0.20rem;
}
.text-\[0\.16rem\] {
font-size: 0.16rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.text-\[0\.30rem\] {
font-size: 0.30rem;
}
.text-\[0\.3rem\] {
font-size: 0.3rem;
}
.text-\[0\.15rem\] {
font-size: 0.15rem;
}
.text-\[0\.37rem\] {
font-size: 0.37rem;
}
.text-\[0\.25rem\] {
font-size: 0.25rem;
}
.text-\[0\.35rem\] {
font-size: 0.35rem;
}
.text-\[0\.18rem\] {
font-size: 0.18rem;
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-\[0\.46rem\] {
font-size: 0.46rem;
}
.text-\[0\.31rem\] {
font-size: 0.31rem;
}
.text-\[0\.14rem\] {
font-size: 0.14rem;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-\[0\.13rem\] {
font-size: 0.13rem;
}
.text-\[0\.12rem\] {
font-size: 0.12rem;
}
.text-\[0\.48rem\] {
font-size: 0.48rem;
}
.text-\[0\.22rem\] {
font-size: 0.22rem;
}
.text-\[0\.5rem\] {
font-size: 0.5rem;
}
.text-\[0\.3\.5rem\] {
font-size: 0.3.5rem;
}
.text-\[0\.33rem\] {
font-size: 0.33rem;
}
.font-semibold {
font-weight: 600;
}
.font-medium {
font-weight: 500;
}
.font-bold {
font-weight: 700;
}
.leading-\[0\.2rem\] {
line-height: 0.2rem;
}
.leading-\[0\.6rem\] {
line-height: 0.6rem;
}
.leading-relaxed {
line-height: 1.625;
}
.leading-\[0\.33rem\] {
line-height: 0.33rem;
}
.leading-none {
line-height: 1;
}
.leading-7 {
line-height: 1.75rem;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-normal {
line-height: 1.5;
}
.leading-\[0\.24rem\] {
line-height: 0.24rem;
}
.leading-\[0\.16rem\] {
line-height: 0.16rem;
}
.leading-\[0\.56rem\] {
line-height: 0.56rem;
}
.leading-\[0\.48rem\] {
line-height: 0.48rem;
}
.leading-8 {
line-height: 2rem;
}
.leading-\[0\.83rem\] {
line-height: 0.83rem;
}
.leading-\[0\.38rem\] {
line-height: 0.38rem;
}
.leading-\[0\.8rem\] {
line-height: 0.8rem;
}
.leading-\[0\.20rem\] {
line-height: 0.20rem;
}
.leading-\[0\.32rem\] {
line-height: 0.32rem;
}
.leading-\[0\.4rem\] {
line-height: 0.4rem;
}
.leading-\[0\.58rem\] {
line-height: 0.58rem;
}
.leading-\[0\.22rem\] {
line-height: 0.22rem;
}
.leading-\[0\.24\] {
line-height: 0.24;
}
.leading-\[0\.28rem\] {
line-height: 0.28rem;
}
.leading-\[0\.44rem\] {
line-height: 0.44rem;
}
.leading-\[0\.36rem\] {
line-height: 0.36rem;
}
.leading-\[0\.2\] {
line-height: 0.2;
}
.leading-\[0\.25rem\] {
line-height: 0.25rem;
}
.leading-\[0\.18rem\] {
line-height: 0.18rem;
}
.leading-\[0\.35rem\] {
line-height: 0.35rem;
}
.tracking-tight {
letter-spacing: -0.025em;
}
.tracking-widest {
letter-spacing: 0.1em;
}
.text-gray-900 {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-gray-700 {
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-333 {
--tw-text-opacity: 1;
color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-gray-600 {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-400 {
--tw-text-opacity: 1;
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-999 {
--tw-text-opacity: 1;
color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.text-indigo-500 {
--tw-text-opacity: 1;
color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-gray-500 {
--tw-text-opacity: 1;
color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-main-color {
--tw-text-opacity: 1;
color: rgba(0, 155, 150, var(--tw-text-opacity));
}
.text-F70500 {
--tw-text-opacity: 1;
color: rgba(247, 5, 0, var(--tw-text-opacity));
}
.text-666 {
--tw-text-opacity: 1;
color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.text-MMC-main-color {
--tw-text-opacity: 1;
color: rgba(29, 186, 255, var(--tw-text-opacity));
}
.text-black {
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-1E2B5C {
--tw-text-opacity: 1;
color: rgba(30, 43, 92, var(--tw-text-opacity));
}
.text-indigo-600 {
--tw-text-opacity: 1;
color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-red-300 {
--tw-text-opacity: 1;
color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.text-CCC {
--tw-text-opacity: 1;
color: rgba(204, 204, 204, var(--tw-text-opacity));
}
.text-main {
--tw-text-opacity: 1;
color: rgba(0, 69, 193, var(--tw-text-opacity));
}
.text-BRS-main-color {
--tw-text-opacity: 1;
color: rgba(255, 109, 0, var(--tw-text-opacity));
}
.text-268AFF {
--tw-text-opacity: 1;
color: rgba(38, 138, 255, var(--tw-text-opacity));
}
.text-FFAA22 {
--tw-text-opacity: 1;
color: rgba(255, 170, 34, var(--tw-text-opacity));
}
.opacity-100 {
opacity: 1;
}
.opacity-0 {
opacity: 0;
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 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);
}
.outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
}
.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-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
--tw-ring-inset: inset;
}
.ring-gray-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.blur {
--tw-blur: blur(8px);
filter: var(--tw-filter);
}
.transition-colors {
transition-property: background-color, border-color, color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-200 {
transition-duration: 200ms;
}
.duration-700 {
transition-duration: 700ms;
}
.ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html {
scroll-behavior: smooth;
font-family: Source Han Sans CN;
}
body {
background-color: #FFFFFF;
}
::-webkit-scrollbar {
width: 0.00rem;
height: 0.00rem;
}
.scroll-hidden::-webkit-scrollbar {
display: none;
}
/*外层轨道。可以用display:none让其不显示,也可以添加背景图片,颜色改变显示效果*/
::-webkit-scrollbar-track {
width: 0.00rem;
background-color:#F5F5F5;
border-radius: 0.04rem;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
background-color:#E6E6E6;
background-clip:padding-box;
min-height: 0rem;
border-radius: 0.04rem;
}
/*滚动条移上去的背景*/
::-webkit-scrollbar-thumb:hover {
background-color:#333333;
}
.overflow-ellipsis-1 {
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.overflow-ellipsis-2 {
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.more-line:nth-child(even)::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.02rem;
height: 86%;
background: #E6E6E6;
}
.more-line::after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
height: 0.02rem;
width: 86%;
background: #E6E6E6;
}
.ant-comment-inner-padding-top-0 .ant-comment-inner {
padding-top: 0;
}
.yq-ant-input {
width: 1.2rem;
height: 0.4rem;
border-width: 0.01rem;
border-radius: 0.04rem;
box-sizing: content-box;
}
.yq-ant-input .ant-input-number-input-wrap{
height: 0.4rem;
font-size: 0;
}
.yq-ant-input .ant-input-number-input {
height: 0.4rem;
padding: 0 0.1rem;
font-size: 0.2rem;
line-height: 0.2rem;
border-radius: 0.04rem;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
background-color: #0045C1;
border-color: #0045C1;
}
.fade-enter {
opacity:0;
}
.fade-leave{
opacity:1;
}
.fade-enter-active{
transition:opacity .5s;
}
.fade-leave-active{
opacity:0;
transition:opacity .5s;
}
img {
-o-object-fit: cover;
object-fit: cover;
}
#shop-description div[dir="auto"] {
display: flex;
}
.ant-message-info, .ant-message-error, .ant-message-success, .ant-message-loading {
display: flex;
align-items: center;
}
.first\:ml-0:first-child {
margin-left: 0px;
}
.hover\:scale-110:hover {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: var(--tw-transform);
}
.hover\:border-0:hover {
border-width: 0px;
}
.hover\:border-main:hover {
--tw-border-opacity: 1;
border-color: rgba(0, 69, 193, var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-indigo-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-green-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.hover\:bg-green-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.hover\:bg-268AFF:hover {
--tw-bg-opacity: 1;
background-color: rgba(38, 138, 255, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
.hover\:text-gray-900:hover {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
--tw-text-opacity: 1;
color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-main-color:hover {
--tw-text-opacity: 1;
color: rgba(0, 155, 150, var(--tw-text-opacity));
}
.hover\:shadow-lg:hover {
--tw-shadow: 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);
}
.focus\:z-10:focus {
z-index: 10;
}
.focus\:border-indigo-500:focus {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.focus\:bg-white:focus {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus\:ring-1:focus {
--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-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
--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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
--tw-ring-inset: inset;
}
.focus\:ring-indigo-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.focus\:ring-purple-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
--tw-ring-opacity: 0.5;
}
.group:hover .group-hover\:visible {
visibility: visible;
}
.group:hover .group-hover\:text-red-900 {
--tw-text-opacity: 1;
color: rgba(127, 29, 29, var(--tw-text-opacity));
}
@media (prefers-reduced-motion: reduce) {
.motion-reduce\:transform-none {
transform: none;
}
}
@media (min-width: 640px) {
.sm\:mr-8 {
margin-right: 2rem;
}
.sm\:mb-0 {
margin-bottom: 0px;
}
.sm\:ml-auto {
margin-left: auto;
}
.sm\:mt-0 {
margin-top: 0px;
}
.sm\:mr-\[0\.26rem\] {
margin-right: 0.26rem;
}
.sm\:w-1\/3 {
width: 33.333333%;
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:flex-nowrap {
flex-wrap: nowrap;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:p-1 {
padding: 0.25rem;
}
.sm\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.sm\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-center {
text-align: center;
}
.sm\:text-5xl {
font-size: 3rem;
line-height: 1;
}
}
@media (min-width: 768px) {
.md\:left-\[-0\.16rem\] {
left: -0.16rem;
}
.md\:right-\[-0\.16rem\] {
right: -0.16rem;
}
.md\:float-right {
float: right;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.md\:mt-\[4\.1rem\] {
margin-top: 4.1rem;
}
.md\:ml-0 {
margin-left: 0px;
}
.md\:ml-auto {
margin-left: auto;
}
.md\:mr-auto {
margin-right: auto;
}
.md\:mt-0 {
margin-top: 0px;
}
.md\:mr-6 {
margin-right: 1.5rem;
}
.md\:mt-2 {
margin-top: 0.5rem;
}
.md\:mb-\[0\.6rem\] {
margin-bottom: 0.6rem;
}
.md\:ml-\[0\.2rem\] {
margin-left: 0.2rem;
}
.md\:ml-\[0\.26rem\] {
margin-left: 0.26rem;
}
.md\:mr-\[0\.26rem\] {
margin-right: 0.26rem;
}
.md\:mb-\[0\.1rem\] {
margin-bottom: 0.1rem;
}
.md\:ml-\[1rem\] {
margin-left: 1rem;
}
.md\:ml-\[0\.32rem\] {
margin-left: 0.32rem;
}
.md\:mt-\[0\.1rem\] {
margin-top: 0.1rem;
}
.md\:mt-\[0\.4rem\] {
margin-top: 0.4rem;
}
.md\:mt-\[0\.96rem\] {
margin-top: 0.96rem;
}
.md\:ml-\[0\.3rem\] {
margin-left: 0.3rem;
}
.md\:mt-\[0rem\] {
margin-top: 0rem;
}
.md\:mb-\[0\.5rem\] {
margin-bottom: 0.5rem;
}
.md\:ml-\[0\.24rem\] {
margin-left: 0.24rem;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:mr-0 {
margin-right: 0px;
}
.md\:block {
display: block;
}
.md\:flex {
display: flex;
}
.md\:hidden {
display: none;
}
.md\:h-\[3rem\] {
height: 3rem;
}
.md\:h-\[2\.21rem\] {
height: 2.21rem;
}
.md\:h-9 {
height: 2.25rem;
}
.md\:h-\[4\.6rem\] {
height: 4.6rem;
}
.md\:h-\[1rem\] {
height: 1rem;
}
.md\:h-\[6\.6rem\] {
height: 6.6rem;
}
.md\:h-\[5rem\] {
height: 5rem;
}
.md\:h-\[0\.73rem\] {
height: 0.73rem;
}
.md\:h-\[1\.1rem\] {
height: 1.1rem;
}
.md\:h-\[1\.6rem\] {
height: 1.6rem;
}
.md\:h-\[2rem\] {
height: 2rem;
}
.md\:w-\[768px\] {
width: 768px;
}
.md\:w-4\/5 {
width: 80%;
}
.md\:w-\[5rem\] {
width: 5rem;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-2\/3 {
width: 66.666667%;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-3\/4 {
width: 75%;
}
.md\:w-3\/6 {
width: 50%;
}
.md\:w-5\/6 {
width: 83.333333%;
}
.md\:w-\[1rem\] {
width: 1rem;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-full {
width: 100%;
}
.md\:w-\[1\.61rem\] {
width: 1.61rem;
}
.md\:w-\[2\.43rem\] {
width: 2.43rem;
}
.md\:w-\[2\.51rem\] {
width: 2.51rem;
}
.md\:w-\[2\.21rem\] {
width: 2.21rem;
}
.md\:w-\[5\.76rem\] {
width: 5.76rem;
}
.md\:w-\[1\.6rem\] {
width: 1.6rem;
}
.md\:w-\[2rem\] {
width: 2rem;
}
.md\:w-\[6rem\] {
width: 6rem;
}
.md\:min-w-\[4\.8rem\] {
min-width: 4.8rem;
}
.md\:flex-shrink-0 {
flex-shrink: 0;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-col {
flex-direction: column;
}
.md\:flex-nowrap {
flex-wrap: nowrap;
}
.md\:items-start {
align-items: flex-start;
}
.md\:items-end {
align-items: flex-end;
}
.md\:items-center {
align-items: center;
}
.md\:justify-start {
justify-content: flex-start;
}
.md\:justify-center {
justify-content: center;
}
.md\:justify-between {
justify-content: space-between;
}
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.md\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.md\:py-\[0\.2rem\] {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.md\:px-\[0\.24rem\] {
padding-left: 0.24rem;
padding-right: 0.24rem;
}
.md\:py-\[0\.4rem\] {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.md\:text-left {
text-align: left;
}
.md\:text-\[0\.20rem\] {
font-size: 0.20rem;
}
}
@media (min-width: 1024px) {
.lg\:mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.lg\:mt-0 {
margin-top: 0px;
}
.lg\:mt-\[2\.1rem\] {
margin-top: 2.1rem;
}
.lg\:ml-auto {
margin-left: auto;
}
.lg\:flex {
display: flex;
}
.lg\:h-auto {
height: auto;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-4\/6 {
width: 66.666667%;
}
.lg\:w-2\/6 {
width: 33.333333%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-2\/3 {
width: 66.666667%;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:max-w-none {
max-width: none;
}
.lg\:flex-shrink-0 {
flex-shrink: 0;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:items-center {
align-items: center;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:border-0 {
border-width: 0px;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:text-left {
text-align: left;
}
}
@media (min-width: 1280px) {
.xl\:flex {
display: flex;
}
.xl\:hidden {
display: none;
}
.xl\:h-\[3rem\] {
height: 3rem;
}
.xl\:h-\[2\.316rem\] {
height: 2.316rem;
}
.xl\:w-\[1280px\] {
width: 1280px;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-\[2\.616rem\] {
width: 2.616rem;
}
.xl\:w-\[2\.316rem\] {
width: 2.316rem;
}
}