body,
html {
  margin: 0;
  height: 100%;
  padding: 0;
  font-family: "Open Sans", "PingFangSC", "microsoft yahei ui", "microsoft yahei", "helvetica neue", "hiragino sans gb", "arial", "simsun", "sans-serif";
}
body {
  background-color: #0a0e1a;
}
body > * {
  font-family: "Open Sans", "PingFangSC", "microsoft yahei ui", "microsoft yahei", "helvetica neue", "hiragino sans gb", "arial", "simsun", "sans-serif";
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container-width {
  margin: 0 auto;
  max-width: 1200px;
}
.meteverse-home-container__header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.meteverse-home-container__header .logo {
  margin-right: 36px;
  display: inline-block;
  width: 200px;
  height: 100%;
  position: relative;
}
.meteverse-home-container__header .logo .logo-img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.meteverse-home-container__header .menu-list {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.meteverse-home-container__header .menu-list .menu-item {
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 80px;
  float: left;
  box-sizing: border-box;
}
.meteverse-home-container__header .menu-list .menu-item a {
  color: #fff;
}
.meteverse-home-container__header .menu-list .menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.meteverse-home-container__header .menu-list .menu-item.active {
  border-bottom: 4px solid #34d399;
  color: #34d399;
}
.meteverse-home-container__header .sub-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 80px;
}
.primary-color {
  color: #34d399;
}
.meteverse-home-container__banner {
  margin-top: 80px;
  padding-top: 166px;
  width: 100%;
  height: 520px;
  background: url(../images/home/banner-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: right;
}
.meteverse-home-container__banner .banner-title {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 72px;
  color: #fff;
  letter-spacing: 0px;
  text-align: left;
  line-height: 78px;
  font-weight: 600;
  text-shadow: 0 5px 16px rgba(23, 22, 101, 0.26);
}
.meteverse-home-container__banner .banner-describe {
  margin-top: 4px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 100;
  font-style: italic;
}
.features {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 60px;
  background-color: #0a0e1a;
}
.features__title {
  margin-bottom: 48px;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  color: white;
}
.features__title::after {
  margin: 10px auto 0;
  display: block;
  content: " ";
  width: 40px;
  height: 4px;
  background: #34d399;
  border-radius: 2px;
}
.features .features-list {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #121828;
  box-shadow: 0 2px 20px 0 rgba(22, 12, 76, 0.08);
  border-radius: 25px;
  border: 1px solid #1b2137;
}
.features .features-list .features-item {
  width: 300px;
  padding: 36px 28px;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .features .features-list .features-item {
    width: 48%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .features .features-list .features-item {
    width: 100%;
    box-sizing: border-box;
  }
}
.features .features-list .features-item__icon {
  text-align: center;
  height: 80px;
}
.features .features-list .features-item img {
  max-width: 100%;
  max-height: 100%;
}
.features .features-list .features-item__title {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 20px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
.features .features-list .features-item__title {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 20px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
.features .features-list .features-item__content {
  font-size: 14px;
  color: #a8afb7;
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
  font-weight: 400;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .features .features-list .features-item__content {
    line-height: 1.3;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .features .features-list .features-item__content {
    line-height: 1.2;
  }
}
.features .features-list.features-list--cs .features-item {
  width: 259px;
  padding: 36px 20px;
}
.core-products {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 56px;
}
.core-products__title {
  margin-bottom: 60px;
  font-size: 36px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
}
.core-products__title::after {
  margin: 10px auto 0;
  display: block;
  content: " ";
  width: 40px;
  height: 4px;
  background: #34d399;
  border-radius: 2px;
}
.core-products .product-list {
  margin: 0 auto;
  margin-bottom: 60px;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px;
}
.core-products .product-list .product-item {
  width: 240px;
  padding: 30px 20px 30px;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: rgba(22, 12, 76, 0.08) 0 2px 20px 0;
  text-align: center;
}
.core-products .product-list .product-item:hover {
  box-shadow: 0px 2px 24px 0px rgba(22, 12, 76, 0.18);
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .core-products .product-list .product-item {
    width: 46%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .core-products .product-list .product-item {
    width: 100%;
  }
}
.core-products .product-list .product-item__icon {
  text-align: center;
  height: 80px;
}
.core-products .product-list .product-item__icon img {
  max-width: 100%;
  max-height: 100%;
}
.core-products .product-list .product-item__title {
  margin-top: 18px;
  margin-bottom: 16px;
  font-size: 20px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
.core-products .product-list .product-item__content {
  font-size: 14px;
  color: #a8afb7;
  letter-spacing: 0;
  text-align: left;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .core-products .product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .core-products .product-list .product-item {
    width: 100%;
  }
}
.core-products .pl-1 {
  justify-content: space-around;
  gap: 30px;
}
.core-products .pl-2 {
  justify-content: center;
  gap: 50px;
}
.industries {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  background-color: #0a0e1a;
}
.industries__title {
  margin: 0;
  font-size: 36px;
  color: white;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
.industries__title::after {
  margin: 10px auto 0;
  display: block;
  content: " ";
  width: 40px;
  height: 4px;
  background: #34d399;
  border-radius: 2px;
}
.industries__describute {
  margin: 20px auto 40px;
  width: 60%;
  padding: 0 20px;
  font-size: 16px;
  color: #a8afb7;
  letter-spacing: 0;
  text-align: center;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .industries__describute {
    line-height: 1.3;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .industries__describute {
    line-height: 1.1;
  }
}
.industries .industries-list {
  margin: 0 auto;
  max-width: 1200px;
  padding: 28px 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #121828;
  box-shadow: 0 2px 20px 0 rgba(22, 12, 76, 0.08);
  border-radius: 25px;
  border: 1px solid #1b2137;
}
.industries .industries-list .industries-item {
  margin-bottom: 20px;
  width: 260px;
  height: 320px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .industries .industries-list .industries-item {
    width: 46%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .industries .industries-list .industries-item {
    width: 95%;
  }
}
.industries .industries-list .industries-item__main {
  width: 100%;
  height: 98px;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.industries .industries-list .industries-item__text {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  padding: 0 30px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  font-weight: 600;
  box-sizing: border-box;
}
.industries .industries-list .industries-item:nth-of-type(1) {
  background-image: url(../images/home/Media.jpg);
}
.industries .industries-list .industries-item:nth-of-type(2) {
  background-image: url(../images/home/E-commerce.jpg);
}
.industries .industries-list .industries-item:nth-of-type(3) {
  background-image: url(../images/home/Gaming.jpg);
}
.industries .industries-list .industries-item:nth-of-type(4) {
  background-image: url(../images/home/Manufacturing.jpg);
}
.industries .industries-list .industries-item:nth-of-type(5) {
  background-image: url(../images/home/Travel.jpg);
}
.industries .industries-list .industries-item:nth-of-type(6) {
  background-image: url(../images/home/Education.jpg);
}
.industries .industries-list .industries-item:nth-of-type(7) {
  background-image: url(../images/home/Software.jpg);
}
.industries .industries-list .industries-item:nth-of-type(8) {
  background-image: url(../images/home/Banking.jpg);
}
.industries .industries-backgroud-board {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  z-index: -999;
  background-color: #f1f1f2;
  border-radius: 0 100px 0 0;
}
.footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.footer .footer_wrap {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .meteverse-home-container__banner .banner-title {
    -webkit-box-reflect: below -55px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.2)));
    font-size: 100px;
  }
  .meteverse-home-container__header .logo {
    height: 56px;
  }
  .meteverse-home-container__header {
    height: auto;
  }
  .meteverse-home-container__header .menu-list .menu-item {
    line-height: 60px;
  }
}
@media screen and (max-width: 798px) {
  .meteverse-home-container__banner .banner-title {
    -webkit-box-reflect: below -90px -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.2)));
    font-size: 60px;
  }
  .meteverse-about-us-container__banner .banner-describe-container {
    width: auto;
  }
}
.meteverse-download-container__banner {
  margin-top: 80px;
  width: 100%;
  background: url(../images/download/download-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.meteverse-download-container__banner .banner-text-container {
  padding-top: 72px;
  padding-left: 0;
  width: 651px;
}
@media screen and (min-width: 1200px) {
  .meteverse-download-container__banner .banner-text-container {
    padding-right: 539px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .meteverse-download-container__banner .banner-text-container {
    width: auto;
    padding: 30px 20px;
  }
}
.meteverse-download-container__banner .banner-text-container .banner-title {
  opacity: 0.95;
  font-size: 56px;
  color: #fff;
  letter-spacing: 0;
  line-height: 84px;
  text-shadow: 0 5px 16px rgba(23, 22, 101, 0.26);
  font-weight: 700;
}
.meteverse-download-container__banner .banner-text-container .banner-describe {
  margin-top: 8px;
  padding-bottom: 112px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 100;
  opacity: 0.95;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .meteverse-download-container__banner .banner-text-container .banner-describe {
    line-height: 1.3;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .meteverse-download-container__banner .banner-text-container .banner-describe {
    line-height: 1.2;
  }
}
.application-scenarios {
  padding-top: 60px;
  background-image: url(../images/download/application-scenarios-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #0a0e1a;
}
.application-scenarios__title {
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 48px;
  font-size: 36px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
}
.application-scenarios .application-scenarios-list {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 88px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application-scenarios .application-scenarios-list .application-scenarios-item {
  margin-bottom: 20px;
  width: 384px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .application-scenarios .application-scenarios-list .application-scenarios-item {
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .application-scenarios .application-scenarios-list .application-scenarios-item {
    width: 100%;
  }
}
.application-scenarios .application-scenarios-list .application-scenarios-item__body {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.application-scenarios .application-scenarios-list .application-scenarios-item__text {
  width: 235px;
  min-height: 70px;
  position: absolute;
  bottom: 10px;
  left: 24px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.application-scenarios.download .application-scenarios-item:nth-of-type(1) {
  background-image: url(../images/download/game-downloads.jpg);
}
.application-scenarios.download .application-scenarios-item:nth-of-type(2) {
  background-image: url(../images/download/cloud-storage.jpg);
}
.application-scenarios.download .application-scenarios-item:nth-of-type(3) {
  background-image: url(../images/download/application-software-distribution.jpg);
}
.application-scenarios.edge-computing .application-scenarios-item:nth-of-type(1) {
  background-image: url(../images/edge-computing/video-transcoding.jpg);
}
.application-scenarios.edge-computing .application-scenarios-item:nth-of-type(2) {
  background-image: url(../images/edge-computing/smart-vehicles.jpg);
}
.application-scenarios.edge-computing .application-scenarios-item:nth-of-type(3) {
  background-image: url(../images/edge-computing/ioT.jpg);
}
.application-scenarios.live-stream .application-scenarios-item:nth-of-type(1) {
  background-image: url(../images/live-stream/live-sports-events.jpg);
}
.application-scenarios.live-stream .application-scenarios-item:nth-of-type(2) {
  background-image: url(../images/live-stream/gaming-events.jpg);
}
.application-scenarios.live-stream .application-scenarios-item:nth-of-type(3) {
  background-image: url(../images/live-stream/conventions-and-conferences.jpg);
}
.application-scenarios.vod .application-scenarios-item:nth-of-type(1) {
  background-image: url(../images/vod/video-sites.jpg);
}
.application-scenarios.vod .application-scenarios-item:nth-of-type(2) {
  background-image: url(../images/vod/tv-platforms.jpg);
}
.application-scenarios.vod .application-scenarios-item:nth-of-type(3) {
  background-image: url(../images/vod/gaming-forums.jpg);
}
.meteverse-vod-container__banner {
  margin-top: 80px;
  width: 100%;
  background: url(../images/vod/vod-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.meteverse-vod-container__banner .banner-text-container {
  padding-top: 72px;
  padding-left: 0px;
  width: 651px;
}
@media screen and (min-width: 1200px) {
  .meteverse-vod-container__banner .banner-text-container {
    padding-right: 539px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .meteverse-vod-container__banner .banner-text-container {
    width: auto;
    padding: 30px 20px;
  }
}
.meteverse-vod-container__banner .banner-text-container .banner-title {
  opacity: 0.95;
  font-size: 56px;
  color: #fff;
  letter-spacing: 0;
  line-height: 84px;
  text-shadow: 0 5px 16px rgba(23, 22, 101, 0.26);
  font-weight: 700;
}
.meteverse-vod-container__banner .banner-text-container .banner-describe {
  margin-top: 8px;
  padding-bottom: 112px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 100;
  opacity: 0.95;
}
.about-page {
  margin-top: 80px;
  min-height: calc(100vh - 200px);
  background: #090d1a;
  padding: 80px 0 40px 0;
  font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.about-header {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}
.about-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 60px 0;
  letter-spacing: 2px;
}
.about-title-underline {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  margin: 0 auto 30px;
}
.about-description {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  color: #a8afb7;
}
.stats-section {
  max-width: 1200px;
  margin: 60px auto 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  background: #111827;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.stat-card-1 {
  border-top: 8px solid #34d399;
}
.stat-card-2 {
  border-top: 8px solid #60a5fa;
}
.stat-card-3 {
  border-top: 8px solid #a78bfa;
}
.stat-card-4 {
  border-top: 8px solid #34d399;
}
.stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 18px;
  color: #a8afb7;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .about-title {
    font-size: 36px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
.meteverse-live-stream-container__banner {
  margin-top: 80px;
  width: 100%;
  background: url(../images/live-stream/streaming-acceleratio-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
}
.meteverse-live-stream-container__banner .banner-text-container {
  padding-top: 126px;
  padding-left: 0px;
  width: 662px;
}
@media screen and (min-width: 1200px) {
  .meteverse-live-stream-container__banner .banner-text-container {
    padding-right: 539px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .meteverse-live-stream-container__banner .banner-text-container {
    width: auto;
    padding: 30px 20px;
  }
}
.meteverse-live-stream-container__banner .banner-text-container .banner-title {
  opacity: 0.95;
  font-size: 56px;
  color: #fff;
  letter-spacing: 0;
  line-height: 84px;
  text-shadow: 0 5px 16px rgba(23, 22, 101, 0.26);
  font-weight: 700;
}
.meteverse-live-stream-container__banner .banner-text-container .banner-describe {
  margin-top: 8px;
  padding-bottom: 106px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 100;
  opacity: 0.95;
}
.meteverse-edge-computing-container__banner {
  margin-top: 80px;
  width: 100%;
  background: url(../images/edge-computing/edge-computing-banner-bg-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.meteverse-edge-computing-container__banner .banner-text-container {
  padding-top: 96px;
  padding-left: 0px;
  width: 662px;
}
@media screen and (min-width: 1200px) {
  .meteverse-edge-computing-container__banner .banner-text-container {
    padding-right: 539px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .meteverse-edge-computing-container__banner .banner-text-container {
    width: auto;
    padding: 30px 20px;
  }
}
.meteverse-edge-computing-container__banner .banner-text-container .banner-title {
  opacity: 0.95;
  font-family: "Open Sans", "PingFangSC", "microsoft yahei ui", "microsoft yahei", "helvetica neue", "hiragino sans gb", "arial", "simsun", "sans-serif";
  font-size: 56px;
  color: #fff;
  letter-spacing: 0;
  line-height: 84px;
  text-shadow: 0 5px 16px rgba(23, 22, 101, 0.26);
  font-weight: 700;
}
.meteverse-edge-computing-container__banner .banner-text-container .banner-describe {
  padding-bottom: 112px;
  color: #a8afb7;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 100;
  font-size: 20px;
  font-weight: 400;
  width: 500px;
  margin-top: 18px;
  line-height: 32px;
}
.meteverse-cloud-security-container__banner {
  margin-top: 80px;
  width: 100%;
  background: url(../images/cloud-security/Cloud-Security.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
}
.meteverse-cloud-security-container__banner .banner-text-container {
  padding-top: 126px;
  padding-left: 0px;
  width: 662px;
}
@media screen and (min-width: 1200px) {
  .meteverse-cloud-security-container__banner .banner-text-container {
    padding-right: 539px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .meteverse-cloud-security-container__banner .banner-text-container {
    width: auto;
    padding: 30px 20px;
  }
}
.meteverse-cloud-security-container__banner .banner-text-container .banner-title {
  opacity: 0.95;
  font-size: 56px;
  color: #fff;
  letter-spacing: 0;
  line-height: 84px;
  text-shadow: 0 5px 16px rgba(23, 22, 101, 0.26);
  font-weight: 700;
}
.meteverse-cloud-security-container__banner .banner-text-container .banner-describe {
  margin-top: 8px;
  padding-bottom: 106px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 100;
  opacity: 0.95;
}
.cloud-security-features {
  padding: 60px 20px;
  background: #0a0e1a;
}
.cloud-security-features__title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.cloud-security-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cloud-security-features-list {
    grid-template-columns: 1fr;
  }
}
.security-feature-card {
  background: #111827;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.security-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.security-feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.security-feature-card--green::before {
  background: linear-gradient(180deg, #10b981 0%, #059669 100%);
}
.security-feature-card--blue::before {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
}
.security-feature-card--purple::before {
  background: linear-gradient(180deg, #8b5cf6 0%, #7c3aed 100%);
}
.security-feature-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px 0;
  padding-left: 12px;
}
.security-feature-card__desc {
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0;
  padding-left: 12px;
}
