/* purgecss start ignore */
.input1::-webkit-input-placeholder{
  color:red;
}
.input1::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:red;
}
.input1:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:red;
}
.input1:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:red;
}

/* purgecss end ignore */

/* purgecss start ignore */
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
}

/* purgecss end ignore */

/* purgecss start ignore */
#loader[data-v-b4bf613c]{
  position:relative;
  width:50px;
  height:50px;
  border-radius:50%;
  border:2px solid rgba(0,0,0,0);
  border-top-color:#1989fa;
  animation:spin-data-v-b4bf613c 2s linear infinite
}
#loader[data-v-b4bf613c]:before{
  content:"";
  position:absolute;
  top:5px;
  left:5px;
  right:5px;
  bottom:5px;
  border-radius:50%;
  border:2px solid rgba(0,0,0,0);
  border-top-color:#1989fa;
  animation:spin-data-v-b4bf613c 3s linear infinite
}
#loader[data-v-b4bf613c]:after{
  content:"";
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border-radius:50%;
  border:2px solid rgba(0,0,0,0);
  border-top-color:#1989fa;
  animation:spin-data-v-b4bf613c 1.5s linear infinite
}
@keyframes spin-data-v-b4bf613c{
0%{
    transform:rotate(0deg)
}
100%{
    transform:rotate(360deg)
}
}

/* purgecss end ignore */
/* purgecss start ignore */
._line[data-v-1b450425]::before{
  content:"";
  display:inline-block;
  width:0;
  height:0;
  position:absolute;
  top:-8px;
  right:-10px;
  border:8px solid;
  border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff
}
._line[data-v-1b450425]::after{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  background-color:#fff;
  border-radius:50%;
  position:absolute;
  bottom:-4px;
  left:0
}

/* purgecss end ignore */
/*! tailwindcss v2.2.17 | 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.
*/

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

/**
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::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.
 */

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-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.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;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-7 {
  top: 1.75rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-40 {
  top: 10rem;
}

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

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

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-7 {
  right: 1.75rem;
}

.right-10 {
  right: 2.5rem;
}

.right-20 {
  right: 5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

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

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

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

.left-1\/2 {
  left: 50%;
}

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

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

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

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

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

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

.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;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.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-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.mr-0 {
  margin-right: 0px;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-0 {
  min-height: 0px;
}

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-3\.5 {
  width: 0.875rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

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

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

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

.w-4\/5 {
  width: 80%;
}

.w-3\/6 {
  width: 50%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

.grid-cols-4 {
  grid-template-columns: repeat(4, 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;
}

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

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * 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));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.overflow-y-hidden {
  overflow-y: hidden;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.border-0 {
  border-width: 0px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

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

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

.border-r-0 {
  border-right-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-transparent {
  border-color: transparent;
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.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-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.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;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pt-0 {
  padding-top: 0px;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

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

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

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

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

.font-medium {
  font-weight: 500;
}

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

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

.italic {
  font-style: italic;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

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

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

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

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

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

.hover\:underline:hover {
  text-decoration: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 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;
}

*, ::before, ::after {
  --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;
}

.filter {
  --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,/*!*/ /*!*/);
  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);
}

.blur {
  --tw-blur: blur(8px);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.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;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* CSS Document */

html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size: 14px;
  vertical-align:baseline;
  background:transparent;
  outline-style:none;
  /*FF*/
}

html, body{
  overflow: hidden;
}

#app{
  overflow-y: auto;
}

body.application{
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  background-color: #e6e6e6;
}

body.application.application-fullwidth{
  max-width: 100%;
  width: 100%;
}

body.application .van-dropdown-item,
body.application .van-overlay,
body.application .van-popup {
  position: absolute;
}

body {
  line-height:1;
  background: #f7f7f7;
}

a{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

a:hover,a:focus{
  text-decoration:none;
  /* bblr:expression(this.onFocus=this.blur());IE */
  outline-style:none;
  /*FF*/
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align:middle;
}

.fl{
  float: left;
}

.fr{
  float: right;
}

/*css为clearfix，清除浮动*/

.clearfix::before,
.clearfix::after{
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix:after{
  clear:both;
}

.clearfix{
  zoom:1;
  /*IE/7/6*/
}

input{
  outline-color: invert ;
  outline-style: none ;
  outline-width: 0px ;
  border: none ;
  border-style: none ;
  text-shadow: none ;
  -webkit-appearance: none ;
  -webkit-user-select: text ;
  outline-color: transparent ;
  box-shadow: none;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
}

input[type="number"]{
  -moz-appearance:textfield;
}

textarea{
  outline: none;
  overflow:hidden;
  resize:none !important;
}

/* @font-face {
    font-family: "iconfont";
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot') format('embedded-opentype'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
} */

li{
  list-style: none;
}

.over-hidden{
  overflow: hidden;
}

.color1 {
  color: #12DB1F;
}

.color2 {
  color: #DB8413;
}

.color3 {
  color: #12DBD4;
}

.color4 {
  color: #1296DB;
}

/* 重置组件样式*/

.ant-carousel .slick-prev,
.ant-carousel .slick-next{
  width: 40px;
  height: 40px;
  /* font-size: 30px; */
  color: #fff;
  opacity: 0.3;
}

.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-header{
  background-color: #f4f9fb;
  border-radius: 4px;
  border: none;
}

.ant-modal-wrap .ant-modal .ant-modal-content .ant-modal-footer{
  border: none;
}

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

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

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

@media (min-width: 1280px) {
}

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

/*purgecss start ignore*/

/** 基础通用 **/

.p2{
  padding:2px;
}

.pl2{
  padding-left:2px;
}

.pr2{
  padding-right:2px;
}

.pt2{
  padding-top:2px;
}

.pb2{
  padding-bottom:2px;
}

.p3{
  padding:3px;
}

.pl3{
  padding-left:3px;
}

.pr3{
  padding-right:3px;
}

.pt3{
  padding-top:3px;
}

.pb3{
  padding-bottom:3px;
}

.p4{
  padding:4px;
}

.pl4{
  padding-left: 4px;
}

.pr4{
  padding-right: 4px;
}

.pt4{
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.p5{
  padding:5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.p6{
  padding:6px;
}

.pl6 {
  padding-left: 6px;
}

.pr6 {
  padding-right: 6px;
}

.pt6 {
  padding-top: 6px;
}

.pb6 {
  padding-bottom: 6px;
}

.p7{
  padding:7px;
}

.pl7 {
  padding-left: 7px;
}

.pr7 {
  padding-right: 7px;
}

.pt7 {
  padding-top: 7px;
}

.pb7 {
  padding-bottom: 7px;
}

.p8{
  padding:8px;
}

.pl8 {
  padding-left: 8px;
}

.pr8 {
  padding-right: 8px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pl20{
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.p10{
  padding:10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.p11{
  padding:11px;
}

.pl11 {
  padding-left: 11px;
}

.pr11 {
  padding-right: 11px;
}

.pt11 {
  padding-top: 11px;
}

.pb11 {
  padding-bottom: 11px;
}

.p12{
  padding:12px;
}

.pl12 {
  padding-left: 12px;
}

.pr12 {
  padding-right: 12px;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.p13{
  padding:13px;
}

.pl13 {
  padding-left: 13px;
}

.pr13 {
  padding-right: 13px;
}

.pt13 {
  padding-top: 13px;
}

.pb13 {
  padding-bottom: 13px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.p12{
  padding: 12px;
}

.pl12{
  padding-left: 12px;
}

.pr12{
  padding-right: 12px;
}

.pt12{
  padding-top: 12px;
}

.pb12{
  padding-bottom: 12px;
}

.pl13{
  padding-left: 13px;
}

.pr13{
  padding-right: 13px;
}

.pt13{
  padding-top: 13px;
}

.pl13{
  padding-left: 13px;
}

.pl14{
  padding-left: 14px;
}

.pr14{
  padding-right: 14px;
}

.pt14{
  padding-top: 14px;
}

.pb14{
  padding-bottom: 14px;
}

.p15{
  padding:15px;
}

.pl15{
  padding-left: 15px;
}

.pr15{
  padding-right: 15px;
}

.pt15{
  padding-top: 15px;
}

.pb15{
  padding-bottom: 15px;
}

.p16{
  padding:16px;
}

.pl16{
  padding-left: 16px;
}

.pr16{
  padding-right: 16px;
}

.pt16{
  padding-top: 16px;
}

.pb16{
  padding-bottom: 16px;
}

.p17{
  padding:17px;
}

.pl17{
  padding-left: 17px;
}

.pr17{
  padding-right: 17px;
}

.pt17{
  padding-top: 17px;
}

.pb17{
  padding-bottom: 17px;
}

.p18{
  padding:18px;
}

.pl18{
  padding-left: 18px;
}

.pr18{
  padding-right: 18px;
}

.pt18{
  padding-top: 18px;
}

.pb18{
  padding-bottom: 18px;
}

.p23{
  padding: 23px;
}

.pl23{
  padding-left: 23px;
}

.pr23{
  padding-right: 23px;
}

.pt23{
  padding-top: 23px;
}

.pb23{
  padding-bottom: 23px;
}

.p24{
  padding: 24px;
}

.pl24{
  padding-left: 24px;
}

.pr24{
  padding-right: 24px;
}

.pt24{
  padding-top: 24px;
}

.pb24{
  padding-bottom: 24px;
}

.p28{
  padding: 25px;
}

.pl28{
  padding-left: 28px;
}

.pr28{
  padding-right: 28px;
}

.pt28{
  padding-top: 28px;
}

.pb28{
  padding-bottom: 28px;
}

.p28{
  padding: 28px;
}

.pl25{
  padding-left: 25px;
}

.pr25{
  padding-right: 25px;
}

.pt25{
  padding-top: 25px;
}

.pb25{
  padding-bottom: 25px;
}

.p30{
  padding: 30px;
}

.pl30{
  padding-left: 30px;
}

.pr30{
  padding-right: 30px;
}

.pt30{
  padding-top: 30px;
}

.pb30{
  padding-bottom: 30px;
}

.p36{
  padding: 36px;
}

.pl36{
  padding-left: 36px;
}

.pr36{
  padding-right: 36px;
}

.pt36{
  padding-top: 36px;
}

.pb36{
  padding-bottom: 36px;
}

.p38{
  padding: 38px;
}

.pl38{
  padding-left: 38px;
}

.pr38{
  padding-right: 38px;
}

.pt38{
  padding-top: 38px;
}

.pb38{
  padding-bottom: 38px;
}

.p40{
  padding: 40px;
}

.pl40{
  padding-left: 40px;
}

.pr40{
  padding-right: 40px;
}

.pt40{
  padding-top: 40px;
}

.pb40{
  padding-bottom: 40px;
}

.p84{
  padding: 84px;
}

.pl84{
  padding-left: 84px;
}

.pr84{
  padding-right: 84px;
}

.pt84{
  padding-top: 84px;
}

.pb84{
  padding-bottom: 84px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 0.8rem;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml7 {
  margin-left: 7px;
}

.mr7 {
  margin-right: 7px;
}

.mt7 {
  margin-top: 7px;
}

.mb7{
  margin-bottom: 7px;
}

.ml8 {
  margin-left: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml5 {
  margin-left: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.ml12{
  margin-left: 12px;
}

.mr12{
  margin-right: 12px;
}

.mt12{
  margin-top: 12px;
}

.mb12{
  margin-bottom: 12px;
}

.ml13{
  margin-left: 13px;
}

.mr13{
  margin-right: 13px;
}

.mt13{
  margin-top: 13px;
}

.mb13{
  margin-bottom: 13px;
}

.ml14{
  margin-left: 14px;
}

.mr14{
  margin-right: 14px;
}

.mt14{
  margin-top: 14px;
}

.mb14{
  margin-bottom: 14px;
}

.ml15{
  margin-left: 15px;
}

.mr15{
  margin-right: 15px;
}

.mt15{
  margin-top: 15px;
}

.mb15{
  margin-bottom: 15px;
}

.ml17{
  margin-left: 17px;
}

.mr17{
  margin-right: 17px;
}

.mt17{
  margin-top: 17px;
}

.mb17{
  margin-bottom: 17px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.m20 {
  margin-left: 20px;
}

.ml24 {
  margin-left: 24px;
}

.mt24 {
  margin-top: 24px;
}

.mr24 {
  margin-right: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml28 {
  margin-left: 28px;
}

.mt28 {
  margin-top: 28px;
}

.mr28 {
  margin-right: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.bgfff{
  background: #FFFFFF;
}

.fsize-10{
  font-size: 10px;
}

.fsize-12{
  font-size: 12px;
}

.fsize-13{
  font-size: 13px;
}

.fsize-14{
  font-size: 14px;
}

.fsize-16{
  font-size: 16px;
}

.fsize-18{
  font-size: 18px;
}

.fsize-20{
  font-size: 20px;
}

.fsize-22{
  font-size: 22px;
}

.fsize-24{
  font-size: 24px;
}

.fsize-25{
  font-size: 25px !important;
}

.fsize-26{
  font-size: 26px
}

.f-weight{
  font-weight: 500;
}

.fcolor-333{
  color: #333333;
}

.fcolor-F14545{
  color: #F14545;
}

.fcolor-F89020{
  color: #F89020;
}

.fcolor-666{
  color: #666666;
}

.fcolor-999{
  color: #999999;
}

.fcolor-369FFF{
  color:#369FFF;
}

.cur-pointer{
  cursor: pointer;
}

.ta{
  text-align: center;
}

/* text color */

.text-navy {
  color: #1ab394;
}

.text-primary {
  color: inherit;
}

.text-success {
  color: #1c84c6;
}

.text-info {
  color: #23c6c8;
}

.text-warning {
  color: #f8ac59;
}

.text-danger {
  color: #ed5565;
}

.text-muted {
  color: #888888;
}

.text-color-FC2F2F{
  color:#FC2F2F;
}

.full-page{
  width: 100vw;
  height: 100vh;
}

.app-tab  .van-tab__text{
  font-weight: 500;
}

.app-tab .van-tab--active .van-tab__text {
  font-size: 16px;
  border-bottom: 2px solid #0092EF;
}

.app-tab .van-tabs__line{
  background-color: #369FFF;
  height: 2px;
  width: 50px;
  bottom: 24px;
}

.app-rank-tab .van-tab--active .van-tab__text{
  font-size: 16px;
}

/* .app-rank-tab .van-tab__text {
	font-size: 12px;
} */

.app-tab  .van-tabs__wrap{
  height: 48px !important;
}

.app-rank-tab .van-tabs__wrap,.task-detail-tab .van-tabs__wrap{
  height: 44px !important;
}

.reset-dropdown-menu .van-dropdown-menu__bar{
  background-color: unset;
  box-shadow: unset;
  height: 42px;
}

.reset-dropdown-menu .van-dropdown-menu__title::after {
  border-color: transparent transparent #333 #333;
}

.van-sidebar-item--select::before {
  background-color: #1989fa;
}

.van-tree-select__item--active {
  color: #1989fa;
}

.task-detail-tab .van-tabs__nav{
  width: 200px;
}

.rich-textarea font{
  line-height: 30px;
}

.rich-textarea img{
  width: 100%;
  margin: 0 auto;
}

.rich-textarea p{
  line-height: 1.4rem;
}

.skewX--20-translateX--3{
  transform:skewX(-20deg) translateX(-3px);
}

.skewX-20{
  transform:skewX(20deg);
}

.van-field--disabled .van-field__word-limit{
  color: rgb(200, 201, 204);
}

.van-field--disabled .van-cell__right-icon{
  color: rgb(200, 201, 204);
}

.app-bottom-tabs{
  padding-top: 5px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}

.app-bottom-tabs  .icon{
  display: inline-block;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
}

.app-bottom-tabs .icon-workbench{
  width: 25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAuCAYAAABqK0pRAAAAAXNSR0IArs4c6QAABBZJREFUaEPtmU9oY0Ucx7+/piEmBw9RaaNeV11cdAXXVQ+LCv4B60F0ix48iKFvXlOjrUoRlvXVRfRiGkNL57VV96AH2/XogkihuqsoLIqgCK6grH8aFt26a21NyZufTJjIa2izSfqyTSRzS5j3+30/852Z38x7BACTk5O9oVDoJQCPEtGV+r82aGeYec7zvLFUKrVCBuIUEV3TBuI3k3hyaWnpXpJSZonoGdPjPBF91epASqkwgFuJKKK1MnOKXNf9A0AcwDkAeyzLWmp1ELMc7uzu7v7UgBzVIGx+fC6EuKMdIMoafdrf7YC0gnMdR1rBBb+GtnJESvkAAMHMU7Ztf9iWIFLKp4nodQC6bvxmWdaGot0WjlQUal303hBCPNs2jjiOc1lvb+8HRHRPWTQzZxcWFp6fn5/32gLEnPsWieh6U6QVgKQQ4u3NNpqWnFpSSn12Og7gKgOxAuBBIcQnW+2WgYLoqZBIJMYAFAqFwivpdLpQ7zYtpXyciGYBxMyzP4ZCofuSyeQP1WIFBpLL5S6PRCInANxkEq4opQ7btj1eK4yU8kUiOgIgZJxYXFtbe3h4ePjPi8UIBMRAfAbgxsqEzPwrMx+ybfvoRUb0TQBPAiAD8c76+nqyVle3DWIg9BF6jxFwloje14WrLMoAfEtEzw0MDGwoZJlMJhqLxfSivs23M72cz+fHHMfRC7ymti2Q2dnZuOd5egGWnGDms6urq7tHRkbO5XK5ayORSAbAQb8SZl4E8IIQ4pTp8wWAq00fj5kfE0Icq0m9r1PDIBpCKXWSmXcbiJ+LxeItQ0ND+nL2X3Nddz8RvcbMd1UAzRFRX3lRM/MFIrrbsqwv64XQ/RsCMU7o6XRDGUIpdfPg4ODyViKmp6f7mFkfMa7bpI/ekQ5s50ZaN0glBIAznuftrQbhFy6lfIqIXvXViOP5fP4Rx3H+acSJ8jN1gWSz2Z5oNKrneNmJ00qp/bVCVADplxzheDw+3t/fv+G40QhQzSAzMzM9SildJ3aZRN8XCoV96XT6QiOJg36mJhDXdfXR+WsApYUN4DSAfZZlnQ9aUKPxagKZmJi4IhwO/96qEHXtWmYbvX95eXl8dHT0r0ZHrlnP1eRIs5IHGbcDEuRoBhGr40gQoxhkjA2OSCl/Md9G/lZK3W7b9jdBJmtWrKmpqf6urq73TPy39PeRI0R0qJyQmX9qVvIA40aJqMen+Qn9Nl7fk/Wpdm+AiS5ZKGY+JoQ4WLpiGpg0gId8F55LJqbBRN8ppebK1+kSyP+hdUBazcWOIx1HmjQCVaeW4zixRCKRYebS2/GdakR0wrKsw9XyVwWRUh4goo93CsCft1gs7kqlUlu+1K4K4rpuAsCC796+I0zM/FE+n+9zHGd9KwH/AgJEO0Voi9VpAAAAAElFTkSuQmCC);
}

.app-bottom-tabs .icon-stores{
  width: 23px;
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .icon-crm{
  width: 24px;
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .icon-clothing{
  width: 25px;
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .icon-team{
  width: 29px;
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .router-link-active .icon-workbench{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAvCAYAAAChd5n0AAAAAXNSR0IArs4c6QAABYVJREFUaEPtWltsVFUUXetOO53SwmhpCy1V5CEgkppGPvQXQ0yj8vDDDySGiAl+KeWhQAEnhbYI5RFQA6ioxMcHCY8YH/ER74fhBzH8SESRRzC1WJy2006nj7lnm3vn0StM59XbOo2en5sz95y919p7n33O2XcIADXHpCxP1KugthKQKQABCJx7mlqcbrwC4GM1iObza9hLk4Qmco7AdKdVjYU8BZ4NBLGINW8bLSTXQwQg4djT7lEnnZsgWERhPWuOqrZIOI3jRnzCh46ETXtZjSDEsuTo9EfNVAKd1YeHiIyaolEWLIDOBW8NCkmIiG2JjLwfyXqR5vTyu0OeSeTBNweHNI6y5UZNPKFz/hsD456IgDrnHcp1InJFRA5r1J4TYMEwXtU592B/xCOxXB8P7OjGnm0/kcYMdYjI110DBctvbmRw5i6/N7+wqNM6dNyBiTrnHOg3147jh5K4vugGlrkOOfLrWs+LMcyz9/Uv1TScTiQHZmjN3t+XU2tESIPCDZfr3AdiJGa09C12ufAZgPxhQ2vWvpwi0g9g2W/rPF/GSewLbdHAxhQZT+eMvaGc8IhA/ND48LW6wmsWaJ+4ZxQPHAPVs6nStpg7+317RkZECIOC7wUoAzCPgGYpvv1wlwSNELf6B8Lz27ZMbDeHVdXdKHRNK/2UgsdSkYi+13nv7l7J9vYBIEylLbm+yfOFKbCyJVCap/IuEJhmX5TJwBC4cN1T+AheohlWKDkok4pDoZ9IVKWbIJS52O95vTer0BIgrJRW27rZ883tQKfvDdaoMD8HMDW5RfnejZDnBfioLEPsCt2rUS4SKErTE5Gdwwytql3BjIkIoAwDT7bVF1meAISVPhS2+thrB1DV2LMCGt+FxgKI5fj4DqCgXm7dNPFQ7IfyPT3V+QbPE8jLhERkLHVWNmVIhDCUwlP/INHcewqCpaB81fpn0TLsZ8gOpqK5p04Dm0VQAGu+tritvvC72JjKpuBqAO9kTiBqRojOisaetD0igCHA4zfri7+NeaKisecUwKVxUwOiKTa0GhOa4OOAHdzUpuAJKm3DH1sLrw/NDx4HsDJbEvHQmrozfSKGoLZ9W3E8x0/Z0X2G5JIkIFa1bS3+YLj3U3YGzhHawpGQiM7VWb6jOy2PiMHadt8QifId3WcAJCMRx2cY7gf+8hX8bAdc3tDdDqLUARIgqbOsIQ0iStW2+7xxT5Q2BM4QST2RAJ90hRTnuDHgdmnuSwAmOEEi7pHJvsDQPhIrosQOwzQXhTzR4fOaqdRqk32BkwSWWzk+wXjr9mabf0ffTHECZj0/oXzqLHktMHxoiXrG33DXiRiJku2BkyCWO2hJR0TRvCHevb0rIREBb3U2TDKPHVbzbuv6SCNWOKLZYSFirhHvtsREACgFWdPt8r7vNbpOAFzmsH7nxInonFTfaS9k2YsfVrCLcJCQyD0gFvwxCDnSFzO0irfYiDhno7GVZBIp2tyR1j4ytsgy1UadEzbZiWRYHXC8YpGdfqvS6HnFn3SN2AqGObtGYGatgo0dfYAqGJ06SrpXoxGPO0X3Rv9pEYmfXjONzlwYT7CFWNdRk0fjxyFAOZJT44BS4CE7wv2ojtza1t5apJEfklKR8qyU6iw1hu9BXlXKeBoHys06QbStEg9KOuciPDgxF8IlJQaXqwPBq7/g6MLB2F6dcs54GGAvCIwHvMNi/J9Irrnvv+OR6uNS7gmj5t/0QJfg7KXV7E6GIalHZu/um5Xn0S6C4oZ5szdv2hk97X9pyf6fFUJ2BQdDM39f5/UPRyYpkfKGwKMCnM3WG7fvydnKseYpub/d572cFRH4RMsP+p8nMc38VmBVmqMtnX5sbGxeOnMS6aBSP/S3lJlfrIZtfwMXBBkzudDVNAAAAABJRU5ErkJggg==);
}

.app-bottom-tabs .router-link-active .icon-stores{
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .router-link-active .icon-crm{
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .router-link-active .icon-clothing{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAACJ5JREFUaEPtWWlsXFcV/r47Hi8zXsZLnNophCxNFNQWtVRQQKAGgVpRCGpCyiKoUBWVNEqDGu/7i7eJ4yWJk6Zp6KJSiUiloEIBQREQUcoiAqJp07SlSUhpjBsv491je+Ye/Dyescczz+OZOD8qdX7ed5bvO+eec8+9Q7zPf3yf48cHBKJl8ObjchcJAwIXgEde6cajMOi7Ftle1gxsOiqrk2w4SMg9C8CeA7n3zE7+erlJLAuB9Z2SkpaEElAqIOKYAxk0L4El8lfwTRW9+lDKG8tF5KoJ3HjMdzegDkFkfQSoBfgDHDAlgmOk2vfqLnqulkjCBDYekTVJlEOg3oLZAJvoZn4SXLCAZ8qRvdBinM1Xx3Ev/YkSiZvAR56SVMeIrxxUpYCkhTkOEVkAx2o9kJLXRNTec7v520RIxEVg4xHfFgUcAmRNuLOFZmJkIKJ7C0i+oOErfmN36lvxEFkSgfWdss4m/k5SvhSP8fhlOQnIUa9/pOE/D2cPLEV/UQKFRpcjw7WiAgrFEKRaG1xsjywFRoRMDyC1b/7J/gP8ePH6sCSw4bDvHmh9EMTqhCAkpBTRts7A79/7VlHa76zMRRBY2+7doBQ7Cd4ZC8Oyx93CoZDPi/aXnN+b+vZCkTAC69onaqhYBZGUmW44K81Q0cUqzliU4/se5p+YAKTj7VXJNfPbbojAmvbxbyuoZ+JzMdv2Q0TDta9FhgQov1CU0hL0FCKwtnXCAKVufuQXTdfMx/A9G/cxEOWkju2fT10oTrk/gsDq1vE1JF8mUBACPosoJrBEj4GF9i3szPPvBW13Xiy2/zGCgLmwqnko125ProZgl0CSY1V+rIoIThZBO1YTBkOCAYvR5Ej+bGoKpZcrww+6qG30Qwe86wi4CXwNEIaAhobKBXs9xnooWjGOzeiZ5j/9lKJ3S9JORQvooiZXNY99ymZDmwCfnq+81B1jbXwJA4DgMoiqd8ZTn4FBHWs3LNp8rndPbAP8+0mEjczBVEdslRitzKJ2g1qjoLTqcUdrl8GxWF0xPBQPiB0nOBVV6TGxX983/qAo1ECQF91weFVEAg2szK2HyWtQPT1BXd1b5uyKav9ZseH16eNpXkZCBAqbR58EsI1Aq0w6OqzYuwyPy5GcUkFgj0AWmY+sY7eQGMHfQ5KKLlcl/yuqliGqwD52vyLrRXC+q8rx2YguVNA02gyiHCIkeFlTaronnU9b7b+CRs9qKHsTwG9CRIU7tqqS8HWCb0JLaVeN8+dWdFc2eL9gU752AW4OyMjz/6vKCN25wywWNA5/TqBaAfnErMEzSlDSVZP+opWDAvfox8UvbQTuiNVW50Wtz7xSdl16/ThO3BZ1yxY0DG8SzmC5O6DHiyDLu6sczy7WUEyGXFk/8nWQzQCCF5cXRaHkSlX6GctINY5+BaLNI37TnMyCiJPmPPOI1+dsGDAYdd4vNIbytM1mCOR7AJJADBJo7s50HsYeU3/xXM99fUhS8vNHdxOoEpFskH7R+od6crKmrynvcvS9+oekfHXbjukqNd+EVoZkSIHIT0F/2ZUa1/mouqa/vNE9oFQByALgg1In1Kg2ut0ZPVaBi9mQM43BnGSymlS7ZqfUMQg6ZMx7oPfAiuFohvNKezKUM7VEIN8BeXH6bK3rqc18yQrEirqBe6FsbhJrZ3Y5+EtNKemryThn3QpmN1YsgeD3lYZ3rVY+t4hsN7cZwfemzwGjF6cfh7E5oVe33PrBTyrNjuBBSfCMX/uL++tdS77ghzKQUzd4kFDbtEKTR04/YQUqxxi8XYFtIvjMLLlzWtnKPHXOF5YaDFeVZ7WyJ7kJ+YYZbgDdQtT0I+NJq66Xu2/oqxCYdXm+z8jcEtFGs2sHj5F4MNCpcE4USz1G5i+sQOUaw1tF6/0gbjBvPkKe0tQlg4brtJVOjtGXKbCXU/AwZs4QNQaiw4bxlh4jfySanqtm9Bab8ncI5A7TDymn+va5NkcQMBdyq4e3itL7RXBDQEBOaaB4sMH1j6igHhC767qhnQRqgZnT2ZxZToo/uWqgKe1SSGe72LI2Du6gYj2BfIAaIj/yal/leFPuf6PZdpSOFqam+JqEuA8CBaIXUIZHpT82/6E4sohNUPlDO0ETlOQFnOmTXltqpXdf2jvRnGWX9Wdpu6pQVObpnEbAq8FO2vxu7VO3KyWtENw4W3YvaaBoqCHr71GDUtztdKWmlQAonp6JnAAnCDmCyaxGTwsHF+pYdqEgKIDfD6SbXoh0Kp9u9rTkRBgyDaeW9X842c4mgt/CdLgAmMNY8LH3PARlg02un0RvwaIy/MP3KdGN5tUEYlaHeg4+XT6433Uh4TYaBAUxQYmaedMUaRjqcT1qNfhlVQ7cqok2QjZPB8AjkMZhu+soDPPhKvKXXunZrMh2QG6Z+Ur+Tfy6aNid83KsxhDzHAgacFQO3GqDtAEIFBD5bwEqRqwiCiC9euDz9KtXht2ZfdGAZFQMbQD8rSACXYW8RNGVQ83ZJ4G5e9RiJJZMIESkov/LimiB4KMBp/izX6R43J37l1jRCn7PqHg3V8NZS5hdT+wghqixfzg1+yAMepdqJ+A+kd92sTnWe3ZMx8gAcN1stJ7zJbFiotFiVDD9GGeTnROFuyFSDcAcT3wCeYJjU3Wjh1e+lwiUxAgEPe26ku5It5UKuZcQJ8hJER4bV7ZGLNg2aaWerVBooej1gbjJb5SfxSNtOa8lAjyoc3UEZq04SnsKNZPqIfJdQGwEBgDdPD6e12lP673JBtVBYOYSIsBZERRPtOYuy/9ly0IgGI3ksv6blJg9X4LvqldA5s1eeK6IUrUTF7Ifj/XiHE9GlpVA0HFKad8XRaOVlI8B4hXw0KSXbhzJHYoH3FJkrwmBGceGqOTR/u2TeuKvaC+cGyuWgioOmWtHIA4QVyP6AYGrid5y6L7vM/B/b99OXmeHaxgAAAAASUVORK5CYII=);
}

.app-bottom-tabs .router-link-active .icon-team{
  background-image: url(data:image/png;base64,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);
}

.app-bottom-tabs .text{
  color:#999999FF;
}

.app-bottom-tabs .router-link-active .text{
  color:rgba(2, 113, 235, 1);
}

.bg-application{
  background-color: #f7f7f7;
}

.page-create-task .van-cell__value span,.page-create-task .van-cell__value input{
  font-size: 16px;
}

.line-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.van-picker__toolbar{
  height: 56px;
}

.app-input{
  border: 1px solid #EBE9EC;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
}

.app-textarea{
  border: 1px solid #EBE9EC;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  padding: 12px 14px;
  width: 100%;
}

.app-textarea::-moz-placeholder{
  color: #ADB0B2;
}

.app-textarea::placeholder{
  color: #ADB0B2;
}

.app-button-radio{
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.app-button-radio.active{
  background: rgba(54,159,255,0.05);
  border: 1px solid #369FFF;
  color: #369FFF;
}

.van-cell__right-icon {
  color: rgba(0, 0, 0, 0.2);
}

.van-cell__title {
  color: rgba(0, 0, 0, 0.9)
}

.van-cell{
  padding-top: 15px;
  padding-bottom: 15px;
}

.van-dialog {
  border-radius: 8px;
}

.preview-img-width {
  position: absolute!important;
  max-width: 480px !important;
}

::-moz-placeholder{
  color: rgba(0, 0, 0, 0.2);
}

::placeholder{
  color: rgba(0, 0, 0, 0.2);
}

.is-ka-color{
  color: #FEC300;
}

.color-black-opacity-30 {
  color: rgba(0, 0, 0, 0.3);
}

.border-black-opacity-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.color-black-opacity-45 {
  color: rgba(0, 0, 0, 0.45);
}

.placeholder-black-opacity-45::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.placeholder-black-opacity-45::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.color-black-opacity-65 {
  color: rgba(0, 0, 0, 0.65);
}

.color-black-opacity-85 {
  color: rgba(0, 0, 0, 0.85);
}

.bg-red-opacity-10 {
  background-color: rgba(255, 0, 0, 0.1);
}

.mx-1px{
  margin-left: 1px;
  margin-right: 1px;
}

.mx-2px{
  margin-left: 2px;
  margin-right: 2px;
}

.p-12px {
  padding: 12px;
}

.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}

.p-16px {
  padding: 16px;
}

.ml-12px {
  margin-left: 12px;
}

.pl-12px {
  padding-left: 12px;
}

.pt-15px {
  padding-top: 15px;
}

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

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

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

.text-11px {
  font-size: 11px;
}

.text-12px {
  font-size: 12px;
}

.text-16px {
  font-size: 16px;
}

.text-20px {
  font-size: 20px;
}

.mt-8px {
  margin-top: 8px;
}

.color-00C229 {
  color: #00C229;
}

.color-DD0000 {
  color: #DD0000;
}

.color-397CFF {
  color: #397CFF;
}

.border-color-6 {
  border-color: rgba(0,0,0,0.06);
}

.bg-3975C6 {
  background-color: #3975C6;
}

.text-3975C6 {
  color: #3975C6;
}

.text-046CE9 {
  color: #046CE9;
}

.text-FF9C00 {
  color: #FF9C00;
}

.bg-FF9C0013 {
  background-color: #FF9C0013;
}

.h-44px {
  height: 44px;
}

.new-tabs-warp li {
  padding-top: 0;
}

.new-tabs-warp li.active {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px !important;
  color: rgba(0,0,0,0.85) !important;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.new-tabs-warp li span {
  font-size: 13px;
}

.new-tabs-warp li.active span {
  font-size: 16px;
}

.new-tabs-warp .active:after {
  height: 2px !important;
  background-color: #000000 !important;
  border-radius: 2px !important;
  width: 90% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.new-tabs-warp li {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 13px !important;
  color: rgba(32,34,40,0.65);
  line-height: 35px;
  text-align: left;
  font-style: normal;
  padding-bottom: 4px;
}

.text-ellipsis {
  overflow:hidden;
  word-break:break-all;
  text-overflow:ellipsis;
}

.tell-show-style{
  width: 100%;
  word-break: break-all;
  white-space: normal;
  display: flex;
  align-items: center;
}

.save-button {
  flex: 1 1 0%;
  cursor: pointer;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  color: white;
  background: #3975C6;
  box-shadow: 2px 2px 10px 0px rgba(14,25,87,0.2);
  border-radius: 4px;
  height: 2.75rem;
}

.delete-button {
  cursor: pointer;
  flex: 1 1 0%;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  margin-right: 12px;
  color: #3975C6;
  background: rgba(74,79,85,0.07);
  box-shadow: none;
  border-radius: 4px;
  height: 2.75rem;
}

.make-class{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  cursor: default;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s;
  z-index: 1;
  border-radius: 10px;
}

.make-class .btn-class{
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(238, 238, 238, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.make-class .btn-class .btn-text{
  color: #d71f1f;
  font-size: 12px;
  margin-top: 2px;
}

.make-class .label-text{
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 12px;
  background: #e4e4e4;
  color: #262626;
  font-size: 12px;
  border-radius: 0 4px 12px 0;
}

.make-class .label-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
}

.txt-ellipsis {
  white-space: nowrap;      /* 强制文本在一行内显示 */
  overflow: hidden;         /* 隐藏超出部分 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 */
  width: 100%;              /* 设置宽度，确保超出部分被截断 */
}

.c-333{
  color:#333;
}

.c-666{
  color:#666;
}

.c-999{
  color:#999;
}

.c-232323{
  color: #232323;
}

.text-font-family{
  font-family: PingFangSC, PingFang SC;
  font-style: normal;
  text-transform: none;
}

/*purgecss end ignore*/

/* purgecss start ignore*/

.not\:last\:mr-2:not(:last-of-type){
  margin-right: 0.5rem
}

.not\:last\:mb-4:not(:last-of-type){
  margin-bottom: 1rem
}

.w-120{
  width: 120px;
}

.h-80{
  height: 80px;
}

.line-1{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.number-line-1{
  word-break: break-all;
  overflow-wrap: anywhere;
}

.line-2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.color-primary{
  color: rgba(54, 159, 255, 1);
}

.color-red {
  color: #FF0000;
}

.color-ADB0B2{
  color:#ADB0B2;
}

.color-959595{
  color:#959595;
}

.color-979797{
  color:#979797;
}

.color-606266{
  color:#606266;
}

.color-369FFF-70{
  color:rgba(54, 159, 255, 0.7)
}

.border-3975C6{
  border-color: #3975C6;
}

.color-3975C6 {
  color: #3975C6;
}

.bg-3975C6 {
  background-color: #3975C6;
}

.color-999999{
  color:#999999;
}

.color-FF5A00{
  color:#FF5A00;
}

.text-color-EB6100{
  color:#EB6100;
}

.bg-primary{
  background-color: #3975C6;
}

.bg-default{
  background-color: #F2F3F3;
}

.text-default{
  color: #3975C6 ;
}

.text-primary{
  color: #FEFEFE  ;
}

.bg-danger{
  background-color: #FF0000;
}

.border-danger{
  border-color: #FF0000;
}

.border-primary{
  border-color: #3975C6;
}

.border-default{
  border-color: #F2F3F3;
}

.border-color-FFAF89{
  border-color: #FFAF89;
}

.scrollbar-0::-webkit-scrollbar {
  height: 0;
  width: 0;   /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
}

/* 底部适配 */

.compatible-padding-bottom {
  padding-bottom: constant(safe-area-inset-bottom) !important; /* 兼容 IOS<11.2 */
  padding-bottom: env(safe-area-inset-bottom) !important; /* 兼容 IOS>11.2 */
}

.scroll-touch{
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.contain-layout{
  contain: layout;
}

.text-0{
  font-size: 0;
}

.bg-blue-opacity{
  background-color: #f4faff;
}

.color-blue-ui{
  color: rgba(54, 159, 255, 1);
}

.bg-blue-ui{
  background-color: rgba(54, 159, 255, 1);
}

.bg-textarea{
  background-color:rgba(0, 0, 0, 0.03) !important;
}

.bg-color-white{
  background-color: white;
}

.bg-color-black-3{
  background-color: rgba(0, 0, 0, 0.03);
}

.bg-color-FF369FFF-3{
  background-color: rgba(54, 159, 255, 0.03);
}

.bg-color-369FFF-5{
  background: rgba(54,159,255,0.05);
}

.bg-color-f7f7f7{
  background-color: #f7f7f7;
}

.bg-color-4674C9{
  background-color: #4674C9;
}

.bg-color-red{
  background-color: red;
}

.h-px-12{
  height: 12px;
}

.h-px-16{
  height: 16px;
}

.h-px-20{
  height: 20px;
}

.h-px-22{
  height: 22px;
}

.h-px-24{
  height: 24px;
}

.h-px-26{
  height: 26px;
}

.h-px-30{
  height: 30px;
}

.h-px-40{
  height: 40px;
}

.h-px-43{
  height: 43px;
}

.h-px-50{
  height: 50px;
}

.h-px-51{
  height: 51px;
}

.h-px-56{
  height: 56px;
}

.h-px-67{
  height: 67px;
}

.h-px-80{
  height:80px;
}

.h-px-87{
  height:87px;
}

.h-px-160{
  height: 160px;
}

.leading-px-14{
  line-height: 14px;
}

.leading-px-17{
  line-height: 17px;
}

.leading-px-20{
  line-height: 20px;
}

.leading-px-22{
  line-height: 22px;
}

.leading-px-24{
  line-height: 24px;
}

.leading-px-28{
  line-height: 28px;
}

.leading-px-37{
  line-height: 37px;
}

.leading-px-42{
  line-height: 42px;
}

.leading-px-50{
  line-height: 50px !important;
}

.text-black-30{
  color: rgba(0, 0, 0, 0.3);
}

.text-black-58{
  color: rgba(0, 0, 0, 0.58);
}

.text-color-737373{
  color:#737373;
}

.text-color-343434{
  color:#343434;
}

.text-color-888888{
  color:#888888;
}

.text-color-4C4C4C{
  color:#4C4C4C;
}

.text-color-04B72B{
  color:#04B72B;
}

.text-color-369FFF{
  color:#369FFF;
}

.text-color-FF6969{
  color:#FF6969;
}

.text-color-3B9FF9{
  color:#3B9FF9;
}

.text-color-6A6A6A{
  color:#6A6A6A;
}

.text-color-707070{
  color:#707070;
}

.text-color-FF8A17{
  color:#FF8A17;
}

.text-color-00D107{
  color:#00D107;
}

.text-color-B1B1B1{
  color:#B1B1B1;
}

.text-color-B2B2B2{
  color:#B2B2B2;
}

.text-color-ACACAC{
  color:#ACACAC;
}

.text-color-303030-30{
  color:rgba(48, 48, 48, 0.3);
}

.text-color-B2B2B2-80{
  color: rgba(178,178,178,0.8);
}

.border-black-5{
  border-color: rgba(0, 0, 0, 0.05);
}

.border-black-10{
  border-color: rgba(0, 0, 0, 0.1);
}

.border-369FFF-15{
  border-color:rgba(54,159,255,0.15);
}

.round-px-2{
  border-radius: 2px;
}

.round-px-3{
  border-radius: 3px;
}

.round-px-4{
  border-radius: 4px;
}

.round-px-6{
  border-radius: 6px;
}

.round-px-10{
  border-radius: 10px;
}

.round-px-12{
  border-radius: 12px;
}

.round-px-16{
  border-radius: 16px;
}

.round-px-top-left-10{
  border-top-left-radius: 10px;
}

.round-px-top-right-10{
  border-top-right-radius: 10px;
}

.round-px-bottom-left-10{
  border-bottom-left-radius: 10px;
}

.round-px-bottom-right-10{
  border-bottom-right-radius: 10px;
}

.round-px-left-10{
  border-radius: 10px;
}

.round-px-left-10{
  border-radius: 10px;
}

.round-px-11{
  border-radius: 11px;
}

.round-px-16{
  border-radius: 16px;
}

.border-369FFF{
  border-color:rgba(54, 159, 255, 1)
}

.border-369FFF-30{
  border-color:rgba(54, 159, 255, 0.3)
}

.border-FF6969-20{
  border-color: rgba(255,105,105,0.2);
}

.border-EBE9EC{
  border-color:#EBE9EC;
}

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

.w-3\/10{
  width:30%;
}

.w-15\/100{
  width:15%;
}

.w-175\/1000{
  width: 17.5%;
}

.w-20\/100{
  width:20%;
}

.w-35\/100{
  width:35%;
}

.w-px-12{
  width: 12px;
}

.w-px-16{
  width: 16px;
}

.w-px-109{
  width:109px;
}

.w-px-100{
  width: 100px;
}

.w-px-50{
  width: 50px;
}

.w-px-60{
  width: 60px;
}

.w-px-70{
  width: 70px;
}

.from-FFFFFF-FEBE00{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(254, 190, 0, 0.18) 100%);
}

.form-FFFFFF-D8E4ED{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(216, 228, 237, 0.65) 100%);
}

.from-FFFFFF-BC935F{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(188, 147, 95, 0.11) 100%);
}

.from-FFFFFF-369FFF{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(54, 159, 255, 0.05) 100%);
}

.border-b-3{
  border-bottom-width: 3px
}

.safe-area-inset-bottom-10{
  padding-bottom:10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.priceTips{
  background: rgba(255, 0, 0, 0.03);
}

.text-placeholder{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.3);
}

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

/* purgecss end ignore*/
/* purgecss start ignore */

@font-face {
  font-family: "iconfont"; /* Project id 2915068 */

  src: url(../../static/fonts/iconfont.9eb23d02.woff2) format('woff2'),
       url(../../static/fonts/iconfont.79a1ad5e.woff) format('woff'),
       url(../../static/fonts/iconfont.4d1f1242.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  /* font-size: 16px; */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-unfold:before {
  content: "\e60b";
}

.icon-dot:before {
  content: "\64";
}

.icon-app-article:before {
  content: "\e603";
}

.icon-app-form:before {
  content: "\e604";
}

.icon-app-live:before {
  content: "\e605";
}

.icon-app-word:before {
  content: "\e606";
}

.icon-app-product:before {
  content: "\e607";
}

.icon-app-meeting:before {
  content: "\e608";
}

.icon-app-picture:before {
  content: "\e609";
}

.icon-app-file:before {
  content: "\e60a";
}

.icon-app-clock:before {
  content: "\e602";
}

.icon-cecurity-protection-fill:before {
  content: "\e821";
}

.icon-credit-level-fill:before {
  content: "\e822";
}

.icon-auto:before {
  content: "\e6eb";
}

.icon-default-template-fill:before {
  content: "\e823";
}

.icon-all:before {
  content: "\e6ef";
}

.icon-CurrencyConverter-fill:before {
  content: "\e824";
}

.icon-bussiness-man:before {
  content: "\e6f0";
}

.icon-Customermanagement-fill:before {
  content: "\e825";
}

.icon-component:before {
  content: "\e6f2";
}

.icon-discounts-fill:before {
  content: "\e826";
}

.icon-code:before {
  content: "\e6f3";
}

.icon-Daytimemode-fill:before {
  content: "\e827";
}

.icon-copy:before {
  content: "\e6f4";
}

.icon-exl-fill:before {
  content: "\e828";
}

.icon-dollar:before {
  content: "\e6f5";
}

.icon-cry-fill:before {
  content: "\e829";
}

.icon-history:before {
  content: "\e6f8";
}

.icon-email-fill:before {
  content: "\e82a";
}

.icon-editor:before {
  content: "\e6f6";
}

.icon-filter-fill:before {
  content: "\e82b";
}

.icon-data:before {
  content: "\e6f9";
}

.icon-folder-fill:before {
  content: "\e82c";
}

.icon-gift:before {
  content: "\e6fa";
}

.icon-feeds-fill:before {
  content: "\e82d";
}

.icon-integral:before {
  content: "\e6fb";
}

.icon-gold-supplie-fill:before {
  content: "\e82e";
}

.icon-nav-list:before {
  content: "\e6fd";
}

.icon-form-fill:before {
  content: "\e82f";
}

.icon-pic:before {
  content: "\e6ff";
}

.icon-camera-fill:before {
  content: "\e830";
}

.icon-Notvisible:before {
  content: "\e6fe";
}

.icon-good-fill:before {
  content: "\e831";
}

.icon-play:before {
  content: "\e701";
}

.icon-image-text-fill:before {
  content: "\e832";
}

.icon-rising:before {
  content: "\e703";
}

.icon-inspection-fill:before {
  content: "\e833";
}

.icon-QRcode:before {
  content: "\e704";
}

.icon-hot-fill:before {
  content: "\e834";
}

.icon-rmb:before {
  content: "\e705";
}

.icon-company-fill:before {
  content: "\e835";
}

.icon-similar-product:before {
  content: "\e707";
}

.icon-discount-fill:before {
  content: "\e836";
}

.icon-Exportservices:before {
  content: "\e702";
}

.icon-insurance-fill:before {
  content: "\e837";
}

.icon-sendinquiry:before {
  content: "\e70d";
}

.icon-inquiry-template-fill:before {
  content: "\e838";
}

.icon-all-fill:before {
  content: "\e718";
}

.icon-leftbutton-fill:before {
  content: "\e839";
}

.icon-favorites-fill:before {
  content: "\e721";
}

.icon-integral-fill1:before {
  content: "\e83a";
}

.icon-integral-fill:before {
  content: "\e726";
}

.icon-help1:before {
  content: "\e83b";
}

.icon-namecard-fill:before {
  content: "\e72a";
}

.icon-listing-content-fill:before {
  content: "\e83c";
}

.icon-pic-fill:before {
  content: "\e72e";
}

.icon-logistic-logo-fill:before {
  content: "\e83d";
}

.icon-play-fill:before {
  content: "\e72f";
}

.icon-Moneymanagement-fill:before {
  content: "\e83e";
}

.icon-prompt-fill:before {
  content: "\e730";
}

.icon-manage-order-fill:before {
  content: "\e83f";
}

.icon-stop-fill:before {
  content: "\e738";
}

.icon-multi-language-fill:before {
  content: "\e840";
}

.icon-column:before {
  content: "\e741";
}

.icon-logistics-icon-fill:before {
  content: "\e841";
}

.icon-add-account:before {
  content: "\e742";
}

.icon-Newuserzone-fill:before {
  content: "\e842";
}

.icon-column1:before {
  content: "\e743";
}

.icon-nightmode-fill:before {
  content: "\e843";
}

.icon-add:before {
  content: "\e744";
}

.icon-office-supplies-fill:before {
  content: "\e844";
}

.icon-agriculture:before {
  content: "\e745";
}

.icon-notice-fill:before {
  content: "\e845";
}

.icon-years:before {
  content: "\e746";
}

.icon-mute:before {
  content: "\e846";
}

.icon-add-cart:before {
  content: "\e747";
}

.icon-order-fill:before {
  content: "\e847";
}

.icon-arrow-right:before {
  content: "\e748";
}

.icon-password1:before {
  content: "\e848";
}

.icon-arrow-left:before {
  content: "\e749";
}

.icon-map1:before {
  content: "\e849";
}

.icon-apparel:before {
  content: "\e74a";
}

.icon-paylater-fill:before {
  content: "\e84a";
}

.icon-all1:before {
  content: "\e74b";
}

.icon-phone-fill:before {
  content: "\e84b";
}

.icon-arrow-up:before {
  content: "\e74c";
}

.icon-online-tracking-fill:before {
  content: "\e84c";
}

.icon-ascending:before {
  content: "\e74d";
}

.icon-play-fill1:before {
  content: "\e84d";
}

.icon-ashbin:before {
  content: "\e74e";
}

.icon-pdf-fill:before {
  content: "\e84e";
}

.icon-atm:before {
  content: "\e74f";
}

.icon-phone1:before {
  content: "\e84f";
}

.icon-bad:before {
  content: "\e750";
}

.icon-pin-fill:before {
  content: "\e850";
}

.icon-attachent:before {
  content: "\e751";
}

.icon-product-fill:before {
  content: "\e851";
}

.icon-browse:before {
  content: "\e752";
}

.icon-rankinglist-fill:before {
  content: "\e852";
}

.icon-beauty:before {
  content: "\e753";
}

.icon-reduce-fill:before {
  content: "\e853";
}

.icon-atm-away:before {
  content: "\e754";
}

.icon-reeor-fill:before {
  content: "\e854";
}

.icon-assessed-badge:before {
  content: "\e755";
}

.icon-pic-fill1:before {
  content: "\e855";
}

.icon-auto1:before {
  content: "\e756";
}

.icon-rankinglist:before {
  content: "\e856";
}

.icon-bags:before {
  content: "\e757";
}

.icon-product1:before {
  content: "\e857";
}

.icon-calendar:before {
  content: "\e758";
}

.icon-prompt-fill1:before {
  content: "\e858";
}

.icon-cart-full:before {
  content: "\e759";
}

.icon-resonserate-fill:before {
  content: "\e859";
}

.icon-calculator:before {
  content: "\e75a";
}

.icon-remind-fill:before {
  content: "\e85a";
}

.icon-cameraswitching:before {
  content: "\e75b";
}

.icon-Rightbutton-fill:before {
  content: "\e85b";
}

.icon-cecurity-protection:before {
  content: "\e75c";
}

.icon-RFQ-logo-fill:before {
  content: "\e85c";
}

.icon-category:before {
  content: "\e75d";
}

.icon-RFQ-word-fill:before {
  content: "\e85d";
}

.icon-close:before {
  content: "\e75e";
}

.icon-searchcart-fill:before {
  content: "\e85e";
}

.icon-certified-supplier:before {
  content: "\e75f";
}

.icon-salescenter-fill:before {
  content: "\e85f";
}

.icon-cart-Empty:before {
  content: "\e760";
}

.icon-save-fill:before {
  content: "\e860";
}

.icon-code1:before {
  content: "\e761";
}

.icon-security-fill:before {
  content: "\e861";
}

.icon-color:before {
  content: "\e762";
}

.icon-Similarproducts-fill:before {
  content: "\e862";
}

.icon-conditions:before {
  content: "\e763";
}

.icon-signboard-fill:before {
  content: "\e863";
}

.icon-confirm:before {
  content: "\e764";
}

.icon-service-fill:before {
  content: "\e864";
}

.icon-company:before {
  content: "\e765";
}

.icon-shuffling-banner-fill:before {
  content: "\e865";
}

.icon-ali-clould:before {
  content: "\e766";
}

.icon-supplier-features-fill:before {
  content: "\e866";
}

.icon-copy1:before {
  content: "\e767";
}

.icon-store-fill:before {
  content: "\e867";
}

.icon-credit-level:before {
  content: "\e768";
}

.icon-smile-fill:before {
  content: "\e868";
}

.icon-coupons:before {
  content: "\e769";
}

.icon-success-fill:before {
  content: "\e869";
}

.icon-connections:before {
  content: "\e76a";
}

.icon-sound-filling-fill:before {
  content: "\e86a";
}

.icon-cry:before {
  content: "\e76b";
}

.icon-sound-Mute1:before {
  content: "\e86b";
}

.icon-costoms-alearance:before {
  content: "\e76c";
}

.icon-suspended-fill:before {
  content: "\e86c";
}

.icon-clock:before {
  content: "\e76d";
}

.icon-tool-fill:before {
  content: "\e86d";
}

.icon-CurrencyConverter:before {
  content: "\e76e";
}

.icon-task-management-fill:before {
  content: "\e86e";
}

.icon-cut:before {
  content: "\e76f";
}

.icon-unlock-fill:before {
  content: "\e86f";
}

.icon-data1:before {
  content: "\e770";
}

.icon-trust-fill:before {
  content: "\e870";
}

.icon-Customermanagement:before {
  content: "\e771";
}

.icon-vip-fill:before {
  content: "\e871";
}

.icon-descending:before {
  content: "\e772";
}

.icon-set1:before {
  content: "\e872";
}

.icon-double-arro-right:before {
  content: "\e773";
}

.icon-Top-fill:before {
  content: "\e873";
}

.icon-customization:before {
  content: "\e774";
}

.icon-viewlarger1:before {
  content: "\e874";
}

.icon-double-arrow-left:before {
  content: "\e775";
}

.icon-voice-fill:before {
  content: "\e875";
}

.icon-discount:before {
  content: "\e776";
}

.icon-warning-fill:before {
  content: "\e876";
}

.icon-download:before {
  content: "\e777";
}

.icon-warehouse-fill:before {
  content: "\e877";
}

.icon-dollar1:before {
  content: "\e778";
}

.icon-zip-fill:before {
  content: "\e878";
}

.icon-default-template:before {
  content: "\e779";
}

.icon-trade-assurance-fill:before {
  content: "\e879";
}

.icon-editor1:before {
  content: "\e77a";
}

.icon-vs-fill:before {
  content: "\e87a";
}

.icon-eletrical:before {
  content: "\e77b";
}

.icon-video1:before {
  content: "\e87b";
}

.icon-electronics:before {
  content: "\e77c";
}

.icon-template-fill:before {
  content: "\e87c";
}

.icon-etrical-equipm:before {
  content: "\e77d";
}

.icon-wallet1:before {
  content: "\e87d";
}

.icon-ellipsis:before {
  content: "\e77e";
}

.icon-training1:before {
  content: "\e87e";
}

.icon-email:before {
  content: "\e77f";
}

.icon-packing-labeling-fill:before {
  content: "\e87f";
}

.icon-falling:before {
  content: "\e780";
}

.icon-Exportservices-fill:before {
  content: "\e880";
}

.icon-earth:before {
  content: "\e781";
}

.icon-brand-fill:before {
  content: "\e881";
}

.icon-filter:before {
  content: "\e782";
}

.icon-collection:before {
  content: "\e882";
}

.icon-furniture:before {
  content: "\e783";
}

.icon-consumption-fill:before {
  content: "\e883";
}

.icon-folder:before {
  content: "\e784";
}

.icon-collection-fill:before {
  content: "\e884";
}

.icon-feeds:before {
  content: "\e785";
}

.icon-brand:before {
  content: "\e885";
}

.icon-history1:before {
  content: "\e786";
}

.icon-rejected-order-fill:before {
  content: "\e886";
}

.icon-hardware:before {
  content: "\e787";
}

.icon-homepage-ads-fill:before {
  content: "\e887";
}

.icon-help:before {
  content: "\e788";
}

.icon-homepage-ads:before {
  content: "\e888";
}

.icon-good:before {
  content: "\e789";
}

.icon-scenes-fill:before {
  content: "\e889";
}

.icon-Householdappliances:before {
  content: "\e78a";
}

.icon-scenes:before {
  content: "\e88a";
}

.icon-gift1:before {
  content: "\e78b";
}

.icon-similar-product-fill:before {
  content: "\e88b";
}

.icon-form:before {
  content: "\e78c";
}

.icon-topraning-fill:before {
  content: "\e88c";
}

.icon-image-text:before {
  content: "\e78d";
}

.icon-consumption:before {
  content: "\e88d";
}

.icon-hot:before {
  content: "\e78e";
}

.icon-topraning:before {
  content: "\e88e";
}

.icon-inspection:before {
  content: "\e78f";
}

.icon-gold-supplier:before {
  content: "\e88f";
}

.icon-leftbutton:before {
  content: "\e790";
}

.icon-messagecenter-fill:before {
  content: "\e890";
}

.icon-jewelry:before {
  content: "\e791";
}

.icon-quick:before {
  content: "\e891";
}

.icon-ipad:before {
  content: "\e792";
}

.icon-writing:before {
  content: "\e892";
}

.icon-leftarrow:before {
  content: "\e793";
}

.icon-docjpge-fill:before {
  content: "\e893";
}

.icon-integral1:before {
  content: "\e794";
}

.icon-jpge-fill:before {
  content: "\e894";
}

.icon-kitchen:before {
  content: "\e795";
}

.icon-gifjpge-fill:before {
  content: "\e895";
}

.icon-inquiry-template:before {
  content: "\e796";
}

.icon-bmpjpge-fill:before {
  content: "\e896";
}

.icon-link:before {
  content: "\e797";
}

.icon-tifjpge-fill:before {
  content: "\e897";
}

.icon-libra:before {
  content: "\e798";
}

.icon-pngjpge-fill:before {
  content: "\e898";
}

.icon-loading:before {
  content: "\e799";
}

.icon-Hometextile:before {
  content: "\e899";
}

.icon-listing-content:before {
  content: "\e79a";
}

.icon-home:before {
  content: "\e89a";
}

.icon-lights:before {
  content: "\e79b";
}

.icon-sendinquiry-fill:before {
  content: "\e89b";
}

.icon-logistics-icon:before {
  content: "\e79c";
}

.icon-comments-fill:before {
  content: "\e89c";
}

.icon-messagecenter:before {
  content: "\e79d";
}

.icon-account-fill:before {
  content: "\e89d";
}

.icon-mobile-phone:before {
  content: "\e79e";
}

.icon-feed-logo-fill:before {
  content: "\e89e";
}

.icon-manage-order:before {
  content: "\e79f";
}

.icon-feed-logo:before {
  content: "\e89f";
}

.icon-move:before {
  content: "\e7a0";
}

.icon-home-fill:before {
  content: "\e8a0";
}

.icon-Moneymanagement:before {
  content: "\e7a1";
}

.icon-add-select:before {
  content: "\e8a1";
}

.icon-namecard:before {
  content: "\e7a2";
}

.icon-sami-select:before {
  content: "\e8a2";
}

.icon-map:before {
  content: "\e7a3";
}

.icon-camera:before {
  content: "\e8a3";
}

.icon-Newuserzone:before {
  content: "\e7a4";
}

.icon-arrow-down:before {
  content: "\e8a4";
}

.icon-multi-language:before {
  content: "\e7a5";
}

.icon-account:before {
  content: "\e8a5";
}

.icon-office:before {
  content: "\e7a6";
}

.icon-comments:before {
  content: "\e8a6";
}

.icon-notice:before {
  content: "\e7a7";
}

.icon-cart-Empty1:before {
  content: "\e8a7";
}

.icon-ontimeshipment:before {
  content: "\e7a8";
}

.icon-favorites:before {
  content: "\e8a8";
}

.icon-office-supplies:before {
  content: "\e7a9";
}

.icon-order:before {
  content: "\e8a9";
}

.icon-password:before {
  content: "\e7aa";
}

.icon-search:before {
  content: "\e8aa";
}

.icon-Notvisible1:before {
  content: "\e7ab";
}

.icon-trade-assurance:before {
  content: "\e8ab";
}

.icon-operation:before {
  content: "\e7ac";
}

.icon-usercenter1:before {
  content: "\e8ac";
}

.icon-packaging:before {
  content: "\e7ad";
}

.icon-tradingdata:before {
  content: "\e8ad";
}

.icon-online-tracking:before {
  content: "\e7ae";
}

.icon-microphone:before {
  content: "\e8ae";
}

.icon-packing-labeling:before {
  content: "\e7af";
}

.icon-txt:before {
  content: "\e8af";
}

.icon-phone:before {
  content: "\e7b0";
}

.icon-xlsx:before {
  content: "\e8b0";
}

.icon-pic1:before {
  content: "\e7b1";
}

.icon-banzhengfuwu:before {
  content: "\e8b1";
}

.icon-pin:before {
  content: "\e7b2";
}

.icon-cangku:before {
  content: "\e8b2";
}

.icon-play1:before {
  content: "\e7b3";
}

.icon-daibancaishui:before {
  content: "\e8b3";
}

.icon-logistic-logo:before {
  content: "\e7b4";
}

.icon-jizhuangxiang:before {
  content: "\e8b4";
}

.icon-print:before {
  content: "\e7b5";
}

.icon-jiaobiao:before {
  content: "\e8b5";
}

.icon-product:before {
  content: "\e7b6";
}

.icon-kehupandian:before {
  content: "\e8b6";
}

.icon-machinery:before {
  content: "\e7b7";
}

.icon-dongtai:before {
  content: "\e8b7";
}

.icon-process:before {
  content: "\e7b8";
}

.icon-daikuan:before {
  content: "\e8b8";
}

.icon-prompt:before {
  content: "\e7b9";
}

.icon-shengyijing:before {
  content: "\e8b9";
}

.icon-QRcode1:before {
  content: "\e7ba";
}

.icon-jiehui:before {
  content: "\e8ba";
}

.icon-reeor:before {
  content: "\e7bb";
}

.icon-fencengpeizhi:before {
  content: "\e8bb";
}

.icon-reduce:before {
  content: "\e7bc";
}

.icon-shenqingjilu:before {
  content: "\e8bc";
}

.icon-Non-staplefood:before {
  content: "\e7bd";
}

.icon-shangchuanbeiandanzheng:before {
  content: "\e8bd";
}

.icon-rejected-order:before {
  content: "\e7be";
}

.icon-shangchuan:before {
  content: "\e8be";
}

.icon-resonserate:before {
  content: "\e7bf";
}

.icon-kehuquanyi:before {
  content: "\e8bf";
}

.icon-remind:before {
  content: "\e7c0";
}

.icon-suoxiao:before {
  content: "\e8c0";
}

.icon-responsetime:before {
  content: "\e7c1";
}

.icon-quanyipeizhi:before {
  content: "\e8c1";
}

.icon-return:before {
  content: "\e7c2";
}

.icon-shuangshen:before {
  content: "\e8c2";
}

.icon-paylater:before {
  content: "\e7c3";
}

.icon-tongguan:before {
  content: "\e8c3";
}

.icon-rising1:before {
  content: "\e7c4";
}

.icon-tuishui:before {
  content: "\e8c4";
}

.icon-Rightarrow:before {
  content: "\e7c5";
}

.icon-tongguanshuju:before {
  content: "\e8c5";
}

.icon-rmb1:before {
  content: "\e7c6";
}

.icon-kuaidiwuliu:before {
  content: "\e8c6";
}

.icon-RFQ-logo:before {
  content: "\e7c7";
}

.icon-wuliuchanpin:before {
  content: "\e8c7";
}

.icon-save:before {
  content: "\e7c8";
}

.icon-waihuishuju:before {
  content: "\e8c8";
}

.icon-scanning:before {
  content: "\e7c9";
}

.icon-xinxibar_shouji:before {
  content: "\e8c9";
}

.icon-security:before {
  content: "\e7ca";
}

.icon-xinwaizongyewu:before {
  content: "\e8ca";
}

.icon-salescenter:before {
  content: "\e7cb";
}

.icon-wuliudingdan:before {
  content: "\e8cb";
}

.icon-seleted:before {
  content: "\e7cc";
}

.icon-zhongjianren:before {
  content: "\e8cc";
}

.icon-searchcart:before {
  content: "\e7cd";
}

.icon-xinxibar_zhanghu:before {
  content: "\e8cd";
}

.icon-raw:before {
  content: "\e7ce";
}

.icon-yidatong:before {
  content: "\e8ce";
}

.icon-service:before {
  content: "\e7cf";
}

.icon-zhuanyequanwei:before {
  content: "\e8cf";
}

.icon-share:before {
  content: "\e7d0";
}

.icon-zhanghucaozuo:before {
  content: "\e8d0";
}

.icon-signboard:before {
  content: "\e7d1";
}

.icon-xuanzhuandu:before {
  content: "\e8d1";
}

.icon-shuffling-banner:before {
  content: "\e7d2";
}

.icon-tuishuirongzi:before {
  content: "\e8d2";
}

.icon-Rightbutton:before {
  content: "\e7d3";
}

.icon-AddProducts:before {
  content: "\e8d3";
}

.icon-sorting:before {
  content: "\e7d4";
}

.icon-ziyingyewu:before {
  content: "\e8d4";
}

.icon-sound-Mute:before {
  content: "\e7d5";
}

.icon-addcell:before {
  content: "\e8d5";
}

.icon-Similarproducts:before {
  content: "\e7d6";
}

.icon-background-color:before {
  content: "\e8d6";
}

.icon-sound-filling:before {
  content: "\e7d7";
}

.icon-cascades:before {
  content: "\e8d7";
}

.icon-suggest:before {
  content: "\e7d8";
}

.icon-beijing:before {
  content: "\e8d8";
}

.icon-stop:before {
  content: "\e7d9";
}

.icon-bold:before {
  content: "\e8d9";
}

.icon-success:before {
  content: "\e7da";
}

.icon-zijin:before {
  content: "\e8da";
}

.icon-supplier-features:before {
  content: "\e7db";
}

.icon-eraser:before {
  content: "\e8db";
}

.icon-switch:before {
  content: "\e7dc";
}

.icon-centeralignment:before {
  content: "\e8dc";
}

.icon-survey:before {
  content: "\e7dd";
}

.icon-click:before {
  content: "\e8dd";
}

.icon-template:before {
  content: "\e7de";
}

.icon-aspjiesuan:before {
  content: "\e8de";
}

.icon-text:before {
  content: "\e7df";
}

.icon-flag:before {
  content: "\e8df";
}

.icon-suspended:before {
  content: "\e7e0";
}

.icon-falg-fill:before {
  content: "\e8e0";
}

.icon-task-management:before {
  content: "\e7e1";
}

.icon-Fee:before {
  content: "\e8e1";
}

.icon-tool:before {
  content: "\e7e2";
}

.icon-filling:before {
  content: "\e8e2";
}

.icon-Top:before {
  content: "\e7e3";
}

.icon-Foreigncurrency:before {
  content: "\e8e3";
}

.icon-smile:before {
  content: "\e7e4";
}

.icon-guanliyuan:before {
  content: "\e8e4";
}

.icon-textile-products:before {
  content: "\e7e5";
}

.icon-language:before {
  content: "\e8e5";
}

.icon-tradealert:before {
  content: "\e7e6";
}

.icon-leftalignment:before {
  content: "\e8e6";
}

.icon-topsales:before {
  content: "\e7e7";
}

.icon-extra-inquiries:before {
  content: "\e8e7";
}

.icon-tradingvolume:before {
  content: "\e7e8";
}

.icon-Italic:before {
  content: "\e8e8";
}

.icon-training:before {
  content: "\e7e9";
}

.icon-pcm:before {
  content: "\e8e9";
}

.icon-upload:before {
  content: "\e7ea";
}

.icon-reducecell:before {
  content: "\e8ea";
}

.icon-RFQ-word:before {
  content: "\e7eb";
}

.icon-rightalignment:before {
  content: "\e8eb";
}

.icon-viewlarger:before {
  content: "\e7ec";
}

.icon-pointerleft:before {
  content: "\e8ec";
}

.icon-viewgallery:before {
  content: "\e7ed";
}

.icon-subscript:before {
  content: "\e8ed";
}

.icon-vehivles:before {
  content: "\e7ee";
}

.icon-square:before {
  content: "\e8ee";
}

.icon-trust:before {
  content: "\e7ef";
}

.icon-superscript:before {
  content: "\e8ef";
}

.icon-warning:before {
  content: "\e7f0";
}

.icon-tag-subscript:before {
  content: "\e8f0";
}

.icon-warehouse:before {
  content: "\e7f1";
}

.icon-danjuzhuanhuan:before {
  content: "\e8f1";
}

.icon-shoes:before {
  content: "\e7f2";
}

.icon-Transfermoney:before {
  content: "\e8f2";
}

.icon-video:before {
  content: "\e7f3";
}

.icon-under-line:before {
  content: "\e8f3";
}

.icon-viewlist:before {
  content: "\e7f4";
}

.icon-xiakuangxian:before {
  content: "\e8f4";
}

.icon-set:before {
  content: "\e7f5";
}

.icon-shouqi:before {
  content: "\e8f5";
}

.icon-store:before {
  content: "\e7f6";
}

.icon-zhankai:before {
  content: "\e8f6";
}

.icon-tool-hardware:before {
  content: "\e7f7";
}

.icon-tongxunlu:before {
  content: "\e8f7";
}

.icon-vs:before {
  content: "\e7f8";
}

.icon-yiguanzhugongyingshang:before {
  content: "\e8f8";
}

.icon-toy:before {
  content: "\e7f9";
}

.icon-goumaipianhao:before {
  content: "\e8f9";
}

.icon-sport:before {
  content: "\e7fa";
}

.icon-Subscribe:before {
  content: "\e8fa";
}

.icon-creditcard:before {
  content: "\e7fb";
}

.icon-becomeagoldsupplier:before {
  content: "\e8fb";
}

.icon-contacts:before {
  content: "\e7fc";
}

.icon-new:before {
  content: "\e8fc";
}

.icon-checkstand:before {
  content: "\e7fd";
}

.icon-free:before {
  content: "\e8fd";
}

.icon-aviation:before {
  content: "\e7fe";
}

.icon-cad-fill:before {
  content: "\e8fe";
}

.icon-Daytimemode:before {
  content: "\e7ff";
}

.icon-robot:before {
  content: "\e8ff";
}

.icon-infantmom:before {
  content: "\e800";
}

.icon-inspection1:before {
  content: "\e900";
}

.icon-discounts:before {
  content: "\e801";
}

.icon-block:before {
  content: "\e901";
}

.icon-invoice:before {
  content: "\e802";
}

.icon-shouhuoicon:before {
  content: "\e902";
}

.icon-insurance:before {
  content: "\e803";
}

.icon-nightmode:before {
  content: "\e804";
}

.icon-usercenter:before {
  content: "\e805";
}

.icon-unlock:before {
  content: "\e806";
}

.icon-vip:before {
  content: "\e807";
}

.icon-wallet:before {
  content: "\e808";
}

.icon-landtransportation:before {
  content: "\e809";
}

.icon-voice:before {
  content: "\e80a";
}

.icon-exchangerate:before {
  content: "\e80b";
}

.icon-contacts-fill:before {
  content: "\e80c";
}

.icon-add-account1:before {
  content: "\e80d";
}

.icon-years-fill:before {
  content: "\e80e";
}

.icon-add-cart-fill:before {
  content: "\e80f";
}

.icon-add-fill:before {
  content: "\e810";
}

.icon-all-fill1:before {
  content: "\e811";
}

.icon-ashbin-fill:before {
  content: "\e812";
}

.icon-calendar-fill:before {
  content: "\e813";
}

.icon-bad-fill:before {
  content: "\e814";
}

.icon-bussiness-man-fill:before {
  content: "\e815";
}

.icon-atm-fill:before {
  content: "\e816";
}

.icon-cart-full-fill:before {
  content: "\e817";
}

.icon-cart-Empty-fill:before {
  content: "\e818";
}

.icon-cameraswitching-fill:before {
  content: "\e819";
}

.icon-atm-away-fill:before {
  content: "\e81a";
}

.icon-certified-supplier-fill:before {
  content: "\e81b";
}

.icon-calculator-fill:before {
  content: "\e81c";
}

.icon-clock-fill:before {
  content: "\e81d";
}

.icon-ali-clould-fill:before {
  content: "\e81e";
}

.icon-color-fill:before {
  content: "\e81f";
}

.icon-coupons-fill:before {
  content: "\e820";
}

/* purgecss end ignore */


/* purgecss start ignore */

@font-face {
  font-family: "icon-scrm"; /* Project id 3385440 */

  src: url(../../static/fonts/iconfont.4005b856.woff2) format('woff2'),
       url(../../static/fonts/iconfont.c0d9ef61.woff) format('woff'),
       url(../../static/fonts/iconfont.c6f3ee67.ttf) format('truetype');
}

.icon-scrm {
  font-family: "icon-scrm" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-paiming:before {
  content: "\e735";
}

.icon-fangda:before {
  content: "\e734";
}

.icon-shanchu1:before {
  content: "\e732";
}

.icon-bianji1:before {
  content: "\e733";
}

.icon-weiwancheng:before {
  content: "\e731";
}

.icon-kehu:before {
  content: "\e730";
}

.icon-cangwei:before {
  content: "\e72f";
}

.icon-tianjiayansezu:before {
  content: "\e72e";
}

.icon-tianjiachimazu:before {
  content: "\e72d";
}

.icon-pengyouquan:before {
  content: "\e72b";
}

.icon-baocundaoxiangce:before {
  content: "\e72c";
}

.icon-duligongzuoshi:before {
  content: "\e728";
}

.icon-fuzhuangqiye:before {
  content: "\e729";
}

.icon-mianliaoqiye:before {
  content: "\e72a";
}

.icon-biaoqian:before {
  content: "\e727";
}

.icon-tishi:before {
  content: "\e726";
}

.icon-weixin:before {
  content: "\e724";
}

.icon-xingji:before {
  content: "\e725";
}

.icon-a-AIjiedu:before {
  content: "\e722";
}

.icon-qiwei:before {
  content: "\e723";
}

.icon-paixu:before {
  content: "\e721";
}

.icon-wodedingdan:before {
  content: "\e720";
}

.icon-xiayitiao:before {
  content: "\e71e";
}

.icon-shangyitiao:before {
  content: "\e71f";
}

.icon-weixinzhifu1:before {
  content: "\e71d";
}

.icon-weixinzhifu2:before {
  content: "\eb7d";
}

.icon-daizhifu:before {
  content: "\e719";
}

.icon-yiquxiao:before {
  content: "\e71a";
}

.icon-yifahuo:before {
  content: "\e71b";
}

.icon-daipeihuo:before {
  content: "\e71c";
}

.icon-yangpindingdan-rukou:before {
  content: "\e718";
}

.icon-weixinzhifu:before {
  content: "\e717";
}

.icon-jianbandan:before {
  content: "\e716";
}

.icon-jianban_icon:before {
  content: "\e715";
}

.icon-fenxiang2:before {
  content: "\e714";
}

.icon-qunxiangqing-tianjiagenjin:before {
  content: "\e713";
}

.icon-qunxiangqing-sheweizhulianxiren:before {
  content: "\e70e";
}

.icon-qunxiangqing-bangdingzhukehu:before {
  content: "\e70f";
}

.icon-qunxiangqing-lingyang:before {
  content: "\e710";
}

.icon-qunxiangqing-zhuankehu:before {
  content: "\e711";
}

.icon-qunxiangqing-guanliqiye:before {
  content: "\e712";
}

.icon-qunxiangqing-dadianhua:before {
  content: "\e70c";
}

.icon-qunxiangqing-lingqu:before {
  content: "\e70d";
}

.icon-ERP_xuanzhong:before {
  content: "\e70a";
}

.icon-ERP_weixuanzhong:before {
  content: "\e70b";
}

.icon-tianjia:before {
  content: "\e709";
}

.icon-shanchu:before {
  content: "\e706";
}

.icon-fenleitianjia:before {
  content: "\e705";
}

.icon-duoxuan_gouxuan1:before {
  content: "\e707";
}

.icon-duoxuan_weixuan1:before {
  content: "\e708";
}

.icon-tianjiadan_icon:before {
  content: "\e704";
}

.icon-tianjiakuan_icon:before {
  content: "\e703";
}

.icon-pandian:before {
  content: "\e702";
}

.icon-tihuodan_icon:before {
  content: "\e700";
}

.icon-wuliudan_icon:before {
  content: "\e701";
}

.icon-zanwutupian-copy:before {
  content: "\e6ff";
}

.icon-shanchu_icon:before {
  content: "\e6fe";
}

.icon-daifujine_icon:before {
  content: "\e6fa";
}

.icon-xiadanjine_icon:before {
  content: "\e6fc";
}

.icon-xiadanbishu_icon:before {
  content: "\e6fd";
}

.icon-daohang_icon2:before {
  content: "\e6fb";
}

.icon-tongbu_icon:before {
  content: "\e6f9";
}

.icon-kehudibutuigonghai_icon:before {
  content: "\e6f7";
}

.icon-kehudibuqunfa_icon:before {
  content: "\e6f8";
}

.icon-shaixuan1:before {
  content: "\e6f6";
}

.icon-dwg_icon:before {
  content: "\e6ef";
}

.icon-xlsx_icon:before {
  content: "\e6f0";
}

.icon-svg_icon:before {
  content: "\e6f1";
}

.icon-step_icon:before {
  content: "\e6f2";
}

.icon-ep_icon:before {
  content: "\e6f3";
}

.icon-docx_icon:before {
  content: "\e6f4";
}

.icon-mov_icon:before {
  content: "\e6f5";
}

.icon-cunhaoma_icon:before {
  content: "\e6ec";
}

.icon-daohang_icon:before {
  content: "\e6ed";
}

.icon-dadianhua_icon:before {
  content: "\e6ee";
}

.icon-ppt:before {
  content: "\e6e2";
}

.icon-avi:before {
  content: "\e6e3";
}

.icon-xls:before {
  content: "\e6e4";
}

.icon-gif:before {
  content: "\e6e5";
}

.icon-txt:before {
  content: "\e6e6";
}

.icon-doc:before {
  content: "\e6e7";
}

.icon-pdf:before {
  content: "\e6e8";
}

.icon-zip:before {
  content: "\e6e9";
}

.icon-mp3:before {
  content: "\e6ea";
}

.icon-mp4:before {
  content: "\e6eb";
}

.icon-yangpin-lingyang:before {
  content: "\e6e1";
}

.icon-sekadingdan-rukou:before {
  content: "\e6e0";
}

.icon-jian_icon:before {
  content: "\e6df";
}

.icon-bofang_icon:before {
  content: "\e6dd";
}

.icon-zanting_icon:before {
  content: "\e6de";
}

.icon-yangpinruku_icon:before {
  content: "\e6dc";
}

.icon-kaishiluyin_icon:before {
  content: "\e6db";
}

.icon-yangpindingdan-icon:before {
  content: "\e6da";
}

.icon-luyin-icon:before {
  content: "\e6d9";
}

.icon-genghuantouxiang-icon:before {
  content: "\e6d0";
}

.icon-bianjimingcheng-icon:before {
  content: "\e6d1";
}

.icon-shanchu-icon:before {
  content: "\e6d2";
}

.icon-shezhi-icon:before {
  content: "\e6d3";
}

.icon-xinzeng-icon:before {
  content: "\e6d4";
}

.icon-paixu-icon:before {
  content: "\e6d5";
}

.icon-piliangquxiaozhanghao-icon:before {
  content: "\e6d6";
}

.icon-piliangbianji-icon:before {
  content: "\e6d7";
}

.icon-piliangshanchu-icon:before {
  content: "\e6d8";
}

.icon-xiaochengxu-chanpinliebiao-seka1:before {
  content: "\e6ce";
}

.icon-genjinfangshi-icon:before {
  content: "\e6cf";
}

.icon-bianjibiaoqian:before {
  content: "\e6cd";
}

.icon-bangdingqiye:before {
  content: "\e6cc";
}

.icon-danchuangguanbi:before {
  content: "\e6ca";
}

.icon-zhankaiquanping:before {
  content: "\e6cb";
}

.icon-mingpian2:before {
  content: "\e6c8";
}

.icon-lianxiren:before {
  content: "\e6c9";
}

.icon-nv:before {
  content: "\e6c6";
}

.icon-nan:before {
  content: "\e6c7";
}

.icon-kebaokuaiguobaohuqi_icon_kebao:before {
  content: "\e6bd";
}

.icon-fahuodingdan_icon_fahuodindan:before {
  content: "\e6be";
}

.icon-sekalingqu_icon_sekalingqu:before {
  content: "\e6bf";
}

.icon-daibanrenwu2_icon_daibanrenwu:before {
  content: "\e6c0";
}

.icon-daibanrenwu1_icon_daibanrenwu1:before {
  content: "\e6c1";
}

.icon-richeng_icon_richeng:before {
  content: "\e6c2";
}

.icon-baifangjihua_icon_baifangjihua:before {
  content: "\e6c3";
}

.icon-genjinjihua_icon_genjinjihua:before {
  content: "\e6c4";
}

.icon-yaoyuejihua_icon_yaoyuejihua:before {
  content: "\e6c5";
}

.icon-cross:before {
  content: "\e6bc";
}

.icon-chuangjianrenwu_icon:before {
  content: "\e6ba";
}

.icon-luruxiansuo_icon:before {
  content: "\e6bb";
}

.icon-lurukehu_icon:before {
  content: "\e6b9";
}

.icon-saomiaomingpian_icon:before {
  content: "\e6b8";
}

.icon-bumen_icon:before {
  content: "\e6b6";
}

.icon-gongsi_icon:before {
  content: "\e6b7";
}

.icon-quse:before {
  content: "\e6b5";
}

.icon-riqi_icon:before {
  content: "\e6b4";
}

.icon-qunguanli_icon:before {
  content: "\e6b3";
}

.icon-bianji_icon:before {
  content: "\e6b2";
}

.icon-mission:before {
  content: "\e6b1";
}

.icon-chehui:before {
  content: "\e6b0";
}

.icon-a-1-kucunguanli:before {
  content: "\e606";
}

.icon-saoma:before {
  content: "\e603";
}

.icon-xiangji2:before {
  content: "\e780";
}

.icon-xiangce:before {
  content: "\e76b";
}

.icon-richeng:before {
  content: "\e6ab";
}

.icon-qiyegenjin:before {
  content: "\e6ac";
}

.icon-renwu:before {
  content: "\e6af";
}

.icon-lianxiren1:before {
  content: "\e6ae";
}

.icon-qiye2:before {
  content: "\e6ad";
}

.icon-mingpian1:before {
  content: "\e605";
}

.icon-a-lahei2:before {
  content: "\e604";
}

.icon-boda:before {
  content: "\e602";
}

.icon-lahei:before {
  content: "\e601";
}

.icon-weizhi1:before {
  content: "\e6a1";
}

.icon-chaosong:before {
  content: "\e6a2";
}

.icon-dadianhua1:before {
  content: "\e6a3";
}

.icon-genjinyuangong:before {
  content: "\e6a4";
}

.icon-genjinqiye:before {
  content: "\e6a5";
}

.icon-chuangjianyuangong:before {
  content: "\e6a6";
}

.icon-gengduo1:before {
  content: "\e6a7";
}

.icon-genjinleixing:before {
  content: "\e6a8";
}

.icon-faxinxi1:before {
  content: "\e6a9";
}

.icon-famingpian:before {
  content: "\e6aa";
}

.icon-wuliao:before {
  content: "\e69f";
}

.icon-lianjie:before {
  content: "\e6a0";
}

.icon-weiyemian:before {
  content: "\e69e";
}

.icon-kanban:before {
  content: "\e69d";
}

.icon-a-bianzubeifen9:before {
  content: "\e69c";
}

.icon-addorder:before {
  content: "\e69b";
}

.icon-Icons-shipin:before {
  content: "\e69a";
}

.icon-icon-component-picturead:before {
  content: "\e699";
}

.icon-icon-component-richword:before {
  content: "\e690";
}

.icon-icon-component-picmagic:before {
  content: "\e691";
}

.icon-icon-component-shopgroup:before {
  content: "\e692";
}

.icon-icon-component-shop:before {
  content: "\e693";
}

.icon-icon-component-tuwenlist:before {
  content: "\e694";
}

.icon-icon-component-sousuo:before {
  content: "\e695";
}

.icon-icon-component-biaoti:before {
  content: "\e696";
}

.icon-icon-component-lunbo-ad:before {
  content: "\e697";
}

.icon-icon-component-tuwenmenu:before {
  content: "\e698";
}

.icon-genjinren:before {
  content: "\e68f";
}

.icon-gengduo:before {
  content: "\e68e";
}

.icon-home:before {
  content: "\e68d";
}

.icon-wode:before {
  content: "\e68c";
}

.icon-shouye_xuanzhong:before {
  content: "\e689";
}

.icon-wode_xuanzhong:before {
  content: "\e68a";
}

.icon-chanpinjieshao_xuanzhong:before {
  content: "\e68b";
}

.icon-fenxiang1:before {
  content: "\e688";
}

.icon-a-05-zhongdianguanzhu:before {
  content: "\e680";
}

.icon-a-06-lingquseka:before {
  content: "\e681";
}

.icon-a-07-jinhangzhongshangji:before {
  content: "\e682";
}

.icon-a-08-jinhangzhongdingdan:before {
  content: "\e683";
}

.icon-a-02-genjinzhongkehu:before {
  content: "\e684";
}

.icon-a-03-jijiangguoqikehu:before {
  content: "\e685";
}

.icon-a-04-tixinggenjinkehu:before {
  content: "\e686";
}

.icon-a-01-weigenjinkehu:before {
  content: "\e687";
}

.icon-duiqi-youduiqi:before {
  content: "\e67b";
}

.icon-shangpin:before {
  content: "\e676";
}

.icon-sousuo2:before {
  content: "\e678";
}

.icon-tuwendaohang1:before {
  content: "\e67f";
}

.icon-shangpinfenzu:before {
  content: "\e677";
}

.icon-tupianmofang:before {
  content: "\e679";
}

.icon-fengexian:before {
  content: "\e67a";
}

.icon-lunboguanggao:before {
  content: "\e67c";
}

.icon-fuwenben:before {
  content: "\e67d";
}

.icon-biaoti:before {
  content: "\e67e";
}

.icon-cuxi-1:before {
  content: "\e673";
}

.icon-duiqi-juzhongduiqi:before {
  content: "\e674";
}

.icon-duiqi-zuoduiqi:before {
  content: "\e675";
}

.icon-cuxi-2:before {
  content: "\e672";
}

.icon-yidong:before {
  content: "\e671";
}

.icon-kefuzhongxin:before {
  content: "\e66f";
}

.icon-weizhi:before {
  content: "\e670";
}

.icon-a-0zhanwei:before {
  content: "\e66e";
}

.icon-yundianban:before {
  content: "\e66c";
}

.icon-yundianbeifen:before {
  content: "\e66b";
}

.icon-yundian:before {
  content: "\e66a";
}

.icon-PC-daohang-yonghu:before {
  content: "\e66d";
}

.icon-gengduo-shang:before {
  content: "\e668";
}

.icon-gengduo-xia:before {
  content: "\e669";
}

.icon-xiaochengxu-chanpinliebiao-seka1-copy:before {
  content: "\e667";
}

.icon-xiaochengxu-chanpinliebiao-seka:before {
  content: "\e663";
}

.icon-xiaochengxu-wode-sekajilu:before {
  content: "\e664";
}

.icon-xiaochengxu-chanpinliebiao-baojia:before {
  content: "\e665";
}

.icon-xiaochengxu-wode-shouhuodizhi:before {
  content: "\e666";
}

.icon-mianxing-dadianhua:before {
  content: "\e660";
}

.icon-biaotilan-shouye:before {
  content: "\e661";
}

.icon-mianxing-daohang:before {
  content: "\e662";
}

.icon-sekadingdan-rukou-copy:before {
  content: "\e65c";
}

.icon-mianxing-shanchu:before {
  content: "\e65b";
}

.icon-mianxing-zengjia:before {
  content: "\e65e";
}

.icon-mianxing-bianji1:before {
  content: "\e65f";
}

.icon-danxuankuang_weixuanzhong:before {
  content: "\e65d";
}

.icon-xiayibu:before {
  content: "\e652";
}

.icon-danchuang-guanbi:before {
  content: "\e653";
}

.icon-shijian:before {
  content: "\e654";
}

.icon-sousuo1:before {
  content: "\e655";
}

.icon-guanlian:before {
  content: "\e656";
}

.icon-fuzhi:before {
  content: "\e657";
}

.icon-bianji:before {
  content: "\e658";
}

.icon-danxuankuang_xuanzhong:before {
  content: "\e659";
}

.icon-zengjia:before {
  content: "\e65a";
}

.icon-star-filled:before {
  content: "\e650";
}

.icon-star:before {
  content: "\e651";
}

.icon-order-descending:before {
  content: "\e64e";
}

.icon-order-ascending:before {
  content: "\e64f";
}

.icon-huihua-logo:before {
  content: "\e64b";
}

.icon-qijian-logo:before {
  content: "\e64d";
}

.icon-yunyin-logo:before {
  content: "\e649";
}

.icon-hangye-logo:before {
  content: "\e64a";
}

.icon-jichu-logo:before {
  content: "\e64c";
}

.icon-a-zu7778:before {
  content: "\e648";
}

.icon-youxiang:before {
  content: "\e647";
}

.icon-gongsi:before {
  content: "\e644";
}

.icon-dizhi:before {
  content: "\e645";
}

.icon-dianhua:before {
  content: "\e646";
}

.icon-a-zu6692:before {
  content: "\e643";
}

.icon-a-zu6685:before {
  content: "\e642";
}

.icon-rili:before {
  content: "\e641";
}

.icon-a-lujing1123:before {
  content: "\e63d";
}

.icon-a-zu6194:before {
  content: "\e63f";
}

.icon-a-lujing1122:before {
  content: "\e640";
}

.icon-browse:before {
  content: "\e63b";
}

.icon-browse-off:before {
  content: "\e63c";
}

.icon-user:before {
  content: "\e63a";
}

.icon-lock-on:before {
  content: "\e608";
}

.icon-a-zu5865:before {
  content: "\e639";
}

.icon-_xiaoxi:before {
  content: "\e638";
}

.icon-a-_dingdanfuben:before {
  content: "\e630";
}

.icon-a-_kehufuben:before {
  content: "\e631";
}

.icon-a-_qiyefuben:before {
  content: "\e632";
}

.icon-a-_gonghaifuben:before {
  content: "\e633";
}

.icon-a-_xiansuofuben:before {
  content: "\e634";
}

.icon-a-_xiansuochifuben2:before {
  content: "\e635";
}

.icon-a-_chengjiaojinefuben_chengjiaojinefuben:before {
  content: "\e636";
}

.icon-a-_xiansuochifuben3:before {
  content: "\e637";
}

.icon-xiaochengxu:before {
  content: "\e63e";
}

.icon-yiwancheng1:before {
  content: "\e600";
}

.icon-tongyong:before {
  content: "\e62f";
}

.icon-shengchenghaibao:before {
  content: "\e62c";
}

.icon-tianjiakehu:before {
  content: "\e62d";
}

.icon-shanchukehu:before {
  content: "\e62e";
}

.icon-mingpian:before {
  content: "\e62a";
}

.icon-yunyingbaodian:before {
  content: "\e62b";
}

.icon-tubiaozhizuomoban_biaodan:before {
  content: "\e60e";
}

.icon-tubiaozhizuomoban_huiyi:before {
  content: "\e60f";
}

.icon-tubiaozhizuomoban_wenjian:before {
  content: "\e610";
}

.icon-tubiaozhizuomoban_haibao:before {
  content: "\e611";
}

.icon-tubiaozhizuomoban_wenzhang:before {
  content: "\e612";
}

.icon-tubiaozhizuomoban_chanpin:before {
  content: "\e613";
}

.icon-tubiaozhizuomoban_zhibo:before {
  content: "\e614";
}

.icon-tubiaozhizuomoban_huodongtuwen:before {
  content: "\e629";
}

.icon-sousuo:before {
  content: "\e60c";
}

.icon-shaixuan:before {
  content: "\e60d";
}

.icon-baoming:before {
  content: "\e607";
}

.icon-xiazai:before {
  content: "\e609";
}

.icon-zhuce:before {
  content: "\e60a";
}

.icon-yuyue:before {
  content: "\e60b";
}

.icon-tianjiajilu:before {
  content: "\e615";
}

.icon-quxiaoguanzhu:before {
  content: "\e616";
}

.icon-dianzan:before {
  content: "\e617";
}

.icon-fenxiang:before {
  content: "\e618";
}

.icon-guanzhu:before {
  content: "\e619";
}

.icon-gongsimingcheng:before {
  content: "\e61a";
}

.icon-zaikan:before {
  content: "\e61b";
}

.icon-guankan:before {
  content: "\e61c";
}

.icon-tijiao:before {
  content: "\e61d";
}

.icon-faxinxi:before {
  content: "\e61e";
}

.icon-fangwen:before {
  content: "\e61f";
}

.icon-yuedu:before {
  content: "\e620";
}

.icon-genjinjilu:before {
  content: "\e621";
}

.icon-qiandao:before {
  content: "\e622";
}

.icon-dianji:before {
  content: "\e623";
}

.icon-shoucang:before {
  content: "\e624";
}

.icon-dadianhua:before {
  content: "\e625";
}

.icon-dingyue:before {
  content: "\e626";
}

.icon-xitongjilu:before {
  content: "\e627";
}

.icon-chakan:before {
  content: "\e628";
}

/* purgecss end ignore */


/* purgecss start ignore */
.canvas[data-v-1efef17f] {
  position: fixed;
  top: 2000px;
}

/* purgecss end ignore */

/* purgecss start ignore */
.scrollable-table[data-v-084a0164]{
  width:100%;
  overflow:hidden
}
.table-wrapper[data-v-084a0164]{
  width:100%;
  overflow-x:auto
}
.data-table[data-v-084a0164]{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  table-layout:fixed
}
.data-table thead[data-v-084a0164]{
  position:sticky;
  top:0;
  z-index:1
}
.data-table thead tr[data-v-084a0164]{
  background-color:#fafafa
}
.data-table thead th[data-v-084a0164]{
  padding:10px 8px;
  text-align:center;
  font-weight:500;
  color:#666;
  border-bottom:1px solid #f0f0f0;
  background-color:#fafafa;
  white-space:nowrap
}
.data-table tbody tr[data-v-084a0164]:nth-child(even){
  background-color:#fafafa
}
.data-table tbody tr[data-v-084a0164]:hover{
  background-color:#f5f5f5
}
.data-table tbody td[data-v-084a0164]{
  padding:10px 8px;
  text-align:center;
  color:#333;
  border-bottom:1px solid #f0f0f0;
  white-space:nowrap
}
.data-table .empty-cell[data-v-084a0164]{
  text-align:center;
  color:#999;
  padding:40px 20px
}
.data-table .ellipsis[data-v-084a0164]{
  white-space:nowrap
}

/* purgecss end ignore */
/* purgecss start ignore */
.common-nav-bar[data-v-9b804d3c]{
  background:#4674c9
}
.common-nav-bar[data-v-9b804d3c]  .van-nav-bar{
  background-color:#4674c9
}
.common-nav-bar[data-v-9b804d3c]  .van-nav-bar__title{
  color:#fff;
  font-size:18px;
  font-weight:500
}
.common-nav-bar[data-v-9b804d3c]  .van-nav-bar__text{
  color:#fff
}
.common-nav-bar[data-v-9b804d3c]  .van-icon{
  color:#fff
}

/* purgecss end ignore */
