* {
  margin: 0;
  padding: 0;
}
html {
  font-size: calc(100vw * 16 / 1920);
}

object {
  width: 100%;
  overflow: hidden;
  border: none;
}

.header-object {
  height: 5rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.footer-object {
  height: 30.625rem;
}

/* #region header-tools */
.header-tools {
  width: 55.5rem;
  height: 25.1875rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 0.0625rem solid #eaeaea;

  position: fixed;
  top: calc(4.9375rem - 25.1875rem);
  z-index: 998;

  transition: 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  box-sizing: border-box;
  padding: 1.375rem 1.125rem;

  backdrop-filter: blur(0.25rem);
}
.header-tools-item {
  display: flex;
  width: calc((100% - 1.625rem) / 2);
  padding: 0.375rem 1.25rem;
  box-sizing: border-box;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  border-radius: 0.625rem;
}
.header-tools-item-icon {
  width: 2.125rem;
  height: 2.125rem;
  overflow: hidden;
  /* border: .0625rem solid rgb(69 133 247 / 26%); */
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-tools-item-icon img {
  /* width: 1.125rem; */
  width: 100%;
}
.header-tools-item-icon img:first-child {
  display: block;
}
.header-tools-item-icon img:last-child {
  display: none;
}
.header-tools-item:hover {
  background-color: #4585f7;
}
.header-tools-item:hover .header-tools-item-title {
  color: #fff;
}
.header-tools-item:hover .header-tools-item-des {
  color: #87b0fa;
}
.header-tools-item:hover .header-tools-item-icon img:first-child {
  display: none;
}
.header-tools-item:hover .header-tools-item-icon img:last-child {
  display: block;
}
.header-tools-item-title {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-tools-item-des {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.375rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
/* #endregion header-tools */

/* #region header */
.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  height: 5rem;
  padding: 0 15rem;
  border-bottom: 0.0625rem solid #ccc;
  white-space: nowrap;
  box-sizing: border-box;
}
.header-left,
.header-right {
  height: calc(5rem - 2.875rem);
}
.header-logo-box img {
  height: 100%;
}
.header-right {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  user-select: none;
}
.header-right-link {
  /* border-bottom: .25rem solid #ffffff00; */
  cursor: pointer;
  height: 100%;
  line-height: 2.125rem;
  position: relative;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1rem;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-right-link-underline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.25rem;
  width: 1.625rem;
  background-color: #ffffff00;
  border-radius: 0.125rem;
  border: 0;
}
.header-right .active {
  color: #105fecff;
  /* border-bottom-color: #105FEC; */
}
.header-right .active .header-right-link-underline {
  background-color: #105fecff;
}
.header-right-btn {
  cursor: pointer;
  /* height: 100%;
  line-height: 2.125rem;
  background-color: #ff8403;
  color: #fff;
  border-radius: 1.0625rem;
  padding: 0 1rem; */

  width: 6rem;
  height: 2rem;
  background: #ff8403;
  border-radius: 2.1875rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  line-height: 2rem;
  font-style: normal;
  text-transform: none;
}
/* #endregion header */

/* #region footer */
.footer {
  width: 100%;
  height: 100%;
  background: #282f3d;
  box-sizing: border-box;
  padding-top: 3.125rem;
  position: relative;
}
.footer-path {
  width: calc(100% - 15rem * 2);
  margin: 0 auto;
}
.footer-path-1 {
  display: flex;
  justify-content: space-between;
  color: #b8b8b8;
}
.footer-path-1-left img {
  width: 15.69rem;
  height: 2.44rem;
}
.footer-path-1-right {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
}
.footer-path-1-right a {
  color: #b8b8b8;
  text-decoration: none;
}
.footer-path-2 {
  display: flex;
  margin-top: 2.875rem;
}
.footer-path-2-chi {
  width: calc(100% / 3);
}
.footer-path-2-chi-title {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;

  margin-bottom: 1.375rem;
}
.footer-path-2-chi a {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5rem;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;

  display: block;
  width: 100%;
  margin-bottom: 1.125rem;
}
.footer-path-2-chi-item {
  display: flex;
  margin-bottom: 1rem;
}
.footer-path-2-chi-item-icon {
  width: 3.25rem;
  flex-shrink: 0;
  padding: 0.375rem;
  box-sizing: border-box;
}
.footer-path-2-chi-item-icon img {
  width: 2.5rem;
  box-sizing: border-box;
  /* border: .0625rem dashed rgba(255, 255, 255, 0.5); */
}
.footer-path-2-chi-item-label,
.footer-path-2-chi-item-value {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-path-2-chi-item-value {
  color: #fff;
}
.footer-path-2-chi-item:nth-child(3) * {
  color: #3d82ff !important;
}
.footer-path-2-chi-3 {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.footer-path-2-chi-3-ewm-img-box {
  width: 8rem;
}
.footer-path-2-chi-3-ewm-img-box img {
  width: 100%;
}
.footer-path-2-chi-3-ewm-label {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  text-align: center;
  font-style: normal;
  text-transform: none;

  width: 100%;
  margin-top: 0.3125rem;
}
.footer-path-3 {
  width: 100%;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-path-3 * {
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 0.875rem;
  color: #777777;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
/* #endregion footer */

/* #region 联系我们 */
.contact-us {
  width: 100%;
  height: 19.375rem;
  box-sizing: border-box;
  padding: 4.625rem 0 0;
  background: url("../images/首页/bot_ban_bg.png");
  background-repeat: no-repeat; /* 添加此属性防止背景重复 */
  background-size: cover; /* 可选：使背景覆盖整个区域 */
}
.contact-us-title {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 3.625rem;
}
.contact-us-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.75rem;
  gap: 2.5rem;
}
.contact-us-btn-1 {
  width: 13.4375rem;
  height: 3.75rem;
  background: linear-gradient(270deg, #ff8403 0%, #ffbf7c 100%);
  border-radius: 4.5rem 4.5rem 4.5rem 4.5rem;
  line-height: 3.75rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.75rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.contact-us-btn-2 {
  width: 13.4375rem;
  height: 3.75rem;
  border-radius: 4.5rem 4.5rem 4.5rem 4.5rem;
  border: 0.125rem solid #ffffff;
  line-height: 3.75rem;

  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  font-size: 1.625rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  user-select: none;
}
/* #endregion 联系我们 */

/* #region tools */
.tools {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 999;
}
.tools-item {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.625rem;
  cursor: pointer;
}
.tools-item img {
  width: 100%;
}
/* #endregion tools */
