.cloudplatform-banner {
  width: 100%;
  height: 992px;
  background-image: url("/images/cloudplatform/part1bj.png");
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-swiper {
  width: 1200px;
  height: 540px;
  display: flex;
  margin: 94px auto 0px;
}
h4 {
  font-size: 32px;
  color: #2b50ee;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 55px;
}
.banner-sub-title {
  font-size: 16px;
  color: #1abf5c;
  letter-spacing: 1px;
}
.banner-list {
  color: #191b24;
  font-size: 18px;
  position: relative;
  margin-left: 20px;
  margin-top: 35px;
}
.banner-list::after {
  content: "";
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #2b52ed;
  position: absolute;
  top: 8px;
  left: -20px;
}
.banner-swiper-item {
  width: 400px;
}
.banner-swiper-img {
  width: 800px;
  position: relative;
}
.swiper-img {
  width: 100%;
  height: 410px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.swiper-img-indicator {
  width: 282px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 66px;
}
.one-indicator,
.two-indicator,
.three-indicator {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one-indicator .active,
.two-indicator .active,
.three-indicator .active {
  width: 28px;
}
.indicator-round {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: rgba(120, 124, 140, 0.3);
}
.zuo,
.you {
  cursor: pointer;
}
.animation {
  animation: getAnimation 1s ease-in-out;
}

@keyframes getAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-model {
  width: 100%;
  height: 754px;
  background-image: url("/images/cloudplatform/part2bj.png");
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1px;
}
.banner-model .swiper-img-indicator {
  width: 282px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 400px;
}
.banner-presentation {
  width: 100%;
  height: 754px;
  background-image: url("/images/cloudplatform/part3bj.png");
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1px;
}
.banner-presentation .swiper-img-indicator {
  width: 282px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 66px;
}
.protection {
  width: 1200px;
  height: 770px;
  margin: 0 auto;
}
.protection-list {
  display: flex;
  justify-content: space-between;
}
.protection-list > div {
  width: 274px;
  text-align: center;
}
.protection-list p {
  text-align: left;
  line-height: 34px;
  font-size: 18px;
  color: #191b24;
  letter-spacing: 1px;
}
h5 {
  font-size: 26px;
  color: #191b24;
  font-weight: 400;
  margin: 50px 0px 60px;
  letter-spacing: 1px;
}
.function {
  width: 100%;
  height: 716px;
  background: #f5f5f7;
}
.function-list {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 54px;
}
.function-list > div {
  width: 258px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #b9bbc4;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #191b24;
  background: #fff;
  box-sizing: border-box;
}
