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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-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;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  *,
  ::before,
  ::after {
    box-sizing: inherit;
  }
  body {
    font-family: '微软雅黑', Arial;
    position: relative;
  }
  [v-cloak] {
    display: none;
  }

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
#toio-app h1 {
  font-size: 2.625vw;
  line-height: 3.8vw;
  font-weight: 700;
}
@media (min-width: 1536px) {

  #toio-app h1 {
    font-size: 3.125vw;
    line-height: 4.2vw;
  }
}
#toio-app h2 {
  font-size: 1.875vw;
  line-height: 3vw;
  font-weight: 700;
}
@media (min-width: 1536px) {

  #toio-app h2 {
    font-size: 2.625vw;
    line-height: 3.8vw;
  }
}
#toio-app h3 {
  font-size: 1.325vw;
  line-height: 2.2vw;
  font-weight: 700;
}
@media (min-width: 1536px) {

  #toio-app h3 {
    font-size: 1.875vw;
    line-height: 3vw;
  }
}
#toio-app h4 {
  font-size: 1.1875vw;
  line-height: 1.8vw;
  font-weight: 600;
}
@media (min-width: 1536px) {

  #toio-app h4 {
    font-size: 1.325vw;
    line-height: 2.2vw;
  }
}
#toio-app h5 {
  font-size: 1.04166667vw;
  line-height: 1.5vw;
  font-weight: 500;
}
@media (min-width: 1536px) {

  #toio-app h5 {
    font-size: 1.1875vw;
    line-height: 1.8vw;
  }
}
#toio-app h6 {
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 500;
}
@media (min-width: 1536px) {

  #toio-app h6 {
    font-size: 1.04166667vw;
    line-height: 1.5vw;
  }
}
#toio-app td {
  font-size: 1.04166667vw;
  line-height: 1.5vw;
  font-weight: 400;
}
@media (min-width: 1536px) {

  #toio-app td {
    font-size: 1.1875vw;
    line-height: 1.8vw;
  }
}
#toio-app p {
  font-size: 1.04166667vw;
  line-height: 1.5vw;
  font-weight: 400;
}
@media (min-width: 1536px) {

  #toio-app p {
    font-size: 1.1875vw;
    line-height: 1.8vw;
  }
}
#toio-app .tip-p {
  font-size: 0.66667vw;
  line-height: 1.1vw;
  font-weight: 400;
}
@media (min-width: 1536px) {

  #toio-app .tip-p {
    font-size: 1.04166667vw;
    line-height: 1.5vw;
  }
}
.tw-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-absolute-x-center {
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-absolute-y-center {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-absolute-toper {
  position: absolute;
  left: 50%;
  top: 33.333333%;
  --tw-translate-x: -50%;
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-absolute-slower {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: nowrap;
  gap: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-button:active {
  background-color: rgb(0 0 0 / 0.8);
}
.tw-invisible {
  visibility: hidden;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-inset-x-0 {
  left: 0px;
  right: 0px;
}
.-tw-left-5 {
  left: -1.25rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-1\/4 {
  bottom: 25%;
}
.tw-bottom-10 {
  bottom: 2.5rem;
}
.tw-bottom-20 {
  bottom: 5rem;
}
.tw-bottom-36 {
  bottom: 9rem;
}
.tw-bottom-4 {
  bottom: 1rem;
}
.tw-bottom-\[10\%\] {
  bottom: 10%;
}
.tw-bottom-\[17\%\] {
  bottom: 17%;
}
.tw-bottom-\[18\%\] {
  bottom: 18%;
}
.tw-bottom-\[26\%\] {
  bottom: 26%;
}
.tw-bottom-\[45\%\] {
  bottom: 45%;
}
.tw-bottom-\[6\%\] {
  bottom: 6%;
}
.tw-bottom-\[8\%\] {
  bottom: 8%;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-10 {
  left: 2.5rem;
}
.tw-left-20 {
  left: 5rem;
}
.tw-left-8 {
  left: 2rem;
}
.tw-left-\[10\%\] {
  left: 10%;
}
.tw-left-\[108\%\] {
  left: 108%;
}
.tw-left-\[138\%\] {
  left: 138%;
}
.tw-left-\[18\%\] {
  left: 18%;
}
.tw-left-\[40\%\] {
  left: 40%;
}
.tw-left-\[45\%\] {
  left: 45%;
}
.tw-left-\[5\%\] {
  left: 5%;
}
.tw-left-\[8\%\] {
  left: 8%;
}
.tw-left-\[90\%\] {
  left: 90%;
}
.tw-left-full {
  left: 100%;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-16 {
  right: 4rem;
}
.tw-right-8 {
  right: 2rem;
}
.tw-right-\[10\%\] {
  right: 10%;
}
.tw-right-\[15\%\] {
  right: 15%;
}
.tw-right-\[5\%\] {
  right: 5%;
}
.tw-right-\[8\%\] {
  right: 8%;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-24 {
  top: 6rem;
}
.tw-top-28 {
  top: 7rem;
}
.tw-top-4 {
  top: 1rem;
}
.tw-top-5 {
  top: 1.25rem;
}
.tw-top-\[10\%\] {
  top: 10%;
}
.tw-top-\[15\%\] {
  top: 15%;
}
.tw-top-\[20\%\] {
  top: 20%;
}
.tw-top-\[28\%\] {
  top: 28%;
}
.tw-top-\[7\%\] {
  top: 7%;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-tw-ml-10 {
  margin-left: -2.5rem;
}
.-tw-ml-14 {
  margin-left: -3.5rem;
}
.-tw-mt-10 {
  margin-top: -2.5rem;
}
.-tw-mt-32 {
  margin-top: -8rem;
}
.-tw-mt-64 {
  margin-top: -16rem;
}
.tw-mb-16 {
  margin-bottom: 4rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-20 {
  margin-bottom: 5rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-ml-0 {
  margin-left: 0px;
}
.tw-ml-0\.5 {
  margin-left: 0.125rem;
}
.tw-ml-6 {
  margin-left: 1.5rem;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-14 {
  margin-top: 3.5rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-h-1 {
  height: 0.25rem;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-14 {
  height: 3.5rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2\/3 {
  height: 66.666667%;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-\[78\%\] {
  height: 78%;
}
.tw-h-\[80\%\] {
  height: 80%;
}
.tw-h-full {
  height: 100%;
}
.tw-w-0 {
  width: 0px;
}
.tw-w-0\.5 {
  width: 0.125rem;
}
.tw-w-1 {
  width: 0.25rem;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/4 {
  width: 25%;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-3\/5 {
  width: 60%;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-4\/5 {
  width: 80%;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-5\/6 {
  width: 83.333333%;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-9\/12 {
  width: 75%;
}
.tw-w-\[15\%\] {
  width: 15%;
}
.tw-w-\[150\%\] {
  width: 150%;
}
.tw-w-\[18\%\] {
  width: 18%;
}
.tw-w-\[20\%\] {
  width: 20%;
}
.tw-w-\[22\%\] {
  width: 22%;
}
.tw-w-\[24\%\] {
  width: 24%;
}
.tw-w-\[25\%\] {
  width: 25%;
}
.tw-w-\[35\%\] {
  width: 35%;
}
.tw-w-\[36\%\] {
  width: 36%;
}
.tw-w-\[40\%\] {
  width: 40%;
}
.tw-w-\[50\%\] {
  width: 50%;
}
.tw-w-\[52\%\] {
  width: 52%;
}
.tw-w-\[53\%\] {
  width: 53%;
}
.tw-w-\[56\%\] {
  width: 56%;
}
.tw-w-\[60\%\] {
  width: 60%;
}
.tw-w-\[62\%\] {
  width: 62%;
}
.tw-w-\[64\%\] {
  width: 64%;
}
.tw-w-\[65\%\] {
  width: 65%;
}
.tw-w-\[70\%\] {
  width: 70%;
}
.tw-w-\[80\%\] {
  width: 80%;
}
.tw-w-\[85\%\] {
  width: 85%;
}
.tw-w-\[90\%\] {
  width: 90%;
}
.tw-w-\[94\%\] {
  width: 94%;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-\[1200px\] {
  min-width: 1200px;
}
.tw-max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.-tw-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-\[70\%\] {
  --tw-translate-y: -70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-\[90\%\] {
  --tw-translate-y: -90%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-20 {
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-10 {
  gap: 2.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-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));
}
.tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.tw-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));
}
.tw-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));
}
.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.tw-bg-\[\#FDF0A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 240 160 / var(--tw-bg-opacity));
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-pb-1 {
  padding-bottom: 0.25rem;
}
.tw-pt-28 {
  padding-top: 7rem;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-4xl {
  font-size: 2.625vw;
  line-height: 3.8vw;
}
.tw-text-lg {
  font-size: 1.04166667vw;
  line-height: 1.5vw;
}
.tw-text-sm {
  font-size: 0.83333333vw;
  line-height: 1.3vw;
}
.tw-text-xl {
  font-size: 1.1875vw;
  line-height: 1.8vw;
}
.tw-text-xs {
  font-size: 0.66667vw;
  line-height: 1.1vw;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-tracking-\[4px\] {
  letter-spacing: 4px;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.tw-underline {
  text-decoration-line: underline;
}
.href_reurlpopuptop {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  opacity: 1;
}
.href_reurlpopuptop img {
  width: 45.3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#toio-app *,
#toio-app ::before,
#toio-app ::after {
  box-sizing: border-box;
}
#toio-app .table-tr {
  border-bottom: 1px solid #ebf0a1;
}
#toio-app .border-td {
  border-left: 1px solid #ebf0a1;
  border-right: 1px solid #ebf0a1;
}
#toio-app .tr-bg {
  background: #fcfcf2;
}
#toio-app .yellow-btn {
  background: url('/content/dam/sonystyle/products/intelligent/gorobot/feature/pc_toio/yellow-btn.jpg') no-repeat;
  background-size: 100% 100%;
}
#toio-app .blue-btn {
  background: url('/content/dam/sonystyle/products/intelligent/gorobot/feature/pc_toio/blue-btn.jpg') no-repeat;
  background-size: 100% 100%;
}
#toio-app .dance-box:nth-of-type(2) .dance-box-desc {
  width: 200%;
}
#toio-app .dance-box:nth-of-type(3) .dance-box-desc {
  width: 200%;
}
#toio-app .dance-box .dance-box-desc {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(30px);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
#toio-app .dance-box .dance-box-desc ul {
  padding: 4px 6px;
  background-color: #fff;
}
#toio-app .dance-box .dance-box-desc::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background: #577895;
  z-index: -1;
}
#toio-app .dance-box:hover .dance-box-desc {
  opacity: 1;
}
#toio-app .toio-planet {
  position: absolute;
  z-index: 10;
}
#toio-app .toio-planet:nth-of-type(2) .toio-planet-image {
  width: 80px;
  height: auto;
}
#toio-app .toio-planet-image {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 80px;
}
#toio-app .toio-planet-title {
  position: absolute;
  left: 50%;
  top: 104%;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
#toio-app .toio-planet-desc {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#toio-app .toio-planet-desc ul {
  padding: 4px 6px;
  font-size: 14px;
  background-color: #fff;
  list-style-position: outside;
}
#toio-app .toio-planet-desc ul.list-style-decimal {
  list-style-type: disc;
  padding: 2px 6px 2px 18px;
}
#toio-app .toio-planet-desc ul.list-style-none {
  list-style-type: none;
}
#toio-app .toio-planet-desc li {
  white-space: nowrap;
}
#toio-app .toio-planet-desc::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background: #577895;
  z-index: -1;
}
#toio-app .toio-planet:hover .toio-planet-desc {
  opacity: 1;
}
@keyframes slide {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#toio-app .toio-planet:nth-of-type(1) {
  animation: slide 8s ease-in-out alternate infinite;
}
#toio-app .toio-planet:nth-of-type(2) {
  animation: slide 8s ease-in-out 2s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(3) {
  animation: slide 8s ease-in-out 0.2s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(4) {
  animation: slide 8s ease-in-out 0.2s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(5) {
  animation: slide 8s ease-in-out 2.3s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(6) {
  animation: slide 8s ease-in-out 2.3s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(7) {
  animation: slide 8s ease-in-out 0.3s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(8) {
  animation: slide 8s ease-in-out 0.1s alternate infinite;
}
#toio-app .toio-planet:nth-of-type(1) {
  left: -13%;
  top: 55%;
}
#toio-app .toio-planet:nth-of-type(2) {
  left: -10%;
  top: -60%;
}
#toio-app .toio-planet:nth-of-type(3) {
  left: 6%;
  top: 96%;
}
#toio-app .toio-planet:nth-of-type(4) {
  left: 28%;
  top: -40%;
}
#toio-app .toio-planet:nth-of-type(5) {
  left: 58%;
  top: -40%;
}
#toio-app .toio-planet:nth-of-type(6) {
  left: 75%;
  top: 74%;
}
#toio-app .toio-planet:nth-of-type(7) {
  left: 94%;
  top: -60%;
}
#toio-app .toio-planet:nth-of-type(8) {
  left: 96%;
  top: 65%;
}
@media screen and (min-width: 1500px) {
  #toio-app .toio-planet:nth-of-type(1) {
    left: -10%;
    top: 60%;
  }
  #toio-app .toio-planet:nth-of-type(2) {
    left: -9%;
    top: -50%;
  }
  #toio-app .toio-planet:nth-of-type(3) {
    left: 8%;
    top: 96%;
  }
  #toio-app .toio-planet:nth-of-type(4) {
    left: 30%;
    top: -30%;
  }
  #toio-app .toio-planet:nth-of-type(5) {
    left: 60%;
    top: -20%;
  }
  #toio-app .toio-planet:nth-of-type(6) {
    left: 76%;
    top: 74%;
  }
  #toio-app .toio-planet:nth-of-type(7) {
    left: 95%;
    top: -50%;
  }
  #toio-app .toio-planet:nth-of-type(8) {
    left: 98%;
    top: 70%;
  }
}
@media screen and (min-width: 1700px) {
  #toio-app .toio-planet:nth-of-type(2) .toio-planet-image {
    width: 100px;
    height: auto;
  }
  #toio-app .toio-planet-image {
    height: 100px;
  }
  #toio-app .toio-planet:nth-of-type(1) {
    left: -10%;
    top: 65%;
  }
  #toio-app .toio-planet:nth-of-type(2) {
    left: -9%;
    top: -45%;
  }
  #toio-app .toio-planet:nth-of-type(3) {
    left: 8%;
    top: 100%;
  }
  #toio-app .toio-planet:nth-of-type(4) {
    left: 30%;
    top: -30%;
  }
  #toio-app .toio-planet:nth-of-type(5) {
    left: 60%;
    top: -20%;
  }
  #toio-app .toio-planet:nth-of-type(6) {
    left: 76%;
    top: 74%;
  }
  #toio-app .toio-planet:nth-of-type(7) {
    left: 95%;
    top: -50%;
  }
  #toio-app .toio-planet:nth-of-type(8) {
    left: 98%;
    top: 70%;
  }
}
#toio-app .toio-planet:nth-of-type(1) .toio-planet-desc {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 56px);
}
#toio-app .toio-planet:nth-of-type(2) .toio-planet-desc {
  left: 50%;
  transform: translateX(-50%) translateY(-130%);
  top: 0;
}
#toio-app .toio-planet:nth-of-type(3) .toio-planet-desc {
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
}
#toio-app .toio-planet:nth-of-type(4) .toio-planet-desc {
  left: 0;
  top: 0;
  transform: translate(-85%, -65%);
}
#toio-app .toio-planet:nth-of-type(5) .toio-planet-desc {
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: 0;
}
#toio-app .toio-planet:nth-of-type(6) .toio-planet-desc {
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
#toio-app .toio-planet:nth-of-type(7) .toio-planet-desc {
  left: 50%;
  transform: translateX(-50%) translateY(-140%);
  top: 0;
}
#toio-app .toio-planet:nth-of-type(8) .toio-planet-desc {
  left: 50%;
  transform: translateX(-50%) translateY(-110%);
  top: 0;
}
#toio-app .toio-robot {
  position: relative;
}
#toio-app .toio-robot-desc {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#toio-app .toio-robot-desc-content {
  padding: 4px 6px;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
}
#toio-app .toio-robot-desc-content p {
  white-space: nowrap;
}
#toio-app .toio-robot-desc::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background: #577895;
  z-index: -1;
}
#toio-app .toio-robot:nth-of-type(1) .toio-robot-desc {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}
#toio-app .toio-robot:nth-of-type(2) .toio-robot-desc {
  left: 0%;
  top: 50%;
  transform: translateX(-105%) translateY(-50%);
}
@keyframes swiper {
  0% {
    transform: translateY(0px);
  }
  99.99% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0px);
  }
}
#toio-app .block-5-swiper {
  animation: swiper 10s linear 0s infinite;
}
@media (min-width: 1536px) {

  .\32xl\:tw-top-32 {
    top: 8rem;
  }

  .\32xl\:-tw-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-tw-ml-\[10\%\] {
    margin-left: -10%;
  }

  .\32xl\:tw-h-14 {
    height: 3.5rem;
  }

  .\32xl\:tw-h-20 {
    height: 5rem;
  }

  .\32xl\:tw-w-\[120\%\] {
    width: 120%;
  }

  .\32xl\:tw-w-full {
    width: 100%;
  }

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

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

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

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

  .\32xl\:tw-pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:tw-text-base {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .\32xl\:tw-text-xl {
    font-size: 1.1875vw;
    line-height: 1.8vw;
  }
}
@media (min-width: 1600px) {

  .\33xl\:tw-top-40 {
    top: 10rem;
  }
}
