#zr-3dnew-root {
  display: block;
  width: 100%;
  min-width: 1500px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

#zr-3dnew-root,
#zr-3dnew-root * {
  box-sizing: border-box;
}

#zr-3dnew-root section,
#zr-3dnew-root article {
  margin: 0;
  padding: 0;
}

#zr-3dnew-root p:empty,
#zr-3dnew-root br {
  display: none !important;
  margin: 0 !important;
}

#zr-3dnew-root + br {
  display: none !important;
}

#zr-3dnew-root a,
#zr-3dnew-root a:visited,
#zr-3dnew-root a:hover,
#zr-3dnew-root a:focus {
  color: inherit;
  text-decoration: none;
}

#zr-3dnew-root .zr-3dnew-hero {
  padding: 0;
}

#zr-3dnew-root .zr-3dnew-slider {
  position: relative;
  width: 100vw;
  min-width: 1500px;
  height: 780px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #111111;
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-arrow {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  opacity: 0.85;
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-arrow:hover {
  opacity: 1;
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-arrow-prev {
  left: 25px;
  background-image: url("https://static.jsss999.com/upload/zrsite/index/slider/left_arrow.png");
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-arrow-next {
  right: 25px;
  background-image: url("https://static.jsss999.com/upload/zrsite/index/slider/right_arrow.png");
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-dots {
  bottom: 20px;
  gap: 10px;
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-dot:hover,
#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-dot:focus-visible {
  background: rgba(255, 255, 255, 0.75);
  outline: none;
}

#zr-3dnew-root [data-zr-shared-slider] .zr-more-slider-dot.is-active {
  background: rgb(102, 0, 0);
}

#zr-3dnew-root .zr-3dnew-content-shell {
  width: 1500px;
  margin: 0 auto;
  padding: 0;
}

#zr-3dnew-root .zr-3dnew-content {
  position: relative;
  width: 1500px;
  background: #ffffff;
}

#zr-3dnew-root .zr-3dnew-section {
  position: absolute;
  left: 0;
  width: 1500px;
}

#zr-3dnew-root .zr-3dnew-section-items {
  position: relative;
  width: 1500px;
  height: 100%;
}

#zr-3dnew-root .zr-3dnew-section-label {
  position: absolute;
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #5a5a5a;
  white-space: nowrap;
}

#zr-3dnew-root .zr-3dnew-guide {
  position: absolute;
  height: 46px;
}

#zr-3dnew-root .zr-3dnew-guide-wrap {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 16px;
}

#zr-3dnew-root .zr-3dnew-guide-line {
  position: absolute;
  top: 7px;
  left: 0;
  right: 6px;
  border-top: 2px solid #000000;
}

#zr-3dnew-root .zr-3dnew-guide-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000000;
}

#zr-3dnew-root .zr-3dnew-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  padding-right: 16px;
  color: #ffffff !important;
  font-family: "SimHei", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  isolation: isolate;
  z-index: 3;
}

#zr-3dnew-root .zr-3dnew-button::before {
  content: "";
  position: absolute;
  inset: 0 50px 0 0;
  background: rgba(102, 102, 102, 1);
  border-radius: 3px 0 0 3px;
  z-index: -1;
}

#zr-3dnew-root .zr-3dnew-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(102, 102, 102, 1);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: -1;
}

#zr-3dnew-root .zr-3dnew-button:hover::before,
#zr-3dnew-root .zr-3dnew-button:hover::after {
  background: rgba(109, 158, 235, 1);
}

#zr-3dnew-root .zr-3dnew-button-label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

#zr-3dnew-root .zr-3dnew-media-item {
  position: absolute;
  width: 540px;
  z-index: 1;
}

#zr-3dnew-root .zr-3dnew-media {
  overflow: hidden;
  background: #ffffff;
  width: 540px;
  height: 320px;
}

#zr-3dnew-root .zr-3dnew-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  vertical-align: top;
}

#zr-3dnew-root .zr-3dnew-media-title {
  margin: 0;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
