._title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #0F0D15;
}
/* start */
p {
  margin-bottom: 0px !important;
}
.topHeader {
  height: 450px;
  display: flex;
  align-items: center;
  background-image: url('../image/edgeComputing.svg');
  background-size: cover;
}
.topHeader .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #201C26;
  margin-bottom: 14px !important;
}
.topHeader .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  width: 660px;
}
.topHeader .clickButton {
  margin-top: 20px;
}
.topHeader .clickButton a {
  padding: 12px 24px;
  background: #00AA72;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.advantage {
  margin-top: -50px;
}
.advantage .header {
  background: #fff;
  opacity: 0.9;
}
.advantage .header .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}
.advantage .header .tabs a {
  position: relative;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #201C26;
  cursor: pointer;
  border: none;
  padding: 0px;
}
.advantage .header .tabs .active::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #00AA72;
  left: 20px;
  top: 20px;
}
.challengeBox {
  background: #F6F8FA;
}
.challengeBox .challenge {
  padding: 80px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.challengeBox .challenge .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #0F0D15;
  margin-bottom: 40px !important;
}
.challengeBox .challenge ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.challengeBox .challenge ul li {
  display: flex;
}
.challengeBox .challenge ul li .left {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.challengeBox .challenge ul li .right .t1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.325384px;
  color: #0F0D15;
  margin-bottom: 12px;
}
.challengeBox .challenge ul li .right .d1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  etter-spacing: 0.253077px;
  color: #615E69;
  width: 300px;
}
.solutions {
  padding: 80px 0px;
}
.solutions .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.solutions .content .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #0F0D15;
  margin-bottom: 49px !important;
}
.solutions .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  gap: 20px 24px;
}
.solutions .content ul li {
  background: #F6F8FA;
  display: flex;
  justify-content: center;
  padding: 40px 41px 40px 40px;
}
.solutions .content ul li .icon {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.solutions .content ul li .right .t1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0F0D15;
  margin-bottom: 12px;
}
.solutions .content ul li .right .d1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.253077px;
  color: #615E69;
  width: 423px;
}
.architecture .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.architecture .content .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #0F0D15;
  margin-bottom: 49px !important;
}
.architecture .content .picture {
  padding: 40px;
  background: #F6F8FA;
}
.architecture .content .picture .outBox {
  padding: 39px 60px 36px 65px;
  background: #FFFFFF;
}
.scenes {
  background-image: url('../image/scenes-bg.svg');
  background-color: #F6F8FA;
  padding-top: 68px;
  background-repeat: no-repeat;
  background-size: cover;
}
.scenes .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scenes .content .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #0F0D15;
  margin-bottom: 40px !important;
}
.scenes .content .tabs {
  margin: 0px;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  gap: 60px;
  width: 100%;
}
.scenes .content .tabs li {
  margin: 0px;
  display: flex;
  justify-content: center;
  width: 182px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #201C26;
  border-bottom: solid 4px transparent;
}
.scenes .content .tabs li .icon-active,
.scenes .content .tabs li .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.scenes .content .tabs li .icon-active {
  display: none;
}
.scenes .content .tabs .active {
  color: #00AA72;
  border-bottom: solid 4px #00AA72;
}
.scenes .content .tabs .active .icon {
  display: none;
}
.scenes .content .tabs .active .icon-active {
  display: block;
}
.scenes .content .tabContent {
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  height: 571px;
  box-sizing: border-box;
}
.scenes .content .tabContent li {
  display: flex;
  position: absolute;
  margin-top: 0px;
  visibility: hidden;
}
.scenes .content .tabContent li .textContent {
  padding: 40px 60px 40px 65px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(25px);
}
.scenes .content .tabContent li .textContent .t1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.2px;
  color: #201C26;
  margin-bottom: 6px;
  position: relative;
}
.scenes .content .tabContent li .textContent .t1 img {
  position: absolute;
  height: 16px;
  width: 16px;
  left: -25px;
  top: 6px;
}
.scenes .content .tabContent li .textContent .d1 {
  max-width: 635px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.2px;
  color: #8E8C94;
  margin-bottom: 12px;
}
.scenes .content .tabContent li .textContent .d1:last-of-type {
  margin-bottom: 0px;
}
.scenes .content .tabContent li img {
  width: 440px;
}
.scenes .content .tabContent .active {
  visibility: visible;
}
.example {
  padding-top: 85px;
}
.example .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.example .content .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #0F0D15;
  margin-bottom: 12px !important;
}
.example .content .desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}
.example .content > ul {
  margin: 0px;
  margin-top: 49px;
  list-style: none !important;
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: 536px;
}
.example .content > ul > li {
  position: relative;
  margin-top: 0px;
  width: 380px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.example .content > ul > li .head {
  position: relative;
  z-index: 10;
}
.example .content > ul > li .head .bg {
  width: 100%;
  height: 100%;
}
.example .content > ul > li .head .logo {
  width: 110px;
  height: 40px;
  position: absolute;
  left: 40px;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.example .content > ul > li .body {
  position: absolute;
  padding: 40px;
  padding-top: 280px;
  height: 536px;
  background: linear-gradient(183.96deg, #FFFFFF -26.76%, #F6F8FA 96.76%);
  border-radius: 3px;
}
.example .content > ul > li .body .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #201C26;
}
.example .content > ul > li .body ul {
  margin: 0px;
  margin-top: 18px;
  list-style: disc inside !important;
  height: 112px;
  overflow: hidden;
}
.example .content > ul > li .body ul li {
  padding-left: 8px;
  display: list-item;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #888888;
}
.example .content > ul > li .body ul .last {
  margin-top: 0px;
}
.example .content > ul > li .body ul .last-hover {
  display: none;
}
.example .content > ul > li .body .more {
  display: block;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #00AA72;
}
.example .content > ul > li:hover {
  transform: translateY(-10px);
  height: auto;
}
.example .content > ul > li:hover .body {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
}
.example .content > ul > li:hover .body ul {
  height: auto;
}
.example .content > ul > li:hover .body .last {
  display: none;
}
.example .content > ul > li:hover .body .last-hover {
  display: list-item;
}
.example .content .more-example {
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 59px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #615E69;
}
.bannerLink {
  margin-top: 80px;
  background: url('../image/banner-bg1.png');
}
.bannerLink .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.bannerLink .content span {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.bannerLink .content .contact {
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(20px);
  border-radius: 3px;
  padding: 12px 27px 12px 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 22px;
}
