* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #fff;
  font-size: 14px;
  scroll-behavior: smooth;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.inner {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}
@keyframes horizontalMove {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes verticalMove {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
:root {
  --pros-green: #006f3f;
  --pros-green-dark: #035533;
  --pros-orange: #ff7310;
  --pros-orange-soft: #ffbc8f;
  --pros-ink: #0f1720;
  --pros-text: #4b5563;
  --pros-muted: #7b8491;
  --pros-line: #dfe5ea;
  --pros-soft: #f3f6f9;
  --pros-white: #fff;
  --pros-panel: #48505d;
  --pros-container: 80vw;
  --pros-radius: 0.5rem;
  --pros-shadow: 0 1rem 2.75rem rgba(19, 33, 46, 0.12);
  --banner-header-offset: 5.75rem;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
}

img,
svg {
  display: block;
}

#app .inner {
  width: var(--pros-container);
  max-width: none;
}
.header-index {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  --header-index-inner-width: 80vw;
  padding-top: 1rem;
  pointer-events: none;
  transition: transform 0.28s ease;
}

.header-index.header-scroll-hidden {
  transform: translateY(-120%);
}

.header-index-inner {
  width: var(--header-index-inner-width);
  min-height: 4.6rem;
  margin: 0 auto;
  padding: 0.55rem 1.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem ;
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 0.85rem 2.3rem rgba(8, 16, 24, 0.18);
  backdrop-filter: blur(1rem);
  pointer-events: auto;
}

.header-index.header-second-open .header-index-inner {
  border-radius: 999rem;
}

.header-index-left,
.logo-index,
.logo-index a,
.header-index-nav,
.header-index-nav nav ul,
.header-index-right-inner,
.header-index-langs,
.header-index-contact,
.header-index-search-inner {
  display: flex;
  align-items: center;
}

.logo-index img {
  width: 12.5rem;
  height: auto;
}

.header-index-nav {
  flex: 1;
  min-width: 0;
  justify-content: flex-end;
  gap: 30px;
}
.header-index-nav nav{
  flex: 1;
 
}

.header-index-nav nav ul {
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
}

.header-index-nav .nav-item-first {
  min-height: 2.2rem;
  display: flex;
  align-items: center;
  color: var(--pros-ink);
  /* padding-inline: 10px !important; */
}

.header-index-nav .nav-item-first a,
.header-index-nav .nav-item-first p {
  color: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.22s ease;
}

.header-index-nav .char-text-wrapper,
.header-index-nav .char-span,
.langName-text-p {
  white-space: nowrap;
}

.header-index-nav .nav-item:hover .nav-item-first,
.header-index-nav .nav-item.nav-item-active .nav-item-first,
.header-index-nav .nav-item-first-active,
.header-index-nav .nav-item-first-avtive {
  color: var(--pros-orange);
}

.header-index-right-inner {
  gap: 18px;
}

.header-index-langs {
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 24px;
  color: var(--pros-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.header-index-search,
.header-index-langs {
  min-width: 32px;
  min-height: 32px;
}

.header-index-search {
  padding: 0;
  border-radius: 50%;
  color: #a1a1aa;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.header-index-search-inner {
  width: 34px;
  height: 34px;
  aspect-ratio: 1;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.header-index-contact {
  gap: 7px;
  padding: 9px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 133, 48, 1);
  color: var(--pros-orange);
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;

}

.header-index-contact .contact-icon {
  display: flex;
  transition: transform 0.24s ease;
}

.header-index-langs svg,
.header-index-search svg,
.header-index-contact svg {
  transition: transform 0.24s ease;
}

.header-index-langs svg path,
.header-index-search svg path,
.header-index-contact svg path {
  transition: stroke 0.24s ease;
}

.header-index-langs .langName-icon svg path {
  fill: currentColor;
}

.header-index-langs:hover {
  color: var(--pros-orange);
  background: rgba(255, 133, 48, 0.1);
  transform: translateY(-2px);
}

.header-index-langs:hover svg {
  transform: rotate(180deg);
}

.header-index-langs:hover svg path {
  stroke: var(--pros-orange);
}

.header-index-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.header-index-search:hover .header-index-search-inner {
  color: #ffffff;
  background: var(--pros-orange);
}

.header-index-search:hover svg path {
  stroke: #ffffff;
}

.header-index-contact:hover {
  color: #ffffff;
  background: var(--pros-orange);
  transform: translateY(-2px);
}

.header-index-contact:hover .contact-icon {
  transform: scale(1.05);
}

.header-index-contact:hover svg path {
  stroke: #ffffff;
}

.header-index .header-inner-bottom {
  position: absolute;
  top: calc(100% + 0.5rem);
  border-radius: 24px !important;
  left: 50%;
  z-index: 90;
  width: var(--header-index-inner-width);
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
}

.header-index .header-inner-bottom.header-second-active {
  display: flex !important;
  pointer-events: auto !important;
}

.header-index-nav .nav-item-first.nav-second-hover {
  color: var(--pros-orange);
}

.header-index .nav-item-second-oems {
  gap: 46px;
  padding: 24px 50px;
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.16);
}

.header-index .nav-item-second-oems .nav-item-second-other-one {
  position: relative;
  min-height: 194px;
  overflow: hidden;
  border-radius: 12px;
  background: #14231d;
}

.header-index .nav-item-second-oems img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}

.header-index .nav-item-second-oems p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.header-index .nav-item-second-oems .nav-item-second-other-one:hover img {
  transform: scale(1.06);
}

.header-index .nav-item-second-pros {
  min-height: 156px;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  background: #ffffff;
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.13);
}

.header-index .nav-item-second-pros .nav-item-second-other-one {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 156px;
  color: #27272a;
  transition: color 0.24s ease, background 0.24s ease;
}

.header-index .nav-item-second-pros .nav-item-second-other-one:nth-child(odd) {
  background: #efefef;
}

.header-index .nav-item-second-pros .nav-item-second-other-one:nth-child(even) {
  background: #f8f8f8;
}

.header-index .nav-item-second-pros .dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #dddddd;
  transition: background 0.24s ease, transform 0.24s ease;
}

.header-index .nav-item-second-pros p {
  position: relative;
  color: inherit;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  white-space: break-word;
}

.header-index .nav-item-second-pros p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
}

.header-index .nav-item-second-pros .nav-item-second-other-one:hover {
  color: var(--pros-green);
  background: rgba(255, 133, 48, 0.08);
}

.header-index .nav-item-second-pros .nav-item-second-other-one:hover .dot {
  background: var(--pros-orange);
  transform: scale(1.2);
}

.header-index .nav-item-second-abouts {
  gap: 24px;
  padding: 26px 48px 30px;
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.94);
}

.header-index .nav-item-second-abouts .nav-item-second-other-one {
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  border-color: rgba(0, 0, 0, 0.3);
}

.header-index .nav-item-second-abouts p,
.header-index .nav-item-second-abouts i {
    position: relative;
    color: #121212;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    white-space: break-word;
}

.header-index .nav-item-second-abouts i {
  color: #121212;
  transition: color 0.24s ease, transform 0.24s ease;
}

.header-index .nav-item-second-abouts .nav-item-second-other-one:hover {
  border-color: rgba(255, 133, 48, 0.72);
  background: rgba(255, 133, 48, 0.18);
  transform: translateY(-2px);
}

.header-index .nav-item-second-abouts .nav-item-second-other-one:hover i {
    color: #121212;
  transform: translateX(4px);
}

.proAppl .bottom,
.pros .section2-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 2.65rem;
  padding: 0 1.25rem;
  border-radius: 0.28rem;
  color: var(--pros-white);
  background: var(--pros-green);
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}

.proAppl .bottom:hover,
.pros .section2-bottom a:hover {
  transform: translateY(-0.12rem);
  background: var(--pros-green-dark);
}


#app .contacti {
  position: relative;
  padding: 108px 0 82px;
  overflow: hidden;
  background: #fff;
}

#app .contacti::before {
  content: "Contact Us";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 0;
  color: rgba(255,133,48,0.54);
  font-size: 132px;
  line-height: 132px;
  font-weight: 800;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}

#app .contacti .inner {
  position: relative;
  z-index: 1;
  width: var(--pros-container);
  max-width: none;
  height: 516px;
  margin: 0 auto;
  padding: 50px 64px 48px;
  overflow: hidden;
  border-radius: 30px;
  box-sizing: border-box;
  background: #444b56;
  box-shadow: 0 26px 56px rgba(26,35,48,0.28);
}

#app .contacti .inner > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
}

#app .contacti .section1 {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .contacti .section1-left {
  width: 40%;
  flex: 0 0 405px;
}

#app .contacti .title p {
  color: #fff;
  font-size: 32px;
  line-height: 43px;
  font-weight: 800;
  letter-spacing: 0;
}

#app .contacti .title span {
  color: #ff8530;
}

#app .contacti .section1-left-middle {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

#app .contacti .section1-left-middle .item {
  display: flex;
  align-items: center;
  gap: 20px;
}

#app .contacti .section1-left-middle .icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  box-sizing: border-box;
}

#app .contacti .section1-left-middle .icon svg {
  width: 26px;
  height: 26px;
}

#app .contacti .section1-left-middle .icon svg path {
  stroke: #ff8530;
}

#app .contacti .section1-left-middle .content-t {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#app .contacti .section1-left-middle .text1 {
  color: #62748E;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

#app .contacti .section1-left-middle .text2 {
  position: relative;
  align-self: flex-start;
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

#app .contacti .section1-left-middle .text2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #ff8530;
  transition: width 0.3s ease;
}

#app .contacti .section1-left-middle .text2:hover::after {
  width: 100%;
}

#app .contacti .section1-left-bottom {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 100px;
}

#app .contacti .section1-left-bottom .item {
  position: relative;
  width: 68px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #838383;
  background: transparent;
  cursor: pointer;
  transition: transform 0.25s ease;
}

#app .contacti .section1-left-bottom .item:hover {
  transform: translateY(-3px);
}

#app .contacti .section1-left-bottom .item > svg {
  width: 68px;
  height: 44px;
}

#app .contacti .section1-left-bottom .item path {
  transition: fill 0.25s ease;
}

#app .contacti .section1-left-bottom .item:hover path {
  fill: #ff8530;
}

#app .contacti .section1-left-bottom .content-t {
  position: absolute;
  top: -100%;
  left: 50%;
  z-index: 2022;
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  transform: scale(0) translateY(-50%) translateX(-50%);
  transition: all 0.5s;
}

#app .contacti .section1-left-bottom .item:hover .content-t {
  transform: scale(1) translateY(-50%) translateX(-50%);
}

#app .contacti .section1-left-bottom .content-t > img {
    width: 90px;
    height: 80px;
  max-inline-size: none;
  transform: rotate(-90deg);
}

#app .contacti .section1-left-bottom .content-t .QRcode {
    position: absolute;
    top: 57%;
    left: 55%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#app .contacti .section1-left-bottom .content-t .QRcode img {
    width: 66px !important;
    height: 66px !important;
    max-inline-size: none !important;
}

#app .contacti .section1-right {
  width: 45%;
  flex: 0 0 548px;
  padding: 30px 30px 16px;
  border: 1px solid #d7e1ea;
  border-radius: 16px;
  box-sizing: border-box;
  background: #f8fafc;
  box-shadow: none;
}

#app .contacti .section1-right-top {
  color: #111827;
  font-size: 23px;
  line-height: 31px;
  font-weight: 800;
}

#app .contacti .section1-right-middle {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

#app .contacti .form-item {
  display: flex;
  gap: 18px;
}

#app .contacti .form-item > input,
#app .contacti .form-item > textarea,
#app .contacti .form-item > .upload,
#app .contacti .form-item > .required-field {
  flex: 1;
}

#app .contacti .required-field {
  position: relative;
  min-width: 0;
}

#app .contacti input,
#app .contacti textarea,
#app .contacti .upload {
  width: 100%;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}

#app .contacti input {
  height: 42px;
  min-height: 0;
  padding: 0 16px;
}

#app .contacti textarea,
#app .contacti .upload {
  height: 146px;
  min-height: 0;
}

#app .contacti textarea {
  padding: 17px 16px;
  resize: none;
}

#app .contacti .required-star {
  position: absolute;
  z-index: 2;
  color: #e84335;
  font-size: 14px;
  line-height: 20px;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

#app .contacti .required-email .required-star {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#app .contacti .required-message .required-star {
  left: 10px;
  top: 17px;
}

#app .contacti .required-field input:not(:placeholder-shown) + .required-star,
#app .contacti .required-field textarea:not(:placeholder-shown) + .required-star {
  opacity: 0;
}

#app .contacti .upload {
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #848485;
  text-align: center;
  cursor: pointer;
}

#app .contacti input:focus,
#app .contacti textarea:focus,
#app .contacti .upload:hover {
  border-color: #ff8530;
  background: #fffdfb;
  box-shadow: 0 0 0 3px rgba(255,133,48,0.1);
}

#app .contacti .upload path {
  transition: stroke 0.25s ease;
}

#app .contacti .upload:hover path {
  stroke: #ff8530;
}

#app .contacti .upload .text1 {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

#app .contacti .upload .text2 {
  max-width: 170px;
  color: #7f8792;
  font-size: 13px;
  line-height: 20px;
}

#app .contacti .section1-right-bottom {
  width: 100%;
  height: 42px;
  min-height: 0;
  margin-top: 21px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  color: #fff;
  background: #00713f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

#app .contacti .section1-right-bottom:hover {
  background: #006f3f;
  box-shadow: 0 10px 24px rgba(0,127,72,0.25);
  transform: translateY(-2px);
}

@media (max-width:1280px) {
  
  
}
@media (max-width: 900px) {
  #app .contacti .inner {
    height: auto;
    padding: 34px 28px;
  }

  #app .contacti .section1 {
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
  }

  #app .contacti .section1-left,
  #app .contacti .section1-right {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 620px) {
  #app .contacti {
    padding: 78px 0 58px;
  }

  #app .contacti::before {
    font-size: 68px;
    line-height: 68px;
  }

  #app .contacti .form-item,
  #app .contacti .form-item1 {
    flex-direction: column;
    gap: 12px;
  }

  #app .contacti .section1-left-bottom {
    gap: 20px;
    flex-wrap: wrap;
  }

  #app .contacti .section1-right {
    padding: 26px 20px 18px;
  }
}

.footer {
  background: var(--pros-white);
}

.footer > .line1 {
  height: 0.3rem;
  background: var(--pros-orange);
}

.footer .inner {
  width: var(--pros-container);
  max-width: none;
  margin: 0 auto;
  padding: 72px 0 42px;
}

.footer .section1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .section1-left {
  width: 360px;
  flex: 0 0 360px;
}

.footer .section1-left-top img {
  width: 255px;
}

.footer .section1-left-bottom {
  margin-top: 58px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer .section1-left-bottom-item {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  transition: transform 0.24s ease;
}

.footer .section1-left-bottom-item svg {
  width: 26px;
  height: 26px;
}

.footer .section1-left-bottom-item path {
  transition: fill 0.24s ease;
}

.footer .section1-left-bottom-item:hover {
  transform: translateY(-2px);
}

.footer .section1-left-bottom-item:hover path {
  fill: #ff8530;
}

.footer .section2-middle {
  width: 320px;
  flex: 0 0 320px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 105px;
}

.footer .section2-middle a {
  width: 100px;
  color: #62748e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.footer .section2-middle a:first-child {
  color: #ff8530;
}

.footer .section2-middle a:hover {
  color: #ff8530;
}

.footer .section2-right {
  flex: 0 0 140px;
  display: flex;
  justify-content: flex-end;
}

.footer .footer-lang {
  height: 45px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #b8c4d2;
  border-radius: 23px;
  color: #8b98aa;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.24s ease, color 0.24s ease, background 0.24s ease;
}

.footer .footer-lang svg {
  width: 27px;
  height: 27px;
}

.footer .footer-lang path {
  transition: stroke 0.24s ease;
}

.footer .footer-lang:hover {
  color: #ff8530;
  border-color: #ff8530;
  background: rgba(255,133,48,0.06);
}

.footer .footer-lang:hover path {
  stroke: #ff8530;
}

.footer .line2 {
  height: 1px;
  margin: 70px 0 38px;
  background: #b8c4d2;
}

.footer .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  color: #7d8b9f;
}

.footer .footer-side {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer .footer-bottom-infor-a {
  color: #7d8b9f;
  font-size: 13px;
  line-height: 18px;
}


@media (max-width:1480px) {
  .header-index-inner {
    width: 90%;
  }
  
  .header-index-nav{
    gap: 20px;
  }
}





@media (max-width:1400px) {
  .header-index-inner {
    width: 95%;
  }
  
  .header-index-nav{
    gap: 20px;
  }
}


@media (max-width: 900px) {
  .header-index .header-inner-bottom {
    display: none !important;
  }

  .header-index-inner {
    border-radius: 1rem;
  }

  .header-index-nav nav {
    display: none;
  }

  .header-index-contact p {
    display: none;
  }

  .footer .section1 {
    flex-direction: column;
    gap: 36px;
  }

  .footer .section1-left,
  .footer .section2-middle,
  .footer .section2-right {
    width: 100%;
    flex: none;
  }

  .footer .section2-right {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .logo-index img {
    width: 8.6rem;
  }

  .header-index-langs,
  .header-index-search {
    display: none;
  }

  .footer .section2-middle {
    gap: 18px 30px;
  }

  .footer .section2-middle a {
    width: calc((100% - 30px) / 2);
  }
}
/* Country / language picker */
@media (min-width: 769px) {
  .header-index,
  .header-index .header-index-inner {
    transition: transform 0.28s ease, padding 0.36s ease,
      min-height 0.36s ease, width 0.36s ease, border-radius 0.36s ease,
      background 0.36s ease, box-shadow 0.36s ease;
  }

  .header-index.header-region-open {
    --header-index-inner-width: 100%;
    z-index: 1001;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0.7rem 1.8rem rgba(15, 23, 42, 0.08);
  }

  .header-index.header-region-open .header-index-inner,
  .header-index.header-region-open.header-second-open .header-index-inner {
    width: 100%;
    min-height: 9.5rem;
    padding: 1.25rem max(7.5vw, 1.55rem);
    padding-top: 0;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
}

/* Shared pagination: keep long page lists compact and readable. */
.page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  min-width: 0;
}

.page .page-ellipsis {
  min-width: 1.5rem;
  border-color: transparent !important;
  background: transparent !important;
  color: inherit;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 600px) {
  .page {
    gap: 0.3rem;
    flex-wrap: wrap;
  }
  .page .pages {
    max-width: 100%;
  }
}

.region-picker {
  --region-picker-accent: var(--pros-orange);
  --region-picker-green: var(--pros-green);
  position: fixed;
  top: var(--region-picker-top, 0);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  color: var(--pros-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(2rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: opacity 0.42s ease, visibility 0.42s ease, transform 0.42s ease;
}

.region-picker.region-picker-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.region-picker > .inner {
  position: relative;
  width: min(84vw, 92rem);
  max-width: none;
  min-height: min(40rem, calc(100vh - var(--region-picker-top, 0px)));
  margin: 0 auto;
  padding: clamp(4rem, 7vh, 6rem) 4.5rem 3.5rem 0;
  display: grid;
  grid-template-columns: minmax(17rem, 25rem) minmax(0, 1fr);
  align-items: start;
  gap: clamp(4rem, 8vw, 10rem);
}

.region-picker-intro {
  min-width: 0;
}

.region-picker-intro h2 {
  margin: 0 0 2.25rem;
  color: var(--region-picker-green);
  font-size: clamp(2rem, 2.5vw, 2.75rem);
  line-height: 1.2;
  font-weight: 800;
}

.region-search-label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--pros-ink);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
}

.region-search {
  position: relative;
}

.region-search input {
  width: 100%;
  height: 3.65rem;
  padding: 0 3.25rem 0 1.2rem;
  border: 2px solid var(--pros-ink);
  border-radius: 999px;
  outline: none;
  color: var(--pros-ink);
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.region-search input:focus {
  border-color: var(--region-picker-accent);
  box-shadow: 0 0 0 4px rgba(255, 133, 48, 0.13);
}

.region-search input::-webkit-search-cancel-button {
  display: none;
}

.region-search svg {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  color: var(--pros-ink);
  transform: translateY(-50%);
  pointer-events: none;
}

.region-picker .default-language {
  width: fit-content;
  margin-top: 2.8rem;
  padding: 0.65rem 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 999px;
  color: #fff;
  background: var(--region-picker-green);
  font-size: 1.15rem;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.region-picker .default-language:hover,
.region-picker .default-language:focus-visible {
  color: #fff;
  background: var(--pros-green-dark);
  transform: translateY(-2px);
}

.region-picker-catalog {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(10rem, 15rem) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.continent-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.continent-item {
  min-height: 3.8rem;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  color: var(--pros-ink);
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.continent-item span {
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  line-height: 1.25;
  font-weight: 800;
}

.continent-item svg {
  flex: 0 0 auto;
  opacity: 0;
  transform: translateX(-0.35rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.continent-item:hover,
.continent-item:focus-visible,
.continent-item.is-active {
  border-color: rgba(255, 133, 48, 0.55);
  color: var(--region-picker-accent);
  background: rgba(255, 133, 48, 0.06);
}

.continent-item:hover svg,
.continent-item:focus-visible svg,
.continent-item.is-active svg {
  opacity: 1;
  transform: translateX(0);
}

.country-list {
  min-width: 0;
  max-height: min(60vh, 31rem);
  padding-right: 1.75rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--region-picker-green) rgba(0, 111, 63, 0.14);
}

.country-list::-webkit-scrollbar {
  width: 5px;
}

.country-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 111, 63, 0.14);
}

.country-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--region-picker-green);
}

.country-item {
  min-height: 3.45rem;
  padding: 0.8rem 0;
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.9fr) minmax(0, 2fr);
  align-items: baseline;
  gap: 1.25rem;
  border-bottom: 0;
}

.country-item[hidden],
.region-empty[hidden] {
  display: none;
}

.country-name {
  color: var(--pros-ink);
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.country-languages {
  min-width: 0;
  /* color: var(--pros-muted); */
 color: rgba(58, 12, 16, 1);
  font-family: "Noto Sans SC";
  font-size: 1rem;
  line-height: 1.65;
}

.country-languages a {
  position: relative;
  color: inherit;
  white-space: normal;
  transition: color 0.2s ease;
}

.country-languages a:hover,
.country-languages a:focus-visible {
  color: var(--region-picker-accent);
}

.language-separator {
  margin: 0 0.35rem;
  color: rgba(123, 132, 145, 0.62);
}

.region-empty {
  padding: 2rem 0;
  color: var(--pros-muted);
  font-size: 1rem;
}

.close-region-picker {
  position: absolute;
  top: 2.25rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pros-ink);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.close-region-picker:hover,
.close-region-picker:focus-visible {
  color: var(--region-picker-accent);
  background: rgba(255, 133, 48, 0.1);
  transform: rotate(90deg);
}

.header-index-langs[aria-expanded="true"] {
  color: var(--pros-orange);
  background: rgba(255, 133, 48, 0.1);
}

.header-index-langs[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

@media (max-width: 1100px) {
  .region-picker > .inner {
    width: min(90vw, 72rem);
    grid-template-columns: minmax(15rem, 21rem) minmax(0, 1fr);
    gap: 3rem;
  }

  .region-picker-catalog {
    grid-template-columns: minmax(9rem, 12rem) minmax(0, 1fr);
    gap: 2rem;
  }

  .country-item {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

@media (max-width: 767px) {
  .region-picker > .inner {
    width: 90%;
    min-height: 0;
    padding: 4.25rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .region-picker-intro,
  .region-picker-catalog {
    width: 100%;
  }

  .region-picker-intro h2 {
    margin-bottom: 1.25rem;
    font-size: 1.85rem;
  }

  .region-search input {
    height: 3.25rem;
  }

  .region-picker .default-language {
    margin-top: 1.25rem;
  }

  .region-picker-catalog {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .continent-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .continent-item {
    min-height: 2.8rem;
    padding: 0.55rem 0.7rem;
  }

  .continent-item span {
    font-size: 1rem;
  }

  .continent-item svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .country-list {
    width: 100%;
    max-height: min(46vh, 24rem);
    padding-right: 0.75rem;
  }

  .country-item {
    min-height: 0;
    padding: 0.75rem 0;
  }

  .close-region-picker {
    top: 0.75rem;
  }
}

/* Keep the original Senchuan region-picker presentation for runtime-rendered items. */
.region-picker .continent-item p {
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  line-height: 1.25;
  font-weight: 800;
}

.region-picker .continent-item .icon {
  display: contents;
}

.region-picker .continent-item.continent-item-hover {
  border-color: rgba(255, 133, 48, 0.55);
  color: var(--region-picker-accent);
  background: rgba(255, 133, 48, 0.06);
}

.region-picker .continent-item.continent-item-hover svg {
  opacity: 1;
  transform: translateX(0);
}

.region-picker .country-item > p {
  display: contents;
}

.region-picker .country-item > .icon {
  display: none;
}

@media (max-width: 767px) {
  .region-picker .continent-item p {
    font-size: 1rem;
  }
}

.searchDialog,
.langDialog {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background: rgba(8, 13, 20, 0.78);
  backdrop-filter: blur(0.55rem);
}

.searchDialog.active,
.langDialog.active,
.searchDialog.show,
.langDialog.show,
.searchDialog.is-active,
.langDialog.is-active {
  display: flex;
}

.searchDialog-inner,
.langDialog-inner {
  position: relative;
  width: min(92vw, 42rem);
  padding: 4rem;
  border-radius: 1.6rem;
  background: var(--pros-white);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}

.searchDialog-close,
.langDialog-close {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pros-green);
  cursor: pointer;
}

.searchDialog-close svg,
.langDialog-close svg {
  width: 0.85rem;
  height: 0.85rem;
}

.searchDialog-title,
.langDialog-title {
  color: var(--pros-ink);
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}

.searchDialog-main,
.langDialog-main {
  margin-top: 2.5rem;
}

.searchDialog-main-inner {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--pros-line);
  border-radius: 999rem;
  background: #f8fafc;
}

.searchDialog-main-inner input {
  flex: 1;
  width: 100%;
  min-height: 3.2rem;
  padding: 0 1.2rem;
  border: 0;
  color: var(--pros-ink);
  background: transparent;
  outline: none;
}

.searchDialog-main-inner .icon-searchIcon {
  width: 3.2rem;
  flex: 0 0 3.2rem;
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pros-green);
  cursor: pointer;
}

.langDialog-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.langDialog-one {
  width: calc((100% - 0.8rem) / 2);
  min-height: 3rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0 1rem;
  border: 1px solid var(--pros-line);
  border-radius: 0.65rem;
  color: var(--pros-text);
  background: #f8fafc;
  font-weight: 700;
}

.langDialog-one p {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--pros-orange);
}


.langDialog-one-active {
  border-color: var(--pros-orange);
  color: var(--pros-orange);
  background: rgba(255, 115, 16, 0.08);
}
.headerM {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: none;
  padding: 0.75rem 4vw;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.6rem 1.6rem rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(0.8rem);
}

.headerM .header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.headerM .logo {
  width: 10.5rem;
  flex: 0 0 10.5rem;
}

.headerM .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.headerM .header-lang,
.headerM .langBtn,
.headerM .action_item {
  display: flex;
  align-items: center;
}

.headerM .header-lang {
  gap: 1rem;
}

.headerM .header-lang-one {
  position: relative;
}

.headerM .langBtn {
  gap: 0.35rem;
  color: var(--pros-ink);
  cursor: pointer;
}

.headerM .langList {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  display: none;
  min-width: 9rem;
  padding: 0.7rem;
  border-radius: 0.7rem;
  background: var(--pros-white);
  box-shadow: var(--pros-shadow);
}

.headerM .header-lang-one:hover .langList {
  display: block;
}

.headerM .langList a {
  display: block;
  padding: 0.45rem 0.55rem;
  color: var(--pros-text);
  font-weight: 700;
}

.headerM .action_item {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  cursor: pointer;
}

.headerM .action_item_span_line {
  width: 1.45rem;
  height: 2px;
  border-radius: 999rem;
  background: var(--pros-ink);
}

.top_nav {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: none;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
}

.top_nav.active,
.top_nav.show_nav,
.top_nav.show,
.top_nav.is-active {
  display: block;
}

.top_nav_inner {
  min-height: 100%;
  padding: 1rem 5vw 3rem;
}

.top_nav_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--pros-line);
}

.top_nav_close .logo img {
  width: 10.5rem;
}

.top_nav_close > svg {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.top_nav .nav {
  display: flex;
  gap: 0.35rem;
  margin-top: 1.2rem;
}

.top_nav .li {
  border-bottom: 1px solid var(--pros-line);
}

.top_nav .menu {
  min-height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top_nav .name {
  color: var(--pros-ink);
  font-size: 1rem;
  font-weight: 800;
}

.top_nav .name.top-nav-active {
  color: var(--pros-orange);
}

.top_nav .menu p {
  width: 1.5rem;
  display: flex;
}

.top_nav .menu p img {
  width: 0.7rem;
}

.top_nav .menu2 {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 0.8rem;
  transition: max-height 0.28s ease, padding-bottom 0.28s ease;
}

.top_nav .li:hover .menu2 {
  max-height: 640px;
  padding-bottom: 0.9rem;
}

.top_nav .item_val {
  display: flex;
  gap: 0.45rem;
}

.top_nav .item_val a {
  display: flex;
  gap: 0.65rem;
  color: var(--pros-text);
  font-size: 0.92rem;
}

.top_nav .item_val span {
  color: var(--pros-orange);
  font-weight: 800;
}

.sidefixed {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    z-index: 999;
    display: flex;
    width: 58px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sidefixed .sideitemTop {
    border-radius: 10px 10px 0px 0px;
    padding: 8px 0 0;
}

.sidefixed .sideitemTop .icon-box {
    color: #fff;
}

.sidefixed .sideitemTop .icon-box p {
    color: #fff;
}

.sidefixed .sideitemTop a p {
    color: #fff;
}

.sidefixed .sideitemTop .icon-box img {
    width: 19px;
    transition: 0.5s;
}

.sidefixed .sideitemTop:hover .icon-box img {
    transform: scale(1.1);
}

.sidefixed .sideitem3 {
    cursor: pointer;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #16559D;
    transition: 0.5s;
    position: relative;
    right: 0px;
    border-bottom: 1px solid #fff;
}

.sidefixed .sideitem3:hover {
    background: #16559D;
    transition: .5s;
    right: 160px;
    border-radius: 10px !important;
}

.sidefixed .sideitem3:hover .icon-box {
    border-radius: 10px 0px 0px 10px !important;
    background: #16559D;
    transition: .5s;
    color: #fff;
}

.sidefixed .sideitem3:hover .sideins {
    border-radius: 0px 10px 10px 0px;
    transition: .5s;
}

.sidefixed .sideitem3 .p {
    font-size: 12px;
}

.sidefixed .sideitem3 .p a {
    color: #fff;
    width: 100%;
    display: block;
}

.sidefixed .sideitem3 .p a span {
    white-space: wrap;
}

.sidefixed .sideitem3 .icon-box {
    z-index: 801;
    padding: 10px 0px;
    align-items: center;
    flex-direction: column;
    width: 58px;
    display: flex;
    transition: .5s;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #16559D;
    position: relative;
}

.sidefixed .sideitem3 .icon-box p {
    margin-top: 4px;
    font-size: 12px;
    background: transparent !important;
    text-align: center;
    word-break: break-word;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
}

.sidefixed .sideitem3 .icon-box::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #16559D;
    width: 34px;
}

.sidefixed .sideitem3 svg {
    width: 19px;
    height: 19px;
}

.sidefixed .sideitem3 .sideins {
    width: 180px;
    background: #16559D;
    padding: 10px 10px;
    min-height: 65px;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.6;
}

.sidefixed .sideitem3 .sideins,
.sidefixed .sideitem3 .sideins p,
.sidefixed .sideitem3 .sideins a,
.sidefixed .sideitem3 .sideins a:link,
.sidefixed .sideitem3 .sideins a:visited,
.sidefixed .sideitem3 .sideins a:hover,
.sidefixed .sideitem3 .sideins a:active,
.sidefixed .sideitem3 .sideins span,
.sidefixed .sideitem1 .sideins,
.sidefixed .sideitem1 .sideins p,
.sidefixed .sideitem1 .sideins a,
.sidefixed .sideitem1 .sideins span {
    color: #fff;
}

.sidefixed .sideitem3 .sideins .contactWays-value {
    position: relative;
}

.sidefixed .sideitem3 .sideins .contactWays-value::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: 0.5s;
}

.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
    width: 100%;
    background: #fff;
    transition: 0.5s;
}

.sidefixed .sideitem3 .sideins p {
    line-height: 20px;
    padding: 8px 0px;
    white-space: nowrap;
    position: relative;
}

.sidefixed .sideitem3 .sideins p::after {
    content: '';
    position: absolute;
    top: 14%;
    height: 80%;
    left: -20px;
    width: 1px;
    background: #fff;
}

.sidefixed .sideitem3_1 {
    border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem3_1 .icon-box {
    border-radius: 10px 10px 0 0;
}

.sidefixed .sideitemBase > .float-item:first-child.sideitem3,
.sidefixed .sideitemBase > .float-item:first-child.sideitem1 {
    border-radius: 10px 10px 0 0;
}

.sidefixed .sideitemBase > .float-item:first-child.sideitem3 .icon-box,
.sidefixed .sideitemBase > .float-item:first-child.sideitem1 .icon-box {
    border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem4:hover {
    right: 180px;
}

.sidefixed .sideitem4 .sideins {
    width: 180px;
}

.sidefixed .sideitem1 {
    width: 58px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-family: Alibaba PuHuiTi-Regular;
    background: #16559D;
    transition: .5s;
    position: relative;
    right: 0px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.sidefixed .sideitem1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #16559D;
    width: 34px;
}

.sidefixed .sideitem1:hover {
    overflow: visible;
    background: #16559D;
    transition: .5s;
}

.sidefixed .sideitem1:hover .sideins {
    transform: translateX(-5px) translateY(-50%);
    opacity: 1;
    transition: all .5s;
}

.sidefixed .sideitem1 .p {
    font-size: 11px;
}

.sidefixed .sideitem1 .p a {
    color: #fff;
}

.sidefixed .sideitem1 .icon-box {
    z-index: 801;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 58px;
    color: #fff;
}

.sidefixed .sideitem1 .icon-box p {
    margin-top: 4px;
    font-size: 11px;
    color: #fff;
    background: transparent !important;
    text-align: center;
    word-break: break-word;
}

.sidefixed .sideitem1 svg {
    width: 30px;
    height: 30px;
}

.sidefixed .float-item-icon {
    width: 19px;
    height: 19px;
    object-fit: contain;
    display: block;
}

.sidefixed .float-item-icon-text {
    color: #fff;
    font-size: 8px;
    line-height: 19px;
    text-align: center;
    word-break: break-all;
}

.sidefixed .sideitem1 .sideins {
    opacity: 0;
    z-index: 800;
    border-radius: 8px;
    transform: translateX(10px) translateY(-50%);
    background: #16559D;
    padding: 10px 10px;
    position: absolute;
    top: 0;
    right: 100%;
    min-height: 74px;
    transition: all .5s;
    display: flex;
}

.sidefixed .sideitem1 .sideins .sideins-one {
    width: 50%;
    margin: 5px 4px 0px;
}

.sidefixed .sideitem1 .sideins p {
    line-height: 26px;
    padding: 5px 0px;
    white-space: nowrap;
    text-align: center;
}

.sidefixed .sideitem1 .sideins img {
    width: 100px;
    height: 100px;
    display: block;
}

.sidefixed .sideitem2 {
    cursor: pointer;
    width: 58px;
    display: flex;
    padding-bottom: 8px;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #16559D;
    transition: .5s;
    overflow: hidden;
    position: relative;
    right: 0px;
    border-radius: 0px 0px 10px 10px;
}

.sidefixed .sideitem2:hover {
    background: #16559D;
}

.sidefixed .sideitem2 .p {
    font-size: 16px;
}

.sidefixed .sideitem2 .p a {
    color: #fff;
}

.sidefixed .sideitem2 .sideins {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidefixed .sideitem2 .icon-box {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sidefixed .sideitem2 .icon-box svg {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.sidefixed .sideitem2 .icon-box p {
    font-size: 12px;
    background: transparent !important;
    color: #fff;
}

.sidefixed .sideitemBase {
    border-radius: 23px;
}

.sidefixed .sideitemOther {
    display: flex;
    border-radius: 20px;
    background: #fff;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: -12px;
    bottom: -40%;
    transform: scale(0.7);
}

.sidefixed .sideitemOther .sideitemOther-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    background: #F8F8F8;
    border-radius: 20px 20px 0 0;
}

.sidefixed .sideitemOther .sideitem-chat {
    width: 100px;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #EFEFEF;
    transition: 0.5s;
    position: relative;
}

.sidefixed .sideitemOther .sideitem-chat:last-child {
    border-bottom: none;
}

.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: -1px;
    left: 0;
}

.sidefixed .sideitemOther .sideitem-chat .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
}

.sidefixed .sideitemOther .sideitem-chat .link:hover {
    background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link:focus {
    background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link span {
    font-weight: bold;
    font-size: 16px;
    color: #565656;
    text-decoration: underline;
    white-space: nowrap;
}

.sidefixed .sideitemOther .sideitem-chat .link img {
    display: block;
    width: 50px;
}

.sidefixed .sideitemOther .sideitem-chat .gif {
    display: block;
    width: 76px;
    margin: 0 auto;
    transition: 0.5s;
    transform: scale(0.9);
    opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat .float-social-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16559D;
    border: 2px solid #16559D;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    transition: 0.5s;
}

.sidefixed .sideitemOther .sideitem-chat .float-social-action {
    margin-left: 6px;
    color: #333333;
    font-size: 12px;
    white-space: nowrap;
}

.sidefixed .sideitemOther .sideitem-chat:hover {
    width: 210px;
}

.sidefixed .sideitemOther .sideitem-chat:hover .link {
    opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover .gif {
    opacity: 0;
}

.sidefixed .sideitemOther .sideitem-chat:hover .float-social-icon {
    opacity: 0;
}

.sidefixed .sideitemOther-show {
    display: flex !important;
    margin-top: 20px;
    min-height: 120px;
}


/* Floating contact rail: compact bottom-right controls used at every viewport size. */
.sidefixed {
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
    transform: none !important;
    width: 50px !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 20px !important;
}

.sidefixed .sideitemBase {
    width: 50px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    overflow: visible !important;
    border-radius: 24.5px !important;
    background: rgba(208, 218, 229, 1) !important;
}

.sidefixed .sideitemBase > .float-item {
    width: 50px !important;
    height: 50px !important;
    min-height: 50px;
    flex: 0 0 50px;
    position: relative;
    right: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    color: #202a33 !important;
}

.sidefixed .sideitemBase > .float-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    height: 1px;
    background: rgba(116, 132, 148, .25) !important;
}

.sidefixed .sideitemBase .icon-box {
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #202a33 !important;
    background: transparent !important;
}

.sidefixed .sideitemBase .icon-box p {
    display: none !important;
}

.sidefixed .sideitemBase .float-item-icon {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain;
    filter: brightness(0) saturate(100%) !important;
}

.sidefixed .sideitemBase svg path {
    stroke: #202a33 !important;
}

.sidefixed .sideitemBase .sideins {
    position: absolute !important;
    z-index: 2;
    right: 50px;
    top: 50%;
    width: max-content !important;
    min-width: 150px;
    min-height: 0 !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 6px 20px rgba(25, 43, 60, .16);
    color: #202a33 !important;
    line-height: 1.4;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(8px, -50%) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.sidefixed .sideitemBase .sideins,
.sidefixed .sideitemBase .sideins p,
.sidefixed .sideitemBase .sideins a,
.sidefixed .sideitemBase .sideins span {
    color: #202a33 !important;
}

.sidefixed .sideitemBase .sideins p {
    padding: 0 !important;
    margin: 0;
    line-height: 1.4 !important;
    white-space: nowrap;
}

.sidefixed .sideitemBase > .float-item:hover .sideins,
.sidefixed .sideitemBase > .float-item:focus-within .sideins {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, -50%) !important;
}

.sidefixed .sideitem2-pc {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: rgba(208, 218, 229, 1) !important;
    overflow: visible !important;
    right: auto !important;
}

.sidefixed .sideitem2-pc .icon-box {
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    color: #202a33 !important;
}

.sidefixed .sideitem2-pc .icon-box p {
    display: none !important;
}

.sidefixed .sideitem2-pc .icon-box svg {
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
}

@media (max-width: 1280px) {
  :root {
    --banner-header-offset: 4.5rem;
  }

  .header-index,
  .sidefixed {
    display: none;
  }

  .headerM {
    display: block;
  }

}
@media (max-width: 768px) {
  :root {
    --banner-header-offset: 4rem;
  }

#app .contacti .title p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 0;
}
}
@media (max-width: 620px) {
  .langDialog-main {
    flex-direction: column;
  }

  .langDialog-one {
    width: 100%;
  }

  .searchDialog-inner,
  .langDialog-inner {
    padding: 2rem 1.2rem 1.4rem;
  }
}
#app .contacti > .inner {
  width: var(--pros-container);
  max-width: none;
}

#app .footer > .inner {
  width: var(--pros-container);
  max-width: none;
}

@media (max-width: 900px) {
  #app .contacti > .inner,
  #app .footer > .inner {
    width: calc(100% - 32px);
    max-width: none;
  }
}

@media (max-width: 620px) {
  #app .contacti > .inner,
  #app .footer > .inner {
    width: calc(100% - 24px);
    max-width: none;
  }
}
@media (max-width: 620px) {
  #app .contacti .section1-right-middle {
    gap: 12px;
  }

  #app .contacti .form-item,
  #app .contacti .form-item1 {
    width: 100%;
    align-items: stretch;
  }

  #app .contacti .form-item > input,
  #app .contacti .form-item > .required-field,
  #app .contacti .required-field input {
    width: 100%;
    flex: none;
  }

  #app .contacti .form-item > input,
  #app .contacti .required-field input {
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .contacti .form-item > textarea,
  #app .contacti .form-item > .upload,
  #app .contacti .required-field textarea {
    flex: none;
  }
}
.header-index .header-inner-bottom {
  align-items: stretch;
}

.header-index .nav-item-second-oems {
  align-items: stretch;
  justify-content: center;
}

.header-index .nav-item-second-oems .nav-item-second-other-one {
  flex: 1 1 0;
}

.header-index .nav-item-second-pros {
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.header-index .nav-item-second-pros .nav-item-second-other-one {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 12px;
  box-sizing: border-box;
}

.header-index .nav-item-second-abouts {
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.header-index .nav-item-second-abouts .nav-item-second-other-one {
  flex: 1 1 0;
  min-width: 0;
}

.top_nav .nav,
.top_nav .item_val {
  display: flex;
  flex-direction: column;
}

.top_nav .menu p {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  #app .contacti {
    padding: 92px 0 72px;
  }

  #app .contacti::before {
    font-size: 104px;
    line-height: 104px;
  }

  #app .contacti .inner {
    width: 92%;
    max-width: 920px;
    height: auto;
    padding: 42px 38px;
  }

  #app .contacti .section1 {
    gap: 42px;
  }

  #app .contacti .section1-left {
    width: 340px;
    flex: 0 0 340px;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  #app .contacti .section1-right {
    flex: 1;
    min-width: 0;
  }

  #app .contacti .title p {
    font-size: 20px;
    line-height: 30px;
  }

  #app .contacti .section1-right-top {
    font-size: 16px;
    line-height: 24px;
  }

  #app .contacti .section1-left-middle .text1,
  #app .contacti .upload .text2 {
    font-size: 12px;
    line-height: 18px;
  }

  #app .contacti .section1-left-middle .text2,
  #app .contacti input,
  #app .contacti textarea,
  #app .contacti .upload,
  #app .contacti .upload .text1,
  #app .contacti .section1-right-bottom {
    font-size: 14px;
  }

  #app .contacti .section1-left-bottom {
    max-width: 100%;
    margin-top: 30px;
    gap: 22px;
    flex-wrap: wrap;
  }

  #app .contacti .section1-left-bottom .item {
    width: 52px;
    height: 38px;
    flex: 0 0 52px;
  }

  #app .contacti .section1-left-bottom .item > svg {
    width: 52px;
    height: 38px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #app .contacti .inner {
    width: calc(100% - 60px);
    max-width: none;
    padding: 38px 32px;
    box-sizing: border-box;
  }

  #app .contacti .section1 {
    align-items: stretch;
    gap: 30px;
  }

  #app .contacti .section1-left {
    width: 300px;
    flex: 0 0 300px;
    justify-content: flex-start;
  }

  #app .contacti .section1-left-middle {
    margin-top: 24px;
    gap: 18px;
  }

  #app .contacti .section1-left-middle .item {
    gap: 14px;
  }

  #app .contacti .section1-left-middle .icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  #app .contacti .section1-left-bottom {
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    overflow: visible;
  }

  #app .contacti .section1-left-bottom .item {
    width: 46px;
    height: 36px;
    flex: 0 0 46px;
  }

  #app .contacti .section1-left-bottom .item > svg {
    width: 46px;
    height: 36px;
  }

  #app .contacti .section1-right {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 28px 28px 16px;
  }
}

@media (max-width: 768px) {
  #app .contacti {
    padding: 72px 0 56px;
  }

  #app .contacti::before {
    top: 18px;
    font-size: 76px;
    line-height: 76px;
  }

  #app .contacti .inner {
    width: 92%;
    padding: 30px 24px;
    border-radius: 20px;
  }

  #app .contacti .section1 {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  #app .contacti .section1-left,
  #app .contacti .section1-right {
    width: 100% !important;
    flex: none;
  }

  #app .contacti .section1-left-middle {
    margin-top: 22px;
    gap: 18px;
  }

  #app .contacti .section1-left-middle .icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  #app .contacti .section1-left-bottom {
    margin-top: 28px;
    gap: 22px;
    flex-wrap: wrap;
  }

  #app .contacti .form-item {
    flex-direction: column;
    gap: 12px;
  }

  #app .contacti .title p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  #app .contacti {
    padding: 58px 0 46px;
  }

  #app .contacti::before {
    font-size: 54px;
    line-height: 54px;
  }

  #app .contacti .inner {
    width: 92%;
    padding: 24px 18px;
    border-radius: 16px;
  }

  #app .contacti .title p {
    font-size: 18px;
    line-height: 26px;
  }

  #app .contacti .section1-right-top {
    font-size: 15px;
    line-height: 22px;
  }

  #app .contacti .section1-left-middle .text2,
  #app .contacti input,
  #app .contacti textarea,
  #app .contacti .upload,
  #app .contacti .upload .text1,
  #app .contacti .section1-right-bottom {
    font-size: 13px;
  }

  #app .contacti textarea,
  #app .contacti .upload {
    height: 128px;
  }
}


/* Jinhang region recommendation bar */
.region-tip-bar {
  width: 100%;
  min-height: 76px;
  background: rgba(18, 77, 44, 1);
  padding: 34px 0;
  position: relative;
  z-index: 999;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  will-change: transform;
}

html.header-scroll-ready .region-tip-bar {
  position: fixed;
  top: 0;
  left: 0;
}

.region-tip-bar.region-tip-bar-hidden {
  display: none;
}

.region-tip-bar.region-tip-bar-scroll-hidden {
  /* Kept as a compatibility class, but the recommendation bar is not tied
   * to header scroll state.  It may disappear only after an explicit close. */
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.region-tip-bar .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.region-tip-bar .section1 {
  flex: 0 1 560px;
  display: flex;
  flex-direction: column;
}

.region-tip-bar .section1 p {
  color: #d3e9ff;
  font-family: OPPOSans;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}

.region-tip-bar .section2 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 31px;
}

.region-tip-bar .current-region {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  border-radius: 55px;
  background: rgba(248, 252, 254, 1);
  box-sizing: border-box;
  padding: 0 50px;
  margin-right: 20px;
}

.region-tip-bar .current-region p,
.region-tip-bar .select-region p {
  color: #d3e9ff;
  font-family: OPPOSans;
  font-weight: 400;
  font-size: 18px;
  line-height: 43px;
  text-transform: capitalize;
}
.region-tip-bar .current-region p{
  color: rgba(18, 77, 44, 1);
  font-family: "Alibaba PuHuiTi";
}
.region-tip-bar .select-region p{
   color: rgba(248, 252, 254, 1);
  font-family: "Alibaba PuHuiTi";
}
.region-tip-bar .select-region {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-right: 60px;
  color: inherit;
  text-decoration: none;
}

.region-tip-bar .select-region svg {
  display: block;
  flex-shrink: 0;
}

.region-tip-bar .close-region-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.region-tip-bar .close-region-tip svg {
  display: block;
}

.region-tip-bar .current-region,
.region-tip-bar .select-region,
.header-index-langs,
.header-index-contact {
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

.region-tip-bar .current-region:hover,
.region-tip-bar .select-region:hover,
.header-index-langs:hover,
.header-index-contact:hover {
  opacity: 0.86;
  transform: translateY(-2px);
}

/* Keep the Jinhang region bar and both headers in the same fixed stack. */
.header.header-index {
  top: var(--region-tip-height, 0px);
  transition: top 0.7s ease-in-out, transform 0.7s ease-in-out;
  will-change: transform;
}

html.header-scroll-ready .header.header-index {
  top: var(--region-tip-height, 0px);
}

html.header-scroll-ready .headerM {
  top: var(--region-tip-height, 0px);
  transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.header.header-index.header-scroll-hidden {
  transform: translateY(calc(-100% - var(--region-tip-height, 0px)));
  pointer-events: none;
}



/* Full-width desktop header while the region picker is open. */
@media (min-width: 769px) {
  .header-index.header-region-open .header-index-inner {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}

