﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar {
  width: 100%;
  height: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 220px;
  padding: 0px 20px;
}
.navbar .logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .logo-container img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.navbar .logo-container .logo-text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.navbar ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.navbar ul li .router-link-active,
.navbar ul li .router-link-exact-active {
  color: #0a65fd;
}
.navbar .navbtn {
  width: 80px;
  height: 32px;
  background: linear-gradient(90deg, #0086ff 0%, #0152ff 100%);
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar {
    justify-content: center;
    column-gap: 16px;
    row-gap: 10px;
    padding: 12px 16px;
  }
  .navbar ul {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 12px 28px;
    margin: 0;
  }
  .navbar .navbtn {
    order: 2;
  }
}
.footer {
  width: 100%;
  height: auto;
  min-height: 286px;
  background: #000000;
  padding: 40px 0px 18px;
  box-sizing: border-box;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 100px;
  row-gap: 36px;
  width: 100%;
  margin: 0 auto;
}
.footer-main .footer-left {
  width: 495px;
  height: auto;
}
.footer-main .footer-left .logoTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.footer-main .footer-left .logoTitle h3 {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-left .logoTitle img {
  width: 53px;
  height: 53px;
  border-radius: 14px;
}
.footer-main .footer-left p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: left;
}
.footer-main .footer-center {
  width: 199px;
  height: auto;
}
.footer-main .footer-center ul li {
  margin-bottom: 16px;
}
.footer-main .footer-center ul li h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-center ul li p,
.footer-main .footer-center ul li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.footer-main .footer-center ul li a {
  text-decoration: none;
}
.footer-main .footer-right {
  width: 307px;
  height: auto;
}
.footer-main .footer-right ul li {
  margin-bottom: 16px;
}
.footer-main .footer-right ul li h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-right ul li p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: left;
}
.footer-main .footer-right .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-main .footer-right .contact-item img {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-copy {
  width: 100%;
  margin: 30px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-sizing: border-box;
}
.footer-copy .policy {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  margin-right: 45px;
}
.footer-copy img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .footer {
    padding: 24px 16px 16px;
  }
  .footer-main {
    gap: 24px;
    justify-content: flex-start;
  }
  .footer-main .footer-left,
  .footer-main .footer-center,
  .footer-main .footer-right {
    width: 100%;
    max-width: 100%;
  }
  .footer-main .footer-left .logoTitle h3 {
    font-size: 28px;
  }
  .footer-main .footer-center ul li h4,
  .footer-main .footer-right ul li h4 {
    font-size: 18px;
  }
  .footer-copy {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer {
    padding: 32px 24px 18px;
  }
  .footer-main {
    gap: 36px;
    justify-content: space-between;
  }
  .footer-main .footer-left {
    width: 100%;
    max-width: 460px;
  }
  .footer-main .footer-center,
  .footer-main .footer-right {
    width: calc(50% - 18px);
    max-width: 300px;
  }
  .footer-copy {
    margin-top: 36px;
  }
}
.content {
  width: 100%;
  min-height: auto;
  padding-bottom: 60px;
  box-sizing: border-box;
  background-image: url(../image/Group\ 37266.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .contentText {
  width: 100%;
  max-width: 1198px;
  height: auto;
  margin: 64px auto 68px auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.content .contentText h1 {
  font-weight: bold;
  font-size: 52px;
  color: #222222;
  line-height: 62px;
  text-align: center;
  margin-bottom: 20px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .contentText .contentText__desc {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: center;
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .research-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  box-sizing: border-box;
}
.content .research-highlights .card {
  position: relative;
  box-sizing: border-box;
  width: 580px;
  max-width: 100%;
  min-height: 262px;
  padding: 20px 108px 24px 21px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px #cbdef5;
  border-radius: 32px 32px 32px 32px;
}
.content .research-highlights .card .goLogo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 81px;
  height: 81px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block;
  line-height: 0;
}
.content .research-highlights .card .goLogo:hover, .content .research-highlights .card .goLogo:focus-visible {
  cursor: pointer;
}
.content .research-highlights .card .goLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  cursor: inherit;
}
.content .research-highlights .card .nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
  margin-top: 30px;
}
.content .research-highlights .card .nav div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.content .research-highlights .card .nav div img {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
}
.content .research-highlights .card .nav div h4 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 38px;
  text-align: left;
  margin: 0;
}
.content .research-highlights .card .nav p {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  text-align: left;
}
.content .inpbox {
  margin: 52px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  min-height: 675px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px #cbdef5;
  border-radius: 32px 32px 32px 32px;
  padding: 40px 24px 40px 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 69px;
  box-sizing: border-box;
}
.content .inpbox .left {
  width: 482px;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.content .inpbox .left h4 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  margin-bottom: 12px;
}
.content .inpbox .left p {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  text-align: left;
  margin-bottom: 32px;
}
.content .inpbox .left .General {
  width: 100%;
  max-width: 482px;
  min-height: 100px;
  height: auto;
  background: #f7f7f8;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 20px;
  padding: 20px 0 0 20px;
}
.content .inpbox .left .General h4 {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  text-align: left;
}
.content .inpbox .left .General p {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: left;
}
.content .inpbox .left .Telephone {
  width: 100%;
  max-width: 482px;
  min-height: 100px;
  height: auto;
  background: #f7f7f8;
  border-radius: 16px 16px 16px 16px;
  padding: 20px 0 0 20px;
}
.content .inpbox .left .Telephone h4 {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  text-align: left;
}
.content .inpbox .left .Telephone p {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: left;
}
.content .inpbox .right {
  width: 569px;
  max-width: 100%;
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border-radius: 0px 32px 32px 0px;
  box-sizing: border-box;
}
.content .inpbox .right .top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.content .inpbox .right .top input {
  flex: 1;
  min-width: 0;
  width: 272px;
  max-width: 100%;
  height: 52px;
  background: #f7f7f8;
  border-radius: 12px 12px 12px 12px;
  border: none;
  box-sizing: border-box;
  padding: 0 16px;
}
.content .inpbox .right .topic {
  margin: 20px 0 0 0;
}
.content .inpbox .right .topic input {
  width: 100%;
  max-width: 569px;
  height: 52px;
  background: #f7f7f8;
  border-radius: 12px 12px 12px 12px;
  border: none;
  box-sizing: border-box;
  padding: 0 16px;
}
.content .inpbox .right .richText {
  margin-top: 20px;
  width: 100%;
  max-width: 569px;
  min-height: 249px;
  height: 249px;
  background: #f7f7f8;
  border-radius: 12px;
  overflow: hidden;
}
.content .inpbox .right .richText textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  resize: none;
  padding: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  box-sizing: border-box;
}
.content .inpbox .right .richText textarea::placeholder {
  color: #999999;
}
.content .inpbox .right button {
  width: 100%;
  max-width: 569px;
  height: 70px;
  border-radius: 20px;
  background-color: #000;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 52px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .content {
    padding: 0 16px;
    padding-bottom: 32px;
  }
  .content .contentText {
    margin: 32px auto 40px auto;
    padding: 0;
  }
  .content .contentText h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .content .contentText .contentText__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .content .research-highlights {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .content .research-highlights .card {
    width: 100%;
    max-width: 580px;
    min-height: 0;
    padding: 20px 88px 24px 21px;
  }
  .content .research-highlights .card .goLogo {
    width: 64px;
    height: 64px;
  }
  .content .research-highlights .card .nav div img {
    width: 56px;
    height: 56px;
  }
  .content .research-highlights .card .nav div h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .content .research-highlights .card .nav p {
    font-size: 16px;
    line-height: 22px;
  }
  .content .inpbox {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    margin-top: 32px;
    min-height: 0;
    padding: 24px 16px 28px 16px;
  }
  .content .inpbox .left {
    width: 100%;
    flex-shrink: 1;
  }
  .content .inpbox .left h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .content .inpbox .left > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .content .inpbox .right {
    width: 100%;
    border-radius: 0;
  }
  .content .inpbox .right .top {
    flex-direction: column;
    gap: 12px;
  }
  .content .inpbox .right .top input {
    width: 100%;
    max-width: none;
  }
  .content .inpbox .right .richText {
    height: 200px;
    min-height: 200px;
  }
  .content .inpbox .right button {
    margin-top: 28px;
    height: 56px;
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .content {
    padding: 0 24px;
    padding-bottom: 40px;
  }
  .content .contentText {
    margin: 48px auto 48px auto;
    padding: 0;
  }
  .content .contentText h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .content .contentText .contentText__desc {
    font-size: 20px;
    line-height: 28px;
  }
  .content .research-highlights {
    gap: 24px;
  }
  .content .research-highlights .card {
    width: calc(50% - 12px);
    min-width: 280px;
    max-width: 580px;
    flex: 1 1 calc(50% - 12px);
  }
  .content .inpbox {
    width: 100%;
    gap: 40px;
    padding: 32px 24px 36px 24px;
    min-height: 0;
  }
  .content .inpbox .left {
    width: 42%;
    min-width: 260px;
    flex: 1 1 42%;
  }
  .content .inpbox .right {
    width: 52%;
    min-width: 0;
    flex: 1 1 52%;
  }
  .content .inpbox .right .top input {
    width: calc(50% - 8px);
    max-width: none;
    flex: 1 1 calc(50% - 8px);
  }
  .content .inpbox .right .topic input,
  .content .inpbox .right .richText {
    max-width: 100%;
  }
}
.contact-toast {
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  max-width: min(92vw, 520px);
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.12);
  box-sizing: border-box;
  pointer-events: none;
}

.contact-toast--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.contact-toast--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.contact-toast-enter-active,
.contact-toast-leave-active {
  transition: opacity 0.22s ease;
}

.contact-toast-enter-from,
.contact-toast-leave-to {
  opacity: 0;
}
