/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/*ol,*/
/*ul,*/
/*menu {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  /*display: block;*/
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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-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-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: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.float-left {
  float: left;
}

.m-2 {
  margin: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-10 {
  margin-left: 2.5rem
    /* 40px */
  ;
  margin-right: 2.5rem
    /* 40px */
  ;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-4 {
  margin-top: 1rem;
}


.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[90px\] {
  margin-top: 90px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.min-w210 {
  min-width: 210px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-36 {
  height: 9rem;
}

.h-8 {
  height: 2rem;
}

.h-\[36px\] {
  height: 36px;
}

.h-full {
  height: 100%;
}

.w-2\/3 {
  width: 33.333333%;
}

.w-1\/5 {
  width: 20%;
}

.w-4\/5 {
  width: 80%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[656px\] {
  width: 656px;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-l {
  border-left-width: 1px;
}

.border-b {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-bottom-color: #D8D8D8;
}

.border-x-slate-300 {
  --tw-border-opacity: 1;
  /*border-left-color: rgb(203 213 225 / var(--tw-border-opacity));*/
  border-left-color: #D8D8D8;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[120px\] {
  padding-left: 120px;
  padding-right: 120px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[50px\] {
  line-height: 50px;
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.opacity-75 {
  opacity: 0.75;
}

.outline-0 {
  outline-width: 0px;
}

.container {
  max-width: 1440px;
  box-shadow: 0px 0 8px 1px #eeeeee;
}

.header {
  background-image: url(../imgs/index/banner.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #d2e0f5;
  height: 280px;
}

.logo {
  width: 350px;
  margin-top: 21px;
  margin-left: 18px;
  background-image: url(../imgs/hypaaslogo.svg);
  background-repeat: no-repeat;
  background-position-x: left;
}

.logonew {
  width: 350px;
  margin-top: 21px;
  margin-left: 18px;
  background-image: url(../imgs/logonew.svg);
  background-repeat: no-repeat;
  background-position-x: left;
}

.logoeng {
  width: 700px;
  margin-top: 21px;
  margin-left: 18px;
  background-image: url(../imgs/知识中心.svg);
  background-repeat: no-repeat;
  background-position-x: left;
}

.igixPageLogo {
  width: 350px;
  margin-left: 15px;
  background-image: url(../imgs/hypaaslogo.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.igixPageLogoEng {
  width: 700px;
  margin-left: 15px;
  background-image: url(../imgs/知识中心.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.login {
  width: 200px;
}

.docs_title {
  font-size: 40px;
  color: #1A1A1A;
  font-weight: 500;
}

.content-item {
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 12px;
  width: 384px;
  height: 200px;
}

.content-itemEng {
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 12px;
  width: 384px;
  height: 280px;
}

.content-item_title {
  background-repeat: no-repeat;
  height: 72px;
}

.content-text {
  height: 135px;
}

.bg-igix {
  background-image: url(../imgs/index/bg_igix.svg);
}

.bg-lot {
  background-image: url(../imgs/index/Bg_iniot.svg);
}

.bg-cloud {
  background-image: url(../imgs/index/Bg_cloud.svg);
}

.bg-ai {
  background-image: url(../imgs/index/Bg_ai.svg);
}

.bg-csp {
  background-image: url(../imgs/index/Bg_csp.svg);
}

.bg-ba {
  background-image: url(../imgs/index/Bg_ba.svg);
}

.content-item_title {
  font-size: 20px;
  color: #1A1A1A;
  letter-spacing: 0;
  font-weight: 500;
}

.icon-igix {
  background-image: url(../imgs/index/icon-iGIX.svg);
}

.icon-inlot {
  background-image: url(../imgs/index/icon-inIoT.svg);
}

.icon-cloud {
  background-image: url(../imgs/index/icon-cloud.svg);
}

.icon-ai {
  background-image: url(../imgs/index/icon-AI.svg);
}

.icon-csp {
  background-image: url(../imgs/index/icon-CSP.svg);
}

.icon-ba {
  background-image: url(../imgs/index/icon-BA.svg);
}

.update-info {
  height: 708px;
  background: #FAFBFC;
}

.update-info_title {
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #1A1A1A;
  text-align: center;
  font-weight: 500;
}

.update-info_tabs .active {
  color: #2986FF;
  border-bottom: 2px solid #2986FF;
}

.tab-container {
  box-shadow: 0px 0px 12px 0px rgba(0, 44, 102, 0.08);
  border-radius: 12px;
}

.update-date-list li {
  font-size: 16px;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
  padding: 6px 0px;
  padding-right: 24px;
  position: relative;
}

.update-date-list li.active {
  color: #2986FF;
}

.update-date-list li .active-line {
  position: absolute;
  right: -2px;
  height: 24px;
  width: 4px;
  background: #2986FF;
  top: 6px;
}


.update-contents dt {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 600;
}

.update-contents dd {
  font-size: 14px;
  color: #484848;
  font-weight: 400;
  margin: 16px 0;
}

.update-contents dd i {
  font-style: normal;
  color: #CCCCCC;
}

.tag-default {
  border: 1px solid rgba(245, 131, 49, 1);
  border-radius: 3px;
  font-size: 12px;
  color: #F58331;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  padding: 2px 8px;
}

.tag-gray {
  color: #666666;
  border-color: #666666;
}

.tag-blue {
  color: #2986FF;
  border-color: #2986FF;
}

.footer {
  height: 288px;
  background: #2E3033;
}

.copyright {
  background: #232528;
  height: 48px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  text-align: center;
  line-height: 48px;
}

.links {
  color: #c9cbcc;
  font-family: PingFangSC-Medium;
}

.links dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px
}

.links dd {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px
}

.feature-item {
  width: 286px;
  height: 100px;
  background-image: linear-gradient(179deg, #FAFCFF 0%, #F0F6FF 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 22, 51, 0.08);
  border-radius: 8px;
  padding: 18px 10px;
}

.feature-item .icon {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
}

.feature-item .icon-dev {
  background-image: url(../imgs/index/开发.svg);
}

.feature-item .icon-yw {
  background-image: url(../imgs/index/运维.svg);
}

.feature-item .icon-ss {
  background-image: url(../imgs/index/实施.svg);
}

.feature-item .icon-jc {
  background-image: url(../imgs/index/集成.svg);
}

.feature-item .text {
  font-size: 20px;
  color: #1A1A1A;
  text-align: left;
  font-weight: 500;
}

.feature-item .text-ar {
  font-size: 20px;
  color: #1A1A1A;
  text-align: right;
  font-weight: 500;
  padding-right: 10px;
}

.feature-item .miao-shu {
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 24px;
  font-weight: 400;

}

.feature-item .miao-shu-ar {
  font-size: 14px;
  color: #666666;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
  padding-right: 10px;
}

.igix-docs .igix-docs_nav {
  width: 240px;
}

.menu-group .menu-group_list {
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  font-size: 16px;
  color: #333333;
}

.menu-group_name {
  background-repeat: no-repeat;
  height: 50px;
  font-size: 20px;
  color: #1A1A1A;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 40px;
  padding-left: 54px;
  margin-bottom: 10px;
}

.menu-group_name-ar {
  height: 50px;
  font-size: 20px;
  color: #1A1A1A;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 50px; /* 和 height 一致可以让文字垂直居中 */
  padding: 0 60px; /* 左右留白，防止文字贴边 */
  margin-bottom: 10px;
  box-sizing: border-box; /* 确保 padding 不影响高度 */
  background-repeat: no-repeat;
  background-position: right center;
}

.whatisigix {
  background-image: url(../imgs/index/认识iGIX.svg);
}

.kukai {
  background-image: url(../imgs/index/快速入门.svg);
}

.jinjiekaifa {
  background-image: url(../imgs/index/进阶开发.svg);
}

.gaojikukai {
  background-image: url(../imgs/index/高级开发.svg);
}

.faq {
  background-image: url(../imgs/index/FAQ.svg);
}

.handsOnLab {
  background-image: url(../imgs/index/HandsOnLab.svg);
}

.nav-search-input {
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  height: 28px;
  background: url(../imgs/index/search.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  padding-left: 5px;
}

.nav-list ul {
  border-left: 1px solid #EFEFEF;
}

.nav-list li {
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}

.nav-list li.active {
  color: #2986FF;
  font-weight: 600;
}

.nav-list li.active .active-line {
  height: 24px;
  background: #2986FF;
  position: absolute;
  width: 3px;
  left: -2px;
  top: 8px;
}


.nav-list-ar ul {
  border-right: 1px solid #EFEFEF;
}

.nav-list-ar li {
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  padding-right: 20px;
  position: relative;
}

.nav-list-ar li.active {
  color: #2986FF;
  font-weight: 600;
}

.nav-list-ar li.active .active-line {
  height: 24px;
  background: #2986FF;
  position: absolute;
  width: 3px;
  right: -2px;
  top: 8px;
}

.link-reg {
  color: #2986FF;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.hiddenConfig {
  overflow-x: hidden;
  overflow-y: auto;
}

.flex-grow {
  flex-grow: 1;
}

.text-left {
  text-align: left;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-24 {
  width: 6rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.hover {
  cursor: pointer;
}

.erCode{
  height: 128px;
  width: 128px;
}

.igix-header {
  background-image: url(../../assets/imgs/index/banner.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #d2e0f5;
  height: 280px;
}

.igix-header-ar {
  background-image: url(../../assets/imgs/index/banner-igix-ar.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #d2e0f5;
  height: 280px;
}

.igix-header-toolbar {
  height: 64px;
  background: rgba(255, 255, 255, 0.60);
  display: flex;
  justify-content: space-between; /* 子元素分布在左右两侧，中间自动撑开 */
  align-items: center; /* 子元素在交叉轴上居中对齐 */
}

.igix-header-toolbar > div {
  display: flex;
  align-items: center; /* 子元素在交叉轴上居中对齐 */
}

.igix-header-toolbar .left-div {
  margin-left: 80px;
}

.igix-header-toolbar .mid-div {
  flex: 1;
}


.igix-header-toolbar .right-div {
  margin-right: 80px;
}

.igix-header-toolbar .haiyue-soft-font {
  color: #0D48CE;
  font-size: 20px;
  font-weight: 600;
}

.igix-header-toolbar .toolbar-tab-button-font {
  font-size: 18px;
}

.igix-header-toolbar .doc-center-font {
  color: #595959;
  font-size: 18px;
}

.login-button {
  background: #217EFF;
  border-radius: 6px;
}


.igix-big-title {
  font-size: 40px;
  color: #1A1A1A;
  margin-left: 120px;
  margin-top: 36px;
}

.igix-big-title2 {
  font-size: 15px;
  color: #1A1A1A;
  margin-left: 120px;
  margin-top: 25px;
}

.igix-big-en-title2 {
  font-size: 15px;
  color: #1A1A1A;
  margin-left: 120px;
  margin-top: 25px;
}

.igix-big-title3 {
  font-size: 15px;
  color: #1A1A1A;
  margin-left: 120px;
  margin-top: 20px;
}

.igix-big-title4 {
  font-size: 15px;
  color: #1A1A1A;
  margin-left: 120px;
  margin-top: 20px;
}


.igix-index-search {
  margin-left: 120px;
  margin-top: 20px;
  width: 656px;
  height: 48px;
}


.cloud-igix-header {
  background-image: url(../cloudImgs/cloud_index_top_bg_2.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 500px;
}

.cloud-igix-header-eng {
  background-image: url(../cloudImgs/cloud_index_top_bg_2_eng.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 500px;
}

.cloud-igix-header-ms {
  background-image: url(../cloudImgs/cloud_index_top_bg_2_ms.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 500px;
}
.cloud-igix-header-ar {
  background-image: url(../cloudImgs/cloud_index_top_bg_2_ar.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 500px;
}

.cloud-header {
  background-image: url(../cloudImgs/cloud_top_bg.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 280px;
}

.cloud-header-ar {
  background-image: url(../cloudImgs/cloud_top_bg_ar.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 280px;
}

.cloud-body-overview-div {
  display: inline-block;
  background-image: url(../cloudImgs/cloud_overview.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
  height: 120px;
  margin-top: 24px
}


.cloud-body-product-card-img-bg-fssc {
  background-image: url(../cloudImgs/cloud_product_bg_card_fssc.svg);
}

.cloud-body-product-card-img-bg-siku {
  background-image: url(../cloudImgs/cloud_product_bg_card_siku.svg);
}

.cloud-body-product-card-img-bg-gyl {
  background-image: url(../cloudImgs/cloud_product_bg_card_gyl.svg);
}

.cloud-body-product-card-img-bg-zhzc {
  background-image: url(../cloudImgs/cloud_product_bg_card_zhzc.svg);
}

.cloud-body-product-card-img-bg-csgl {
  background-image: url(../cloudImgs/cloud_product_bg_card_csgl.svg);
}

.cloud-body-product-card-img-bg-qyjx {
  background-image: url(../cloudImgs/cloud_product_bg_card_qyjx.svg);
}

.cloud-body-product-card-img-bg-cyhl {
  background-image: url(../cloudImgs/cloud_product_bg_card_cyhl.svg);
}

.cloud-body-product-card-img-bg-qt {
  background-image: url(../cloudImgs/cloud_product_bg_card_qt.svg);
}


.cloud-doc-info-desc {
  background-image: url(../cloudImgs/cloud_card.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  height: 291px;
  max-width: 630px !important;
  border-radius: 10px;
  color: white;
  position: relative;
}


.cloud-doc-info-desc-eng {
  background-image: url(../cloudImgs/cloud_card.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  max-width: 650px !important;
  border-radius: 10px;
  color: white;
  position: relative;
  cursor: pointer;
}

.igix-doc-info-desc {
  background-image: url(../cloudImgs/igix_card.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  height: 291px;
  max-width: 630px !important;
  border-radius: 10px;
  color: white;
  position: relative;
}

.igix-doc-info-desc-eng {
  background-image: url(../cloudImgs/igix_card.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  max-width: 650px !important;
  border-radius: 10px;
  color: white;
  position: relative;
  cursor: pointer;
}


