@charset "UTF-8";
@import url("./animate.css");
.page-container .page-content-box .page-content {
  height: auto;
}
.page-container .page-content-box .page-content .banner-content-box {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100vh;
}
.page-container .page-content-box .page-content .banner-content-box .banner-box {
  width: 100%;
  height: 100%;
  scale: 0.75;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transform-origin: center bottom;
  will-change: transform, margin-top;
}
.page-container .page-content-box .page-content .banner-content-box .banner-box .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform, margin-top;
}
.page-container .page-content-box .page-content .banner-content-box .banner-box .lazy-placeHolder {
  height: 100vh;
  position: relative;
}
.page-container .page-content-box .page-content .banner-content-box .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform, margin-top;
}
.page-container .page-content-box .page-content .banner-content-box .banner-content-scroll {
  width: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 15rem;
  opacity: 1;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  will-change: height;
}
.page-container .page-content-box .page-content .banner-content-box .banner-content-scroll .content-h {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  display: none;
  will-change: transform;
}
.page-container .page-content-box .page-content .banner-content-box .banner-content {
  position: absolute;
  color: white;
  width: 40%;
  left: 15rem;
  top: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  opacity: 1;
  display: none;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-container .page-content-box .page-content .banner-content-box .banner-content.banner-content-none {
  opacity: 0 !important;
  z-index: -1 !important;
}
.page-container .page-content-box .page-content .storage-page-box {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
}
.page-container .page-content-box .page-content .solutions-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.page-container .page-content-box .page-content .solutions-grid .solution-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.page-container .page-content-box .page-content .solutions-grid .solution-card .solution-image {
  height: 240px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.page-container .page-content-box .page-content .solutions-grid .solution-card .solution-image.frequency {
  background: linear-gradient(135deg, #1e5bb5 0%, #0f3d7a 100%);
}
.page-container .page-content-box .page-content .solutions-grid .solution-card .solution-image.industrial {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.page-container .page-content-box .page-content .solutions-grid .solution-card .solution-image .solution-icon {
  font-size: 4rem;
  z-index: 2;
}
.page-container .page-content-box .page-content .solutions-grid .solution-card .solution-image scenario-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-card .solution-image .scenario-tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.75rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content {
  padding: 2.5rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content .solution-tag {
  display: inline-block;
  background: #e8f4fc;
  color: #1a58be;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content > p {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content .features-list {
  list-style: none;
  margin-bottom: 2rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content .features-list li {
  padding: 0.6rem 0;
  padding-left: 1.8rem;
  position: relative;
  color: #666;
  font-size: 0.95rem;
}
.page-container .page-content-box .page-content .solutions-grid .solution-content .features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #666;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
}
.page-container .page-content-box .page-content .virtual-content-block-one .schema-box {
  width: 72.6875rem;
  height: 54.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 3.75rem auto 0;
  position: relative;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block::-webkit-scrollbar {
  display: none;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 36.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2.5rem;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box:hover {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box:hover .device-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box:hover .technical-produce-box .device-title {
  color: #1a58be !important;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box .device-img {
  width: 75%;
  height: 20.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box .technical-produce-box {
  padding: 0 2.5rem;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box .technical-produce-box .produce-info {
  position: relative;
  margin-left: 0.81rem;
}
.page-container .page-content-box .page-content .about-fourth-block .technical-content-block .technical-content-box .technical-produce-box .produce-info::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
  margin: auto;
  width: 0.125rem;
  height: 0.875rem;
  background: #1a58be;
}
.page-container .page-content-box .page-content .carbon-content-block-one .block-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-container .page-content-box .page-content .carbon-content-block-one .block-content-info .tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  cursor: pointer;
  height: 2.5rem;
  position: relative;
  letter-spacing: 0.0625rem;
}
.page-container .page-content-box .page-content .carbon-content-block-one .block-content-info .tab-title.active {
  color: #1A58BE;
}
.page-container .page-content-box .page-content .carbon-content-block-one .block-content-info .tab-title.active::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1A58BE;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box {
  position: relative;
  width: 100%;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-box {
  position: relative;
  width: 100%;
  height: 42.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-box .advantages-img-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 50.945%;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-box .advantages-img-box img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-box .advantages-img-box img.active {
  opacity: 1;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-msg-box {
  position: relative;
  height: 11.25rem;
  width: 100%;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-msg-box .advantages-item-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-msg-box .advantages-item-msg.active {
  opacity: 1;
}
.page-container .page-content-box .page-content .carbon-content-block-one .advantages-box .advantages-item-msg-box .advantages-item-msg .content-box .line-box .check-img {
  width: 0.8125rem;
  height: 0.8125rem;
}/*# sourceMappingURL=storage.css.map */