/*
Theme Name: YOFO2025新官网
Text Domain: YOFO2025新官网
Version: 8.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: YOFO2025新版官网
Author: mrcitier
Author URI: www.yofomedical.com
*/
.page-banner-wrap {
  padding-top: 65px;
}

.page-banner {
  height: 720px;
}

.product-banner .page-banner {
  height: 100%;
}

.page-banner .page-banner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-banner>video,
.page-banner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.if-logo {
  width: 93px;
}

.product-banner {
  margin-top: 65px;
  height: 720px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lamtau-banner .product-slogan .lamtau-banner-main {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-banner .wrap {
  gap: 70px;
}

.product-banner .product-inner-slogan {
  font-size: 24px;
}

.product-nav {
  width: 100%;
}

.product-nav li {
  flex: 1;
}

.product-nav li a {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 8px 20px;
  color: #6c6e73;
  transition: all 0.3s ease;
  font-size: 16px;
}

.product-nav li a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.product-nav li img {
  width: 64px;
}

.product-nav li.active {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.product-nav li.active a {
  color: #333;
  font-weight: 500;
}

/* 筛选 */
.filter-message {
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  display: none;
}

.filter-message.info {
  background-color: #e3f2fd;
  color: #1976d2;
  border-left: 4px solid #2196f3;
}

.filter-message.success {
  background-color: #e8f5e8;
  color: #2e7d32;
  border-left: 4px solid #4caf50;
}

.filter-message.warning {
  background-color: #fff3e0;
  color: #f57c00;
  border-left: 4px solid #ff9800;
}

/* 搜索结果样式 */
.product-section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 10px;
}

.other-section .section-title {
  color: #666;
  border-bottom-color: #ccc;
}

.recommended-list li,
.other-list li {
  border: 1px solid #ddd;
  position: relative;
}

.score-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #FBB75E;
  color: white;
  padding: 6px 15px 6px 8px;
  font-size: 12px;
  z-index: 1;
  border-bottom-right-radius: 16px;
}

.recommended-list li:nth-child(2) .score-badge {
  background: #9EB7DB;
}

.recommended-list li:nth-child(3) .score-badge {
  background: #CBC0A5;
}

.other-item .score-badge {
  background: #E4E4E4;
  color: #3C3D40
}

/* 标签 */
.tag-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 36px;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 4px 12px;
}

.tag-item.tag-blue {
  color: #009DFF;
  border-color: #009DFF;
}

.tag-item.tag-orange {
  color: #FF9501;
  border-color: #FF9501;
}

.tag-item.tag-purple {
  color: #B60BFF;
  border-color: #B60BFF;
}

.tag-item.tag-big {
  font-size: 13px;
  padding: 5px 12px;
}


.header-nav-wrap {
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-nav-wrap .has-sub-menu ul {
  display: none;
}

.header-nav-wrap .has-sub-menu.active ul {
  display: block;
}

.header-nav-wrap ul>li a {
  display: block;
  position: relative;
  padding: 21px 1rem;
}

.header-nav-wrap ul>li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.header-nav-wrap a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 300;
}

.header-nav-wrap a:hover {
  opacity: 0.6;
}

.header-nav-wrap.sticky-white-nav,
.header-nav-wrap.always-white-nav {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.header-nav-wrap.sticky-white-nav:hover,
.header-nav-wrap.always-white-nav:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-nav-wrap.sticky-white-nav a,
.header-nav-wrap.always-white-nav a {
  color: #000;
}

.header-nav-wrap.sticky-white-nav .menu-wrap a:hover::after,
.header-nav-wrap.always-white-nav .menu-wrap a:hover::after {
  opacity: 1;
}

.header-nav-wrap.sticky-white-nav .menu-wrap a::after,
.header-nav-wrap.always-white-nav .menu-wrap a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #1461cd;
  opacity: 0;
  transition: all 0.3s ease;
}

.header-nav-wrap.sticky-white-nav .logo,
.header-nav-wrap.always-white-nav .logo {
  background: url("./images/logo-black.svg") no-repeat center center;
  background-size: 100% 100%;
}

.header-nav-wrap.sticky-white-nav .logo img,
.header-nav-wrap.always-white-nav .logo img {
  opacity: 0;
}

.header-nav-wrap .sub-menu-wrap {
  display: none;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-nav-wrap .sub-menu-wrap dl {
  width: 220px;
  margin: 8px;
}

.header-nav-wrap .sub-menu-wrap dl dt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.header-nav-wrap .sub-menu-wrap dl dd a {
  display: block;
  background: #fff;
  padding: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
}

.header-nav-wrap .sub-menu-wrap dl dd a:hover {
  background: #F1F5FE;
  opacity: 1;
}

.header-nav-wrap .sub-menu-wrap dl dd a img {
  transition: all .5s ease;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-nav-wrap .sub-menu-wrap dl dd a:hover img {
  transform: scale(1.05);
}

.header-nav-wrap .sub-menu-wrap dl dd a h6 {
  font-size: 14px;
  color: #303233;
  margin-top: 17px;
  font-weight: 400;
}

.header-nav-wrap .sub-menu-wrap dl dd a p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 0 5px;
}

.icon-lang {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("./images/lang.svg") center no-repeat;
}

/* footer */
.footer-wrap {
  background: #272727;
  padding-top: 80px;
  color: #fff;
}

.footer-wrap a {
  color: #fff;
}

.footer-wrap a:hover {
  opacity: 1;
}

.footer-wrap .footer-nav {
  margin-bottom: 60px;
}

.footer-wrap .footer-nav a {
  display: block;
  opacity: 0.6;
  padding: 10px 0;
}

.footer-wrap .footer-logo a {
  padding: 0
}

.footer-wrap .footer-nav a:hover {
  opacity: 1;
}

.footer-wrap .footer-nav dl {
  flex: 1;
}

.footer-wrap .footer-nav dl dt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1;
}

.footer-wrap .footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer-wrap .footer-copyright-wrap .footer-copyright {
  opacity: 0.5;
}

.footer-wrap .contact-qrcode span {
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}

.footer-wrap .contact-qrcode span:hover i {
  display: block;
}

.footer-wrap .contact-qrcode span i {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  /* background: #fff; */
  padding: 5px;
}

.footer-wrap .contact-qrcode span i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-wrap .contact-qrcode span i::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

/* Banner Section */
.main-banner-wrap {
  position: relative;
  height: 720px;
  overflow: hidden;
  margin-top: 65px;
}

.main-banner {
  width: 100%;
  height: 100%;
}

.main-banner .swiper-slide {
  color: #fff;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: center;
  background-size: cover;
}

.main-banner .swiper-slide .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-banner .swiper-slide h2 {
  transform: translateY(-200px);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.main-banner .swiper-slide h3 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.main-banner .swiper-slide .banner-logo {
  transform: translateY(-50px);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.main-banner .swiper-slide .banner-btn {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.main-banner .swiper-slide.swiper-slide-active h2,
.main-banner .swiper-slide.swiper-slide-active h3,
.main-banner .swiper-slide.swiper-slide-active .banner-btn,
.main-banner .swiper-slide.swiper-slide-active .banner-logo {
  transform: translateY(0);
  opacity: 1;
}

/* .main-banner .swiper-button-next,
.main-banner .swiper-button-prev {
  opacity: 0;
}

.main-banner:hover .swiper-button-next,
.main-banner:hover .swiper-button-prev {
  opacity: 1;
} */

.banner-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-top: 40px;
}

.banner-btn-black {
  color: #142950;
  border-color: #142950;
}

.banner-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.icon-arrow-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("./images/arrow-r.svg") center no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

/* Swiper 分页器样式 */
.main-pagination {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.line-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

.dialogv-pagination.line-pagination .swiper-pagination-bullet {
  width: 16px;
}

.line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* Swiper 导航按钮样式 */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3);
  transform: scale(0.95);
  opacity: .8;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: 500;
}

/* 白色背景时的黑色导航按钮样式 */
.swiper-button-next.dark-nav,
.swiper-button-prev.dark-nav {
  color: #333;
}

.swiper-button-next.dark-nav:hover,
.swiper-button-prev.dark-nav:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.home-product-wrap {
  padding: 56px 0 50px;
  color: #16191F;
  /* background: linear-gradient(104deg, rgba(233, 236, 242, 0.5) 2.11%, #E4E9F2 100%), #FFF; */
  background-image: url("./images/innovation-bg.jpg");
  background-position: center;
  background-size: cover;
}

.home-product-wrap .product-tab li {
  padding: 10px;
  margin: 0 40px;
  color: #6C6E73;
  cursor: pointer;
  font-style: normal;
}

.home-product-wrap .product-tab li.active {
  color: #16191F;
  font-weight: 500;
}

.home-product-wrap .productSwiper .swiper-product-next,
.home-product-wrap .productSwiper .swiper-product-prev {
  width: 48px;
  height: 48px;
  background: url("./images/right-arrow-black.svg") center no-repeat;
  background-size: 35%;
}

.home-product-wrap .productSwiper .swiper-product-next::after,
.home-product-wrap .productSwiper .swiper-product-prev::after {
  display: none;
}

.home-product-wrap .productSwiper .swiper-product-prev {
  transform: rotate(180deg);
}

.home-product-wrap .productSwiper .swiper-slide img {
  width: 480px;
}

.home-product-wrap .product-swiper-footer>span {
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home-product-wrap .product-swiper-footer>span:last-child {
  text-align: right;
}

.home-product-wrap .goto-product {
  display: flex;
  width: 280px;
  height: 49px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid #16191f;
  color: #16191f;
  text-decoration: none;
}

.home-product-wrap .goto-product .icon-arrow-right {
  width: 16px;
  height: 16px;
  background: url("./images/arrow-r-gray.svg") center no-repeat;
}

.home-product-wrap .goto-product:hover {
  background: #eee;
}

.home-product-wrap .goto-product.disabled .icon-arrow-right {
  display: none;
}

.home-product-wrap.product-bg-jirox {
  /* background: linear-gradient(104deg, rgba(223, 223, 242, 0.3) 2.11%, rgba(223, 223, 242, 0.6) 100%), #FFF; */
}

.home-product-wrap.product-bg-hirox {
  /* background: linear-gradient(104deg, rgba(236, 233, 242, 0.4) 2.11%, rgba(238, 235, 255, 0.8) 100%), #FFF; */
}

.home-product-wrap.product-bg-ruxianct {
  /* background: linear-gradient(198deg, rgba(250, 242, 245, 0.25) 16.19%, rgba(255, 230, 240, 0.5) 90.37%), #FFF; */
}

.dialogv-header {
  padding: 66px 0;
}

.dialogv-swiper {
  width: 100%;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.dialogv-swiper .swiper-slide {
  width: 1180px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dialogv-swiper .swiper-slide .swiper-slide-title {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
}

.dialogv-swiper .swiper-slide .swiper-slide-title h5 {
  font-weight: 300;
  opacity: 0.6 !important;
  margin-bottom: 10px;
}

.dialogv-swiper .swiper-slide img,
.dialogv-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dialogv-swiper .swiper-slide video {
  background: #000;
}

.dialogv-swiper .swiper-slide h5 {
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.8s;
}

.dialogv-swiper .swiper-slide h6 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 1s;
}

.dialogv-swiper .swiper-slide.swiper-slide-active h5,
.dialogv-swiper .swiper-slide.swiper-slide-active h6 {
  transform: translateY(0);
  opacity: 1;
}

.swiper-dialogv-prev {
  left: 50%;
  margin-left: -570px;
}

.swiper-dialogv-next {
  right: 50%;
  margin-right: -570px;
}

.play-btn-icon {
  display: block;
  width: 56px;
  height: 56px;
  background: url("./images/play.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.play-btn-icon.loading {
  opacity: 0.7;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}

.fixed-contact-btn {
  position: fixed;
  bottom: 30%;
  right: 20px;
  z-index: 10;
  width: 56px;
  padding: 50px 16px 20px;
  text-align: center;
  background: rgb(20, 97, 205) url("./images/contact.svg") no-repeat center 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
}

.fixed-contact-btn>span {
  color: #fff;
  font-size: 18px;
}

.fixed-contact-btn:hover {
  transform: scale(0.985);
}

.fixed-contact-btn:hover .contact-form {
  opacity: 1;
  visibility: visible;
}

.fixed-contact-btn .contact-form {
  position: absolute;
  bottom: 50%;
  right: 100%;
  width: 300px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
  transition: all 0.3s ease;
  z-index: 1000;
  text-align: left;
}

.fixed-contact-btn .contact-form::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 100%;
  border: 8px solid transparent;
  border-left-color: #fff;
}

.fixed-contact-btn .contact-form iframe {
  width: 100% !important;
}

/* 表单自定义样式 */
.forminator-ui.forminator-custom-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fixed-contact-btn .forminator-ui.forminator-custom-form {
  display: block;
}

.forminator-row {
  width: calc(33% - 10px);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fixed-contact-btn .forminator-row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.forminator-row.forminator-row-last {
  width: 100%
}

.forminator-row .forminator-col {
  padding: 0 !important;
}

.forminator-row .forminator-col .forminator-hcaptcha {
  transform: scale(0.7) translate(-68px, -20px)
}

.forminator-error {
  display: none;
}

.forminator-field {
  display: flex;
  flex-direction: column;
  position: relative;
}

.forminator-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.forminator-checkbox a {
  color: #333;
  text-decoration: none;
}

.forminator-select--field,
.forminator-field select {
  outline: none;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  height: 45px;
  background: #fff;
  appearance: none;
}

.forminator-input,
.forminator-textarea {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

.forminator-textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

#checkbox-1 .forminator-label {
  opacity: 0;
  font-size: 0;
  padding: 0 10px;
}

#checkbox-1 .forminator-checkbox .forminator-checkbox-label {
  margin-left: 10px;
  display: inline-block;
  vertical-align: -2px;
}

.forminator-input+.forminator-description {
  display: none;
}

.forminator-error-message {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  opacity: .5;
}

/* 表单自定义样式 */

.contact-form .forminator-button-submit {
  width: 100%;
  padding: 12px;
  background: #1461cd;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.contact-form .forminator-button-submit:hover {
  background: #0f4ba3;
  transform: translateY(-1px);
}

.contact-form .forminator-button-submit:active {
  transform: translateY(0);
}

.news-wrap {
  padding: 80px 0 40px;
}

.news-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.news-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.news-recommend img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-recommend .news-recommend-banner {
  width: 780px;
  height: 380px;
  background: #eee;
}

.news-recommend .news-recommend-item {
  width: 380px;
  height: 380px;
  background: #eee;
  position: relative;
  color: #fff;
  overflow: hidden;
  flex: none;
}

.news-recommend .news-recommend-item img {
  transition: all 0.3s ease;
}

.news-recommend .news-recommend-item:hover img {
  transform: scale(0.99);
  z-index: 0;
  opacity: 0.9;
}

.news-recommend .news-recommend-item:hover dd {
  text-decoration: underline;
}

.news-recommend .news-recommend-item-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
}

.news-recommend .news-recommend-item-info span {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  border: 1px solid #fff;
  opacity: 0.8;
}

.news-recommend .news-recommend-item-info dd {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.news-more .icon-arrow-right {
  background-image: url("./images/arrow-r-gray.svg");
}

.news-more a:hover {
  color: #333;
}

.micro-class-wrap {
  padding: 80px 0 160px;
  background: #f4f4f4;
}

.micro-class-list {
  gap: 20px;
}

.micro-class-list .micro-class-item {
  width: calc((100% - 40px) / 3);
}

.micro-class-list .micro-class-item:hover img {
  transform: scale(1.03);
  transform-origin: center;
  opacity: 0.9;
}

.micro-class-list .micro-class-item-img {
  overflow: hidden;
}

.micro-class-list .micro-class-item-img img {
  transition: all 0.3s ease;
}

.micro-class-list .micro-class-item-title {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}

.micro-class-list .micro-class-item-title:hover h3 {
  text-decoration: underline;
}

.micro-class-list .micro-class-item-title h3 {
  font-size: 20px;
  color: #3c3d40;
  margin-bottom: 15px;
}

.micro-class-list .micro-class-item-title h4 {
  font-size: 16px;
  color: #abaeb2;
}

.page-innovation {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(103.58deg, rgba(233, 236, 242, 0.5) 2.11%, #E4E9F2 100%);
  padding: 80px 0;
}

.new-innovation-list {}


.new-innovation-list li {
  width: calc(50% - 10px);
}

.new-innovation-list li a {
  position: relative;
  color: #16191F;
  display: block;
  transition: all .5s ease;
}

.new-innovation-list li a dl {
  position: absolute;
  z-index: 1;
  left: 3rem;
  top: 2.5rem;
  bottom: 1.5rem;
}

.last-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
}

.last-arrow svg path {
  stroke: #3C3D40;
  transition: stroke 0.3s ease;
}

.new-innovation-list li a:hover .last-arrow svg path {
  stroke: #1461cd;
}

.new-innovation-list li a:hover {
  opacity: .9;
  transform: scale(0.99);
}

.filter-bar {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.filter-bar h5 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  padding: 80px 0 45px;
}

.filter-list {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 80px;
}

.filter-list>li {
  flex: 1;
}

.filter-list>li:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.filter-list .select-wrap {
  width: 100%;
  background: #F4F4F4;
  height: 48px;
  padding: 0 10px;
}

.filter-list .select-wrap:hover {
  background: #eee;
}

.filter-list .select-wrap select {
  height: 48px;
  width: 100%;
  border: none;
  background: transparent;
}

.filter-list button {
  width: 255px;
  position: relative;
  border: none;
  background-color: #1461cd;
  color: #fff;
  height: 48px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-list button:hover {
  opacity: 0.8;
}

.filter-list button.reset-filter {
  width: 80px;
  background: #f4f4f4;
  color: #000;
}

.filter-list p {
  font-size: 16px;
  color: rgb(60, 61, 64);
  margin-bottom: 6px;
}

.product-category {
  padding-bottom: 80px;
}

.product-category h5 {
  width: 100%;
  line-height: 1;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.tech-clinical-list {
  border-bottom: none;
  margin-top: 0;
  padding-top: 0;
}

.product-list li {
  width: calc(33.33% - 15px);
  overflow: hidden;
  text-align: center;
  line-height: 1;
  padding: 0 0 40px;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #ddd;
}

.product-list li img {
  transition: all 0.3s ease;
  width: 300px;
}

.tech-clinical-list li img {
  width: 100%;
}

.product-list li h6 {
  font-size: 20px;
  color: #16191F;
  font-weight: 300;
}

.product-list li p {
  color: #6C6E73;
  margin-top: 10px;
}

.product-list li:hover {
  background: #f4f4f4;
}

.product-list li:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.product-list li:hover h6 {
  text-decoration: underline;
}

.tech-clinical-list li:hover h6 {
  text-decoration: none;
}

.product-list.other-list {
  /*     flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.lamtau-box {
  display: block;
  overflow: hidden;
}

.lamtau-box img {
  transition: all .5s ease;
}

.lamtau-box:hover img {
  transform: scale(1.05);
}

.filter-message {
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  background-color: #f6f5f8;
  margin-bottom: 50px;
}

.filter-message.warning {
  color: #b68e16;
}

.filter-message.info {
  color: #1461cd;
}

.filter-message.success {
  color: rgb(40, 165, 69);
}

.technology-wrap {
  background: rgb(237, 238, 240);
}

.common-swiper {
  height: 640px;
}

.common-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background: #eee;
}

.common-swiper .swiper-slide>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}

.imagingSwiper-nav {
  position: absolute;
  top: 43%;
  left: 10px;
  right: 10px;
  z-index: 2;
}

.imagingSwiper-nav .swiper-pagination {
  display: none;
}

.technology-swiper-bottom {
  background: rgba(255, 255, 255, .5);
}

.technology-swiper-bottom .swiper-slide {
  padding: 24px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #16191f;
  border-right: 1px solid #e4e4e4;
  cursor: pointer;
}

.technology-swiper-bottom .swiper-slide-thumb-active {
  background-color: #fff;
  font-weight: 500;
}

.technology-algorithm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.technology-algorithm li {
  flex: 1;
  position: relative;
  padding-top: 30px;
  height: 480px;
  color: #16191F;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.technology-algorithm li footer {
  position: absolute;
  top: 82%;
  left: 30px;
  right: 30px;
  padding: 10px;
  opacity: 0.6;
}

.technology-algorithm li:hover {
  background-size: 105%;
}

.section-right-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 500px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.section-right-bottom {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 9;
}

.section-right-bottom a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arrow-right-white.svg");
}

.section-right-bottom a:first-child {
  transform: rotate(180deg);
}

.section-right-bottom a:hover {
  opacity: 0.6;
}

.news-top-list {
  gap: 20px;
}

.news-top-list li {
  width: calc(50% - 10px);
  height: 360px;
  overflow: hidden;
  position: relative;
}

.news-top-list li:hover img {
  transform: scale(1.03);
  transform-origin: center;
  opacity: 0.9;
}

.news-top-list li img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-top-list li .list-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  line-height: 1;
  z-index: 1;
}

.news-top-list li .list-desc a:hover {
  text-decoration: underline;
}

.news-category-list {
  gap: 12px;
}

.news-category-list li a {
  display: block;
  min-width: 96px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #16191f;
  border: 1px solid #16191f;
  border-radius: 100px;
  opacity: 0.4;
}

.news-category-list li.active a,
.news-category-list li:hover a {
  opacity: 1;
}

.news-normal-list a {
  display: flex;
  gap: 5%;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #16161f;
}

.news-normal-list a:hover dt {
  text-decoration: underline;
}

.news-normal-list a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.news-normal-list .news-normal-item-date {
  font-size: 25px;
}

.news-normal-list .news-normal-item-img {
  display: block;
  width: 240px;
  height: 140px;
  overflow: hidden;
}

.news-normal-list .news-normal-item-img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-normal-list .news-normal-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-normal-list .news-normal-item-info dt {
  font-size: 24px;
  color: #16161f;
  line-height: 1.3;
}

.news-normal-list .news-normal-item-info dd {
  font-size: 16px;
  color: #6c6e73;
  line-height: 1.3;
}

.joinus-desc {
  color: #3C3D40;
}

.joinus-reason-list {
  display: flex;
  flex-wrap: wrap;
}

.joinus-reason-list li {
  width: 50%;
  min-height: 350px;
  border: 1px solid #e5e5e5;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -1px;
  margin-bottom: -1px;
}

.joinus-reason-list li .reason-desc {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #3C3D40;
}

.joinus-welfare-list,
.service-welfare-list {
  font-size: 18px;
  color: #3C3D40;
  text-align: center;
  margin-bottom: 60px;
}

.joinus-welfare-list img,
.service-welfare-list img {
  width: 60px;
  height: 60px;
  background-size: contain;
  margin-bottom: 16px;
}

.joinus-welfare-list {
  flex-wrap: wrap;
  gap: 30px;
}

.joinus-welfare-list li {
  width: calc(20% - 30px);
}

.welfare-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.welfare-list.four-list li {
  width: calc((100% - 60px) / 4);
}

.welfare-list.four-list li .list-thumb {
  height: 200px;
}

.welfare-list li {
  width: calc((100% - 40px) / 3);
  overflow: hidden;
  position: relative;
  color: #3C3D40;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

.welfare-list li .list-thumb {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.welfare-list li .play-btn {
  width: 48px;
  height: 48px;
  background: url(./images/white-play.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.welfare-list li .play-btn:hover {
  opacity: 0.9;
}

.welfare-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.welfare-list li img:hover {
  transform: scale(1.05);
}

.welfare-list li .little-title {
  font-size: 14px;
  color: #6C6E73;
  margin-top: 8px;
}

.joinus-btn {
  display: flex;
  width: 320px;
  height: 56px;
  gap: 10px;
  padding: 6px 21px;
  justify-content: center;
  align-items: center;
  border: 1px solid #454545;
  color: #000;
}

.joinus-btn:hover {
  opacity: 0.5;
  background: #fff;
}

.hot-service>a {
  flex: 1;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 168px;
  padding: 24px;
  min-height: 220px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hot-service>a:hover {
  opacity: 0.8;
}

.hot-service>a:hover h6 {
  text-decoration: underline;
}

.hot-service>a h6 {
  font-size: 20px;
  color: #16191f;
}

.hot-service>a:nth-child(1) {
  background-image: url(./images/rmfw-1.png);
}

.hot-service>a:nth-child(2) {
  background-image: url(./images/rmfw-2.png);
}

.hot-service>a:nth-child(3) {
  background-image: url(./images/rmfw-3.png);
}

.contact-wrap {
  position: relative;
  z-index: 1;
}

.contact-wrap .contact-tab-wrap-bg {
  margin-top: -80px;
}

.contact-wrap .contact-tab-wrap {
  font-size: 24px;
  color: #6C6E73;
  border-bottom: 1px solid #C4C7CC;
  margin-left: 7%;
  margin-right: 7%;
}

.contact-wrap .contact-tab-wrap li {
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-wrap .contact-tab-wrap li:hover a {
  font-weight: 500;
  opacity: .7;
}

.contact-wrap .contact-tab-wrap li.active a {
  font-weight: 500;
  opacity: 1;
}

.contact-wrap .contact-tab-wrap li:hover a,
.contact-wrap .contact-tab-wrap li.active a {
  border-bottom-color: #000;
}

.contact-wrap .contact-tab-wrap li a {
  display: inline-block;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 2px solid transparent;
  color: #333;
  opacity: .5;
}

.contact-wrap .contact-form-wrap {
  margin-left: 7%;
  margin-right: 7%;
}

.contact-wrap .form-container {
  background: #fff;
  padding: 60px 0 0;
}

.contact-wrap .product-help-link {
  display: inline-block;
  margin-left: 10px;
  color: #6E6E73;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}

.contact-wrap .checkbox-group {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
  gap: 10px;
}

.contact-wrap .checkbox-group input[type=checkbox],
.forminator-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-wrap .checkbox-group label,
.forminator-checkbox label {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  cursor: pointer;
}

.contact-wrap .checkbox-group label a {
  color: #007bff;
  text-decoration: none;
}

.contact-wrap .checkbox-group label a:hover,
.forminator-checkbox a:hover {
  text-decoration: underline;
}

.contact-wrap .submit-btn,
.forminator-button-submit {
  display: block;
  width: 380px;
  background: #333;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-wrap .submit-btn:hover,
.contact-wrap .forminator-button-submit:hover {
  background: #555;
}

.follow-list {
  width: 60%;
  margin: 40px auto 0;
}

.about-expert {
  width: 55%;
}

.about-swiper .swiper-slide div {
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-value {
  background: url(./images/about-value.jpg?v2) center no-repeat;
  background-size: cover;
  height: 720px;
  line-height: 1;
  color: #16191f;
}

.about-value ul {
  width: 100%;
  height: 100%;
}

.about-value ul li {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s ease;
}

.about-value ul li.mobile-only {
  display: none;
}

.about-value ul li strong {
  font-size: 24px;
  transition: all 0.3s ease;
}

.about-value ul li p {
  font-size: 18px;
  margin-top: 34px;
  transition: all 0.3s ease;
  transform: translateY(0%);
  opacity: 0.6;
}

.about-value ul li .value-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  font-size: 18px;
  transition: all 0.3s ease;
  transform: translateY(50%);
  opacity: 0;
  position: absolute;
  font-weight: 300;
}

.about-value ul li .value-desc dt {
  width: 20px;
  height: 2px;
  background: #16191f;
  margin-bottom: 20px;
}

.about-value ul li:hover {
  background: rgba(255, 255, 255, 0.4);
}

.about-value ul li:hover .value-desc {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

.about-value ul li:hover strong {
  transform: translateY(-200%);
}

.about-value ul li:hover p {
  transform: translateY(100%);
  opacity: 0;
}

.about-value ul li .value-more {
  opacity: 0;
  transform: translateY(100%);
  position: absolute;
}

.about-value ul li:hover .value-more {
  opacity: 1;
  transform: translateY(0);
}

.about-value ul li.value-last:hover>strong {
  display: none;
}

.about-value ul li.value-last .value-desc {
  position: static;
  margin: 40px 0;
}

.about-history {
  background: url(./images/step-bg.jpg?v2) center no-repeat;
  background-size: cover;
  height: 800px;
}

.about-history .swiper-button-next,
.about-history .swiper-button-prev {
  color: #666;
  border: 1px solid #ddd;
}

.about-history .swiper-button-next:hover,
.about-history .swiper-button-prev:hover {
  background: #333;
  color: #fff;
}

.about-history .stepSwiper {
  height: 108px;
  margin: 0 70px;
  overflow: hidden;
}

.about-history .stepSwiper span {
  height: 65%;
  margin-top: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top: 1px solid #6C6E73;
  position: relative;
  color: #3C3D40;
  font-weight: 400;
  font-size: 24px;
}

.about-history .stepSwiper span i {
  display: block;
  width: 4px;
  height: 4px;
  background: #C4C7CC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  border-radius: 50%;
  z-index: 1;
}

.about-history .stepSwiper .swiper-slide.swiper-slide-thumb-active span {
  color: #1461cd;
  font-weight: 500;
}

.about-history .stepSwiper .swiper-slide.swiper-slide-thumb-active span i {
  background: #1461cd;
  width: 6px;
  height: 6px;
}

.about-history .stepSwiper .swiper-slide.swiper-slide-thumb-active span i:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: rgba(20, 97, 205, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about-history .history-inner .history-img {
  display: none;
}

.about-history .history-list {
  position: relative;
  padding-left: 38%;
  padding-right: 5%;
}

.about-history .history-list dt {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.about-history .history-list dd {
  margin-bottom: 20px;
  color: #3c3d40;
  display: flex;
  font-size: 18px;
}

.about-history .history-list dd i {
  flex-shrink: 0;
}

.about-history .history-list dd span {
  margin-left: 40px;
}

.about-honor-list li,
.about-team-list li {
  flex: 1;
}

.about-honor-list li strong,
.about-team-list li strong {
  font-size: 32px;
  font-weight: 500;
}

.about-honor-list li span,
.about-team-list li span {
  font-size: 18px;
}

.about-honor-list li p,
.about-team-list li p {
  font-size: 16px;
  opacity: 0.8;
}

.about-team-list {
  text-align: center;
  gap: 20px;
}

.about-team-list li {
  background: #f7f7f7;
  padding: 40px 0;
}

.about-team-list li>div strong {
  display: block;
}

.section8-main .pc-s8wrap {
  width: 66%;
}

.section8-inner {
  background: #f0f0f0;
  background: rgba(255, 255, 255, 0.5);
  padding: 32px;
  position: relative;
}

.section8-holder {
  bottom: 72px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.section8-holder img {
  height: 420px;
}

.section8-tab {
  border-left: 1px solid #eee;
}

.section8-tab li {
  width: 50%;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0;
  position: relative;
  height: 128px;
}

.section8-tab li p {
  color: #666;
  font-size: 16px;
  left: 0;
  padding: 16px 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.section8-tab li.swiper-slide-active p {
  color: #333;
  font-weight: 700;
}

.section8-tab li.swiper-slide-active img {
  visibility: visible;
}

.section8-main .pc-s8wrap .section8-inner {
  overflow: hidden;
  padding: 0;
}

.section8-main .pc-s8wrap .se-hd {
  left: 32px;
  position: absolute;
  top: 32px;
}

.section8-main .pc-s8wrap .se-hd h6 {
  font-weight: 700;
}

.section8-main .pc-s8wrap .section8-holder {
  height: 100%;
  position: static;
}

.section8-main .pc-s8wrap .section8-holder img {
  display: none;
  height: 100%;
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.section8-main .pc-s8wrap .section8-holder img.doit8 {
  opacity: 1;
}

.section8-main .pc-s8wrap .section8-holder img.active {
  display: block;
}

.section8-main .section8-tab li.swiper-slide-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e2e2e2));
  background: #fff;
}

.section8-main .section8-tab img {
  opacity: 0;
  visibility: hidden;
}

.appearance-desc {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  top: 7%;
  opacity: 0.6;
}

.pirox-feature-list li>div {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 238px;
  background-size: 100%;
  transition: background-size 0.3s ease;
}

.pirox-feature-list li:hover>div {
  background-size: 105%;
}

.pirox-feature-list.pirox-d-plus-feature-list li>div {
  min-height: auto;
}

.jirox-feature-list {
  /* height: 450px;
  background: url(./images/jirox/jirox-feature-bg.jpg) bottom center no-repeat;
  background-size: cover; */
}

.camera-list {
  gap: 20px;
}

.box-vr .box-vr_inner {
  background: #F0F1F5;
}

.box-vr .vr-thumb {
  width: 589px;
  height: 320px;
}

.box-vr .vr-desc {
  padding-left: 10%;
}

.box-vr .vr-btn {
  border: 1px solid #242526;
  border-radius: 100px;
  padding: 9px 38px;
  transition: all .5s ease;
}

.box-vr .vr-btn:hover {
  background: #f6f7f8;
  transform: scale(1.01);
}

.section_12 {
  background: linear-gradient(to bottom, #1a1b1d, #1a1b1d 30%, #1a1b1d 30%, #252528);
  overflow: hidden;
}

.section_12 .descHolder {
  position: relative;
  top: -40px;
}

.section_12 .tab-list {
  margin-top: 30px;
}

.section_12 .tab-list span {
  font-size: 18px;
  opacity: 0.5 !important;
  height: 48px;
  padding: 0 16px;
  line-height: 45px;
  margin: 0 8px;
  color: #fff;
  border: solid 1px #fff;
  cursor: pointer;
}

.section_12 .tab-list span.active {
  opacity: 1 !important;
  border-color: #fff;
}

.jirox-camera-wrap .jirox-tab2 li {
  font-size: 18px;
  opacity: 0.5;
  height: 48px;
  padding: 0 50px;
  line-height: 45px;
  color: #000;
  border: solid 1px #000;
  margin-left: -1px;
  cursor: pointer;
}

.jirox-camera-wrap .jirox-tab2 li:hover {
  opacity: 0.8;
}

.jirox-camera-wrap .jirox-tab2 li.active {
  opacity: 1;
  cursor: default;
}

.appearance-banner {
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.appearance-banner .swiper-container {
  width: 100%;
  margin: 0 auto;
  height: 600px;
}

.appearance-banner .swiper-container .swiper-slide {
  background: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appearance_pagination span {
  width: 16px;
  height: 2px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  margin-right: 8px;
  border-radius: 0;
}

.appearance_pagination span.swiper-active-switch {
  background: #000;
}

.appearance-nav span {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 100%;
  margin-left: 12px;
  background-image: url(./images/right-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.appearance-nav span:first-child {
  transform: rotate(180deg);
}

.appearance-nav span:hover {
  opacity: 0.5;
}

.vr-box {
  position: relative;
  color: #242526;
}

.vr-box>img {
  width: 589px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vr-box>.flex-1 {
  background: #F0F1F5;
  padding-left: 10%;
}

.vr-box .vr-btn {
  display: inline-flex;
  border-radius: 100px;
  padding: 8px 32px;
  border: 1px solid #242526;
  color: #242526;
  transition: all 0.3s ease;
  text-decoration: underline;
  justify-content: center;
}

.vr-box .vr-btn:hover {
  opacity: 0.8;
  transform: translateY(5px);
}

.hirox-feature-list li {
  height: 580px;
}

.hirox-feature-list li>dl {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 280px;
  background-size: cover;
  transition: background-size 0.3s ease;
  padding: 32px;
}

.hirox-feature-list li:first-child>dl {
  background-image: url(./images/hirox/feature-bg1.jpg?v4);
}

.hirox-feature-list li:last-child>dl:first-child {
  background-image: url(./images/hirox/feature-bg2.jpg);
}

.hirox-feature-list li:last-child>dl:last-child {
  background-image: url(./images/hirox/feature-bg3.jpg?v2);
}

.hirox-feature-list:hover>dl {
  background-size: 105%;
}

.lamtau-banner-main {
  position: relative;
}

.lamtau-feature-list {
  -moz-column-gap: 120px;
  column-gap: 120px;
}

.lamtau-feature-list li {
  width: calc(50% - 60px);
  margin-top: 60px;
}

.more-ai-container {
  position: relative;
}

.moreAiSwiper {
  overflow: hidden;
}

.more-ai {
  font-size: 0;
  margin-top: 30px;
  overflow: hidden;
}

.more-ai li {
  background: #333;
  border: 1px solid #444;
  height: 220px;
  margin-left: -1px;
  position: relative;
  transition: all 0.5s ease;
  width: 13.8%;
}

@media screen and (min-width: 1920px) {
  .more-ai li {
    height: 15vw;
  }
}

.more-ai li p {
  font-size: 16px;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
}

.more-ai li .more-ai-thumb {
  height: 100%;
  width: 100%;
  background-size: cover;
  max-width: none;
  opacity: 0.05 !important;
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.more-ai li .icon-img {
  position: absolute;
  bottom: 16px;
  left: 16px;
  transition: all 0.5s ease;
}

.more-ai li.active {
  width: 25%;
}

.more-ai li.active p {
  color: #fff;
}

.more-ai li.active .more-ai-thumb {
  opacity: 1 !important;
}

.camera-look li:nth-child(2) {
  width: 1px;
  height: 120px;
  background: #aaa;
  margin: 0 40px;
}

.camera-look li p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.tech-support {
  background-image: url(./images/lamtau/tech-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tech-support ul {
  margin-top: 64px;
}

.wait-web {
  background: #1461cd;
  color: #fff;
  text-align: center;
  padding: 40px;
  font-size: 32px;
}

.box-contact .wrap {
  padding: 60px 100px;
}