/* tailwindcss base */

/* ! 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;
  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] {
  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='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

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

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

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

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

/*
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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

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

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

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

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

.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-border {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 162, 141, var(--tw-bg-opacity));
}

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 162, 141, var(--tw-bg-opacity));
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

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

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

.border-gray-border {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(24, 162, 141, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.hidden {
  display: none;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-divide-opacity));
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

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

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

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

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

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

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

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

.italic {
  font-style: italic;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

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

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

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-96 {
  height: 24rem;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

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

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-36 {
  right: 9rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-36 {
  bottom: 9rem;
}

.left-0 {
  left: 0px;
}

.left-16 {
  left: 4rem;
}

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

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

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

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

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

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

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

.mt-24 {
  margin-top: 6rem;
}

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

.mt-36 {
  margin-top: 9rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-auto {
  margin-top: auto;
}

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

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

.-mt-36 {
  margin-top: -9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-3xl {
  max-width: 48rem;
}

.opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.p-4 {
  padding: 1rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

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

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

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

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

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

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

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

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

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

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-36 {
  padding-top: 9rem;
}

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

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

.pr-36 {
  padding-right: 9rem;
}

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

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

.text-current {
  color: currentColor;
}

.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-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

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

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

.visible {
  visibility: visible;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-64 {
  width: 16rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

.w-7\/12 {
  width: 58.333333%;
}

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

.w-full {
  width: 100%;
}

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

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

/* common */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

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

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button,
input {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  border-style: solid;
  border-radius: 0;
  padding: 0;
  color: inherit;
}

svg > path,
svg > line {
  stroke: currentColor;
}

@font-face {
  font-family: "Montserrat";

  font-style: normal;

  font-weight: 100;

  src: local(""), url("../fonts/montserrat/montserrat-v15-latin-100.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat/montserrat-v15-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-300 - latin */

@font-face {
  font-family: "Montserrat";

  font-style: normal;

  font-weight: 300;

  src: local(""), url("../fonts/montserrat/montserrat-v15-latin-300.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat/montserrat-v15-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */

@font-face {
  font-family: "Montserrat";

  font-style: normal;

  font-weight: 400;

  src: local(""), url("../fonts/montserrat/montserrat-v15-latin-regular.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat/montserrat-v15-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */

@font-face {
  font-family: "Montserrat";

  font-style: normal;

  font-weight: 500;

  src: local(""), url("../fonts/montserrat/montserrat-v15-latin-500.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat/montserrat-v15-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */

@font-face {
  font-family: "Montserrat";

  font-style: normal;

  font-weight: 700;

  src: local(""), url("../fonts/montserrat/montserrat-v15-latin-700.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat/montserrat-v15-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* 额外的工具类 */

.overline::before,
._underline::before {
  content: "";
  background-color: #18a28d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.overline::before, ._underline::before {
  height: 1px;
  position: absolute;
  width: 100%;
}

/* 上划线 */

.overline,
/* 下划线 */
._underline {
  border-color: #d5d5d5;
}

.overline, ._underline {
  position: relative;
}

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

.overline::before {
  top: -1px;
}

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

._underline::before {
  bottom: -1px;
}

.overline:hover::before,
._underline:hover::before {
  transform: scaleX(1);
}

/* 修复header与body的上内边距 */

body.fix-p-t {
  padding-top: 6rem;
}

@media (max-width: 1280px) {
  body.fix-p-t {
    padding-top: 4rem;
  }
}

/* 带有文档图标 */

/* .with-icon */

/* 富文本盒 */

.richtext-box {
  font-size: 14px;
  line-height: 1.428571;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

.richtext-box ul {
  list-style-type: disc;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.richtext-box ul ul {
  list-style-type: lower-alpha;
}

.richtext-box ul ul ul {
  list-style-type: disc;
}

.richtext-box img {
  display: inline;
}

/* .richtext-box ul ul ul {
    list-style-type: ;
} */

/* components */

/* 页头 */

.header {
  background-color: #18a28d;
  transition-property: transform;
  transition-duration: .3s;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  border-bottom-width: 1px;
  display: flex;
  height: 6rem;
  top: 0px;
  left: 0px;
  padding-left: 9rem;
  padding-right: 9rem;
  position: fixed;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
  z-index: 10;
}

@media (max-width: 1535px) {
  .header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 767px) {
  .header {
    height: 4rem;
  }
}

.header.collapsed {
  transform: translateY(-100%);
}

/* 搜索框打开 */

.header.searchbox-opening .header-search_box {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.pharmaco-vigilance .form-response.header.searchbox-opening .header-search_box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.header.languagebox-opening .lang_box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.pharmaco-vigilance .form-response.header.languagebox-opening .lang_box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.header.searchbox-opening .header-logo {
  display: block;
}

.header.searchbox-opening .header-nav.pc {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1280px) {
  .header.searchbox-opening .header-logo {
    display: none;
  }
}

/* logo */

.header-logo-link {
  background-image: url("/static/mydefault/style/logo.svg");
  width: auto;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999rem;
  display: block;
  height: 4rem;
  margin-right: 1rem;
  width: 10rem;
}

@media (max-width: 1535px) {
  .header-logo-link {
    height: 2rem;
    width: 8rem;
  }
}

/* 导航 */

/* pc端导航 */

.header-nav.pc {
  transition: all 0.3s;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-nav.pc > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 1535px) {
  .header-nav.pc > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.header-nav.pc > .header-nav-item {
  display: flex;
  position: relative;
}

.header-nav.pc > .header-nav-item::before {
  content: "";
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s;
  height: 3px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.header-nav.pc > .header-nav-item:hover::before {
  transform: scaleX(1);
}

.header-nav.pc > .header-nav-item:hover > .header-subnav {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.pharmaco-vigilance .form-response.header-nav.pc > .header-nav-item:hover > .header-subnav {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.header-nav.pc > .header-nav-item > .hyperlink.underlined {
  align-items: center;
  display: flex;
  font-style: normal;
  height: 100%;
}

.header-nav.pc .header-nav-item > .header-subnav {
  transition: all 0.3s;
  background-color: #18a28d;
  transform: translateX(-50%);
  top: 85%;
  --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);
  left: 50%;
  opacity: 0;
  padding: 1rem;
  position: absolute;
}

.header-nav.pc .header-nav-item > .header-subnav > :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));
}

.header-nav.pc .header-nav-item > .header-subnav {
  visibility: hidden;
  width: 16rem;
}

/* 移动端导航 */

.header-nav.mobile {
  background-color: #18a28d;
  width: auto;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition-property: transform;
  transition-duration: .3s;
  --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);
  display: none;
}

.header-nav.mobile > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  --tw-divide-opacity: 0.3;
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.header-nav.mobile {
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: fixed;
  z-index: 20;
}

.header-nav.mobile .header-nav-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-nav.mobile .header-nav-link.expanded + .header-subnav {
  display: block;
}

.header-nav.mobile .header-nav-link.expanded .header-nav-arrow {
  transform: rotateZ(0deg);
}

.header-nav.mobile .header-nav-arrow {
  transition: transform 0.3s;
  transform: rotateZ(-180deg);
  margin-left: auto;
  width: 1rem;
}

@keyframes subnav-show {
  from {
    opacity: 0;
    transform: translateY(-32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 导航项下子导航 */

.header-nav.mobile .header-nav-item > .header-subnav {
  transform-origin: top;
  animation: subnav-show 0.3s;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.header-nav.mobile .header-nav-item > .header-subnav > :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));
}

.header-nav.mobile .header-nav-item > .header-subnav {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}

.header-nav.mobile .header-nav-item > .header-subnav .header-nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* 移动端导航-打开状态 */

.header-nav.mobile.opening {
  transform: translateX(0%);
}

/* 菜单按钮 */

.header-menu {
  cursor: pointer;
  box-sizing: content-box;
  transition-property: transform;
  transition-duration: .3s;
  display: none;
  left: 0.5rem;
  padding: 1rem;
  position: fixed;
}

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

.header-menu {
  width: 1.25rem;
  z-index: 20;
}

.header-menu.opening .header-menu-line:nth-child(1) {
  transform: rotateZ(-45deg);
}

.header-menu.opening .header-menu-line:nth-child(2) {
  opacity: 0;
}

.header-menu.opening .header-menu-line:nth-child(3) {
  transform: rotateZ(45deg);
  margin-top: -0.5rem;
}

.header-menu-line {
  transition: all 0.3s;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 1px;
  width: 100%;
}

/* 搜索框图标 */

.header-search-box-icon {
  cursor: pointer;
  box-sizing: content-box;
  background-image: url("../style/search3.svg");
  background-size: cover;
  height: 1.3rem;
  right: 4rem;
  margin-left: 2rem;
  position: static;
  width: 1.3rem;
}

/* 搜索框 */

.header-search_box {
  right: 236px;
  height: 32px;
  transform: translateX(32px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  border-bottom-width: 1px;
  position: absolute;
  width: 16rem;
}

@media (max-width: 1535px) {
  .header-search_box {
    right: 156px;
  }
}

/* 语言版本选择框 */

.lang_box {
  transition: all 0.3s;
  background-color: #18a28d;
  top: 85%;
  text-align: center;
  right: 92px;
  --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);
  opacity: 0;
  padding: 1rem;
  position: absolute;
}

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

.lang_box {
  visibility: hidden;
  width: 8rem;
}

@media (max-width: 1535px) {
  .lang_box {
    right: 1.5rem;
  }
}

.lang_box.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.pharmaco-vigilance .form-response.lang_box.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.header-search_box::before {
  content: "";
  transition: all 0.5s;
  transform: scaleX(0);
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 1px;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.header-search_box:focus-within::before {
  transform: scaleX(1);
}

.header-search_box input {
  outline: none;
  background-color: transparent;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 100%;
  width: 100%;
}

.header-search_box input::placeholder {
  color: white;
}

/* 语言图标 */

.header-lang-icon {
  cursor: pointer;
  box-sizing: content-box;
  background-image: url("../style/world3.svg");
  background-size: cover;
  height: 1.3rem;
  right: 1.5rem;
  margin-left: 2rem;
  position: static;
  width: 1.3rem;
}

/* 导航栏响应式 */

@media (max-width: 1280px) {
  .header {
    height: 4rem;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-nav.pc {
    display: none;
  }

  .header-nav.mobile {
    width: 33.3333%;
    display: block;
  }

  .header-menu {
    display: block;
  }

  .header-search-box-icon, .header-lang-icon {
    margin-left: 0px;
    position: absolute;
  }

  .header-search_box {
    right: 108px;
  }
}

@media (max-width: 767px) {
  .header-nav.mobile {
    width: 75%;
  }

  .header-search_box {
    left: 68px;
    right: 104px;
    width: auto;
    transform: translateY(-100%);
  }
}

.footer {
  background-color: #18a28d;
  padding: 9rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1535px) {
  .footer {
    padding: 4rem;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 2rem;
  }
}

.footer a {
  opacity: 0.5;
}

.footer a:hover {
  opacity: 1;
}

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

@media (max-width: 960px) {
  .footer .block1, .footer .block2, .footer .block3 {
    width: 100%;
  }
}

/* 公共横幅组件 */

.banner {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url("/static/mydefault/style/dang.jfif"); */
  padding-left: 9rem;
  padding-right: 9rem;
  padding-top: 18rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1535px) {
  .banner {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .banner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 320px;
  }
}

.banner-heading {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .banner-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.banner-nav {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .banner-nav {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.banner-nav-link {
  display: inline;
}

.banner-nav-link:not(:first-child)::before {
  content: "|";
  display: inline-block;
  font-weight: 500;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* 公共超链接样式 */

.hyperlink {
  align-items: center;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
}

@media (max-width: 767px) {
  .hyperlink {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/* 带有边框的超链接 */

.hyperlink.bordered {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  border-bottom-width: 1px;
}

.hyperlink.bordered .hyperlink-icon {
  stroke: rgb(255, 255, 255, 0.5);
}

.hyperlink.bordered:hover .hyperlink-icon {
  stroke: #ffffff;
}

/* 带有下划线的超链接 */

.hyperlink.underlined::before,
.hyperlink.group-hover\:underlined::before {
  content: "";
  background-color: #ffffff;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}

.hyperlink.underlined::before, .hyperlink.group-hover\:underlined::before {
  height: 1px;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.hyperlink.underlined:hover::before {
  transform: scaleX(1);
}

.hyperlink.hyperlink-primary.underlined::before {
  background-color: #18a28d;
}

/* 父元素悬浮 */

.group:hover .hyperlink.group-hover\:underlined::before {
  transform: scaleX(1);
}

/* 主色超链接 */

.hyperlink.hyperlink-primary {
  color: #18a28d;
}

.hyperlink.hyperlink-primary .hyperlink-icon {
  stroke: currentColor;
}

.hyperlink.hyperlink-primary.bordered {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hyperlink.hyperlink-primary.bordered .hyperlink-icon {
  --tw-border-opacity: 1;
  stroke: rgba(209, 213, 219, var(--tw-border-opacity));
}

/* 超链接的图标 */

.hyperlink-icon {
  /* stroke: white; */
  transition: all 0.3s;
  display: inline-block;
  margin-left: 1rem;
}

/* 超链接的图标在左 */

.hyperlink-icon.left {
  margin-right: 1rem;
  margin-left: auto;
}

/* 公共导航样式 */

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pagination .hyperlink {
  color: #5f5f5f;
}

.pagination .hyperlink .hyperlink-icon {
  stroke: #5f5f5f;
}

.pagination .hyperlink:hover {
  color: #18a28d;
}

.pagination .hyperlink:hover .hyperlink-icon {
  stroke: #18a28d;
}

.pagination .hyperlink.active {
  color: #18a28d;
}

.pagination .hyperlink.active.underlined::before {
  transform: scaleY(1);
}

.pagination .hyperlink::before {
  background-color: #18a28d;
}

/* prev */

.pagination-prev .hyperlink-icon {
  transform: rotateY(180deg);
  margin-right: 1rem;
  margin-left: 0px;
}

.pagination .pagination-page-number {
  border-color: #d0d0d0;
  border-right-width: 1px;
  border-left-width: 1px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .pagination .pagination-page-number {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.pagination .pagination-page-number .hyperlink {
  font-style: normal;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (max-width: 767px) {
  .pagination .pagination-page-number .hyperlink {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* 公用swiper轮播公用样式 */

.swiper-pagination {
  display: flex;
  justify-content: center;
  position: static !important;
}

.swiper-pagination .swiper-pagination-bullet {
  box-sizing: content-box;
  background-color: transparent;
  border-radius: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
  width: 1.5rem;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

.swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 6rem;
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  top: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #25a0ad;
  height: 1px;
  left: 3.5rem;
  position: absolute;
  width: 4rem;
}

.swiper-pagination .swiper-pagination-bullet-active::after {
  transform: scaleX(1);
  transition: all 0.5s;
}

/* .swiper-pagination.on-bg .swiper-pagination-bullet::before {
    @apply bg-opacity-100;
} */

/* 在背景上面时 */

.swiper-pagination.on-bg .swiper-pagination-bullet {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}

.swiper-pagination.on-bg .swiper-pagination-bullet-active, .swiper-pagination.on-bg .swiper-pagination-bullet:hover {
  --tw-text-opacity: 1;
}

.swiper-pagination.on-bg .swiper-pagination-bullet::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

/* pages */

/* 首页 */

/* 首页导航 */

.homepage .header {
  transition-property: background-color, height, transform;
  transition-duration: 0.3s;
  background-color: transparent;
  height: 8rem;
}

.homepage .header.shrunk {
  background-color: #18a28d;
  height: 6rem;
}

@media (max-width: 1280px) {
  .homepage .header {
    height: 6rem;
  }

  .homepage .header.shrunk {
    height: 4rem;
  }
}

/* 首页轮播图：起始 */

.homepage .swiper-1 .swiper-slide {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

@media (max-width: 1535px) {
  .homepage .swiper-1 .swiper-slide {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .homepage .swiper-1 .swiper-slide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.homepage .swiper-1 .swiper-pagination {
  bottom: 4rem !important;
  position: absolute !important;
}

.homepage .swiper-1 .swiper-pagination-bullet {
  transition: all 1s;
}

.homepage .swiper-1 .swiper-pagination-bullet-active {
  padding-right: 14rem;
}

@media (max-width: 767px) {
  .homepage .swiper-1 .swiper-pagination-bullet-active {
    padding-right: 7rem;
  }
}

.homepage .swiper-1 .swiper-pagination-bullet::before,
.homepage .swiper-1 .swiper-pagination-bullet::after {
  content: "";
  top: 10px;
  transform: scaleX(0);
  transform-origin: left;
}

.homepage .swiper-1 .swiper-pagination-bullet::before, .homepage .swiper-1 .swiper-pagination-bullet::after {
  height: 1px;
  left: 3.5rem;
  position: absolute;
  width: 12rem;
}

@media (max-width: 767px) {
  .homepage .swiper-1 .swiper-pagination-bullet::before, .homepage .swiper-1 .swiper-pagination-bullet::after {
    width: 6rem;
  }
}

.homepage .swiper-1 .swiper-pagination-bullet::before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.homepage .swiper-1 .swiper-pagination-bullet::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.homepage .swiper-1 .swiper-pagination-bullet-active::after {
  transition: transform 1s;
  transition-delay: 1s;
  transform: scaleX(1);
}

.homepage .swiper-1 .swiper-pagination-bullet-active::before {
  animation-name: bulletSlideToRight;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.homepage .swiper-1 .swiper-pagination-hidden .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

/* 首页轮播开始播放视频 */

/* .homepage .swiper-1.video-playing {
    sd
} */

@keyframes bulletSlideToRight {
  to {
    transform: scaleY(1);
  }
}

/* 首页轮播图：结束 */

.homepage .swiper-1 .swiper-slide {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.homepage .swiper-1 .swiper-slide h1 {
  transform: translateY(32px);
  opacity: 0;
  transition: all 1s;
}

.homepage .swiper-1 .swiper-slide.content-showing h1 {
  transform: translateY(0px);
  opacity: 1;
}

.homepage .swiper-1 .swiper-slide.content-showing .icon-play {
  transform: scale(1);
  opacity: 1;
}

.homepage .icon-play {
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: all 1s;
  transform: scale(0.5);
  opacity: 0;
  align-items: center;
  border-radius: 9999px;
  display: flex;
  height: 4rem;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 4rem;
}

@media (max-width: 1535px) {
  .homepage .icon-play {
    height: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 3rem;
  }
}

.homepage .swiper-1 .swiper-slide.content-showing .icon-play:hover {
  transform: scale(1.2);
}

/* section 2手风琴 */

.homepage .section-2 {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .homepage .section-2 {
    display: block;
  }
}

.homepage .section-2 .swiper-container {
  margin: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .homepage .section-2 .swiper-container {
    width: 100%;
  }
}

.homepage .section-2 .stack-card {
  flex: 1;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .homepage .section-2 .stack-card {
    height: 384px;
  }
}

.homepage .section-2 .stack-card-item {
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: 0;
  transition: all 0.5s ease;
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem;
  padding-bottom: 3rem;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
  width: 66.666667%;
}

@media (max-width: 1535px) {
  .homepage .section-2 .stack-card-item {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .homepage .section-2 .stack-card-item {
    padding: 1rem;
  }
}

.homepage .section-2 .stack-card-item.active {
  cursor: default;
  --tw-text-opacity: 1;
}

.homepage .section-2 .stack-card-item:nth-child(1) {
  background-image: url("../style/bg_love.png");
  background-color: #02377e;
}

.homepage .section-2 .stack-card-item:nth-child(2) {
  background-image: url("../style/bg_gear.png");
  background-color: #046d99;
  left: 16.6%;
}

.homepage .section-2 .stack-card-item:nth-child(3) {
  background-image: url("../style/bg_chain.png");
  background-color: #18a28d;
  left: 33.4%;
}

.homepage .section-2 .stack-card-item:nth-child(1).active ~ .stack-card-item:nth-child(2) {
  left: 66.6%;
}

.homepage .section-2 .stack-card-item:nth-child(1).active ~ .stack-card-item:nth-child(3) {
  left: 83.3%;
}

.homepage .section-2 .stack-card-item:nth-child(2).active ~ .stack-card-item:nth-child(3) {
  left: 83.2%;
}

@media (max-width: 1535px) {
  .section-2 .text > a:nth-child(1) {
    left: 0;
  }

  .section-2 .text > a:nth-child(2) {
    left: 8rem;
  }

  .section-2 .text > a:nth-child(3) {
    left: 16rem;
  }
}

/* section-3 */

.homepage .section-3 {
  background-image: url("../style/homepage_section_3_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage .section-3 .data-panels a::before {
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 0.125rem;
  bottom: -1px;
  left: 50%;
  margin-left: -2rem;
  position: absolute;
  width: 4rem;
}

.homepage .section-3 a:hover {
  --tw-text-opacity: 1;
}

.homepage .section-3 a.active {
  --tw-text-opacity: 1;
}

.homepage .section-3 a.active::before {
  transform: scaleX(1);
  transition: transform 0.5s;
}

.homepage .data-panel {
  flex: 1 1 0%;
  width: 33.333333%;
}

.homepage .data-panel + .data-panel .content {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  border-left-width: 1px;
}

/* section-4 */

.homepage .section-4 .details-card-item:nth-child(even) {
  flex-direction: column-reverse;
}

.homepage .section-4 .details-card-item {
  width: 560px;
  flex-shrink: 1;
  transition: background-color 0.5s;
}

.homepage .section-4 .details-card-item .cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage .section-4 .details-card-item:hover {
  background-color: #18a28d;
}

.homepage .section-4 .details-card-item:hover * {
  color: #ffffff;
}

.homepage .section-4 .details-card-item .underlined::before {
  transition-delay: 0.5s;
}

@media (max-width: 1535px) {
  .homepage .section-4 .details-card-item {
    width: 100%;
    flex-shrink: 0;
  }

  .homepage .section-4 .details-card-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .homepage .section-4 .details-card-item:nth-child(even) {
    flex-direction: column;
  }
}

/* section-5 */

.homepage .section-5 > div {
  width: 800px;
  height: 800px;
}

.homepage .section-5 .cover {
  height: 448px;
}

@media (max-width: 1535px) {
  .homepage .section-5 > div {
    width: 500px;
    height: 500px;
  }

  .homepage .section-5 .cover {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .homepage .section-5 > div:nth-child(1) {
    width: 100%;
    height: 384px;
  }

  .homepage .section-5 > div:nth-child(2) {
    width: 100%;
    height: auto;
  }
}

/* page:about_us */

/* subpage:our_company */

/* section-2 */

.our_company .section-2 > .item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .our_company .section-2 > .item:nth-child(even) {
    flex-direction: column;
  }
}

.our_company .section-2 > .item:nth-child(even) > .left {
  margin-right: 0px;
  margin-left: 9rem;
}

@media (max-width: 1535px) {
  .our_company .section-2 > .item:nth-child(even) > .left {
    margin-left: 3rem;
  }
}

@media (max-width: 767px) {
  .our_company .section-2 > .item:nth-child(even) > .left {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* section-3 */

.our_company .section-3 a {
  color: rgba(255, 255, 255, 0.3);
}

.our_company .section-3 a::before {
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 0.125rem;
  bottom: 0px;
  left: 50%;
  margin-left: -2rem;
  position: absolute;
  width: 4rem;
}

.our_company .section-3 a:hover,
.our_company .section-3 a.active {
  color: #ffffff;
}

.our_company .section-3 a.active::before {
  transform: scaleX(1);
  transition: transform 0.5s;
}

.our_company .section-3 {
  background-color: #18a28d;
}

.our_company .section-4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* section-5 */

/* .our_company .section-5 .link {
    color: #18a28d;
} */

/* section-6 */

.our_company .section-6 .view-all .hyperlink-icon {
  transition: none;
  transform: rotateZ(180deg);
}

.our_company .section-6 .view-all.expanded .hyperlink-icon {
  transform: rotateZ(0deg);
}

/* section-7 */

.our_company .section-7 .details-card-item:nth-child(even) {
  flex-direction: column-reverse;
}

.our_company .section-7 .details-card-item {
  width: 560px;
  flex-shrink: 1;
  transition: background-color 0.5s;
}

.our_company .section-7 .details-card-item .cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1535px) {
  .our_company .section-7 .details-card-item {
    width: 100%;
    flex-shrink: 0;
  }

  .our_company .section-7 .details-card-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .our_company .section-7 .details-card-item:nth-child(even) {
    flex-direction: column;
  }
}

/* subpage:our_journey */

/* section-2 */

.our_journey .section-2 .timeline a {
  display: block;
  font-size: 0.98rem;
  line-height: 1.25rem;
  padding: 0.5rem;
  padding-right: 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .our_journey .section-2 .timeline a {
    padding-right: 1rem;
  }
}

.our_journey .section-2 .timeline a.active::before {
  transform: scaleX(1);
}

.our_journey .section-2 .timeline a::before {
  content: "";
  left: -32rem;
  background-color: #18a28d;
  margin-top: 10px;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.5s;
  height: 1px;
  right: 0px;
  position: absolute;
}

.our_journey .section-2 .timeline a:hover,
.our_journey .section-2 .timeline a.active {
  color: #18a28d;
}

.our_journey .list .floating-pic {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.our_journey .list .item:hover .floating-pic {
  opacity: 1;
  visibility: visible;
}

.pharmaco-vigilance .form-response.our_journey .list .item:hover .floating-pic {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

/* subpage:contact_us */

.contact_us .desc {
  min-height: 96px;
}

@media (max-width: 767px) {
  .contact_us .desc {
    min-height: auto;
  }
}

.contact_us .right-pic {
  width: 680px;
}

@media (max-width: 1280px) {
  .contact_us .right-pic {
    width: 408px;
  }
}

@media (max-width: 767px) {
  .contact_us .right-pic {
    width: 100%;
  }
}

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

.contact_us .input-box {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  border-bottom-width: 1px;
  padding-top: 1.25rem;
  position: relative;
}

.contact_us .input-box::before {
  content: "";
  background-color: #18a28d;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  height: 0.125rem;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.contact_us .input-box.focused {
  color: #18a28d;
}

.contact_us .input-box.focused .input-box-label {
  transform: scale(0.7);
  top: 0px;
  left: 0px;
}

.contact_us .input-box.focused::before {
  transform: scaleX(1);
}

.contact_us .input-box-label {
  transition: all 0.3s;
  transform-origin: left;
  z-index: 0;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  top: 1.75rem;
  left: 0px;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

.contact_us .input-box-control {
  color: #18a28d;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.contact_us .submit .hyperlink-icon {
  margin-left: 3rem;
}


/* page:products */

/* subpage:product_list */

.product_list .section-1 .richtext-box h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.product_list .section-1 .richtext-box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product_list #nav a.active {
  color: #18a28d;
}

.product_list .item .pic {
  width: 680px;
}

.product_list .item .arrow {
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.product_list .item .hd {
  cursor: pointer;
}

.product_list .item .bd {
  display: none;
}

/* 项目激活时 */

.product_list .item.active {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 162, 141, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.product_list .item.active .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.product_list .item.active .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.product_list .item.active .bd {
  display: flex;
}

.product_list .item.active .arrow {
  transform: rotate(0);
}

@media (max-width: 1535px) {
  .product_list .item .pic {
    width: 408px;
  }
}

@media (max-width: 767px) {
  .product_list .item .pic {
    width: 100%;
  }
}

/* 列表项 */

.product_list .section-2 .list-2-item {
  background-color: #ffffff;
}

.product_list .section-2 .list-2-item.active .list-2-item-bd {
  display: flex;
}

.product_list .section-2 .list-2-item.active .arrow {
  transform: rotateZ(-180deg);
}

.distribution .flow_chart {
  display: flex;
  margin-top: 6rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .distribution .flow_chart {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* 流程图项目 */

.distribution .flow_chart-item {
  width: 212px;
  box-sizing: content-box;
  flex-shrink: 0;
  margin-top: 3rem;
}

.distribution .flow_chart-top {
  padding: 40px;
}

.distribution .flow_chart-item + .flow_chart-item {
  margin-left: 3.5rem;
  padding-left: 3.5rem;
  position: relative;
}

.distribution .flow_chart-item + .flow_chart-item::before {
  content: url("/static/mydefault/style/flow_chart_arrow.svg");
  position: absolute;
  top: 90px;
  left: -25px;
}

.distribution .flow_chart-item:hover .flow_chart-pic {
  box-shadow: 0px 0px 0 15px #ffffff, 0px 0px 0 16px #25a0ad, 0px 0px 0 39px #ffffff, 0px 0px 0 40px rgb(37, 160, 173, 0.3);
}

/* 流程图图片 */

.distribution .flow_chart-pic {
  width: 132px;
  height: 132px;
  box-shadow: 0px 0px 0 15px #ffffff, 0px 0px 0 16px #25a0ad, 0px 0px 0 31px #ffffff, 0px 0px 0 32px rgb(37, 160, 173, 0.3);
  transition: box-shadow 0.5s;
  border-radius: 9999px;
}

/* 流程图序号 */

.distribution .flow_chart-number {
  max-width: 2rem;
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* 流程图描述 */

/* .distribution .flow_chart-desc {
    @apply text-sm text-center;
} */

/* 章节 */

.distribution .section {
  background-color: #f5f5f5;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .distribution .section {
    flex-wrap: wrap;
  }

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

/* 交错的章节 */

.distribution .section:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  flex-direction: row-reverse;
}

.distribution .section:nth-child(odd) .left {
  margin-right: 0px;
  margin-left: 12rem;
}

@media (max-width: 1535px) {
  .distribution .section:nth-child(odd) .left {
    margin-left: 6rem;
  }
}

@media (max-width: 767px) {
  .distribution .section:nth-child(odd) .left {
    margin-left: 0px;
  }
}

.distribution .section:nth-child(odd) .right {
  margin-right: auto;
  margin-left: 0px;
}

/* 章节左侧 */

.distribution .section .left {
  flex: 1 1 0%;
  margin-right: 12rem;
}

@media (max-width: 1535px) {
  .distribution .section .left {
    margin-right: 6rem;
  }
}

@media (max-width: 767px) {
  .distribution .section .left {
    margin-right: 0px;
  }
}

.distribution .section .text-area {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.distribution .section .text-area p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.distribution .section .text-area ul {
  margin-left: 2rem;
}

/* 章节右侧 */

.distribution .section .right {
  width: 680px;
  /* @apply ml-auto mr-0; */
}

@media (max-width: 1535px) {
  .distribution .section .right {
    width: 408px;
  }
}

@media (max-width: 767px) {
  .distribution .section .right {
    width: 100%;
  }
}

/* subpage:manufacturing_capacity */

/* sections */

.manufacturing_capacity .section {
  padding: 9rem;
}

@media (max-width: 1535px) {
  .manufacturing_capacity .section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .manufacturing_capacity .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.manufacturing_capacity .section:nth-child(odd) {
  background-color: #f5f5f5;
}

/* section-1 */

/* .manufacturing_capacity {
    min-width: 1440px;
} */

.manufacturing_capacity .section-1 .left {
  color: #18a28d;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  width: 41.666667%;
}

@media (max-width: 767px) {
  .manufacturing_capacity .section-1 .left {
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 100%;
  }
}

.manufacturing_capacity .section-1 .left::before {
  background-image: url("/static/mydefault/style/quotation_marks_top.svg");
  top: 0px;
  left: 0px;
}

.manufacturing_capacity .section-1 .left::after {
  background-image: url("/static/mydefault/style/quotation_marks_bottom.svg");
  right: 0px;
  bottom: 0px;
}

.manufacturing_capacity .section-1 .left::before,
.manufacturing_capacity .section-1 .left::after {
  content: "";
  background-size: cover;
  background-position: center;
}

.manufacturing_capacity .section-1 .left::before, .manufacturing_capacity .section-1 .left::after {
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

.manufacturing_capacity .section-1 .right {
  color: #5f5f5f;
  margin-left: auto;
  width: 50%;
}

@media (max-width: 767px) {
  .manufacturing_capacity .section-1 .right {
    margin-top: 2rem;
    width: 100%;
  }
}

/* section-2 */

.manufacturing_capacity .section-2 .card-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}

@media (max-width: 767px) {
  .manufacturing_capacity .section-2 .card-list {
    padding-bottom: 1rem;
  }
}

.manufacturing_capacity .section-2 .card-item {
  height: 640px;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 4rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 33.333333%;
}

@media (max-width: 1535px) {
  .manufacturing_capacity .section-2 .card-item {
    padding: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .manufacturing_capacity .section-2 .card-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .manufacturing_capacity .section-2 .card-item {
    padding: 1rem;
    width: 100%;
  }
}

.manufacturing_capacity .section-2 .card-item:nth-child(1) {
  background-color: #03267f;
}

.manufacturing_capacity .section-2 .card-item:nth-child(2) {
  background-color: #0c6591;
}

.manufacturing_capacity .section-2 .card-item:nth-child(3) {
  background-color: #18a28d;
}

@media (max-width: 767px) {
  .manufacturing_capacity .section-2 .card-item {
    height: 576px;
  }
}

.manufacturing_capacity .section-2 .card-item:hover .card-item-icon {
  top: 0;
  left: 0;
  transform: none;
  width: 4rem;
}

.manufacturing_capacity .section-2 .card-item:hover .card-item-title {
  top: 0;
  left: 0;
  transform: none;
  text-align: left;
}

.manufacturing_capacity .section-2 .card-item:hover .card-item-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.manufacturing_capacity .section-2 .card-item-icon {
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 8rem;
}

@media (max-width: 1535px) {
  .manufacturing_capacity .section-2 .card-item-icon {
    width: 6rem;
  }
}

.manufacturing_capacity .section-2 .card-item-title {
  transition: all 0.5s;
  top: calc(50% - 64px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  word-break: break-all;
  display: inline-block;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 1535px) {
  .manufacturing_capacity .section-2 .card-item-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1535px) {
  .manufacturing_capacity .section-2 .card-item-title {
    top: calc(50% - 48px);
  }
}

.manufacturing_capacity .section-2 .card-item-content {
  transform: translateY(32px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  border-left-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 2rem;
}

.manufacturing_capacity .section-3 .right .item {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  border-left-width: 1px;
  margin-top: 4rem;
}

.manufacturing_capacity .section-3 .right .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}

@media (max-width: 1535px) {
  .manufacturing_capacity .section-3 .right .desc {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .manufacturing_capacity .section-3 .right .desc {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.manufacturing_capacity .section-3 .right .desc::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 2rem;
}

/* page:r&d */

/* subpage:r&d_platform */

/* section-1 */

.rd_platform .section-1 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .rd_platform .section-1 .list {
    margin-top: 1.5rem;
  }
}

.rd_platform .section-1 .item {
  flex-grow: 1;
  flex-shrink: 0;
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  border-left-width: 1px;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 25%;
}

@media (max-width: 1535px) {
  .rd_platform .section-1 .item {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .rd_platform .section-1 .item {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}

.rd_platform .section-1 .heading {
  font-size: 80px;
  line-height: 1;
  color: #18a28d;
}

@media (max-width: 1535px) {
  .rd_platform .section-1 .heading {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .rd_platform .section-1 .heading {
    font-size: 3rem;
    line-height: 1;
  }
}

.rd_platform .section-1 .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (max-width: 767px) {
  .rd_platform .section-1 .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.rd_platform .section-1 .richtext-box {
  color: #5f5f5f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}

.rd_platform .section-1 .richtext-box::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 2rem;
}

.rd_platform .section-2 {
  background-color: rgb(245, 245, 245);
}

.rd_platform .section-2 .right-pic {
  width: 680px;
}

@media (max-width: 1535px) {
  .rd_platform .section-2 .right-pic {
    width: 408px;
  }
}

@media (max-width: 767px) {
  .rd_platform .section-2 .right-pic {
    width: 100%;
  }
}

.rd_platform .section-2 .text-area {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rd_platform .section-2 .text-area p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rd_platform .section-2 .text-area ul {
  margin-left: 2rem;
}

/* subpage:pipeline */

.pipeline .richtext-box h1 {
  font-size: 3.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .pipeline .richtext-box h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.pipeline .richtext-box h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .pipeline .richtext-box h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pipeline .richtext-box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

/* 数据表格 */

.pipeline .data-table {
  min-width: 1120px;
}

.pipeline .table-hd {
  display: flex;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1535px) {
  .pipeline .table-hd {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.pipeline .table-caption {
  background-color: #03267f;
  padding: 1.5rem;
  text-align: center;
  width: 33.333333%;
}

.pipeline .table-phases {
  background-image: linear-gradient(to right, #18a28d, #03267f);
  display: flex;
}

.pipeline .table-phases > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  --tw-divide-opacity: 0.5;
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.pipeline .table-phases {
  width: 66.666667%;
}

.pipeline .table-phase {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 1 0%;
  padding: 1.5rem;
  text-align: center;
  width: 16.666667%;
}

@media (max-width: 1535px) {
  .pipeline .table-phase {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.pipeline .table-item {
  min-height: 100px;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

.pipeline .table-item:nth-child(even) {
  background-color: #f5f5f5;
}

.pipeline .table-title {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  width: 33.333333%;
}

.pipeline .table-progress {
  width: 66.666667%;
}

.pipeline .table-progress-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.pipeline .table-progress-bar {
  background-image: linear-gradient(to right, #18a28d, #03267f);
  height: 0.75rem;
}

/* page: value_of_vaccine */

.value_of_vaccine .section-2 > .item:nth-child(even) {
  flex-direction: row-reverse;
}

.value_of_vaccine .section-2 > .item:nth-child(even) .item-left {
  margin-right: 0px;
  margin-left: 8rem;
}

@media (max-width: 1535px) {
  .value_of_vaccine .section-2 > .item:nth-child(even) .item-left {
    margin-left: 4rem;
  }
}

@media (max-width: 767px) {
  .value_of_vaccine .section-2 > .item:nth-child(even) .item-left {
    margin-left: 0px;
  }
}

/* .value_of_vaccine .section-2 > .item:nth-child(even) .heading {
    @apply pl-16;
} */

.value_of_vaccine .section-2 > .item:nth-child(even) .heading::after {
  left: auto;
  right: 105%;
  width: 160px;
}

.value_of_vaccine .section-2 .item-right {
  width: 680px;
}

.value_of_vaccine .section-2 .heading {
  position: relative;
}

.value_of_vaccine .section-2 .heading::after {
  content: "";
  background-color: #5f5f5f;
  left: 95%;
  height: 1px;
  margin-top: 2rem;
  position: absolute;
  width: 16rem;
}

.value_of_vaccine .quotation {
  color: #18a28d;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 2.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 1535px) {
  .value_of_vaccine .quotation {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .value_of_vaccine .quotation {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.value_of_vaccine .quotation .quotation-content {
  min-height: 5.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.value_of_vaccine .quotation .quotation-content::before {
  background-image: url("/static/mydefault/style/quotation_marks_top.svg");
  top: 0px;
  left: 0px;
}

.value_of_vaccine .quotation .quotation-content::after {
  background-image: url("/static/mydefault/style/quotation_marks_bottom.svg");
  right: 0px;
  bottom: 0px;
}

.value_of_vaccine .quotation .quotation-content::before,
.value_of_vaccine .quotation .quotation-content::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}

.value_of_vaccine .quotation .quotation-content::before, .value_of_vaccine .quotation .quotation-content::after {
  height: 1.25rem;
  position: absolute;
  width: 1.25rem;
}

.value_of_vaccine .quotation .quotation-provenance {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  font-weight: 500;
  margin-top: 1rem;
  margin-left: auto;
  position: relative;
  width: 11rem;
}

.value_of_vaccine .quotation .quotation-provenance::before {
  content: "";
  background-color: #18a28d;
  right: 110%;
  height: 1px;
  margin-top: 0.625rem;
  position: absolute;
  width: 4rem;
}

@media (max-width: 1535px) {
  .value_of_vaccine .section-2 .item-right {
    width: 408px;
  }
}

@media (max-width: 767px) {
  .value_of_vaccine .section-2 .item-right {
    width: 100%;
  }

  .value_of_vaccine .section-2 .heading::after {
    display: none;
  }
}

/* page:investors */

.investors .section-1 .indicator {
  border-width: 8px;
  border-color: transparent;
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .investors .section-1 .indicator {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.investors .section-1 .indicator.rising {
  border-bottom-color: #ffffff;
}

.investors .section-1 .indicator.falling {
  border-bottom-color: #ffffff;
}

.investors .section-2 .item .heading {
  color: #18a28d;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.investors .section-2 .item {
  border-color: #5f5f5f;
  border-left-width: 1px;
  margin-top: 4rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.investors .section-2 .item .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

.investors .section-2 .item .desc::before {
  content: "";
  background-color: #5f5f5f;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 2rem;
}

.investors .section-3 .tab-options {
  border-color: rgb(94, 94, 94, 0.3);
  border-bottom-width: 1px;
  display: flex;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.investors .section-3 .tab-options > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.investors .section-3 .sort {
  border-color: rgb(94, 94, 94, 0.3);
  border-bottom-width: 1px;
  display: flex;
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.investors .section-3 .sort > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 767px) {
  .investors .section-3 .sort {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.investors .section-3 .sort-item {
  color: rgba(95, 95, 95, 0.3);
  font-size: 1.875rem;
  line-height: 2.25rem;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .investors .section-3 .sort-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.investors .section-3 .sort-item.active,
.investors .section-3 .sort-item:hover {
  color: #18a28d;
}

.investors .section-3 .sort-item.active::after {
  content: "";
  background-color: #18a28d;
  bottom: -16px;
  height: 1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.investors .section-3 .tab-option {
  color: rgb(94, 94, 94, 0.3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.investors .section-3 .tab-option.active {
  color: #18a28d;
}

.investors .section-3 .tab-option.active::after {
  content: "";
  background-color: #18a28d;
  height: 0.125rem;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.investors .section-3 .years-sort {
  display: flex;
  margin-top: 2rem;
}

.investors .section-3 .years-sort > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.investors .section-3 .years-sort-item {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

@media (max-width: 767px) {
  .investors .section-3 .years-sort-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.investors .section-3 .years-sort-item.active, .investors .section-3 .years-sort-item:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

/* page:media */

/* .media {
    min-width: 1440px;
} */

.media .years-sort {
  display: flex;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.media .years-sort > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 767px) {
  .media .years-sort {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.media .years-sort-item {
  color: rgb(95, 95, 95, 0.3);
}

.media .years-sort-item.active,
.media .years-sort-item:hover {
  color: #18a28d;
}

.media .news-item {
  border-color: #d0d0d0;
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* 媒体联系人 */

/* .media .media-contact .heading {
    border-color: #d0d0d0;
    @apply text-3xl py-4 border-b;
}

.media .media-contact-item {
    @apply flex items-start pt-12;
}
.media .media-contact-face {
    @apply w-24 h-24 rounded-full;
}

.media .media-contact-info {
    @apply ml-8 flex-1;
}

.media .media-contact-info h3 {
    @apply mb-2 text-xl;
}

.media .media-contact-info p {
    color: #5f5f5f;
    @apply text-sm;
}

.media .media-contact-info .hyperlink {
    @apply mt-2;
} */

/* page:details */

/* 详情页 */

.details .navigator {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #d0d0d0;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.details .navigator-item {
  flex: 1 1 0%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33.333333%;
}

.details .navigator-item + .navigator-item {
  border-left-width: 1px;
  border-color: #d0d0d0;
}

.details .navigator .hyperlink {
  color: #5f5f5f;
}

.details .navigator .hyperlink-icon {
  stroke: #5f5f5f;
}

.details .navigator .hyperlink.underlined::before {
  background-color: #18a28d;
}

.details .navigator .hyperlink:hover {
  color: #18a28d;
}

.details .navigator .hyperlink.underlined:hover .hyperlink-icon {
  stroke: #18a28d;
}

.details .navigator-item.prev .hyperlink-icon {
  transform: rotateY(180deg);
  margin-left: 0;
  margin-right: 16px;
}

.details .navigator-item.back {
  text-align: center;
}

.details .navigator-item.next {
  text-align: right;
}

/* 分享 */

.details .share-link {
  --tw-text-opacity: 1;
  color: rgba(95, 95, 95, var(--tw-text-opacity));
}

.details .share-link:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

.details .share-link line,
.details .share-link path {
  fill: currentColor;
}

.details .content {
  flex: 1 1 auto;
  margin-left: 9rem;
}

@media (max-width: 1535px) {
  .details .content {
    margin-left: 3rem;
  }
}

@media (max-width: 767px) {
  .details .content {
    margin-left: 0px;
    width: 100%;
  }
}

.details .content .heading {
  font-size: 40px;
  line-height: 54px;
}

.details .content .name::before {
  content: " - ";
  margin-right: 16px;
}

/* 详情引言 */

.details .citation .citation-content {
  font-weight: 600;
}

.details .citation .citation-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.details .citation .citation-source {
  color: #18a28d;
  font-style: italic;
  padding-left: 8rem;
  position: relative;
}

.details .citation .citation-source::before {
  content: "";
  background-color: #18a28d;
  height: 1px;
  top: 0.625rem;
  left: 0px;
  position: absolute;
  width: 6rem;
}

.details .richtext-box blockquote {
  --tw-border-opacity: 1;
  border-color: rgba(24, 162, 141, var(--tw-border-opacity));
  border-left-width: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}

/* page:career */

/* .career {
    min-width: 1440px;
} */

.career .small-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 6rem;
  padding-left: 12rem;
  padding-right: 12rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1535px) {
  .career .small-banner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (max-width: 767px) {
  .career .small-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* 岗位列表 */

.career .job-item {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  border-top-width: 1px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .career .job-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.career .job-item::before {
  content: "";
  background-color: #18a28d;
  transition: all 0.5s;
  transform: scaleX(0);
  transform-origin: left;
  height: 1px;
  top: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

/* .career .job-item:hover::before, */

.career .job-item.active::before {
  transform: scaleX(1);
}

.career .job-item:hover .job-item-hd,
.career .job-item.active .job-item-hd {
  color: #18a28d;
}

.career .job-item.active .job-item-bd {
  display: block;
}

.career .job-item-hd {
  color: #5f5f5f;
  align-items: flex-start;
  display: flex;
}

@media (max-width: 767px) {
  .career .job-item-hd {
    flex-wrap: wrap;
  }
}

.career .job-item-icon {
  stroke: currentColor;
  transform: rotateZ(180deg);
  flex-shrink: 0;
  margin-right: 1rem;
  width: 1rem;
}

.career .job-item-name {
  width: 620px;
  flex-shrink: 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-right: 1rem;
}

@media (max-width: 1535px) {
  .career .job-item-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 767px) {
  .career .job-item-name {
    margin-right: 0px;
  }
}

@media (max-width: 1535px) {
  .career .job-item-name {
    width: 434px;
  }
}

@media (max-width: 767px) {
  @media (max-width: 767px) {
    .career .job-item-name {
      width: 100%;
    }
  }
}

.career .job-item-desc {
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 4rem;
}

@media (max-width: 767px) {
  .career .job-item-desc {
    flex: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0px;
    width: 100%;
  }
}

.career .job-item-bd {
  padding-left: 636px;
  transform-origin: top;
  animation: slide-down 0.5s;
  display: none;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 8rem;
  position: relative;
}

@media (max-width: 1535px) {
  .career .job-item-bd {
    padding-left: 450px;
  }
}

@media (max-width: 767px) {
  @media (max-width: 767px) {
    .career .job-item-bd {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}

/* page:collaboration */

/* .collaboration {
    min-width: 1440px;
} */
.collaboration .section {
  padding: 9rem;
}
@media (max-width: 1535px) {
  .collaboration .section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .collaboration .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.collaboration .section-4 {
  min-height: 1100px;
  position: relative;
}

@media (max-width: 1535px) {
  .collaboration .section-4 {
    min-height: 900px;
  }
}

.collaboration .section-4 .top {
  max-width: 900px;
  z-index: 2;
  position: relative;
}

.collaboration .section-4 .list {
  z-index: 2;
  position: relative;
  width: 33.333333%;
}

@media (max-width: 1535px) {
  .collaboration .section-4 .list {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .collaboration .section-4 .list {
    width: 100%;
  }
}

/* 地图区域 */

.collaboration .map-zone {
  width: 1000px;
  /* height: 1000px; */
  position: absolute;
  top: 9rem;
  right: 9rem;
  z-index: 0;
}

/* 地图标点 */

.collaboration .map-zone-point {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 2.5rem;
  padding-top: 0.5rem;
  position: absolute;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 2.5rem;
}

@media (max-width: 1535px) {
  .collaboration .map-zone-point {
    height: 2rem;
    padding-top: 0.25rem;
    width: 2rem;
  }
}

@media (max-width: 767px) {
  .collaboration .map-zone-point {
    font-size: 0.75rem;
    line-height: 1rem;
    height: 1rem;
    padding-top: 0px;
    width: 1rem;
  }
}

.collaboration .map-zone-point:hover, .manufacturing_capacity .map-zone-point.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.collaboration .map-zone-point.active::before {
  content: "";
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
}

@media (max-width: 1535px) {
  .collaboration .map-zone {
    top: auto;
    right: 3rem;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .collaboration .map-zone {
    top: auto;
    right: auto;
    position: relative;
    width: 100%;
  }
}

.collaboration .section-4 .item .richtext-box {
  display: none;
}

.collaboration .section-4 .item.active .richtext-box {
  display: block;
}

.collaboration .section-4 .item.active::before {
  transform: scaleX(1);
}

.collaboration .section-4 .item.active a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(24, 162, 141, var(--tw-text-opacity));
}



.collaboration .text-area p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.collaboration .section-1 .left {
  color: #18a28d;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  width: 41.666667%;
}

@media (max-width: 767px) {
  .collaboration .section-1 .left {
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 100%;
  }
}

.collaboration .section-1 .left::before {
  background-image: url("/static/mydefault/style/quotation_marks_top.svg");
  top: 0px;
  left: 0px;
}

.collaboration .section-1 .left::after {
  background-image: url("/static/mydefault/style/quotation_marks_bottom.svg");
  right: 0px;
  bottom: 0px;
}

.collaboration .section-1 .left::before,
.collaboration .section-1 .left::after {
  content: "";
  background-size: cover;
  background-position: center;
}

.collaboration .section-1 .left::before, .collaboration .section-1 .left::after {
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

.collaboration .section-1 .right {
  color: #5f5f5f;
  margin-left: auto;
  width: 50%;
}

@media (max-width: 767px) {
  .collaboration .section-1 .right {
    margin-top: 2rem;
    width: 100%;
  }
}

.collaboration .section-3 {
  background-color: #f5f5f5;
}

/* .collaboration .media-contact-item {
    @apply text-sm px-24;
} */

/* .collaboration .media-contact-item:nth-child(even) {
    @apply border-l border-gray-300;
}

.collaboration .media-contact-item:nth-child(n + 3) {
    @apply mt-12;
} */

/* page:responsibility */

/* .responsibility {
    min-width: 1440px;
} */

.responsibility .citation {
  color: #18a28d;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  text-align: center;
}

@media (max-width: 1535px) {
  .responsibility .citation {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .responsibility .citation {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.responsibility .citation::before {
  background-image: url("/static/mydefault/style/quotation_marks_top.svg");
  left: 0px;
}

.responsibility .citation::after {
  background-image: url("/static/mydefault/style/quotation_marks_bottom.svg");
  right: 0px;
}

.responsibility .citation::before,
.responsibility .citation::after {
  content: "";
  background-size: cover;
  background-position: center;
}

.responsibility .citation::before, .responsibility .citation::after {
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}

/* 面板 */

.responsibility .panels {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .responsibility .panels > :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));
  }
}

.responsibility .panel {
  /* width: 520px; */
  height: 740px;
  background-size: auto 64.18%;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 0.5s;
  flex-shrink: 0;
  width: 33.333333%;
}

@media (max-width: 1535px) {
  .responsibility .panel {
    height: 666px;
  }
}

@media (max-width: 1280px) {
  .responsibility .panel {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .responsibility .panel {
    width: 100%;
  }
}

.responsibility .panel .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  left: 50%;
  top: 40.5px;
  transform: translate(-50%, 0%);
  transition: all 0.5s;
}

@media (max-width: 1535px) {
  .responsibility .panel .title {
    top: 52.5px;
  }
}

.responsibility .panel .content {
  margin-top: 2rem;
  opacity: 0;
  visibility: hidden;
}

.responsibility .panel .main {
  /* transform: translateY(475px); */
  top: 64.18%;
  background-color: #f5f5f5;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.responsibility .panel .main::before {
  content: "";
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(225deg, #18a28d, rgb(3, 38, 127));
  transition: opacity 0.5s;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
}

/* 交错 */

.responsibility .panel:nth-child(even) {
  background-position: center 100%;
}

.responsibility .panel:nth-child(even) .main {
  top: -64.18%;
  /* transform: translateY(-475px); */
}

.responsibility .panel:nth-child(even) .title {
  top: 520.5px;
}

@media (max-width: 1535px) {
  .responsibility .panel:nth-child(even) .title {
    top: 480.5px;
  }
}

.responsibility .panel:nth-child(even) .bottom {
  display: none;
}

@media (max-width: 767px) {
  .responsibility .panel:nth-child(even) {
    background-position: center top;
  }

  .responsibility .panel:nth-child(even) .main {
    top: 64.18%;
    /* transform: translateY(-475px); */
  }

  .responsibility .panel:nth-child(even) .title {
    top: 52.5px;
  }

  .responsibility .panel:nth-child(even) .bottom {
    display: flex;
  }
}

/* 面板悬浮状态 */

.responsibility .panel:hover {
  background-size: auto 100%;
}

.responsibility .panel:hover .main {
  background-color: transparent;
  top: 0;
  /* transform: translateY(0px); */
}

.responsibility .panel:hover .main::before {
  opacity: 0.9;
}

.responsibility .panel:hover .title {
  top: 0;
  left: 0;
  transform: none;
  color: #ffffff;
  text-align: left;
}

.responsibility .panel:hover .content {
  opacity: 1;
  visibility: visible;
}

.responsibility .panel:hover .bottom {
  display: block;
}

/* 搜索结果页面 */

.pharmaco-vigilance .form-field {
  align-items: flex-start;
  display: flex;
  margin-right: 16rem;
}

.pharmaco-vigilance .form-field:nth-of-type(n + 2) {
  margin-top: 3rem;
}

.pharmaco-vigilance .form-field.required .form-field-label::after,
.pharmaco-vigilance .form-field--required .form-field-label::after {
  content: "  *";
  color: #25a0ad;
}

.pharmaco-vigilance .form-field-label {
  color: #707070;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 0.625rem;
  text-align: right;
  width: 33.333333%;
}

.pharmaco-vigilance .form-field-tips {
  color: #ff4d4d;
  margin-top: 1rem;
}

.pharmaco-vigilance .form-field-content {
  flex: 1 1 0%;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .pharmaco-vigilance .form-field {
    display: block;
    margin-right: 0px;
  }

  .pharmaco-vigilance .form-field-label {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 0px;
    text-align: left;
    width: 100%;
  }

  .pharmaco-vigilance .form-field-content {
    margin-top: 0.5rem;
    margin-left: 0px;
  }
}

/* 
===================
表单输入框
===================
*/

.pharmaco-vigilance .form-input {
  border-color: #d0d0d0;
  border-bottom-width: 1px;
  display: block;
  height: 3rem;
  position: relative;
  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;
  width: 100%;
}

.pharmaco-vigilance .form-input::before {
  content: "";
  background-color: #25a0ad;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 300ms;
  height: 0.125rem;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
}

.pharmaco-vigilance .form-input:focus-within::before {
  transform: scaleX(1);
}

.pharmaco-vigilance .form-input-control {
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  border-radius: 0.25rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  height: 100%;
  width: 100%;
}

/* 文本域 */

.pharmaco-vigilance .form-textarea {
  display: block;
  position: relative;
  width: 100%;
}

.pharmaco-vigilance .form-textarea-control {
  border-color: #d0d0d0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.25rem;
  border-width: 1px;
  display: block;
  height: 14rem;
  padding: 1rem;
  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;
  width: 100%;
}

.pharmaco-vigilance .form-textarea-control:focus {
  border-color: #25a0ad;
}

/* 选择框 */

.pharmaco-vigilance .form-select {
  appearance: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #d0d0d0;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-duration: 150ms;
  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;
}

.pharmaco-vigilance .form-select:nth-of-type(n + 2) {
  margin-left: 1rem;
}

.pharmaco-vigilance .form-select--block {
  display: block;
  width: 100%;
}

/* 
===================
表单单选框
===================
*/

.pharmaco-vigilance .form-radio {
  appearance: none;
  display: inline-block;
  padding-top: 0.625rem;
}

.pharmaco-vigilance .form-radio:not(:last-of-type) {
  margin-right: 4rem;
}

@media (max-width: 767px) {
  .pharmaco-vigilance .form-radio:not(:last-of-type) {
    margin-right: 1rem;
  }
}

.pharmaco-vigilance .form-radio-control {
  display: none;
}

.pharmaco-vigilance .form-radio-control:checked + .form-radio-label {
  color: #25a0ad;
}

.pharmaco-vigilance .form-radio-control:checked + .form-radio-label::before {
  background-color: currentColor;
  border-color: currentColor;
}

.pharmaco-vigilance .form-radio-label {
  color: #9a9a9a;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-left: 2rem;
  position: relative;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .pharmaco-vigilance .form-radio-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.pharmaco-vigilance .form-radio-label::before {
  content: "";
  box-shadow: inset 0 0 0 4px #ffffff;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px;
  border-width: 1px;
  height: 1.25rem;
  left: 0px;
  position: absolute;
  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;
  width: 1.25rem;
}

/* .pharmaco-vigilance .form-field-input.underlined::before */

.pharmaco-vigilance .form-bottom {
  background-color: #25a0ad;
  padding: 3rem;
  position: relative;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pharmaco-vigilance .form-response {
  background-color: #25a0ad;
  width: 100%;
  max-width: 480px;
  text-align: center;
  color: #ffffff;
  transform: translateX(-50%) translateY(32px);
  bottom: 120%;
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  padding: 2.25rem;
  position: absolute;
}

.pharmaco-vigilance .form-response.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.pharmaco-vigilance .form-response::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyOC4wNDMnIGhlaWdodD0nMTUuMTEzJyB2aWV3Qm94PScwIDAgMjguMDQzIDE1LjExMyc+PHBhdGggaWQ9J+i3r+W+hF8zMzcwMicgZGF0YS1uYW1lPSfot6/lvoQgMzM3MDInIGQ9J00wLDAsMTUuMTEzLDE0LjAyMiwwLDI4LjA0M1onIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDI4LjA0Mykgcm90YXRlKDkwKScgZmlsbD0nIzE4YTBhZScvPjwvc3ZnPiA=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1.5rem;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.75rem;
  position: absolute;
  width: 1.5rem;
}

.pharmaco-vigilance .form-bottom:hover {
  background-color: rgba(37, 160, 173, 0.9);
}

.pharmaco-vigilance .form-action .hyperlink-icon {
  margin-left: 3rem;
}

@media (max-width: 1535px) {
  .xl\:items-center {
    align-items: center;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

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

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

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

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

  .xl\:ml-16 {
    margin-left: 4rem;
  }

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

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

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

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

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

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

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

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

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

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

  .xl\:w-60 {
    width: 15rem;
  }

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

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

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

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

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

@media (max-width: 767px) {
  .sm\:rounded {
    border-radius: 0.25rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

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

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

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

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

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

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

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

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

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

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

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:static {
    position: static;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

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

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

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