body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
}

button {
  outline: none;
  border: none;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  /* transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1); */
}

.slide-fade-enter,
.slide-fade-leave-to

/* .slide-fade-leave-active for below version 2.1.8 */
  {
  transform: translateX(10px);
  opacity: 0;
}

.screen-container {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.screen {
  position: relative;
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.screen.white {
  background-color: #ffffff;
}

.screen.grey {
  background-color: #F3F4F7;
}

.screen h1 {
  position: relative;
  display: flex;
  z-index: 1;
}

.screen h1 span {
  display: none;
}

.screen h1>img {
  width: 466.34px;
  height: 34.2px;
}

.screen h2 {
  font-family: Roboto;
  line-height: 72.8px;
  text-align: center;
  letter-spacing: normal;
  color: #F5F5F7;
  font-variation-settings: "opsz" auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.screen h2>span {
  font-weight: 700;
  font-size: 44.43px;
}

.screen h2>b {
  font-weight: 700;
  font-size: 74.86px;
  letter-spacing: 0.7px
}

.screen h3 {
  position: relative;
  font-family: Roboto;
  font-size: 64px;
  font-weight: bold;
  line-height: 80px;
  text-align: left;
  width: 1000px;
  letter-spacing: normal;
  color: #F5F5F7;
}

.screen.grey h3 {
  color: #0F151E;
}

.screen.white h3 {
  color: #0F151E;
}

.screen p {
  position: relative;
  color: #fff;
}

.screen .bg-container {
  position: absolute;
  height: 1020px;
  width: 1920px;
  bottom: 0;
}

.screen .bg-container img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.screen .bg-container video {
  object-fit: cover;
}

.screen .glass-bg {
  backdrop-filter: blur(30px);
  border: 2px solid rgba(255, 255, 255, 0.21);
}

/* .screen .glass-bg::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(28, 143, 79, 0.204) 0%, rgba(255, 255, 255, 0.21) 100%);
} */
.bg-img {
  width: 1920px;
  height: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg-img img {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 50px 30px #000 inset;
}

.first {
  height: 940px;
}

.first>* {
  position: relative;
}

.first>h1 {
  margin: 68px 0 34px 0;
}

.first>button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  gap: 16px;
  background: #007e64;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  bottom: 86px;
}

.first>button:hover {
  color: #007E64;
  background: #FFFFFF;
}

.first button .play {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
}

.first>button:hover .play {
  border: 2px solid #007E64;
}

.first button .play span {
  position: relative;
  left: 1px;
  font-size: 13px;
}

.first .main-img {
  position: relative;
  height: 400px;
  top: -200px;
}

.first img.main-img {
  position: absolute;
}

.first .iframe {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}

.first .iframe>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 602px;
}

.first .iframe>div>b {
  background: #000;
  width: 100%;
  display: block;
  opacity: 0.7;
}

.first .iframe>div>span {
  position: absolute;
  right: 0;
  color: #ffffff;
  z-index: 12;
  top: -40px;
  width: 40px;
  height: 40px;
  border: 1px solid;
  line-height: 40px;
  text-align: center;
  font-size: 23px;
  border-bottom: none;
  background: #000;
  cursor: pointer;
}

.first .iframe>div>iframe {
  position: absolute;
  z-index: 10;
  width: 1000px;
  height: 562px;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  background: #000000;
}

.power {}

.power>h3 {
  position: absolute;
  top: 36px;
  width: 1000px;
  text-align: left;
}

.power>.power-rows {
  position: absolute;
  width: 1000px;
  top: 445px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.power>.power-rows>.power-row {
  display: grid;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.power>.power-rows>.power-row-1 {
  grid-template-columns: 424px 168px 168px 168px;
}

.power>.power-rows>.power-row-2 {
  grid-template-columns: 388px 282px 282px;
}

.power>.power-rows>.power-row>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 184px;
  padding: 24px;
}

.power>.power-rows>.power-row>li.a {
  border-radius: 10px;
  border: 1px solid transparent;
  background:
    radial-gradient(72% 101% at 53% 56%, #060f0d 25%, #060f0dcc 57%, #02040340 83%, #00000000 100%),
    linear-gradient(58deg, #00b6b0 0%, #23c8ff 28%),
    linear-gradient(246deg, #6ad5ff 5%, #0c77a1 50%, #b8f8ff 96%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: border-box;
  box-shadow: inset 0px 0px 10px 0px rgba(98, 234, 255, 0.9);
}

.power>.power-rows>.power-row>li.b {
  border-radius: 10px;
  border: 1px solid transparent;
  background:
    radial-gradient(88% 91% at 60% 56%, #060f0d 34%, #060f0dd9 57%, #02040340 88%, #00000000 100%),
    linear-gradient(55deg, #239cff 0%, #2365ff 28%),
    linear-gradient(245deg, #78b5ff 5%, #0c43a1 51%, #b8dfff 96%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: border-box;
  box-shadow: inset 0px 0px 10px 0px rgba(98, 179, 255, 0.9);
}

.power .a>div {
  display: flex;
  flex-direction: column;
  width: 240px;
  align-self: center;
}

.power .a>div>i {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #69FFE6;
  font-style: normal;
}

.power .a>div>div {
  color: #69FFE6;
}

.power .a>div>div>b {
  font-weight: 700;
  font-size: 80px;
  margin-right: 10px;
}

.power .a>div>div>span {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
}

.power .a>div>span {
  font-size: 22px;
  font-weight: 500;
  color: #69FFE6;
}

.power .a2>div {
  width: 127px;
}

.power .a2>div>div {
  color: #69FFE6;
  margin: 56px 0 6px 0;
}

.power .a2>div>div>b {
  font-size: 48px;
  margin-right: 8px;
}

.power .a2>div>div>span {
  font-size: 24px;
}


.power .b>div {
  display: flex;
  flex-direction: column;
  align-self: baseline;
}

.power .b>div>i {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #527FAA;
  font-style: normal;
  height: 26px;
}

.power .b>div>div {
  color: #80D7FF;
}

.power .b>div>div>b {
  font-weight: 700;
  font-size: 80px;
  margin-right: 10px;
}

.power .b>div>div>span {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
}

.power .b>div>span {
  font-size: 22px;
  font-weight: 500;
  color: #527FAA;
}

.screen .last-words {
  width: 100%;
  padding: 30px 0 60px;
  color: #86868b;
  flex: 1;
}

.screen .last-words>* {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.screen .last-words .line {
  height: 1px;
  width: 1920px;
  background-color: #2c2c2c;
  margin: 30px 0 30px;
}

.screen .last-words .text {
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.screen .last-words p {
  color: #475569;
  font-size: 12px;
  width: 750px;
  margin: 1em 0;
  line-height: 1.5em;
}

.benchmark {
  background: #11131E;
}

.benchmark h3 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.benchmark .benchmark-tabs,
.benchmark .benchmark-content {
  width: 1000px;
  border-radius: 30px;
  padding: 24px 48px;
}

.benchmark .benchmark-tabs {
  padding: 10px;
  margin-bottom: 14px;
}

.benchmark .benchmark-content {
  padding: 30px 40px;
  height: 565px;
}

.benchmark .tabs {
  display: flex;
  gap: 12px;
}

.benchmark .tab {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 50px;
  width: 237px;
  border-radius: 8px;
  color: #94A3B8;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  justify-content: center;
}

.benchmark .tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f5f5f7;
}

.benchmark .tab.active {
  /* background: linear-gradient(135deg, #00b6b0 0%, #00d4aa 100%); */
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  background: linear-gradient(90deg, #007e64 0%, #18b3be 100%);
}

.benchmark .tab i {
  font-size: 20px;
}

.benchmark .tab-content {
  position: relative;
}

.benchmark .subtitle {
  line-height: 22.75px;
  color: #94A3B8;
  font-size: 18px;
  margin-bottom: 20px;
}

.benchmark .bar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benchmark .bar-list li {
  display: flex;
  flex-direction: column;
}

.benchmark .bar-list .label {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #94A3B8;
}

.benchmark .bar-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.benchmark .bar-wrapper {
  display: none;
}

.benchmark .bar {
  height: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  min-width: fit-content;
  width: 0;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.benchmark .bar-1 {
  background: linear-gradient(90deg, #007e64 0%, #18b3be 100%);
}

.benchmark .bar-2 {
  background: linear-gradient(90deg, #0661b3 0%, #2783d4 100%);
}

.benchmark .bar .value {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.benchmark .axis {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.benchmark .axis span {
  font-size: 14px;
  color: #86868b;
}

.benchmark .legend {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.benchmark .legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  color: #94A3B8;
}

.benchmark .legend-color {
  width: 30px;
  height: 30px;
  border-radius: 5.48px;
  display: inline-block;
}

.benchmark .legend-color.color-1 {
  background: linear-gradient(135deg, #00b6b0 0%, #00d4aa 100%);
}

.benchmark .legend-color.color-2 {
  background: linear-gradient(135deg, #1a8cff 0%, #3d9eff 100%);
}

.benchmark .footer-note {
  margin-top: 16px;
  font-size: 14px;
  color: #6B6F75;
  line-height: 22.75px;
  z-index: 1;
  width: 1000px;
}

.benchmark .glass-bg {
  width: 1000px;
  border-radius: 12px;
  background: rgba(19, 19, 21, 0.1);
  box-sizing: border-box;
  border: 1px solid rgba(59, 130, 246, 0.4);
  backdrop-filter: blur(20px) saturate(100%);
  box-shadow: 0px 0px 30px 0px rgba(59, 130, 246, 0.1);
}

.benchmark-animation {
  padding: 20px 48px;
}

.benchmark-animation li:nth-of-type(-n + 2) span {
  color: #f5f5f7;
  font-weight: bold;
}

.benchmark-animation li {
  margin-top: 23px;
}

.benchmark-animation li span {
  color: #a5a5a5;
  font-size: 24px;
}

.benchmark-animation li span sup {
  font-size: 10px;
  position: relative;
  top: -2px;
}

.benchmark-animation li p {
  position: relative;
  height: 15px;
  border-radius: 6px;
  text-align: right;
  font-size: 20px;
  padding: 4px;
}

.benchmark-animation li.strong p {
  padding: 2px 4px;
}

.benchmark-animation li p b {
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 200;
  font-size: 18px;
}

.benchmark-animation li:nth-child(-n + 2) p b {
  font-size: 24px;
  right: -60px;
}

.benchmark-animation li:nth-child(-n + 2) .bar:last-child p b {
  font-size: 22px;
}

.benchmark-animation li .bar {
  position: relative;
}

.benchmark-animation li>div:first-of-type {
  margin-top: 5px;
}

.benchmark-animation li:nth-child(-n + 2)>div:first-of-type {
  margin-top: 15px;
}

.benchmark-animation li>div:last-of-type {
  margin-top: 2px;
}

.benchmark-animation li .bar::before {
  position: absolute;
  display: block;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 4px;
}

.benchmark-animation li>div:first-of-type::before {
  background: linear-gradient(90deg, rgba(225, 176, 0, 0.8) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.benchmark-animation li>div:last-of-type::before {
  background: linear-gradient(90deg, #1c8f4f 0%, rgba(255, 255, 255, 0.7) 100%);
}

.benchmark-animation li>div:first-of-type p {
  text-shadow: 0px 0px 10px #9b5c2f;
  background: linear-gradient(90deg, #d27000 0%, #c79200 100%);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 249, 238, 0.4);
}

.benchmark-animation li>div:last-of-type p {
  text-shadow: 0px 0px 10px #0e6134;
  background: linear-gradient(90deg, #007c62 0%, #30aa4c 100%);
  box-shadow: inset 0px 0px 10px 0px rgba(237, 255, 241, 0.4);
}

.benchmark-animation li.strong p {
  font-weight: bold;
  font-size: 24px;
  font-variation-settings: 'opsz' auto;
  font-feature-settings: 'kern' on;
  color: #ffffff;
}

.benchmark-animation .axis {
  display: flex;
  border-top: 1px solid #5c5b5c;
  justify-content: space-between;
  margin-top: 20px;
}

.benchmark-animation .axis span {
  font-size: 18px;
  color: #86868b;
  line-height: 26px;
}

.benchmark-animation .legend li {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benchmark-animation .legend li:nth-of-type(1)>div {
  width: 30px;
  margin-right: 12px;
}

.benchmark-animation .legend li>span:first-of-type {
  margin-right: 100px;
}

.benchmark-animation>span {
  position: absolute;
  bottom: -32px;
  font-size: 16px;
}

.benchmark-animation>span:nth-of-type(1) {
  left: 0px;
}

.benchmark-animation>span:nth-of-type(2) {
  left: 0px;
  bottom: -56px;
}

.benchmark-animation>span:nth-of-type(3) {
  right: 0;
}

.fast {
  background: #070C12;
  position: relative;
}

.fast h3 {
  padding: 100px 0 53px 0;
  width: 1000px;
  text-align: left;
  font-size: 64px;
  font-weight: bold;
  line-height: 80px;
  color: #F5F5F7;
}

.fast .up {
  display: flex;
  z-index: 1;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 53px;
  width: 1000px;
}

.fast .up>div {
  display: flex;
  flex-direction: column;
}

.fast .up>div>i {
  font-style: normal;
  color: #94A3B8;
  font-size: 18px;
  line-height: 22.75px;
  margin-bottom: 4px;
}

.fast .up>div>b {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(90deg, #007e64 0%, #18b3be 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fast .up>div>b span {
  color: #008A8F;
  font-size: 20px;
  font-weight: 400;
  margin-left: 14px;
}

.fast .up>div>span {
  color: #94A3B8;
  font-size: 18px;
  margin-top: 4px;
}

.fast ul {
  z-index: 1;
  list-style: none;
  margin: 0;
  width: 1000px;
  padding: 40px 24px;
  border-radius: 12px;
  background: rgba(19, 19, 21, 0.1);
  box-sizing: border-box;
  border: 1px solid rgba(59, 130, 246, 0.4);
  backdrop-filter: blur(20px) saturate(100%);
  box-shadow: 0px 0px 30px 0px rgba(59, 130, 246, 0.1);
}

.fast ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.fast ul li>div {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}

.fast ul li>div b {
  font-weight: bold;
  line-height: 28px;
  color: #FFFFFF;
}

.fast ul li>div span {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}

.fast ul li>span.green {
  height: 16px;
  max-width: 100%;
  border-radius: 16px;
  background: linear-gradient(90deg, #007e64 0%, #18b3be 100%);
}

.fast ul li>span:not(.green) {
  height: 16px;
  max-width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

/* ===== Runtime (Active/Idle) ===== */
.runtime {
  background: #02060F;
  height: 848px;
}

.runtime .bg-container {
  height: 848px;
}

.runtime>h3 {
  width: 1000px;
  padding: 125px 0 48px 0;
  text-align: left;
}

.runtime .runtime-cards {
  display: flex;
  gap: 24px;
  z-index: 1;
}

.runtime .runtime-card {
  flex: 1;
  width: 488px;
  display: flex;
  flex-direction: column;
}

.runtime .card-header {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.75px;
  color: #18B3BE;
  margin-bottom: 24px;
}

.runtime .card-body {
  height: 342px;
  padding: 30px 24px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(30, 41, 59, 0.6);
  box-sizing: border-box;
  border: 1px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0px 0px 30px 0px rgba(59, 130, 246, 0.1);
}

.runtime .card-body h4 {
  color: #f5f5f7;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
}

.runtime .card-desc {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22.75px;
  letter-spacing: normal;
  color: #94A3B8;
  letter-spacing: -0.2px;
}

.runtime .chart-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(59, 130, 246, 0.31);
}

.runtime .chart-tabs span {
  cursor: pointer;
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 22.75px;
  letter-spacing: normal;
  color: #18B3BE;
}

.runtime .chart-tabs>i {
  height: 20.7px;
  align-self: center;
  border-left: 1px solid rgba(59, 130, 246, 0.31);
}

.runtime .chart-tabs span.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00b6b0;
  opacity: 0.2;
  z-index: -1;
}

.runtime .runtime-list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.runtime .runtime-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
}

.runtime .runtime-list .tag {
  min-width: 56px;
  padding: 4px 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #a5a5a5;
  background: rgba(255, 255, 255, 0.06);
}

.runtime .runtime-list .tag.highlight {
  color: #fff;
  background: linear-gradient(135deg, #00b6b0, #00d4aa);
}

.runtime .runtime-list .name {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}

.runtime .runtime-list .value {
  width: 79px;
  height: 24px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #3e5e70 0%, #364860 100%);
}

.runtime .runtime-list .value.highlight {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg, #008a8f 0%, #007e64 100%);
}

.runtime-list>li:nth-child(2) .value:nth-child(1) {
  width: 59px;
  margin-left: 20px;
}

.runtime-list>li:nth-child(1) .value:nth-child(3) {
  width: 59px;
  margin-right: 20px;
  padding: 4px 0;
}

.runtime-list.b {
  margin-top: 57px;
}

.runtime-list.b>li {
  justify-content: left;
}

.runtime-list.b>li .name {
  text-align: left;
  width: 245px;
  padding-left: 63px;
}

.runtime-list.b>li:nth-child(1) .value {
  text-align: left;
}

.runtime-list.b>li:nth-child(2) .value {
  width: 131px;
  text-align: left;
}

.runtime .card-footer {
  margin-top: 31px;
  color: #666;
  font-size: 13px;
}

.cardsize {
  height: 840px;
  background: #F3F4F7;
}

.cardsize h3 {
  padding-top: 100px;
  padding-bottom: 48px;
  color: #0F151E;
}

.expansion {
  height: 6000px;
  position: relative;
  background: #FFFFFF;
}

.expansion h3 {
  padding: 100px 0 48px 0;
  color: #0F172A;
}

.expansion .top {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expansion .top .left {
  position: relative;
  margin-right: 20px;
  width: 490px;
  height: 488px;
}

.expansion .top .left .corner:nth-of-type(1) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-top: 2px solid #18B3BE;
  border-left: 2px solid #18B3BE;
  position: absolute;
  top: 0;
  left: 0;
}

.expansion .top .left .corner:nth-of-type(2) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-top: 2px solid #18B3BE;
  border-right: 2px solid #18B3BE;
  position: absolute;
  top: 0;
  right: 0;
}

.expansion .top .left .corner:nth-of-type(3) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-bottom: 2px solid #18B3BE;
  border-left: 2px solid #18B3BE;
  position: absolute;
  bottom: 0;
  left: 0;
}

.expansion .top .left .corner:nth-of-type(4) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-bottom: 2px solid #18B3BE;
  border-right: 2px solid #18B3BE;
  position: absolute;
  bottom: 0;
  right: 0;
}

.expansion .top .left li {
  width: 495px;
  height: 143px;
  transition: 0.3s ease-out;
  display: flex;
}

.expansion .top .left li>div {
  padding-left: 85px;
  width: 485px;
}

.expansion .top .left li span {
  color: #64748B;
  font-size: 28px;
  line-height: 142px;
  opacity: 0.4;
}

.expansion .top .left li b {
  color: #94A3B8;
  font-size: 80px;
  line-height: 142px;
  margin: 0 10px;
  opacity: 0.4;
}

.expansion .top .left li.active b {
  color: #0891B2;
  opacity: 1;
}

.expansion .top .left li:last-of-type {
  border-bottom: none;
}

.expansion .top .right li {
  width: 490px;
  height: 58px;
  line-height: 58px;
  margin-bottom: 1px;
  background-color: #F1F5F9;
  overflow: hidden;
}

.expansion .top .right li span {
  color: #64748B;
  font-size: 21px;
  line-height: 46px;
  padding-left: 26px;
  opacity: 0.6;
}

.expansion .top .right li span:nth-of-type(2) {
  border-left: 2px solid #000;
  float: right;
  transition: 0.3s ease-out;
  white-space: nowrap;
  background-color: #0a131f;
}

.expansion .top .right li.a {
  background-color: #DFF7F8;
}

.expansion .top .right li.a>span {
  color: #1C788F;
}

.expansion .top .right li.b {
  background-color: #D3E6FF;
}

.expansion .top .right li.b>span {
  color: #2F4C7C;
}

.expansion .top .right li:last-of-type {
  margin-bottom: 0;
}

.expansion .center {
  margin: 58px 0 10px;
  position: relative;
  background: rgba(49, 49, 49, 0.5);
  width: 1000px;
  height: 120px;
  text-align: center;
}

.expansion .center b {
  color: #007e64;
  font-size: 80px;
  line-height: 120px;
  padding: 0 5px;
}

.expansion .center span {
  color: #e4e6ea;
  font-size: 28px;
  line-height: 120px;
}

.expansion .bottom {
  width: 1000px;
  padding: 49px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.expansion .bottom li {
  display: flex;
  height: 70px;
  align-items: baseline;
  justify-content: center;
  width: calc(33.33% - 6px);
  border-radius: 5px;
  background: #F8FAFC;
  box-sizing: border-box;
  border: 1px solid #E2E8F0;
}

.expansion .bottom li:nth-child(n + 4) {
  width: 23.5%;
}

.expansion .bottom li span {
  color: #0891B2;
  font-size: 24px;
  font-weight: 500;
  align-self: center;
  height: 43px;
  line-height: 50px;
}

.expansion .bottom li p {
  font-size: 36px;
  color: #0891B2;
  font-weight: 500;
  margin-right: 10px;
  align-self: center;
}

.scenarios {
  padding: 80px 0 100px;
  height: auto;
}

.scenarios h3 {
  padding: 100px 0 48px 0;
}

.scenario-list {
  width: 1000px;
  margin: 0 auto;
}

.scenario-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.scenario-item:last-child {
  margin-bottom: 0;
}

.scenario-item.reverse {
  flex-direction: row-reverse;
}

.scenario-text {
  width: 45%;
}

.scenario-text h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #0F151E;
  margin-bottom: 20px;
}

.scenario-text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22.75px;
  letter-spacing: normal;
  color: #475569;
  margin-bottom: 20px;
}

.scenario-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.scenario-tags span {
  font-size: 18px;
  font-weight: normal;
  line-height: 22.75px;
  letter-spacing: normal;
  color: #0891B2;
}

.scenario-tags span:not(:last-child)::after {
  content: '|';
  margin: 0 15px;
  color: #0891B2;
}

.scenario-img {
  width: 50%;
}

.scenario-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.support {
  padding: 100px 0;
  height: auto;
}

.support h3 {
  padding: 0 0 48px 0;
}

.support-list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.support-list li {
  flex: 1;
  padding: 40px 24px;
  width: 317.5px;
  height: 429px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.support-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.support-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-list h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  display: flex;
  letter-spacing: normal;
  color: #0F151E;
  margin-bottom: 24px;
  width: 250px;
}

.support-list p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #475569;
  margin-bottom: 24px;
  height: 72px;
}

.support-list a {
  font-size: 14px;
  color: #0891B2;
  text-decoration: none;
  margin-top: 24px;
}

.solution {
  height: 858px;
}

.solution h3 {
  padding: 100px 0 48px 0;
}

.solution>div {
  position: relative;
  margin: 0 auto 40px;
  width: 1000px;
  display: flex;
}

.solution ul {
  margin-right: 20px;
}

.solution ul li {
  position: relative;
  width: 372px;
  border-bottom: 1px solid #bdbdc0;
  overflow: hidden;
  transition: 0.3s;
}

.solution ul li:last-of-type {
  border-bottom: none;
}

.solution ul li p:first-of-type {
  font-size: 24px;
  font-weight: 500;
  color: #1b1b1d;
  padding: 30px 0;
}

.solution ul li p i {
  float: right;
  font-size: 22px;
  font-weight: 900;
  color: #878787;
  transform: rotate(180deg);
  transition: 0.3s;
}

.solution ul li.show p i {
  transform: rotate(0deg);
}

.solution ul li p:last-of-type {
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
  color: #86868b;
  padding-bottom: 30px;
}

.solution .solution-img {
  position: relative;
  flex: 1;
}

.solution .solution-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.solution .solution-img img:nth-of-type(1) {
  width: 660px;
  height: auto;
}

.solution .solution-img img:nth-of-type(2) {
  width: 650px;
  height: auto;
}

.solution .solution-img img:nth-of-type(3) {
  width: 645px;
  height: auto;
}

.easydesign h3 {
  width: 674px;
  text-align: center;
  padding: 80px 0 10px;
}

.easydesign p {
  width: 945px;
  margin-top: 20px;
  color: #86868b;
  font-size: 24px;
  margin-bottom: 500px;
  text-align: center;
}

.easydesign .bg-img {
  height: 1020px;
}

.os {
  height: 848px;
}

.os h3 {
  padding: 170px 0 24px 0;
}

.os p {
  color: #86868b;
  font-size: 24px;
  margin-bottom: 48px;
  text-align: left;
  width: 1000px;
}

.os>img {
  width: 1000px;
  height: 252px;
  position: relative;
}

.specification {
  background-color: #ffffff;
  height: auto;
  padding: 100px;
}

.specification h3 {
  padding: 0 0 48px;
  color: #0F151E;
}

.spec-table-wrapper {
  max-width: 1110px;
  border: 1px solid #E7EDF7;
  border-radius: 20px;
  overflow: hidden;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  line-height: 1.6;
  color: #1A1A1A;
  table-layout: fixed;
}

.spec-table td {
  border-right: 1px solid #E7EDF7;
  border-bottom: 1px solid #E7EDF7;
  padding: 28px;
  vertical-align: middle;
  text-align: center;
}

.spec-table td:last-child {
  border-right: none;
}

.spec-table .spec-label {
  color: #86868b;
  font-weight: 400;
  width: 180px;
  background-color: #ffffff;
}

.spec-table .spec-header {
  text-align: center;
  font-weight: 600;
  background-color: rgba(231, 237, 247, 0.3);
}

.spec-table .spec-header.alt {
  background-color: rgba(231, 237, 247, 0.6);
}

.spec-table .spec-data {
  text-align: center;
  background-color: #ffffff;
}

.spec-table td[colspan="2"] {
  text-align: center;
}

.customdesign h3 {
  padding: 80px 0 10px;
}

.customdesign>p {
  margin-top: 20px;
  color: #86868b;
  font-size: 24px;
}

.customdesign>a {
  position: relative;
  opacity: 0;
  margin: 5px auto 480px;
  color: #007e64;
  font-size: 18px;
}

.customdesign>a i {
  font-size: 16px;
}

.customdesign .glass-bg {
  width: 814px;
  height: 186px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
}

.customdesign .glass-bg p {
  color: #f5f5f7;
  text-align: center;
}

.customdesign .glass-bg p:first-of-type {
  padding: 27px 0 30px;
  font-size: 36px;
}

.customdesign .glass-bg p:last-of-type {
  font-size: 52px;
}

.customdesign .glass-bg p i {
  font-size: 55px;
}

.customdesign .glass-bg p a {
  color: #f5f5f7;
  text-decoration: underline;
  position: relative;
  top: -5px;
}