/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

details {
  display: block;
}

template {
  display: none;
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

:before,
:after {
  --tw-content: "";
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  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";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
table {
  width: 100% !important;
  border: 1px solid #ccc;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
}
table tr,
table td {
  border: 1px solid #ccc;
}

table td {
  padding: 5px;
}

.share_qrcode_content table {
  width: 200px !important;
  height: 200px !important;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: unset;
  -webkit-border-vertical-spacing: unset;
  border: unset;
}
.share_qrcode_content tr,
.share_qrcode_content td {
  border: none;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  /* color                  : inherit; */
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-\[50px\] {
  left: 50px;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[23px\] {
  margin-bottom: 23px !important;
}

.ml-\[33px\] {
  margin-left: 33px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[43px\] {
  margin-bottom: 43px;
}

.mb-\[55px\] {
  margin-bottom: 55px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.mb-\[79px\] {
  margin-bottom: 79px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.mb-\[9px\] {
  margin-bottom: 9px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-\[18px\] {
  margin-right: 18px;
}

.mr-\[19px\] {
  margin-right: 19px;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mr-\[23px\] {
  margin-right: 23px;
}

.mr-\[24px\] {
  margin-right: 24px;
}

.mr-\[50px\] {
  margin-right: 50px;
}

.mr-\[29px\] {
  margin-right: 29px;
}

.mr-\[33px\] {
  margin-right: 33px;
}

.mr-\[39px\] {
  margin-right: 39px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[60px\] {
  margin-right: 60px;
}

.mr-\[6px\] {
  margin-right: 6px;
}

.mt-\[21px\] {
  margin-top: 21px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-\[108px\] {
  height: 108px;
}

.h-\[119px\] {
  height: 119px;
}

.h-\[126px\] {
  height: 126px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[184px\] {
  height: 184px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[213px\] {
  height: 213px;
}

.h-\[252px\] {
  height: 252px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[37px\] {
  height: 37px;
}

.h-\[391px\] {
  height: 391px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[576px\] {
  height: 576px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[71px\] {
  height: 71px;
}

.h-\[74px\] {
  height: 74px;
}

.h-\[77px\] {
  height: 77px;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto !important;
}

.w-auto {
  width: auto !important;
}

.w-\[1200px\] {
  width: 1200px;
  padding-bottom: 80px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px !important;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[21px\] {
  width: 21px;
}

.w-\[224px\] {
  width: 224px;
}

.w-\[267px\] {
  width: 267px;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[318px\] {
  width: 318px;
}

.w-\[325px\] {
  width: 325px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[371px\] {
  width: 371px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[392px\] {
  width: 392px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[58px\] {
  width: 58px;
}

.w-\[67px\] {
  width: 67px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[84px\] {
  width: 84px;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.skew-x-\[45deg\] {
  --tw-skew-x: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border-b {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-b-\[\#e1e4ee\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 228 238 / var(--tw-border-opacity));
}

.border-b-\[\#e4e5ea\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 229 234 / var(--tw-border-opacity));
}

.bg-\[\#063082\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 48 130 / var(--tw-bg-opacity));
}

.bg-\[\#2266ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 102 255 / var(--tw-bg-opacity));
}

.bg-\[\#3f3f3f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}

.bg-\[\#f1f2f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\,0\,0\,0\.5\)\] {
  background-color: #00000080;
}

.bg-\[rgba\(0\,0\,0\,0\.6\)\] {
  background-color: #0009;
}

.bg-\[rgba\(0\,0\,0\,0\.7\)\] {
  background-color: #000000b3;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 24px;
  padding-right: 23px;
}

.pb-none {
  padding-bottom: 0 !important;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[53px\] {
  padding-right: 53px;
}

.px-\[44px\] {
  padding-right: 44px;
  padding-left: 44px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[23px\] {
  padding-bottom: 23px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[31px\] {
  padding-bottom: 31px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pr-\[11px\] {
  padding-right: 11px;
}

.pt-\[16px\] {
  padding-top: 16px;
}

.pt-\[17px\] {
  padding-top: 17px;
}

.pt-\[19px\] {
  padding-top: 19px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[34px\] {
  padding-top: 34px;
}

.pt-\[37px\] {
  padding-top: 37px;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-narmal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[37px\] {
  line-height: 37px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.text-\[\#063082\] {
  --tw-text-opacity: 1;
  color: rgb(6 48 130 / var(--tw-text-opacity));
}

.text-\[\#0e1326\] {
  --tw-text-opacity: 1;
  color: rgb(14 19 38 / var(--tw-text-opacity));
}

.text-\[\#2266ff\] {
  --tw-text-opacity: 1;
  color: rgb(34 102 255 / var(--tw-text-opacity));
}

.text-\[\#4a4a54\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 84 / var(--tw-text-opacity));
}

.text-\[\#888999\] {
  --tw-text-opacity: 1;
  color: rgb(136 137 153 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.duration-1000 {
  transition-duration: 1s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.before\:mr-\[10px\]:before {
  content: var(--tw-content);
  margin-right: 10px;
}

.before\:contents:before {
  content: var(--tw-content);
  display: contents;
}

.before\:h-\[4px\]:before {
  content: var(--tw-content);
  height: 4px;
}

.before\:w-\[4px\]:before {
  content: var(--tw-content);
  width: 4px;
}

.before\:flex-none:before {
  content: var(--tw-content);
  flex: none;
}

.before\:bg-\[\#2266ff\]:before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(34 102 255 / var(--tw-bg-opacity));
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.hover\:scale-\[1\.05\]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.1\]:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#2255ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 85 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#2266ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 102 255 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:hidden {
  display: none;
}

body {
  margin: 0;
}

body {
  font-size: 16px;
  font-family: Microsoft Yahei, Helvetica, Noto Sans SC, sans-self;
  background-color: #f7f7f7;
}

button:active {
  opacity: 0.7;
}

/* ========= 上边框容器 start ========= */
.border-top-wrap * {
  box-sizing: border-box;
}

.border-top-wrap {
  border-top: 1px solid #e4e5ea;
  margin: 0;
  padding: 0;
}

/* ========= 上边框容器 start ========= */

/* ========= 分割线 start ========= */
.divider * {
  box-sizing: border-box;
}

.divider {
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2px;
}

.divider > span:nth-of-type(1) {
  width: 50px;
  height: 100%;
  background: #2266ff;
}

.divider > span:nth-of-type(2) {
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  transform: skewX(45deg);
}

.divider > span:nth-of-type(3) {
  flex: 1;
  background: #063082;
  height: 100%;
}

/* ========= 分割线 end ========= */

.font-size-\[0px\] {
  font-size: 0px;
}

.cur-tab li:nth-child(6n + 1) a {
  margin-left: 0;
}

.word-break{
  word-break: break-all;
  word-wrap: break-word;
}

.article-item__icons > div, .article-item__icons > div > a > span{
  margin-left: 5px;
}

.article-item__icons .like-box > img:nth-child(2),.article-item__icons .comments > a >img:nth-child(2) {
  display: none;
}
.article-item__icons > .like-box:hover > img:nth-of-type(1),.article-item__icons > .comments:hover > a >img:nth-of-type(1) {
  display: none;
}

.article-item__icons > .like-box:hover > img:nth-of-type(2),.article-item__icons > .comments:hover > a > img:nth-of-type(2) {
  display: block;
}

.article-item__icons > .comments{
  margin-right: 0;
}