/* <!-- footer 样式 --> */
.footer {
  height: max-content;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url('/image/footer/talk_background.png') no-repeat center center;
  background-size: cover; /* 确保背景图覆盖整个区域 */
  display: flex;
  justify-content: center;
}

/* Base container styles */
.framer-container {
  width: var(--main-width);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.framer-container-box {
  width: 100%;
  height: 28.5417vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .8333vw;
}

/* Background image styles */
.background-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.background-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
}

/* Logo styles */
.logo-container {
  transform: translateX(-50%);
  width: 20.5729vw;
  height: 2.9167vw;
  overflow: hidden;
}

.logo-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.logo-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: contain;
}

/* Heading styles */
.heading-container {
  height: 8.3333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.heading-text {
  font-size: 3.3333vw;
  font-family: 'Poppins-Medium', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 4.6875vw;
}

.gradient-text {
  background-image: linear-gradient(294deg, rgb(25, 116, 208) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 4.6875vw;
}

/* Illustration styles */
.illustration-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 1.25vw;
}

.illustration-container .button-container {
  margin-top: .8333vw;
  transition: transform 0.2s ease-in-out;
}


.illustration-wrapper {
  border-radius: inherit;
}

.illustration-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center top;
  object-fit: contain;
}

/* Button styles */
.primary-button {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.button-image-wrapper {
  border-radius: inherit;
}

.button-image {
  display: block;
  width: 10.9375vw;
  height: 3.54167vw;
  border-radius: inherit;
  object-position: center;
  object-fit: contain;
}

/* Footer styles */
.footer-container {
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}

.footer-logo {
  width: 9.0625vw;
  height: 2.2917vw;
  overflow: hidden;
}

.footer-logo-wrapper {
  border-radius: inherit;
}

.footer-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
}

.footer-text {
  height: 2.1354vw;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1.25vw;
}

.footer-text p {
  font-size: .8333vw;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 1.1458vw;
}

/*  */
.footer-text-content {
  display: flex;
  flex-direction: row;
  gap: .625vw;
  margin-top: 2.5vw;
}

.footer-text-left {
  flex: 1;
}

.footer-icon {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.footer-icon-contact {
  width: 9.2708vw;
  height: 3.125vw;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1.4583vw;
  display: flex;
  align-items: center;
  gap: .4167vw;
  padding: .8333vw 1.25vw;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer-icon-contact:hover {
  opacity: 1;
}

.footer-icon-contact span {
  font-size: 1.0417vw;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.footer-icon-contact img {
  width: 1.0938vw;
  height: 1.0938vw;
}

.footer-icon-media {
  padding: 0;
  margin: 0;
}

.footer-icon-media p {
  font-size: .9375vw;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #818f9e;
  line-height: 1.25vw;
}

.footer-icon-media-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .4167vw;
  margin-top: .625vw;
}

.footer-icon-media-wrapper .footer-icon-media-li {
  width: 2.0833vw;
  height: 2.0833vw;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: .4167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer-icon-media-li-container {
  width: 1.25vw;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.footer-icon-media-li-container img {
  width: 1.14583vw;
  height: 1.14583vw;
}

.footer-text-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.footer-text-right .section-title {
  font-size: .9375vw;
  font-family: 'Roboto-Medium', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}

.navigation-li {
  display: flex;
  flex-direction: column;
  gap: .8333vw;
}

.navigation-li .navigation-li-p {
  display: flex;
  flex-direction: row;
  gap: .4167vw;
  align-items: center;
}

.navigation-li .navigation-li-p span {
  flex: 1;
  font-size: .8333vw;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  opacity: 0.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.navigation-li .navigation-li-p span:hover {
  opacity: 1 !important;
}

.footer-divider {
  background-color: #fff3;
  height: 1px;
  width: 100%;
  margin: 1.1458vw 0 1.3021vw 0;
}
.copyright-text {
  width: 100%;
  font-size: .7292vw;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  text-align: right;
  line-height: 1.25vw;
  margin-bottom: 1.25vw;
}