body .chn-part,
body .eng-part,
body .chn-flex,
body .eng-flex,
body .eng-inline,
body .chn-inline {
  display: none !important;
}
body.eng .eng-flex {
  display: flex !important;
}
body.eng .eng-part {
  display: block !important;
}
body.eng .eng-inline {
  display: inline-block !important;
}
body.eng .language-eng {
  background-color: #fff;
  color: #000;
}
body.chn .chn-flex {
  display: flex !important;
}
body.chn .chn-part {
  display: block !important;
}
body.chn .chn-inline {
  display: inline-block !important;
}
body.chn .language-chn {
  background-color: #fff;
  color: #000;
}
.section-container {
  width: 1200px;
}
.gold-text {
  color: #F4B01A;
  font-weight: 500;
}
.text-231815 {
  color: #231815 !important;
}
.text-666666 {
  color: #666666 !important;
}
.text-333333 {
  color: #333333 !important;
}
.footer-style {
  padding: 120px 0;
  background-color: #0E0E0E;
}
.footer-style .footer-container {
  width: 1200px;
  margin: auto;
}
.footer-style .footer-container .footer-section {
  height: 48px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0 16px;
}
.footer-style .footer-container .footer-section .footer-icon {
  width: 32px;
  height: 32px;
  background: url("../imgs/common/up.png") center no-repeat;
  background-size: contain;
}
.footer-style .footer-container .contact-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #9E9E9E;
}
.footer-style .footer-container .contact-text + .contact-text {
  margin-top: 14px;
}
.footer-style .footer-container .share-item {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-style .footer-container .share-item.share-item-1 {
  background-image: url(../imgs/common/share-1.png);
}
.footer-style .footer-container .share-item.share-item-2 {
  background-image: url(../imgs/common/share-2.png);
}
.footer-style .footer-container .share-item.share-item-3 {
  background-image: url(../imgs/common/share-3.png);
}
.footer-style .footer-container .share-item.share-item-4 {
  background-image: url(../imgs/common/share-4.png);
}
.footer-style .wechat-footer-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.footer-style .follow-us-container {
  position: relative;
}
.footer-style .follow-us-container:hover .follow-us {
  display: block;
}
.footer-style .follow-us {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  gap: 16px;
  transition: all 200mx linear;
  display: none;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
}
.footer-style .follow-us .follow-container {
  width: 100%;
  height: 100%;
  gap: 16px;
  background-color: #262626;
  padding: 8px 0;
}
.footer-style .follow-us .follow-code {
  width: 96px;
  height: 96px;
}
.footer-style .follow-us .scan-container {
  width: 96px;
}
.footer-style .follow-us .scan-img {
  width: 48px;
  height: 48px;
}
.footer-style .follow-us .tip-text {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
}
.footer-style .industry-container {
  position: relative;
}
.footer-style .industry-container:hover .industry-wrapper {
  display: block;
}
.footer-style .industry-wrapper {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  gap: 16px;
  transition: all 200mx linear;
  display: none;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
}
.footer-style .industry-item {
  background-color: #262626;
  padding: 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.video-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.video-overlay .video-container {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  overflow: hidden;
  width: 960px;
  height: 540px;
  background-color: #0E0E0E;
}
.video-overlay .video-container:hover .close-button {
  display: block;
}
.video-overlay .video-container .close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}
.video-overlay .video-container .close-button .video-close-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin: 9px;
}
.video-overlay .video-container video {
  width: 960px;
  height: 540px;
}
.text-cursor {
  cursor: pointer;
}
.button-style {
  background: transparent;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  transition: background-color 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.button-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
.button-style:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-style:hover:before {
  transform: translateX(0);
}
.text-bold {
  font-weight: 500;
}
.right-16 {
  margin-right: 16px;
}
.back-icon {
  width: 32px;
  height: 32px;
  background: url("../imgs/common/up-white.png") center no-repeat;
  background-size: contain;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .footer-style {
    padding: 24px 0;
  }
  .footer-style .footer-container {
    width: 100%;
    padding: 0 24px;
  }
  .footer-style .footer-item-root {
    flex-direction: column !important;
  }
  .footer-style .contact-item {
    flex-direction: column;
  }
  .video-overlay .video-container {
    width: 80%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay .video-container .close-button .video-close-icon {
    padding: 0;
  }
  .video-overlay .video-container video {
    width: 80%;
    height: 360px;
  }
  .section-container {
    width: auto;
    padding: 0 24px;
  }
}

