:root {
  --bg-p-park: url("https://betar.oss-cn-beijing.aliyuncs.com/BetaSites/static/images/solution/bg/bg-p-park.png");
  --bg-m-park: url("https://betar.oss-cn-beijing.aliyuncs.com/BetaSites/static/images/solution/bg/bg-m-park.png");
  --bg-p-guide: url("https://betar.oss-cn-beijing.aliyuncs.com/BetaSites/static/images/solution/bg-p-guide.png");
}
.scheme-case-main,
.scheme-product-main,
.scheme-scene-main {
  background-color: #fafafa;
  padding: 20px 0;
}
.scheme-service-main,
.scheme-park-main,
.scheme-comparison-main {
  background-color: white;
  padding: 20px 0;
}
.sch-ser-box {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 20px;
}
.sch-ser-top {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.sch-ser-top img {
  flex: 1;
  margin-right: 10px;
}
.sch-ser-top strong {
  flex: 5;
  font-size: 16px;
  color: #393939;
}
.sch-ser-bot {
  color: #989898;
  font-size: 14px;
}
.sch-ser-reamrk {
  color: #989898;
  line-height: 30px;
  text-align: center;
}
.sch-pro-text {
  padding: 15px;
}
.sch-pro-introd {
  color: #999999;
  min-height: 75px;
}

.bg-p-guide {
  background-image: var(--bg-p-guide);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1185px;
}
.banner-video {
  position: relative;
}
.BannerTip {
  width: 100%;
  height: calc(100% + 10px);
  position: absolute;
  z-index: 100;
  top: -10px;
  background: #d8d7d8;
}
.sche-shade-box {
  position: relative;
  box-sizing: border-box;
}
.shade-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
  background-image: linear-gradient(to right, #0a1c56a4, #1437ab0c) !important;
  padding: 5px 10px;
}
.shade-tit {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.dot {
  display: flex;
  align-items: center;
}
.dot > span:first-of-type {
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.dot > span:last-of-type {
  background-color: rgba(255, 255, 255, 0.8);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.bg-p-park {
  background-position: center center;
  background-size: cover;
  background-image: var(--bg-p-park);
  height: 671px;
}
.bg-m-park {
  background-position: center center;
  background-size: cover;
  background-image: var(--bg-m-park);
  height: 439px;
}
.shade {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.scheme-park-content {
  position: relative;
  z-index: 100;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tech-line {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
.tech-line span:first-of-type {
  width: 21px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  margin-right: 10px;
}
.tech-line span:last-of-type {
  width: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
/* 遮罩层效果 start */
.shade-logo-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.shade-desc-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(207, 207, 31, 0.8);
  text-align: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 102;
  transition: 0.7s ease;
  transform: translateY(100%);
}
.shade-logo-wrap:hover .shade-desc-wrap {
  visibility: visible;
  transform: translateY(0);
}
.shade-desc {
  color: #fff;
  text-align: center;
  padding: 0 30px;
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translate(0, -50%);
}
/* 遮罩层效果 end */
h3.shade-name {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  line-height: 30px;
}
.shade-desc p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.6px;
}

.sigma_product {
  position: relative;
  margin-bottom: 30px;
}
.sigma_product.style-6 {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border: 1px solid #e1e1e1;
}
.sigma_product .sigma_product-thumb {
  position: relative;
  overflow: hidden;
}
.sigma_product-thumb a {
  color: #fb5b21;
  transition: 0.3s;
  display: inline-block;
}
.sigma_product .sigma_product-thumb img {
  transition: 0.3s;
  width: 100%;
}
.sigma_product .sigma_product-thumb:hover img {
  transform: scale(1.1) rotate(3deg);
}
/* img {
    max-width: 100%;
} */
.sigma_product .sigma_product-body {
  position: relative;
  padding: 15px 0 0;
}
.sigma_product .sigma_product-body h3 {
  margin: 0 0 10px;
  font-weight: 400;
  word-break: break-word;
  font-size: 20px;
  font-weight: 500;
  color: #101010;
}
.sigma_product .sigma_product-body .sigma_btn {
  width: 100%;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 12px 20px;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: var(--theme-blue);
  border: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.sigma_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 0;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .sch-ser-bot {
    color: #989898;
    font-size: 12px;
  }
  .sch-ser-top img {
    height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .sch-ser-bot {
    font-size: 14px;
  }
}