@charset "UTF-8";
.Heziyun-footer {
  /* 联系组件样式 */
  /* 移动端适配 */
}
@keyframes enters {
  0% {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.Heziyun-footer .Heziyun-contact {
  animation: slideInRight 0.5s ease 1;
  position: fixed;
  right: 0.5rem;
  bottom: 10rem;
  z-index: 999;
  /* 动画定义 */
  /* 右侧内容容器基础样式 */
  /* 返回顶部按钮 */
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent {
  padding: 0.1rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  /* 联系项目分隔线 */
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item {
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item:hover {
  background: linear-gradient(to bottom, rgb(12, 88, 252), rgb(71, 143, 255));
  box-shadow: 0px 12px 40px rgba(11, 83, 255, 0.24);
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item:hover .Heziyun-contact-text .Heziyun-contact-title {
  filter: brightness(4.2);
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* 悬浮内容区域 */
  /* 特定宽度变体 */
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text:hover .Heziyun-contact-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-title {
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content {
  animation: slideInLeft 0.3s ease;
  width: 13rem;
  position: absolute;
  top: 50%;
  left: -350%;
  transform: translate(-50%, -50%);
  display: none;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(127, 135, 144, 0.16) 0px 8px 24px 0px;
  z-index: 1000;
  /* 三角箭头 */
  /* 链接项样式 */
  /* 在线客服区域 */
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    left: -300%;
  }
  100% {
    opacity: 1;
    left: -350%;
  }
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.4rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content::before {
  content: "";
  position: absolute;
  right: -12%;
  top: 0;
  width: 100%;
  height: 100%;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  gap: 0.2rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content a:not(:last-child) {
  border-bottom: 1px solid rgba(118, 1, 211, 0.04);
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content a:hover {
  background-color: #f6f6f6;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content a:hover span,
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content a:hover p {
  color: #0052d9;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-logo {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml {
  display: flex;
  flex-direction: column;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img {
  position: relative;
  /* 状态指示器动画 */
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.65rem;
  height: 0.65rem;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  object-fit: contain;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-icon.Heziyun-offline {
  filter: grayscale(1);
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0.12rem;
  right: 0.15rem;
  z-index: 11;
  /* 状态变体 */
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states.Heziyun-online {
  background-color: #4CAF50;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states.Heziyun-online::before {
  background-color: #4CAF50;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states.Heziyun-rest {
  background-color: #FFC107;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states.Heziyun-rest::before {
  background-color: #FFC107;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states.Heziyun-offline {
  background-color: #9E9E9E;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states.Heziyun-offline::before {
  background-color: #9E9E9E;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer span {
  font-weight: 600;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer .Heziyun-onlineStatus {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  /* 状态文字颜色 */
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer .Heziyun-onlineStatus.Heziyun-online {
  color: #4CAF50;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer .Heziyun-onlineStatus.Heziyun-rest {
  color: #FFC107;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer .Heziyun-onlineStatus.Heziyun-offline {
  color: #9E9E9E;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content2 {
  width: 15rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent2 {
  margin-top: 0.4rem;
  transform: translateX(calc(100% + 0.5rem));
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent2.scroll-active {
  transform: translateX(0);
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent2 .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-title {
  width: 1.3rem;
  height: 1.3rem;
  background: url("../../assets/img/footer/shang.svg") no-repeat center;
  background-size: cover;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent3 {
  margin-bottom: 0.4rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent3 .Heziyun-contact-item {
  background: linear-gradient(to bottom, rgb(12, 88, 252), rgb(71, 143, 255));
}
.Heziyun-footer .Heziyun-contact .Heziyun-rightcontent3 .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-title {
  width: 1.4rem;
  height: 1.4rem;
  background: url("../../assets/img/footer/li-bai.svg") no-repeat center;
  background-size: cover;
}
.Heziyun-footer .Heziyun-contact .Heziyun-through {
  position: relative;
  margin-bottom: 0.4rem;
}
.Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a:hover span {
  box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.3);
}
.Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a span {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 4px;
  border: 2px solid #fff;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgb(12, 88, 252), rgb(71, 143, 255));
  padding: 0.8rem 0.5rem;
  color: #fff;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  position: absolute;
  top: -3.5rem;
}
@media (max-width: 768px) {
  .Heziyun-footer .Heziyun-contact {
    right: 1vw;
    bottom: 20%;
    /* 移动端特定图标 */
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent {
    padding: 0.5vw;
    gap: 1vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item:not(:last-child)::after {
    bottom: -0.5vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text {
    width: 10vw;
    height: 10vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text:hover .Heziyun-contact-content {
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-title {
    width: 6vw;
    height: 6vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content {
    width: 45vw;
    padding: 2vw;
    border-radius: 1vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content::after {
    right: -1vw;
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 1vw solid #fff;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content a {
    padding: 2vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-logo {
    width: 6vw;
    height: 6vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService {
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img::before {
    width: 3vw;
    height: 3vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-icon {
    width: 8vw;
    height: 8vw;
    border-radius: 2vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemcustomerService-img .Heziyun-states {
    width: 2vw;
    height: 2vw;
    bottom: 0.5vw;
    right: 0.5vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer {
    gap: 1vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer span {
    font-size: 4vw;
    width: 38vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content .Heziyun-JsonHtml .Heziyun-itemcustomerService .Heziyun-itemCustomer .Heziyun-onlineStatus {
    font-size: 3vw;
    gap: 1vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-content2 {
    width: 55vw;
    min-height: 35vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-contact-item:nth-of-type(2):hover .Heziyun-contact-text .Heziyun-contact-title {
    background: url("../../assets/img/footer/lianxi-bai.svg") no-repeat center;
    background-size: cover;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-contact-item:nth-of-type(2) .Heziyun-contact-text .Heziyun-contact-title {
    background: url("../../assets/img/footer/lianxi.svg") no-repeat center;
    background-size: cover;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-contact-item:nth-of-type(3):hover .Heziyun-contact-text .Heziyun-contact-title {
    background: url("../../assets/img/footer/qq-bai.svg") no-repeat center;
    background-size: cover;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-contact-item:nth-of-type(3) .Heziyun-contact-text .Heziyun-contact-title {
    background: url("../../assets/img/footer/qq.svg") no-repeat center;
    background-size: cover;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent2 {
    margin-top: 1vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent2 .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-title {
    width: 6vw;
    height: 6vw;
    background: url("../../assets/img/footer/shang.svg") no-repeat center;
    background-size: cover;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent2 .Heziyun-contact-item .Heziyun-contact-text:hover .Heziyun-contact-title {
    background: url("../../assets/img/footer/shang-bai.svg") no-repeat center;
    background-size: cover;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent3 {
    margin-bottom: 2vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-rightcontent3 .Heziyun-contact-item .Heziyun-contact-text .Heziyun-contact-title {
    width: 6vw;
    height: 6vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-through {
    margin-bottom: 3vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a {
    gap: 0.5rem;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a span {
    font-size: 3.5vw;
    padding: 3vw 1.5vw;
  }
  .Heziyun-footer .Heziyun-contact .Heziyun-through .Heziyun-contact-item a img {
    width: 12vw;
    height: 12vw;
    top: -12vw;
  }
}
.Heziyun-footer .Heziyun-bottomCard {
  position: relative;
}
.Heziyun-footer .Heziyun-bottomCard #webgl-canvas {
  height: 12rem !important;
  max-height: 12rem;
  object-fit: cover;
  position: initial !important;
  width: 100% !important;
}
.Heziyun-footer .Heziyun-bottomCard video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Heziyun-footer .Heziyun-bottomCard img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Heziyun-footer .Heziyun-bottomCard .hero {
  position: relative;
  z-index: 1;
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  background-size: cover;
}
.Heziyun-footer .Heziyun-bottomCard .hero h1 {
  font-size: 1.7rem;
  font-weight: 700;
  text-shadow: 0 0 20px rgb(0, 0, 0);
  line-height: 100%;
  color: white;
  text-transform: uppercase;
  user-select: none;
  letter-spacing: 0.4rem;
}
.Heziyun-footer .Heziyun-bottomCard .hero a {
  color: #fff;
  background: #3176FF;
  padding: 0.6rem 2rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.Heziyun-footer .Heziyun-bottomCard .hero a:hover {
  background: #699bff;
}
.Heziyun-footer .Heziyun-bottomCard .hero button {
  font-family: "Montserrat", serif;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border: 1px solid grey;
  padding: 4px 8px;
}
.Heziyun-footer .Heziyun-bottomCard .align-left {
  align-items: flex-start;
}
.Heziyun-footer .Heziyun-bottomCard .align-center {
  align-items: center;
}
.Heziyun-footer .Heziyun-bottomCard .align-right {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .Heziyun-footer .Heziyun-bottomCard {
    position: relative;
  }
  .Heziyun-footer .Heziyun-bottomCard #webgl-canvas {
    height: 25vw !important;
    max-height: 25vw;
  }
  .Heziyun-footer .Heziyun-bottomCard .hero {
    gap: 3vw;
    height: 25vw;
  }
  .Heziyun-footer .Heziyun-bottomCard .hero h1 {
    font-size: 4vw;
    letter-spacing: 0.5vw;
  }
  .Heziyun-footer .Heziyun-bottomCard .hero a {
    color: #fff;
    background: #3176FF;
    padding: 2vw 5vw;
    font-size: 3.5vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
  }
}
.Heziyun-footer .Heziyun-bottomFooter {
  background: #1A1A1A;
  padding: 3rem 0;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-connectNavigation {
  display: flex;
  justify-content: space-between;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-connectNavigation .Heziyun-itemLink {
  display: flex;
  flex-direction: column;
  width: 11rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-connectNavigation .Heziyun-itemLink span {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-connectNavigation .Heziyun-itemLink a {
  color: #9CA3AF;
  font-size: 0.75rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-connectNavigation .Heziyun-itemLink a:hover {
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1294117647);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1294117647);
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo {
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1F2937;
  padding: 1rem 0;
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany img {
  width: 15rem;
  height: 5rem;
  object-fit: contain;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany .Heziyun-company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany .Heziyun-company span {
  color: #D1D5DB;
  font-size: 0.85rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany .Heziyun-company span a {
  color: #D1D5DB;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany .Heziyun-company span a:hover {
  color: #fff;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline .Heziyun-small {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline .Heziyun-small span {
  color: #D1D5DB;
  font-size: 0.85rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline .Heziyun-small p {
  color: #0066CC;
  font-weight: bold;
  font-size: 1.5rem;
  filter: drop-shadow(1px 2px 4px #000);
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a {
  text-align: center;
  color: #6B7280;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a img {
  width: 1rem;
  height: 1rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a:hover {
  color: #fff;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p {
  text-align: center;
  color: #6B7280;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p img {
  width: 1rem;
  height: 1rem;
}
.Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-copyright p {
  text-align: center;
  color: #6B7280;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .Heziyun-footer .Heziyun-bottomFooter {
    padding: 5vw 0;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-connectNavigation {
    display: none;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo {
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: center;
    border-top: 0px solid;
    border-bottom: 0px solid;
    gap: 3vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany {
    display: flex;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany img {
    width: 55vw;
    height: 20vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany .Heziyun-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-logoCompany .Heziyun-company span {
    font-size: 3.5vw;
    text-align: center;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline {
    gap: 7vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline .Heziyun-small {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline .Heziyun-small span {
    color: #D1D5DB;
    font-size: 3.3vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-top .Heziyun-bottomLogo .Heziyun-hotline .Heziyun-small p {
    color: #0066CC;
    font-weight: bold;
    font-size: 4vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom {
    gap: 1vw;
    margin-top: 5vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord {
    flex-direction: column;
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a {
    font-size: 3.5vw;
    gap: 1vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a img {
    width: 3vw;
    height: 3vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p {
    font-size: 3.5vw;
    line-height: 6vw;
    gap: 0.5vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p img {
    width: 3vw;
    height: 3vw;
  }
  .Heziyun-footer .Heziyun-bottomFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-copyright p {
    font-size: 3.5vw;
    line-height: 6vw;
  }
}
.Heziyun-footer .Heziyun-whiteFooter {
  background-color: #f4f7fc;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  border-bottom: 1px solid #dde2e9;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item img {
  width: 3rem;
  height: 3rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item .Heziyun-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item .Heziyun-text span {
  color: #020814;
  font-size: 1rem;
  letter-spacing: 0.003em;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle {
  padding: 3rem 0;
  display: flex;
  border-bottom: 1px solid #dde2e9;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-itemLink {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-itemLink span {
  color: #020814;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 0 0.6rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-itemLink a {
  color: #41464f;
  font-size: 0.8rem;
  width: fit-content;
  padding: 0.3rem 0.6rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-itemLink a:hover {
  color: #0066CC;
  background-color: #ffffff;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy {
  flex: 2 1 0%;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title span {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title p {
  color: #41464f;
  font-size: 0.84rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title .Heziyun-friendship {
  color: #003f9e;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title .Heziyun-friendship a:hover {
  color: #0066CC;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title .Heziyun-logo {
  width: 10rem;
  object-fit: contain;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a {
  text-align: center;
  color: #41464f;
  font-size: 0.84rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a img {
  width: 1rem;
  height: 1rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a:hover {
  color: #0066CC;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p {
  text-align: left;
  color: #41464f;
  font-size: 0.84rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p img {
  width: 0.9rem;
  height: 0.9rem;
}
.Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-copyright p {
  text-align: left;
  color: #41464f;
  font-size: 0.84rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .Heziyun-footer .Heziyun-whiteFooter {
    background-color: #f4f7fc;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 0;
    height: auto;
    padding: 5vw 0;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item {
    flex-direction: column;
    gap: 3vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item img {
    width: 9vw;
    height: 9vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item .Heziyun-text {
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item .Heziyun-text span {
    font-size: 4vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-explanationBlock .Heziyun-item .Heziyun-text p {
    display: none;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle {
    padding: 3vw 0;
    border-bottom: none;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title {
    display: flex;
    flex-direction: column-reverse;
    gap: 2vw;
    justify-content: center;
    align-items: center;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title span {
    display: none;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title p {
    font-size: 4vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title .Heziyun-friendship {
    color: #003f9e;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title .Heziyun-friendship a:hover {
    color: #0066CC;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottomMiddle .Heziyun-contactMy .Heziyun-title .Heziyun-logo {
    width: 50vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom {
    gap: 2vw;
    padding: 3vw 0;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord {
    gap: 2vw;
    flex-wrap: wrap;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a {
    font-size: 3.5vw;
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord a img {
    width: 5vw;
    height: 5vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p {
    font-size: 3.5vw;
    gap: 2vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-keepOnRecord p img {
    width: 5vw;
    height: 5vw;
  }
  .Heziyun-footer .Heziyun-whiteFooter .Heziyun-defaultWidth .Heziyun-bottom .Heziyun-copyright p {
    font-size: 3.5vw;
  }
}

/*# sourceMappingURL=footer.css.map */
