.home_banner {
  background-color: var(--subtheme_color);
  position: relative;
}
.home_banner .flex {
  max-width: 1512px;
  margin: 0 auto;
}
.home_banner .left {
  flex: 1;
  flex-direction: column;
  padding: 65px 0 106px 8.134921%;
}
.home_banner .head {
  max-width: 464px;
  max-width: 498px;
}
.home_banner .head::before {
  content: '';
  display: block;
  width: 57px;
  aspect-ratio: 1;
  margin-left: -22px;
  background: url(../img/MagicWand.svg) no-repeat center / contain;
}
.home_banner .head h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 3rem;
  max-width: 387px;
  margin-top: 8px;
}
.home_banner .head h1 span {
  font-weight: normal;
}
.home_banner .head .desc {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1rem;
}
.home_banner .head .desc b {
  font-weight: 600;
}
.home_banner .design {
  gap: 9px;
  display: grid;
  max-width: 390px;
  margin-top: 72px;
}
.home_banner .img {
  width: 46.759259%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.home_banner .img:hover img {
  transform: scale(1.02);
}
.home_video {
  padding: 40px 0;
}
.home_video .img {
  width: 51.301587%;
  position: relative;
  cursor: pointer;
}
.home_video .img:hover img {
  transform: scale(1.03);
}
.home_video .img i {
  display: block;
  width: 106px;
  aspect-ratio: 106/100;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
  background: url(../img/icon-videoplay.svg) no-repeat center / 22px rgba(255, 255, 255, 0.5);
}
.home_video .img i:hover {
  background-size: 26px;
}
.home_video .head {
  flex: 1;
  max-width: 510px;
  padding-top: 1.587302%;
}
.home_video .head h2 {
  max-width: 458px;
}
.home_video .head .desc {
  line-height: 26px;
  margin-top: 21px;
}
.home_video .head .btn {
  margin-top: 36px;
  min-width: 282px;
  display: none;
}
.home_vr {
  padding: 40px 0;
}
.home_vr .head {
  flex: 1;
  max-width: 557px;
  padding-bottom: 1.428571%;
}
.home_vr .items {
  margin-top: 36px;
}
.home_vr .items .syeditorlist {
  gap: 1rem;
  display: grid;
}
.home_vr .items .item {
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  transition: all 0.3s;
  opacity: 0.5;
  cursor: pointer;
  max-width: max-content;
}
.home_vr .items .item.active,
.home_vr .items .item:hover {
  opacity: 1;
}
.home_vr .items .item .icon {
  width: 40px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.home_vr .items .item .title {
  line-height: 24px;
}
.home_vr .imgs {
  width: 50.206349%;
}
.home_vr .imgs > div {
  position: relative;
  aspect-ratio: 632/404;
}
.home_vr .imgs i {
  display: block;
  width: 104px;
  aspect-ratio: 104/100;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50%;
  background: url(../img/icon-vrplay.svg) no-repeat center / 40px rgba(255, 255, 255, 0.5);
}
.home_vr .imgs i:hover {
  background-size: 50px;
}
.home_vr .imgs .img {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.home_vr .imgs .img.active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
.home_vr .imgs .img:hover img {
  transform: scale(1.03);
}
/* .home_free {
  padding: 40px 0;
}
.home_free .head {
  max-width: 780px;
  margin: 0 auto;
}
.home_free .flex {
  margin-top: 40px;
}
.home_free .img {
  width: 51.301587%;
}
.home_free .img:hover img {
  transform: scale(1.03);
}
.home_free .right {
  flex: 1;
  max-width: 494px;
}
.home_free .right .desc {
  line-height: 26px;
} */
.home_partner {
  padding: 40px 0;
  overflow: hidden;
}
.home_partner .head {
  max-width: 780px;
  margin: 0 auto;
}
.home_partner .home_product_swiper .swiper-wrapper {
  transition: all linear;
}
.home_partner .home_product_swiper .swiper-slide {
  display: flex;
  align-items: center;
  max-width: max-content;
}
.home_partner .home_product_swiper .swiper-slide img {
  max-width: 220px;
  max-height: 192px;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.home_partner .home_product_swiper .swiper-slide img:hover {
  transform: scale(1.03);
}
.home_partner .list {
  margin-top: 5rem;
}
.home_partner .list ul {
  display: grid;
  gap: 3rem 4.404762%;
  grid-template-columns: repeat(3, 1fr);
}
.home_partner .btn {
  margin-top: 24px;
}
/* .home_advantage {
  padding: 5rem 0;
  background-color: #f6f6f6;
}
.home_advantage .items {
  margin-top: 52px;
}
.home_advantage .items .syeditorlist {
  display: grid;
  gap: 40px 10.595238%;
  grid-template-columns: repeat(3, 1fr);
}
.home_advantage .items .item .icon {
  width: 40px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.home_advantage .items .item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-left: 20px;
}
.home_advantage .items .item p {
  color: #5f5f5f;
  line-height: 26px;
  margin-top: 12px;
  margin-left: 20px;
}
.home_advantage .btn {
  margin-top: 52px;
} */
