header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 10;
}

header.has-admin {
  top: 32px;

  @media (max-width: 600px) {
    top: 0;
  }
}

.yg-header-wrapper {
  align-items: center;
  justify-content: space-between;
}

.yg-header-logo {
  max-width: 122px;
}

.yg-header-start {
  display: flex;
  flex: 2 0 0;
}

.yg-header-nav {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}

.yg-header-end {
  display: flex;
  flex: 2 0 0;
  align-items: center;
  justify-content: flex-end;
}

.yg-header-logo :where(p, h1, a) {
  margin: 0 !important;
  display: flex;
}

.yg-header-switcher {
  display: flex;
  max-width: max-content;
}

.yg-header-switcher-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #1A1A1A;
  font-size: 14px;
  color: #1A1A1A;
  padding: 9px 16px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.yg-header-switcher-button:hover {
  border: 1px solid var(--active-color);
  background: var(--active-color);
}

.yg-header-language-list {
  top: 41px;
  z-index: 3;
  background: #fff;
  width: 100%;
  display: grid;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  border-radius: 4px;
  border: 1px solid #E5E8E7;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.02);
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.yg-header-language-list.active {
  max-height: 500px;
}

.yg-header-switcher-language-item {
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  transition: all ease-in-out 0.3s;
}

.yg-header-switcher-language-item:hover {
  color: inherit;
  background: #F8F8F8;
}

.yg-nav-menu {
  display: flex;
  list-style: none;
  gap: 48px;
  padding-inline: 0;
  justify-content: center;
}

.yg-menu-item {
  list-style: none;
}

.yg-menu-item-title {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  padding-block: 32px;
  line-height: 1.15;
  cursor: pointer;
}

.yg-menu-item-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  will-change: transform;
  background-color: var(--active-color);
}

.yg-menu-item-title:hover {
  color: rgba(0, 0, 0, 0.80);
}

.yg-menu-item-title.active:after,
.yg-menu-item-title:hover:after {
  transform: scaleX(1);
}

.mega-menu {
  left: 0;
  z-index: -1;
  width: 100%;
  padding-block: 40px 48px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  inset-block-start: 80.6px;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform .3s ease-in-out;
}

.mega-menu.open {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu .section {
  max-width: 1212px;
}

.mega-menu .mega-menu-items {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  list-style: none;
  padding-inline: 0;
}

.mega-menu .mega-menu-items li {
  flex: 1;
  list-style: none;
  padding-inline: 0;
}

.mega-menu-item .yg-hover-image {
  border-radius: 4px;
}

.yg-mega-menu-title {
  justify-content: center;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  transition: color ease-in-out 0.2s;
}

.mega-menu-item:hover .yg-mega-menu-title {
  color: var(--active-color);
}

.mega-menu .is-social-icons {
  display: flex;
  justify-content: space-between;
}

.mega-menu .is-social-icons .mega-menu-items {
  max-width: 75%;
}

.yg-header-social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  justify-content: center;
  width: 20%;
  padding-inline: 80px;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  margin-left: 80px;
  max-width: max-content;
}

.header-social-icons-list {
  display: grid;
  gap: 16px;
  list-style: none;
  padding-inline: 0;
}

.yg-header-social-title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.header-social-icons-list li.social-icon-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.header-social-icons-list li.social-icon-item.active {
  opacity: 1;
  transform: translateY(0);
}

.social-icon-item a {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding-inline: 0;
  transition: color ease-in-out 0.3s;
}

.social-icon-item a:hover {
  color: var(--active-color);
}

.social-icon-item .yg-header-social-title {
  color: rgba(26, 26, 26, 0.8);
  font-size: 14px;
  line-height: 1.4;
}

.social-icon-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* 微信 */
.social-icon-item.is-wechat {
  position: relative;
  display: flex;
}

yg-wechat-qrcode.wechat-hover {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
}

.wechat-qrcode-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  display: flex;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: white;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 120px;
  aspect-ratio: 1 / 1;
}

.wechat-qrcode-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.wechat-qrcode-tooltip img {
  width: 100% !important;
  height: 100% !important;
}

yg-wechat-qrcode.active .wechat-qrcode-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* 微信 */

@media (min-width: 1025px) {
  .yg-header-sidebar-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  .yg-header-language-list {
    top: auto;
    bottom: 100%;
    transform: translateY(-6px);
  }

  .yg-header-wrapper {
    padding-block: 20px;
  }

  .yg-header-logo {
    max-width: 80px;
  }

  .yg-header-nav,
  .yg-header-end {
    display: none;
  }

  .yg-header-sidebar-menu {
    width: 24px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yg-header-menu-button {
    width: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    aspect-ratio: 1.2 / 1;
  }

  .yg-header-menu-button:hover,
  .yg-header-menu-button:focus {
    background: transparent;
  }

  /* 自动居中偏移线 */
  .yg-header-menu-button span {
    display: inline-block;
    transition: all 0.3s ease;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 1px;
  }

  /* 修改动画值更适配你的 aspect-ratio */
  .yg-header-menu-button.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .yg-header-menu-button.active span:nth-child(2) {
    opacity: 0;
  }

  .yg-header-menu-button.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .yg-header-switcher-button:hover,
  .yg-header-switcher-button:focus {
    background: transparent;
    color: inherit;
    border: 1px solid currentColor;
  }
}

/* yg-header-sidebar */
.yg-header-sidebar-container {
  --top: 64px;
  position: fixed;
  top: var(--top);
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1001;
  background: #ffffff;
}

body.has-admin .yg-header-sidebar-container {
  top: calc(var(--top) + 46px);
}

.yg-header-sidebar-container.open {
  transform: translateX(0);
}

.yg-header-sidebar-container .section {
  height: 90%;
}

.yg-header-sidebar-wrapper {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.yg-sidebar-nav-menu {
  padding-inline-start: 0;
  list-style: none;
}

.yg-sidebar-item-title {
  display: flex;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  padding-block: 20px;
}

.yg-sidebar-menu-item:not(:first-child) .yg-sidebar-item-title {
  border-top: 1px solid #f4f4f4;
}

.yg-sidebar-menu-item.is-mega-menu .yg-sidebar-item-title {
  border: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0;
  background: transparent;
  border-top: 1px solid #f4f4f4;
}

.yg-sidebar-item-title:hover,
.yg-sidebar-item-title:focus {
  background: transparent;
  color: inherit;
}

.yg-sidebar-item-title svg {
  transition: all 0.3s ease;
}

.yg-sidebar-item-title.active svg {
  transform: rotate(180deg);
}

.yg-sidebar-megamenu-container {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding-inline: 12px;
  transition: max-height 0.3s ease;
}

.yg-sidebar-megamenu-container.open {
  max-height: 500px;
  padding-bottom: 24px;
}

.yg-sidebar-megamenu-items {
  display: grid;
  padding-inline-start: 0;
  list-style: none;
  gap: 20px;
}

.yg-sidebar-megamenu-title {
  color: rgba(26, 26, 26, 0.90);
  font-size: 13px;
}

.yg-sidebar-social-wrapper {
  margin-top: 30px;
}

.yg-sidebar-social-title {
  display: none;
}

.sidebar-social-icons-list {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sidebar-social-icons-list .wechat-hover {
  position: relative;
}

.sidebar-social-icons-list a,
.sidebar-social-icons-list .wechat-hover {
  border: 1.125px solid #6F6F71;
  width: 36px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-social-icons-list .social-icon-item img {
  width: 18px;
  height: 18px;
}

.sidebar-social-icons-list .social-icon-item .wechat-qrcode-tooltip img {
  width: 100%;
  height: 100%;
}

.yg-sidebar-menu-item.is-mega-menu {
  padding-top: 1px;
}

/* header */
/* yg-video-banner */
.yg-video-banner-wrapper video {
  width: 100%;
}

.yg-video-banner-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yg-video-banner-content {
  color: #ffffff;
}

.yg-video-banner-icon {
  display: flex;
  max-width: 170px;
}

.yg-video-banner-title {
  margin-block-start: 24px;
  margin-block-end: 0;
}

.yg-video-banner-link {
  margin-block-start: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  max-width: max-content;
}

.yg-video-banner-link:hover {
  color: inherit;
}

.yg-video-banner-link .yg-architecture img:not(:nth-child(1)) {
  animation: turn 1s linear infinite;
}

.yg-video-banner-arrow .yg-architecture {
  transform: rotate(180deg) scale(0.5) translateX(30px);
}

@media (max-width: 780px) {
  .yg-video-banner-content.banner-content-wrapper {
    padding-block: 40px;
  }

  .yg-video-banner-icon {
    max-width: 94px;
  }

  .yg-video-banner-title {
    margin-top: 16px;
    font-family: 'MiSans Medium', sans-serif !important;
  }

  .yg-video-banner-wrapper video {
    min-height: 60vh;
    object-fit: cover;
  }

  .yg-video-banner-link {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: -10px;
  }
}

/* yg-video-banner */

/* yg-hover-tabs */

.yg-hover-section-media {
  width: 100%;
}

.yg-hover-section-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-block: 100px 50px;
}

.yg-hover-section-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.yg-hover-wrapper {
  padding-block: 100px 60px;
}

.yg-hover-title {
  margin-block: 0 50px;
}

.yg-hover-tab-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: max-content;
  margin-top: 50px;

  margin-inline: auto;
}

.yg-hover-tab-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: max-content;
  border-bottom: 1px solid #cccccc;
}

.not-zh .yg-hover-tab-wrapper {
  gap: 40px;
}

.yg-hover-tab-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-block: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  color: #2e2e2e;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.not-zh .yg-hover-tab-item {
  font-size: 16px;
}

.yg-hover-tab-item::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: #ea0029;
}

.yg-hover-tab-item.active {
  opacity: 1;
}

.yg-hover-tab-item.active::after {
  opacity: 1;
}

.yg-hover-tab-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  transition: opacity 0.3s ease;
  text-align: center;
  opacity: 0;
  color: #5a5a5a;
}

.yg-hover-tab-content.active {
  display: block;
  opacity: 1;
}

@media (max-width: 1680px) {
  .yg-hover-tab-item {
    font-size: 18px;
  }

  .yg-hover-tab-description {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .yg-hover-section-content {
    padding-block: 48px;
  }

  .yg-hover-wrapper {
    padding-block: 30px 48px;
  }

  .yg-hover-tab-list {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
  }

  .yg-hover-section-media img {
    min-height: 60vh;
    object-fit: cover;
  }

  .yg-hover-tab-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .yg-hover-tab-item {
    white-space: nowrap;
    padding-block: 14px;
  }

  .yg-hover-title {
    margin-block: 0 28px;
  }

  .yg-hover-tab-title {
    color: #2E2E2E;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
  }

  .yg-hover-tab-content.swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.3s ease;
  }

  .yg-hover-tab-content.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }

  .yg-tab-liat-pagination {
    margin-top: 40px;
  }

  .wechat-qrcode-tooltip {
    transform: translate(-20%, 0);
  }

  yg-wechat-qrcode.active .wechat-qrcode-tooltip {
    transform: translate(-20%, -10px);
  }

  .wechat-qrcode-tooltip::before {
    left: 20px;
  }
}

@media (min-width: 781px) {
  .swiper-wrapper.yg-hover-content-wrapper {
    display: block;
  }

  .yg-hover-tab-list.swiper {
    display: flex;
  }

  .yg-hover-tab-content.swiper-slide:not(.active) {
    display: none;
  }
}

@media (max-width: 780px) {
  .yg-hover-tab-content {
    opacity: 1;
  }

  .yg-tab-pagination {
    position: relative !important;
    margin-top: 40px;
  }

  .yg-hover-section-box .yg-hover-tab-list {
    padding-bottom: 40px;
  }

  .yg-hover-section-box .yg-tab-pagination {
    position: absolute !important;
    margin-top: 0;
    bottom: 0;
    top: auto !important;
  }

  .yg-tab-pagination.swiper-pagination-progressbar {
    background: #ddd;
    height: 2px !important;
    border-radius: 37px;
  }

  .yg-tab-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 37px;
    background: #1A1A1A;
  }

  .yg-hover-tab-description {
    font-size: 14px;
  }
}

/* yg-hover-tabs */

/* yg-hover-image */

.yg-hover-images-container {
  padding-block: 100px 60px;
}

.not-zh .yg-hover-images-container {
  padding-top: 20px;
}

.yg-hover-image-title {
  margin-block: 0 50px;
  text-align: center;
  color: #000000;
}

.yg-hover-image-list {
  position: relative;
  display: block;
}

.yg-hover-media-item {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}

.yg-hover-media-item :where(video, iframe) {
  border-radius: 24px;
  overflow: hidden;
  border: none;
}

.yg-hover-media-item.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.yg-hover-image-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yg-hover-image-label {
  z-index: 2;
  top: var(--vertical_position);
  left: var(--horizontal_position);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.yg-hover-image-label-box {
  width: 100%;
  height: 100%;
}

.yg-hover-label-0 .yg-hover-label-box {
  bottom: -1px;
  left: -467px;
}

@media (min-width: 781px) {
  .not-zh .yg-hover-label-0 .yg-hover-label-box {
    left: -565px;
  }

  .not-zh .yg-hover-label-0 .yg-hover-label-box svg {
    width: 244px;
  }
}

.yg-hover-label-1 .yg-hover-label-box {
  bottom: 0;
  left: -335px;
}

.yg-hover-label-2 .yg-hover-label-box {
  bottom: -28px;
  left: 0;
}

.yg-hover-label-3 .yg-hover-label-box {
  bottom: -48px;
  left: 0;
}

.yg-hover-image-label.row-reverse {
  align-items: flex-end;
  flex-direction: row-reverse;
}

.yg-hover-label-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.yg-hover-label-color-box {
  align-items: center;
  gap: 8px;
  transform: translateY(-10px);
}

.yg-hover-image-label.row-reverse .yg-hover-label-box {
  align-items: flex-end;
  flex-direction: row-reverse;
}

.yg-hover-image-label.row-reverse .yg-hover-label-color-box {
  flex-direction: row-reverse;
  transform: translateY(10px);
}

.yg-hover-label-color {
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 2px;
  background: var(--color);
}

.yg-hover-label-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  min-width: max-content;
}

.yg-hover-image-label.active {
  opacity: 1;
}

.yg-hover-image-box {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.yg-hover-image-item.active .yg-hover-image-box {
  opacity: 1;
}

.yg-hover-base-image,
.yg-hover-image-label {
  display: flex;
  transition: opacity 0.3s ease-in-out;
}

.yg-hover-base-image.opacity-hidden {
  opacity: 0;
}

.yg-hover-image-label.opacity-hidden {
  opacity: 0.4;
}

.yg-hover-tab-animation-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.24px;
  color: #2e2e2e;
}

.not-zh .yg-hover-label-1 .yg-hover-label-box {
  left: -380px;
}

.not-zh .yg-hover-label-2 .yg-hover-label-box{
  left: -18px;
}

.not-zh .yg-hover-label-3 .yg-hover-label-box {
  bottom: -48px;
  left: -19px;
}

@media (max-width: 1680px) {
  .yg-hover-tab-animation-text {
    font-size: 20px;
  }

  .yg-hover-tab-animation-number {
    font-size: 60px;
  }
}

@media (max-width: 1360px) and (min-width: 781px) {
  .not-zh .yg-hover-label-0 .yg-hover-label-box svg {
    width: 154px;
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-box svg {
    width: 104px;
  }

  .not-zh .yg-hover-label-3 .yg-hover-label-box svg {
    width: 200px;
  }

  .not-zh .yg-hover-label-3 .yg-hover-label-box {
    bottom: -35px;
    left: 2px;
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-box {
    top: auto;
    bottom: -157px;
    left: -233px;
  }

  .not-zh .yg-hover-label-color-box {
    transform: translateY(-11px);
    align-items: flex-start;
  }

  .not-zh .yg-hover-label-color {
    transform: translateY(3px);
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-color-box {
    transform: translateY(5px);
    min-width: 150px;
  }

  .not-zh .yg-hover-label-2 .yg-hover-label-color-box {
    min-width: 172px;
  }

  .not-zh .yg-hover-label-3 .yg-hover-label-color-box {
    min-width: 146px;
  }

  .not-zh .yg-hover-label-0 .yg-hover-label-box {
    left: -446px;
    bottom: -41px;
  }

  .not-zh .yg-hover-label-2 .yg-hover-label-box {
    bottom: -29px;
    left: 4px;
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-color {
    transform: translateY(3px);
  }

  .not-zh .yg-hover-label-text {
    max-width: 210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 1;*/
    min-width: 0;
    /*white-space: nowrap;*/
    font-size: 16px;
  }

  .not-zh .yg-hover-label-color-box {
    min-width: 226px;
  }

  .not-zh .yg-hover-image-label {
    width: 8px;
    height: 8px;
    background: #818181;
    border-radius: 50%;
  }

  .yg-hover-label-box {
    gap: 5px;
  }

  .yg-hover-label-0 .yg-hover-label-box {
    bottom: -13px;
    left: -156px;
  }

  .yg-hover-label-1 .yg-hover-label-box {
    left: -104px;
    top: 15px;
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-color-box {
    min-width: 150px;
  }

  .not-zh .yg-hover-label-box svg {
    display: none !important;
  }

  .not-zh .custom-div-for-index-0 {
    display: block;
    width: 220px;
    height: 1px;
    background: #818181;
  }

  .not-zh .custom-div-for-index-1 {
    position: relative;
    width: 120px;
    height: 88px;
  }

  .not-zh .custom-div-for-index-1:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -5px;
    width: 100%;
    height: 1px;
    background: #818181;
    transform-origin: left center;
    transform: rotate(-45deg);
  }

  .not-zh .custom-div-for-index-2 {
    width: 54px;
    height: 32px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .not-zh .custom-div-for-index-default {
    width: 78px;
    height: 42px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .not-zh .custom-div-for-index-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 1px;
    background-color: #818181;
    transform: rotate(30deg);
    transform-origin: 0 0;
  }

  .not-zh .custom-div-for-index-default:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #818181;
    transform: rotate(30deg);
    transform-origin: 0 0;
  }
}

@media (max-width: 1000px) and (min-width: 781px) {
  .not-zh .custom-div-for-index-0 {
    width: 120px;
  }

  .not-zh .yg-hover-label-0 .yg-hover-label-box {
    left: -295px;
  }

  .not-zh .yg-hover-label-text {
    max-width: 150px;
  }

  .not-zh .yg-hover-label-color-box {
    min-width: 136px;
  }
}

@media (min-width: 781px) {
  .is-zh .custom-div-for-index {
    display: none !important;
  }
}

@media (max-width: 1280px) and (min-width: 781px) {
  .is-zh .yg-hover-label-0 .yg-hover-label-box svg {
    width: 160px;
  }

  .is-zh .yg-hover-label-1 .yg-hover-label-box svg {
    width: 130px;
  }

  .is-zh .yg-hover-label-2 .yg-hover-label-box svg {
    width: 100px;
  }

  .is-zh .yg-hover-label-3 .yg-hover-label-box svg {
    width: 150px;
  }

  .is-zh .yg-hover-label-0 .yg-hover-label-box {
    bottom: -7px;
    left: -327px;
  }

  .is-zh .yg-hover-label-color-box {
    transform: translateY(-5px);
  }

  .is-zh .yg-hover-label-1 .yg-hover-label-color-box {
    transform: translateY(8px);
  }

  .is-zh .yg-hover-label-1 .yg-hover-label-box {
    bottom: -18px;
    left: -240px;
    top: auto;
  }

  .is-zh .yg-hover-label-3 .yg-hover-label-box {
    bottom: -38px;
  }

  .is-zh .yg-hover-label-2 .yg-hover-label-box {
    bottom: -22px;
    left: 2px;
  }

  .is-zh .yg-hover-image-label.row-reverse .yg-hover-label-color-box {
    transform: translateY(2px);
  }
}

@media (max-width: 900px) and (min-width: 781px) {
  .not-zh .yg-hover-label-2 .yg-hover-label-box svg {
    width: 120px;
  }

  .not-zh .yg-hover-label-3 .yg-hover-label-box svg {
    width: 140px;
  }
}

@media (max-width: 1024px) {
  .yg-hover-images-container {
    padding-block: 48px;
  }

  .yg-hover-image-title {
    margin-bottom: 30px;
  }

  .yg-hover-images2-container .yg-hover-image-title {
    margin-bottom: 28px;
  }

  .yg-hover-images2-container.yg-hover-images-container {
    padding-block-start: 30px;
  }

  .yg-hover-tab-animation-number {
    font-size: 32px;
  }

  .yg-hover-media-item {
    border-radius: 8px;
  }

  .yg-hover-image-item-wrapper {
    min-height: 235px;
    margin-block: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .yg-hover-media-item :where(video, iframe) {
    border-radius: 8px;
  }
}

@media (max-width: 780px) {
  .yg-hover-tab-animation-text {
    font-size: 14px;
  }

  .yg-hover-image-label.row-reverse .yg-hover-label-box {
    gap: 0;
  }

  .yg-hover-image-label {
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 50%;
  }

  .yg-hover-media-item {
    top: 50%;
    transform: translateY(-50%);
    max-height: 235px;
    width: 100%;
    height: 100%;
  }

  .yg-hover-media-item.active {
    position: absolute;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
  }

  .yg-hover-mobile-image {
    display: flex;
    width: 100%;
  }

  .yg-hover-media-item.relative .yg-hover-mobile-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-inline: auto;
  }

  .yg-hover-media-item:not(.relative) img {
    object-fit: cover;
  }

  .yg-hover-image-list {
    min-height: 216px;
    margin-block: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yg-hover-label-color-box {
    gap: 2px;
    transform: translateY(-8px);
  }

  .yg-hover-label-color {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }

  .yg-hover-label-box svg {
    display: none;
  }

  .yg-hover-label-text {
    font-size: 11px;
    line-height: 1.4;
  }

  .not-zh .yg-hover-label-text {
    max-width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    min-width: 0;
  }

  .not-zh .yg-hover-label-color-box {
    min-width: 96px;
  }

  .yg-hover-image-label {
    top: var(--vertical_position_mobile);
    left: var(--horizontal_position_mobile);
  }

  .yg-hover-label-box {
    gap: 5px;
  }

  .yg-hover-label-0 .yg-hover-label-box {
    bottom: -13px;
    left: -156px;
  }

  .not-zh .yg-hover-label-0 .yg-hover-label-box {
    left: -163px;
  }

  .yg-hover-label-1 .yg-hover-label-box {
    left: -104px;
    top: 15px;
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-color-box {
    min-width: 90px;
  }

  .not-zh .yg-hover-label-1 .yg-hover-label-box {
    left: -127px;
  }

  .yg-hover-label-2 .yg-hover-label-box {
    bottom: -9px;
    left: 2px;
  }

  .yg-hover-label-3 .yg-hover-label-box {
    bottom: -9px;
  }

  .custom-div-for-index-0 {
    display: block;
    width: 53px;
    height: 0.5px;
    background: #818181;
  }

  .custom-div-for-index-1 {
    position: relative;
    width: 35px;
    height: 35px;
  }

  .custom-div-for-index-1:before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 20px;
    height: 0.5px;
    background: #818181;
  }

  .custom-div-for-index-1:after {
    content: "";
    position: absolute;
    top: auto;
    left: 20px;
    width: 20px;
    height: 0.5px;
    background: #818181;
    transform-origin: left center;
    transform: rotate(-45deg);
  }

  .custom-div-for-index-2,
  .custom-div-for-index-default {
    width: 17px;
    height: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .custom-div-for-index-2:after,
  .custom-div-for-index-default:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5px;
    background-color: #818181;
    transform: rotate(45deg);
    transform-origin: 0 0;
  }
}

/* yg-hover-image */

/* yg-image-banner */
.yg-image-banner-wrapper {
  padding-block-start: 140px;
}

.yg-image-banner-wrapper.section {
  padding-block-start: 100px;
  padding-block-end: 60px;
}

.yg-image-banner-header {
  max-width: 980px;
  margin-inline: auto;
}

.yg-image-banner-title {
  margin-block: 0;
}

.yg-image-banner-content {
  margin-block-start: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  opacity: 0.55 !important;
}

.yg-image-banner-content p:last-child {
  margin-block-end: 0;
}

.yg-image-banner-wrapper img {
  width: 100%;
}

.yg-image-banner-wrapper.section img,
.yg-image-banner-wrapper.section video-media {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}

.yg-image-banner-image {
  margin-top: var(--image-top-padding);
}

.yg-image-banner-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {

  .yg-image-banner-wrapper {
    padding-block-start: 64px;
  }

  .yg-image-banner-wrapper.section {
    padding-block: 30px 48px;
  }

  .yg-image-banner-wrapper:not(.section) .yg-image-banner-header {
    padding-inline: 20px
  }

  .yg-image-banner-image {
    margin-top: 30px;
  }

  .yg-image-banner-content {
    font-size: 14px;
    line-height: 1.6;
    margin-block-start: 30px;
  }

  .yg-image-banner-wrapper.section .yg-image-banner-content {
    margin-block-start: 16px;
  }
}


/* yg-featured-slide */
.yg-featured-slide-container {
  padding-block: 100px 60px;
  overflow: hidden;
}

.yg-featured-slide-title {
  margin-block: 0 48px;
}

.yg-featured-slide-container .yg-featured-slide-item {
  position: relative;
  border-radius: 8px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.yg-featured-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1 !important;
}

.yg-featured-item-frame {
  display: flex;
  flex-direction: column;
  flex: auto;
  gap: 6px;
  width: 100%;
  padding: 20px;
  background: rgba(26, 26, 26, 0.50);
  color: #fff;
}

.yg-featured-item-title {
  line-height: 1.2;
}

.yg-featured-item-content {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.yg-featured-slide.swiper {
  /*overflow: visible;*/
}

.yg-featured-slide:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.yg-featured-slide-item.swiper-slide-active .animate-item {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1024px) {
  .yg-featured-slide-container {
    padding-block: 20px 48px;
  }

  .yg-featured-slide-title {
    margin-block-end: 30px;
  }

  .yg-featured-slide.swiper {
    overflow: visible;
  }

  .yg-featured-item-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .not-zh .yg-featured-item-frame {
    min-height: 128px;
  }
}

/* yg-featured-slide */

/* yg-banner */
.yg-section-banner-title {
  margin-block: 0;
}

/* yg-banner */

/* yg-blog-posts*/
.yg-blog-posts-container {
  position: relative;
  padding-block: 100px;
}

.yg-blog-posts-header {
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  width: 100%;
}

h2.yg-blog-posts-title {
  line-height: 1.2;
  margin-block: 0;
  font-weight: inherit;
}

.yg-blog-slide-container {
  padding-block: 48px;
  overflow: hidden;
}

.yg-blog-e20-container {
  padding-block: 100px;
}

.yg-blog-slide-container h2.yg-blog-posts-title {
  font-size: 36px;
  line-height: 1.2;
  margin-block: 0;
}

.yg-blog-posts-frame:hover .yg-pagination {
  opacity: 1;
}

.yg-blog-posts-list:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.yg-blog-posts-header a {
  position: absolute;
  right: 0;
}

.yg-blog-posts-link {
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease-in-out;
  color: #2c2e33;
}

.yg-blog-link-arrow {
  display: inline-flex;
  width: 7px;
  height: 14px;
}

.yg-blog-posts-link:hover {
  color: var(--active-color);
}

.yg-blog-posts-item {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}

.yg-blog-item-image img {
  aspect-ratio: 3 / 2 !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.yg-blog-item-content {
  background: #F8F8F8;
}

.yg-blog-posts-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  transition: background 0.3s ease-in-out;
  background: transparent;
}

.yg-blog-item-content {
  padding: 32px 20px;
}

.yg-blog-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  overflow: hidden;
  min-height: 104px;
  margin-bottom: 20px;
  color: #000000;
}

.yg-blog-item-title div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.yg-blog-item-info {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.yg-blog-item-date {
  font-size: 14px;
  line-height: 1.2;
  color: #787878;
}

.yg-blog-item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease-in-out;
  color: #4e515a;
}

.yg-blog-item-link svg {
  width: 16px;
  height: 16px;
}

.yg-blog-hover-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.yg-blog-hover-image img {
  height: 100%;
  object-fit: cover;
}

.yg-blog-article-container {
  padding-block: 60px 100px;
}

.yg-blog-article-container .yg-blog-item-content {
  background: #F8F8F8;
}

.yg-blog-posts-item:hover {
  border-radius: 8px 8px 0 0;
}

.yg-blog-posts-item:hover::after {
  background: var(--active-color);
}

.yg-blog-posts-item:hover .yg-blog-item-link {
  color: var(--active-color);
}

.yg-blog-posts-item:hover .yg-blog-hover-image {
  opacity: 1;
  visibility: visible;
}

.yg-blog-posts-frame:hover .yg-blog-posts-pagination {
  opacity: 1;
}

.yg-cooperation-blog-container {
  padding-block: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .yg-cooperation-blog-container {
    padding-block: 48px;
  }

  .yg-blog-posts-header {
    margin-block-end: 30px;
    justify-content: space-between;
  }

  h2.yg-blog-posts-title,
  .yg-blog-slide-container h2.yg-blog-posts-title {
    font-size: 24px;
  }

  .yg-blog-posts-list:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
  }

  .yg-blog-posts-container {
    padding-block: 48px;
    overflow: hidden;
  }

  .yg-blog-item-content {
    padding: 18px 16px;
  }

  .yg-blog-item-title {
    font-size: 16px;
    min-height: 84px;
  }

  yg-blog-slide.swiper {
    overflow: visible;
  }

  .yg-blog-article-container {
    padding-block: 20px 48px;
  }

  .yg-blog-e20-container {
    padding-block: 48px;
  }
}

/* yg-blog-posts */

/* yg-video-slide */
.yg-video-slide-container {
  padding-block: 60px 0;
  overflow: hidden;
}

.yg-video-slide-header {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-block-end: 48px;
  width: 100%;
}

.yg-video-slide-header a {
  position: absolute;
  right: 0;
}

.yg-video-slide-title {
  margin-block: 0;
}

.yg-video-slide-item .yg-hover-image {
  border-radius: 8px;
}

.yg-video-play-button {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

.yg-video-play-button:hover {
  transform: scale(1.05) translate(-50%, -50%);
}

.yg-video-item-frame {
  padding-top: 24px;
  color: #000;
}

.yg-video-slide-infinite {
  display: flex;
  align-items: center;
  gap: 30px;
}

.yg-video-slide {
  display: grid;
  animation: translateItems 40s linear infinite;

  grid: auto / auto-flow max-content;
  gap: 30px;
}

.yg-video-slide-item {
  max-width: 400px;
  width: 100%;
}

@keyframes translateItems {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 1024px) {
  .yg-video-slide-container {
    padding-block: 48px 0;
  }

  .yg-video-slide {
    gap: 16px;
  }

  .yg-video-slide-item {
    max-width: 280px;
    width: 100%;
  }

  .yg-video-slide-header {
    margin-block-end: 30px;
    justify-content: space-between;
  }

  .yg-video-slide-infinite {
    gap: 16px;
    overflow: visible;
  }
}

/* yg-video-slide */


/* contact-us */
.yg-section-banner-heading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-block: 100px;
}

.yg-container-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-inline: auto;
  max-width: 920px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.yg-contact-info-item:last-child {
  grid-column: 1 / -1;
}

.yg-contact-info-item .yg-icon {
  width: 24px;
  height: 24px;
}

.yg-contact-info-item {
  display: flex;
  gap: 12px;
}

.yg-contact-info-inner {
  display: grid;
  gap: 12px;
}

.yg-contact-info-title {
  font-size: 24px;
  line-height: 1;
  color: #1A1A1A;
}

.not-zh .yg-contact-info-title {
  font-weight: 600;
  font-size: 22px;
}

.not-zh .yg-contact-info-content {
  font-size: 16px;
}

.yg-contact-info-content :where(a, p) {
  color: #4E515A;
  line-height: 1.9;
  margin-bottom: 12px;
}

.yg-contact-info-content :where(a):hover {
  color: var(--active-color);
}

.yg-contact-info-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 781px) {

  .yg-contact-info-item:nth-child(1)::before,
  .yg-contact-info-item:nth-child(3)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 84%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.10);
  }
}

.yg-contact-form-container {
  padding-block: 100px;
}

.yg-contact-form-wrapper {
  max-width: 920px;
  margin-inline: auto;
}

.yg-contact-form-wrapper input::placeholder {
  color: #000000;
}

.yg-contact-form-title {
  margin-block: 0;
}

.yg-contact-form-wrapper :where(input, textarea) {
  padding: 10px 16px !important;
}

.yg-contact-form-wrapper .elementor-form .elementor-button .elementor-button-content-wrapper {
  gap: 0;
}

.yg-contact-form-wrapper .elementor-form .elementor-button svg {
  /*width: 16px !important;*/
  height: 16px !important;
  opacity: 0;
  width: 0 !important;
  transition: all ease-in-out 0.3s;
}

.yg-contact-form-wrapper .elementor-form .elementor-button svg * {
  fill: none !important;
}

.yg-contact-form-wrapper .elementor-form .elementor-button {
  max-width: 160px;
  width: 100%;
}


.yg-contact-form-wrapper .elementor-form .elementor-button:hover svg {
  width: 16px !important;
  opacity: 1;
  margin-left: 8px;
}

@media (min-width: 1280px) {
  .yg-container-info-wrapper {
    gap: 60px 100px;
  }
}

@media (max-width: 780px) {
  .yg-container-info-wrapper {
    padding-bottom: 48px;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }

  .yg-contact-info-item .yg-icon {
    width: 16px;
    height: 16px;
  }

  .yg-contact-form-container,
  .yg-section-banner-heading {
    padding-block: 48px;
  }

  .yg-contact-banner-container .yg-section-banner-heading {
    padding-block: 64px 0;
  }

  .yg-contact-form-wrapper .elementor-field-group {
    margin-block: 0 20px !important;
  }

  .yg-contact-form-wrapper .elementor-field-group.elementor-field-type-submit {
    margin-block: 20px 0 !important;
  }

  .yg-contact-form-wrapper :where(input, textarea) {
    min-height: 48px !important;
  }

  .yg-contact-form-wrapper .elementor-widget-form .elementor-button[type="submit"] {
    padding: 15px 19px !important;
    max-width: 140px;
  }

  .yg-contact-form-wrapper .elementor-form .elementor-button .elementor-button-content-wrapper {
    gap: 8px;
  }

  .yg-contact-form-wrapper .elementor-form .elementor-button svg {
    width: 16px !important;
    opacity: 1;
  }

  .yg-contact-form-title {
    text-align: center;
  }

  .yg-contact-info-inner {
    gap: 8px;
  }

  .yg-contact-info-title {
    font-size: 16px;
  }


  .not-zh .yg-contact-info-title {
    font-size: 16px;
  }

  .yg-contact-info-content :where(a, p) {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.25;
  }

  .not-zh .yg-contact-info-content :where(a, p) {
    line-height: 1.6
  }
}

/* contact-us */

/* yg-image-with-text */

.yg-image-with-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-block: 100px;
}

.yg-image-with-inner {
  color: #fff;
  text-align: center;
}

.yg-image-with-title {
  margin-block: 0 28px;
}

.yg-image-with-content {
  max-width: 1080px;
  margin-inline: auto;
  text-align: left;

}

.yg-image-with-content *:last-child {
  margin-bottom: 0;
}

@media (max-width: 780px) {
  .yg-image-with-frame {
    padding-block: 64px 0;
  }

  .yg-image-with-title {
    margin-block: 0 16px;
  }

  .yg-image-with-content {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* yg-image-with-text */

/* yg-card-slide */
.yg-card-slide-container {
  padding-block: 70px 100px;
  overflow: hidden;
}

.yg-card-slide-item {
  border-radius: 8px;
  overflow: hidden;
}

.yg-card-slide-item img {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover;
}

.yg-card-item-frame {
  padding: 20px 40px;
  background: #8C8C8C;
  backdrop-filter: blur(50px);
}

.yg-card-item-title {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
}

.yg-card-slide:hover .yg-pagination {
  opacity: 1;
}

.custom-pagination.swiper-pagination-progressbar {
  position: relative;
  max-width: 100px;
  margin-top: 50px;
  border-radius: 4px;
  background-color: #dddddd;
  overflow: hidden;
  margin-inline: auto;
}

.custom-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 4px;
  background: #1a1a1a;
}

@media (max-width: 780px) {
  .yg-card-slide-container {
    padding-block: 48px;
  }

  .yg-card-item-frame {
    padding: 18px 16px;
    min-height: 78px;
  }

  .custom-pagination.swiper-pagination-progressbar {
    margin-top: 0;
    max-width: 100%;
    height: 2px !important;
    width: 100% !important;
    border-radius: 27px;
  }

  .yg-card-slide-container .custom-pagination.swiper-pagination-progressbar {
    margin-top: 40px;
  }

  .yg-card-slide-item .yg-hover-image {
    aspect-ratio: 3 / 2;
  }

  .yg-card-slide-item .yg-hover-image img {
    width: 100%;
    object-fit: cover;
  }

  .yg-card-item-title {
    font-size: 14px;
  }
}

/* yg-card-slide */

/* yg-icon-list */
.yg-icon-list-wrapper {
  padding-block: 40px 100px;
}

.yg-icon-list-title {
  margin-block: 0 60px;
}

.yg-icon-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  padding-inline: 0;
  list-style: none;
}

.yg-icon-list-item {
  list-style: none;
}

.yg-icon-list-item a {
  align-items: center;
  justify-content: center;
}

.yg-icon-list-item img {
  max-width: 220px;
  transition: transform 0.3s ease-in-out;
}

.yg-icon-list-item:hover img {
  transform: scale(1.05);
}

.yg-icon-list-container {
  padding-bottom: 20px;
}

.yg-icon-divider {
  display: block;
  margin-inline: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

@media (max-width: 1024px) {
  .yg-icon-list-container {
    padding-bottom: 0;
  }

  .yg-icon-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .yg-icon-list-wrapper {
    padding-block: 48px;
  }

  .yg-icon-list-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* yg-icon-list */


/* yg-hot-spots */

.yg-hot-spots-container {
  padding-block: 48px;
}

.yg-hot-spots-frame {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.yg-hot-spots-image {
  width: 60%;
}

.yg-hot-spots-box {
  display: flex;
  align-items: center;
  width: 40%;
  color: #1a1a1a;
}

.yg-hot-spots-title {
  /* font-weight: 600; */
  margin-block: 0 24px;
}

.yg-hot-spots-description {
  /* line-height: 1.8; */
  margin-bottom: 48px;
  /* letter-spacing: -0.24px; */
  color: rgba(26, 26, 26, 0.9);
}

.not-zh .yg-hot-spots-description {
  /* font-size: 15px;
  line-height: 1.7 */
}

.yg-hot-spots-link {
  color: #000000;
  border: 1px solid #d4d4d4;
}

.yg-hot-link-arrow {
  background: #e9ebed;
}

.yg-hot-link-arrow svg {
  width: 24px;
  height: 24px;
}

.yg-hot-spots-link:hover {
  border: 1px solid rgb(215 1 1);
}

.yg-hot-spots-link:hover .yg-hot-link-arrow {
  color: rgb(215 1 1);
}

.yg-hot-icon-item {
  top: var(--vertical_position);
  left: var(--horizontal_position);
  z-index: 1;
}

.yg-hot-icon-circle {
  position: relative;
  display: grid;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.9;
  color: #da0d2c;
  border-radius: 50%;
  background: #da0d2c;

  place-items: center;
}

.yg-hot-icon-circle::before {
  position: absolute;
  content: '';
  animation: 1s ease-in-out infinite alternate ping;
  border-radius: inherit;
  background: rgba(218, 13, 44, 0.2);

  inset: -16px;
}

.yg-hot-icon-circle::after {
  position: absolute;
  top: -8px;
  left: -8px;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 8px;
  content: '';
  border-radius: inherit;
  background: rgba(218, 13, 44, 0.4);
}

.yg-hot-icon-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  min-width: min-content;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #000000;
}

.yg-hot-icon-title.position-bottom {
  top: 30px;
}

.yg-hot-icon-circle:hover,
.yg-hot-icon-item:hover .yg-hot-icon-title {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1025px) {
  .yg-hot-icon-item {
    top: var(--vertical_position_tablet);
    left: var(--horizontal_position_tablet);
  }
}

@media (min-width: 780px) {
  .yg-hot-spots-content {
    max-width: 30em;
  }
}

@media (max-width: 1024px) {
  .yg-hot-spots-container {
    padding-block: 48px 0;
  }

  .yg-hot-spots-frame {
    flex-direction: column;
  }

  .yg-hot-spots-box {
    width: 100%;
    padding-bottom: 30px;
  }

  .yg-hot-spots-image {
    width: 100%;
  }

  .yg-hot-icon-circle {
    width: 3px;
    height: 3px;
  }

  .yg-hot-icon-circle::after {
    top: -3px;
    left: -3px;
    padding: 3px;
  }

  .yg-hot-icon-circle::before {
    inset: -7px;
  }

  .yg-hot-spots-title {
    margin-bottom: 16px;
  }

  .yg-hot-icon-title {
    font-size: 18px;
    top: -40px;
  }

  .yg-hot-spots-description {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .not-zh .yg-hot-spots-description {
    margin-bottom: 30px;
  }
}

@media (max-width: 780px) {
  .yg-hot-icon-item {
    top: var(--vertical_position_mobile);
    left: var(--horizontal_position_mobile);
  }
}

/* yg-hot-spots */


/* yg-scrolling-images */

.yg-scrolling-images-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  height: 100%;
  padding-block: 40px;
}

.yg-scrolling-images-box {
  display: grid;
  align-items: center;
  width: min-content;
  animation: translateFull 90s linear infinite;

  grid: auto / auto-flow max-content;
  grid-gap: 60px;
}

.yg-scrolling-images-box img {
  width: auto;
  height: 52px;
}

@keyframes translateFull {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 780px) {

  .yg-scrolling-images-wrapper,
  .yg-scrolling-images-box {
    gap: 36px;
  }

  .yg-scrolling-images-box img {
    height: 42px;
  }

  .yg-scrolling-images-wrapper {
    padding-block: 28px;
  }
}

/* yg-scrolling-images */

/* join-us */
.yg-banner-section-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.yg-banner-section-inner {
  text-align: left;
  color: #fff;
}

.yg-banner-section-heading {
  margin: 0;
  max-width: 680px;
}

.yg-banner-section-content {
  margin-block-start: 30px;
  opacity: 0.5 !important;
  /*line-height: 1.8;*/
  max-width: 640px;
}

.yg-banner-section-content *:last-child {
  margin-block-end: 0;
}

.yg-hover-blocks-wrapper {
  padding-block: 40px 100px;
}

.yg-hover-blocks-frame {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.yg-hover-blocks-heading {
  margin-block: 0 50px;
}

.yg-hover-blocks-item {
  border-radius: 8px;
}

.yg-hover-blocks-second-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.yg-hover-blocks-item img {
  transition: transform 0.3s ease-in-out;
}

.yg-hover-blocks-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
}

.yg-hover-blocks-title {
  color: #FFF;
  font-size: 30px;
}

.not-zh .yg-hover-blocks-title {
  font-size: 24px;
  font-weight: 600;
}

.yg-hover-blocks-content {
  opacity: 0.7;
}

.yg-hover-blocks-content *:last-child {
  margin-block-end: 0;
}

.yg-hover-blocks-item:hover img {
  transform: scale(1.05);
}

@media (min-width: 781px) {
  .yg-hover-blocks-item:hover .yg-hover-blocks-second-image {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 780px) {
  .yg-banner-section-frame {
    align-items: flex-end;
    padding-bottom: 64px;
  }

  .yg-banner-section-media img {
    object-fit: cover;
  }

  .yg-banner-section-heading {
    max-width: 60vw;
  }

  .yg-banner-section-content {
    font-size: 12px;
    margin-top: 16px;
    opacity: 0.9 !important;
  }

  .yg-hover-blocks-wrapper {
    padding-block: 48px;
  }

  .yg-hover-blocks-box {
    padding: 20px;
  }

  .yg-hover-blocks-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .yg-hover-blocks-frame {
    /*display: flex;*/
    /*overflow-x: auto;*/
    /*gap: 16px;*/
    /*margin-inline-end: -20px;*/
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }

  .yg-hover-blocks-item {
    /*flex: 0 0 80%;*/
  }

  .yg-hover-blocks-title {
    font-size: 20px;
  }

  .not-zh .yg-hover-blocks-title {
    font-size: 20px;
  }
}

.yg-info-list-container {
  padding-top: 60px;
}

.yg-info-list-header {
  max-width: 1080px;
  margin-inline: auto;
}

.yg-info-list-title {
  margin-block: 0 30px;
}

.yg-info-list-content {
  color: rgba(26, 26, 26, 0.60);
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.yg-info-list-content *:last-child {
  margin-bottom: 0;
}

.not-zh .yg-info-list-content {
  font-size: 16px;
}

.yg-info-list-frame {
  display: block;
  margin-top: 80px;
}

.yg-info-table-header,
.yg-table-item-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out all;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  padding-block: 15px;
}

.yg-table-item-header {
  display: flex;
  padding-block: 24px;
  color: rgba(26, 26, 26, 0.60);
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  min-width: 10%;
}

.yg-table-item-header:first-child {
  min-width: 22%;
}

.yg-table-item-header.yg-table-item-placeholder {
  flex: 0;
}

.yg-table-item-info {
  display: flex;
  color: rgba(26, 26, 26, 0.70);
  font-size: 18px;
  font-weight: 500;
  padding-block: 24px;
  flex: 1;
  min-width: 10%;
}

.yg-table-item-info:first-child {
  font-weight: 600;
  color: #1A1A1A;
  transition: 0.3s ease-in-out all;
  min-width: 22%;
}

.yg-table-tbody-button {
  min-width: 10%;
}

.yg-table-item-link .yg-table-item-button {
  border-radius: 30px;
  background: #E9EBED;
  backdrop-filter: blur(10px);
  border: none;
  width: 60px;
  height: 40px;
  color: #000;
  transition: 0.4s ease-in-out all;
}

@media (min-width: 1024px) {
  .yg-table-item-link:hover {
    background: linear-gradient(90deg, #FFF 0%, #FBFBFB 20.76%, #F5F5F5 100%);
    border-bottom: 1px solid var(--active-color);
  }

  .yg-table-item-link:hover .yg-table-item-info:first-child {
    color: var(--active-color);
  }

  .yg-table-item-link:hover .yg-table-item-button {
    color: #fff;
    background: var(--active-color);
  }
}

.yg-pagination-button {
  padding: 0;
  background: transparent;
  border: none;
  color: #191919;
  transition: 0.3s ease-in-out all;
}

.yg-pagination-button:hover {
  background: transparent;
  color: var(--active-color);
}

@media (max-width: 780px) {
  .yg-info-list-container {
    padding-top: 0;
  }

  .yg-info-list-header {
    position: relative;
    padding-top: 48px;
  }

  .yg-info-list-header:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(0 0 0 / 8%);
  }

  .yg-info-list-title {
    margin-bottom: 24px;
  }

  .yg-info-list-content,
  .not-zh .yg-info-list-content {
    font-size: 14px;
    line-height: 1.7;
  }

  .yg-info-list-frame {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
  }

  .yg-info-table-header,
  .yg-table-item-link {
    padding-block: 0;
    border-bottom: none;
  }

  .yg-info-list-table {
    position: relative;
    overflow-x: auto;
  }

  .yg-info-table-header .yg-table-item-header:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
  }

  .yg-table-tbody-item .yg-table-item-info:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
  }

  .yg-info-table-header,
  .yg-table-item-link {
    width: auto;
  }

  .yg-table-item-header,
  .yg-table-item-info {
    /*flex: 0 0 40%;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 15px;
    min-width: 160px;
  }

  .not-zh .yg-table-item-info,
  .not-zh .yg-table-tbody-button {
    min-height: 94px;
  }

  .yg-table-item-header.yg-table-item-placeholder {
    min-height: 71px;
    min-width: 10%;
  }

  .yg-table-item-header:first-child,
  .yg-table-item-info:first-child {
    /*flex: 0 0 50%;*/
    min-width: 180px;
  }

  .yg-table-item-info:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
  }

  .yg-table-item-info:nth-child(2) {
    padding-inline-start: 20px;
  }

  .yg-table-tbody-item {
    overflow: visible;
  }

  .yg-table-item-link .yg-table-item-button {
    width: 48px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yg-table-tbody-button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 15px;
    padding-block: 19px;
  }

  .yg-table-item-link .yg-table-item-button svg {
    width: 16px;
    height: 16px;
  }
}


yg-pagination-dots {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

.yg-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}

yg-pagination-dots .yg-pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  color: #191919;
  transition: 0.4s ease-in-out all;
}

yg-pagination-dots .yg-pagination-number:hover,
yg-pagination-dots .yg-pagination-number.active {
  background: var(--active-color);
  color: #fff;
}

yg-pagination-dots button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 780px) {
  yg-pagination-dots {
    margin-top: 50px;
  }

  .yg-pagination-button {
    font-size: 14px;
  }

  yg-pagination-dots {
    gap: 24px;
  }

  .yg-pagination-button:hover {
    color: inherit;
  }

  yg-pagination-dots .yg-pagination-number {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}

/* join-us */


/* yg-jobs */
.yg-jobs-template-container {
  padding-block: 100px;
}

.yg-jobs-template-wrapper {
  max-width: 1080px;
  margin-inline: auto;
}

.yg-jobs-template-header {
  padding-bottom: 60px;
  border-bottom: 1px solid #E2E2E2;
}

.yg-jobs-template-title {
  margin-block: 0 28px;
  color: #1A1A1A;
  line-height: 130%;
  font-weight: 500;
}

.yg-jobs-template-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(26, 26, 26, 0.7);
  font-size: 20px;
  font-weight: 500;
}

.yg-jobs-template-intro .yg-separator {
  font-size: 12px;
}

.yg-jobs-template-info {
  display: grid;
  gap: 60px;
  padding-top: 60px;
}

.yg-jobs-item-title {
  position: relative;
  color: #1A1A1A;
  font-size: 24px;
  line-height: 1.3;
  padding-inline-start: 12px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  font-weight: 600;
}

.yg-jobs-item-title::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 4px;
  transform: translateY(-50%);
  height: 20px;
  background: var(--active-color);
}

.yg-jobs-item-content {
  color: rgba(26, 26, 26, 0.70);
  font-size: 16px;
  line-height: 1.6;
}

.yg-jobs-item-content :where(ul, ol) {
  display: grid;
  gap: 8px;
  padding-inline-start: 18px;
}

.yg-jobs-form-container {
  padding: 60px;
  border-radius: 8px;
  background: #F8F8F8;
  text-align: center;
  margin-top: 80px;
}

.yg-jobs-form-title {
  color: #1A1A1A;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
}

.yg-custom-upload-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.yg-custom-upload-wrap .elementor {
  display: none;
}

.yg-custom-upload-button {
  padding: 17px 45px;
  border: 1px solid var(--active-color);
  border-radius: 30px;
  color: var(--active-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

.yg-custom-upload-button:hover {
  background: var(--active-color);
  color: #fff;
}

.yg-jobs-form-content {
  margin-top: 30px;
  color: rgba(26, 26, 26, 0.70);
  font-size: 16px;
  line-height: 1.6;
}

button.yg-jobs-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--active-color);
  min-width: 160px;
  height: 56px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  border-radius: 30px;
  transition: all 0.3s;
  gap: 6px;
  margin: 60px auto 0;
  transition-duration: 600ms;
}

button.yg-jobs-form-submit svg {
  width: 0;
  opacity: 0;
  transition: all 0.3s;
}

button.yg-jobs-form-submit:hover {
  background: var(--active-color);
  color: #fff;
}

button.yg-jobs-form-submit:hover svg {
  width: 16px;
  opacity: 1;
}

.yg-form-message {
  margin-top: 6px;
  font-size: 14px;
  color: #d63626;
}

.elementor-message-success + .yg-form-message {
  color: #27ae60;
}

@media (max-width: 780px) {
  .yg-jobs-template-container {
    padding-block: 48px;
  }

  .yg-jobs-template-header {
    padding-bottom: 30px;
  }

  .yg-jobs-template-title {
    margin-bottom: 16px;
  }

  .yg-jobs-template-intro {
    font-size: 16px;
  }

  .yg-jobs-template-info {
    padding-top: 30px;
    gap: 40px;
  }

  .yg-jobs-item-title {
    font-size: 20px;
    padding-inline-start: 8px;
  }

  button.yg-jobs-form-submit svg {
    width: 16px;
    opacity: 1;
  }

  .yg-jobs-item-title::before {
    height: 70%;
  }

  .yg-jobs-item-content {
    font-size: 14px;
  }

  .yg-jobs-form-container {
    padding: 40px 20px;
    margin-top: 48px;
  }

  .yg-jobs-form-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .yg-custom-upload-button {
    padding: 14px 40px;
    font-size: 14px;
  }

  .yg-jobs-form-content {
    font-size: 14px;
  }

  button.yg-jobs-form-submit {
    margin-top: 30px;
    min-width: 140px;
    height: 48px;
    font-size: 14px;
  }
}

/* yg-jobs */

/* yg-faqs */

.yg-faqs-container {
  padding-block: 0 120px;
}

.yg-faqs-container .yg-info-list-frame {
  margin-top: 20px;
}

.yg-faq-question {
  padding-block: 36px;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: 0.3s ease-in-out all;
}

.yg-faq-question span {
  width: 90%;
}

.not-zh .yg-faq-question span {
  letter-spacing: 0.01em;
}

.yg-faq-question.active {
  /* color: var(--active-color);
  border-top: 1px solid var(--active-color); */
  border-bottom: 1px solid transparent;
}

.yg-faqs-list yg-pagination-item {
  width: 100%;
}

.yg-faq-answer {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.70);
  transition: 0.3s ease-in-out all;
}

yg-accordion-item {
  display: block;
  width: 100%;
}

.yg-faq-answer strong {
  color: #1A1A1A;
  font-weight: 600;
}

.yg-faq-answer p,
.yg-faq-answer ul {
  margin-bottom: 1rem;
}

.yg-faq-answer a {
  color: var(--active-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.yg-faq-answer *:last-child {
  margin-block-end: 0;
}

yg-accordion-item.open .yg-faq-answer {
  padding-block: 20px 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.yg-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.yg-accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.yg-accordion-arrow {
  transition: transform 0.3s ease;
}

.yg-accordion-arrow.rotate {
  transform: rotate(180deg);
}

.yg-faq-info-container {
  margin-top: 80px;
}

.yg-faq-info-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 36px;
}

.yg-faq-info-wrapper {
  display: grid;
  gap: 20px;
}

.yg-faq-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1
}

.yg-faq-info-label {
  font-weight: 600;
}

.yg-faq-info-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: var(--active-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 780px) {
  .yg-faqs-container {
    padding-block: 0 48px;
  }

  .yg-faq-question {
    padding-block: 18px;
    font-size: 15px;
    line-height: 1.3;
  }

  .yg-accordion-arrow {
    width: 16px;
  }

  yg-accordion-item.open .yg-faq-answer {
    padding-block: 0 1.875rem;
  }

  .yg-faq-answer {
    font-size: 14px;
  }

  .yg-faq-info-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .yg-faq-info-wrapper {
    gap: 16px;
  }

  .yg-faq-info-item {
    font-size: 16px;
  }

  .not-zh .yg-faq-info-item {
    font-size: 12px;
  }

  .not-zh .yg-faq-info-wrapper {
    gap: 10px;
  }
}


/* footer */
.yg-footer {
  position: relative;
  z-index: 1;
}

.yg-footer-newsletter-container {
  align-items: center;
  justify-content: space-between;
  padding-block: 140px 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.yg-footer-newsletter-form {
  width: 50%;
}

.yg-footer-newsletter-title {
  font-size: 30px;
}

.yg-footer-newsletter-title *:last-child {
  margin-block-end: 0;
}

.yg-footer-menu-container {
  padding-block: 100px;
}

.yg-footer-title-list {
  display: flex;
  gap: 48px;
  flex-direction: column;
  min-width: 110px;
}

.yg-footer-title-item {
  color: #1A1A1A;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  z-index: 2;
}

.yg-footer-menu-image {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
  transform: scale(1.1) translate(7%, 2%);
  margin-block: -15%;
  z-index: 1;
}

.yg-footer-menu-end {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  width: 50%;
  z-index: 2;
}

.yg-footer-menu-list {
  display: flex;
  gap: 40px;
}

.yg-footer-menu-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.yg-footer-menu-title,
.yg-footer-social-title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.yg-footer-menu-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 0;
  list-style: none;
  min-width: 80px;
}

.yg-footer-menu-item {
  display: block;
  color: rgba(26, 26, 26, 0.80);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.yg-footer-social-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 60px;
}

.footer-social-icons-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 0;
  list-style: none;
}

.not-zh .footer-social-icons-list {
  align-items: center;
}

.yg-sidebar-container {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yg-sidebar-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 4px;
  display: none;
  text-shadow: 2px 2px 4px rgb(18 18 18 / 88%);
}

.yg-sidebar-title.active {
  display: block;
}

.yg-sidebar-title.not-transform {
  writing-mode: initial;
  max-width: 70px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}

.yg-sidebar-image {
  max-width: 32px;
  margin-inline: auto;
  position: relative;
}

.yg-sidebar-image img {
  animation: scrollFloat 4s ease-in-out infinite;
  width: 100%;
  display: block;
  position: relative;
  filter: drop-shadow(2px 4px 6px black);
}

.yg-footer-newsletter .elementor-field-type-checkbox {
  position: absolute;
  top: 64px;
  z-index: 2;
}

.yg-footer-newsletter .elementor-field-type-checkbox label {
  color: rgba(26, 26, 26, 0.80) !important;
}

.yg-footer-newsletter .elementor-field-type-checkbox input[type='checkbox'] {
  display: none !important;
}

/* 自定义样式容器 */
.yg-footer-newsletter .elementor-field-type-checkbox label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
}

/* 伪元素作为勾选框 */
.yg-footer-newsletter .elementor-field-type-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #212121;
  background-color: transparent;
  border-radius: 2px;
}

.yg-footer-newsletter .elementor-field-type-checkbox label.error {
  display: inline-block !important;
  color: var(--active-color) !important;
  animation: shakeCheckbox 0.3s ease;
}

.yg-footer-newsletter .elementor-field-type-checkbox label.error::before {
  border-color: var(--active-color) !important;
}


@keyframes shakeCheckbox {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-2px);
  }

  50% {
    transform: translateX(2px);
  }

  75% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0);
  }
}

/* 勾选时显示打勾样式 */
.yg-footer-newsletter .elementor-field-type-checkbox input[type="checkbox"]:checked + label::before {
  border-color: var(--active-color);
  background-color: var(--active-color);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L4 8L11 1" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

@keyframes scrollFloat {
  0% {
    transform: translateY(0);
    opacity: 0.3;
  }

  25% {
    opacity: 1;
  }

  50% {
    transform: translateY(-20px);
    opacity: 0.3;
  }

  75% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 0.3;
  }
}

@media (min-width: 1025px) {
  .yg-footer-menu-title svg {
    display: none;
  }
}

.elementor-widget-container .elementor-message,
.elementor-button-text.elementor-form-spinner {
  display: none !important;
}

@media (max-width: 1024px) {
  .yg-footer-newsletter-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-block: 90px 64px;
    border-bottom: none;
  }

  .not-zh .yg-footer-newsletter-container {
    padding-block: 64px;
  }

  .yg-footer-menu-container {
    flex-direction: column;
    padding-block: 0;
  }

  .not-zh .yg-footer-menu-container {
    padding-block-start: 16px;
  }

  .yg-footer-menu-end {
    width: 100%;
    flex-direction: column;
  }

  .footer-social-icons-list {
    flex-direction: row;
    gap: 26px;
    justify-content: center;
  }

  .yg-footer-newsletter-title {
    font-size: 24px;
  }

  .not-zh .yg-footer-newsletter-title {
    font-size: 22px;
  }

  .yg-footer-newsletter-form {
    width: 100%;
  }

  .yg-footer-newsletter .elementor-field-type-checkbox {
    top: 64px;
  }

  .yg-footer-title-item {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    padding-block: 20px;
  }

  .yg-footer-menu-list {
    flex-direction: column;
    gap: 0;
  }

  .yg-footer-menu-box {
    gap: 0;
  }

  .yg-footer-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #D7DADF;
  }

  .yg-footer-menu-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .yg-footer-menu-items.open {
    padding-bottom: 20px;
  }

  .yg-footer-menu-title svg {
    transition: all ease-in-out 0.3s;
  }

  .yg-footer-menu-title.active svg {
    transform: rotate(180deg);
  }

  .footer-social-icons-list a,
  .footer-social-icons-list .wechat-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.125px solid #6F6F71;
  }

  .footer-social-icons-list a img,
  .footer-social-icons-list .wechat-hover img {
    width: 18px;
    height: 18px;
  }

  .yg-footer-menu-image {
    transform: none;
    margin-block: 16px 24px;
  }

  .yg-footer-menu-image img.hide-mobile {
    display: none !important;
  }

  .yg-footer-menu-image img.hide-pc {
    display: block !important;
  }

  .yg-footer-menu-end {
    gap: 0;
  }

  .yg-footer-bottom-container {
    margin-top: 24px;
    padding-bottom: 12px;
  }

  .yg-footer-newsletter .elementor-field-type-submit {
    width: 48px !important;
    height: 32px !important;
  }

  .yg-footer-newsletter .elementor-field-type-submit svg {
    width: 16px !important;
  }

  .yg-footer-newsletter .elementor-widget-form .elementor-field-group .elementor-field {
    min-height: 30px !important;
  }

  .yg-footer-newsletter .elementor-field-type-submit button {
    min-height: 32px !important;
  }

  .yg-footer-newsletter .elementor-field-type-checkbox label {
    font-size: 12px !important;
  }

  .yg-footer-newsletter .elementor-field-type-checkbox label::before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 400px) {
  .yg-footer-newsletter .elementor-message {
    margin-top: 70px !important;
  }
}

/* yg-popup */
/* popup 外层容器，初始隐藏 */
yg-popup.yg-popup-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  flex-direction: column;
  gap: 10px;
}

/* 激活时显示 */
yg-popup.yg-popup-container.active {
  display: flex;
}

/* 每个提示条 */
.yg-popup-wrapper .yg-toast {
  background: #27ae60;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  min-width: 180px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  animation: yg-slide-in 0.4s ease, yg-fade-out 0.4s ease 2.6s forwards;
}

.yg-popup-wrapper .yg-toast.error {
  background: var(--active-color);
}

/* 动画：滑入 */
@keyframes yg-slide-in {
  from {
    opacity: 0;
    transform: translateX(120%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 动画：淡出+右移 */
@keyframes yg-fade-out {
  to {
    opacity: 0;
    transform: translateX(120%);
  }
}

.yg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
}

.yg-overlay.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.dialog-type-lightbox {
  display: none !important;
}
