.tab-temp3-component {
  --tab-temp3-stage-width: 1920px;
  --tab-temp3-stage-height: 1261px;
  --tab-temp3-stage-height-by-width: 65.6770833333vw;
  --tab-temp3-content-height-by-width: 54.84375vw;
  --tab-temp3-content-height-percent: 83.5051546392%;
  --tab-temp3-position-scale: 1;
  background: #FAFBFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1261;
  height: var(--tab-temp3-stage-height-by-width);
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.tab-temp3-component .tab-temp3-position-layer {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}
.tab-temp3-component .tab-temp3-position-item {
  position: absolute;
  min-width: 0;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(var(--tab-temp3-position-scale));
  transform-origin: center center;
  pointer-events: auto;
}
.tab-temp3-component .tab-temp3-position-layer .card-list-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: box-shadow 0.3s ease, color 0.3s;
}
.tab-temp3-component .tab-temp3-position-layer .card-list-item:hover:not(.card-list-item-active) {
  z-index: 3;
}
.tab-temp3-component .tab-temp3-position-layer .card-list-item:hover:not(.card-list-item-active) .list-item-title {
  color: #1D9AFE;
}
.tab-temp3-component .tab-temp3-position-layer .card-list-item:hover:not(.card-list-item-active) .list-item-desc {
  font-weight: 600;
  color: #333333;
}
.tab-temp3-component .tab-temp3-position-layer .card-list-item-active .list-item-title {
  color: #1D9AFE !important;
}
.tab-temp3-component .tab-temp3-position-layer .card-list-item-active .list-item-desc {
  font-weight: 600 !important;
  color: #333333 !important;
}
.tab-temp3-component .tab-temp3-position-layer .list-item-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #212529;
  line-height: 1.4;
  transition: color 0.3s;
}
.tab-temp3-component .tab-temp3-position-layer .list-item-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 1.375;
  transition: color 0.3s, font-weight 0.3s;
}
.tab-temp3-component p {
  margin-bottom: 0 !important;
}
.tab-temp3-component .tab-layout {
  padding: 80px 0 0 60px;
}
.tab-temp3-component .tab-layout .title-layout .title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 1.389;
  font-style: normal;
  text-align: center;
}
.tab-temp3-component .tab-layout .title-layout .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
}
.tab-temp3-component .tab-layout .title-layout .desc {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-style: normal;
}
.tab-temp3-component .tab-layout .title-layout .desc a {
  text-decoration: none !important;
}
.tab-temp3-component .content-layout {
  height: var(--tab-temp3-content-height-percent);
  overflow: hidden;
}
.tab-temp3-component .content-layout iframe {
  display: block;
  border: 0;
}
.tab-temp3-component .tab-title-layout-english .list-item-desc {
  font-size: 20px !important;
  line-height: 28px !important;
}

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