.cloudEcology-banner {
  position: relative;
  background-color: #f1f4fd;
  height: 540px;
}
.cloudEcology-banner .sub-title {
  position: relative;
  display: flex;
  align-items: center;
}
.cloudEcology-banner .sub-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 75%;
  background-color: #1764ff;
  margin-right: 12px;
}
.cloudEcology-banner img {
  user-select: none;
  -webkit-user-drag: none;
}
.cloudEcology-banner .container {
  height: 100%;
}
.cloudEcology-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cloudEcology-banner .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cloudEcology-banner .banner-sp {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.cloudEcology-banner .banner-sp:last-child {
  margin-right: 0px;
}
.cloudEcology-banner .banner-sp .bannericon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .cloudEcology-banner {
    height: 460px;
  }
  .cloudEcology-banner .sub-title {
    justify-content: center;
  }
  .cloudEcology-b {
    font-size: 28px !important;
  }
  .cloudEcology-p {
    font-size: 12px !important;
  }
  .cloudEcology-banner .banner-content p {
    font-size: 14px;
    width: 90%;
    margin: 4px auto !important;
  }
  .cloudEcology-banner .banner-content div {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .cloudEcology-banner .banner-sp .bannericon {
    width: 32px;
    height: 32px;
  }
  .cloudEcology-banner .banner-sp {
    margin-right: 24px;
  }
  .cloudEcology-banner .links {
    justify-content: space-around;
  }
  .cloudEcology-banner .link-2 {
    margin-left: 0;
  }
}

/*  当前形势 */
.cloudEcology-quo {
  padding: 78px 0 90px;
}
.cloudEcology-quo .quo-content {
  display: flex;
  align-items: flex-end;
  background-color: #f5f7fc;
  padding: 40px 36px;
  border-radius: 8px;
  background-image: url(/libraries_v4/view/cloudEcology/imgs/quo-img.png);
  background-repeat: no-repeat;
  background-size: 280px 280px;
  background-position: left bottom;
}
.cloudEcology-quo .quo-info {
  flex: 1;
  flex-shrink: 0;
}
.cloudEcology-quo .card-item {
  border: 1px solid #e1e6ed;
  padding: 16px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #f3f5f9, #ffffff);
  height: 100%;
  display: flex;
  align-items: center;
}
.cloudEcology-quo .card-item .quoicon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .cloudEcology-quo .quo-info {
    font-size: 14px;
  }
  .cloudEcology-quo {
    padding: 30px 0;
  }
  .cloudEcology-quo p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .cloudEcology-quo .quo-content {
    background-image: none;
  }
  .cloudEcology-quo .quo-content {
    padding: 24px;
  }
}

/* 为什么选择 SUBMAIL？ */
.cloudEcology-why {
  padding: 120px 0;
}
.cloudEcology-why .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.why-container .dots {
  display: flex;
  justify-content: space-between;
}
.why-container .dots-item .text {
  position: relative;
  cursor: pointer;
}
.why-container .dots-item .text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #1764ff;
  transition: all 0.3s;
}

.why-container .dots-item.active .text::after {
  width: 120%;
}
.why-content .text {
  min-height: 40px;
}
.why-content h5 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cloudEcology-why {
    padding: 30px 0;
  }
}

@media screen and (max-width: 575px) {
  .why-content .text {
    min-height: 84px;
  }
}

/* 伙伴权益 */
section.rights {
  padding: 60px 0 60px;
}

section.rights .card-item {
  border: 1px solid #e1e6ed;
  padding: 30px 24px 40px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #f3f5f9, #ffffff);
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
section.rights .card-item img {
  width: 50%;
  margin-top: 48px;
  transition: all 0.3s;
}
section.rights .card-item .title {
  position: relative;
  margin-top: 40px;
  transition: all 0.3s;
  font-size: 22px;
}
section.rights .card-item .dec {
  width: 100%;
  padding: 0 24px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}

section.rights .card-item.active img {
  width: 35%;
  margin-top: 0;
}
section.rights .card-item.active .title {
  font-size: 18px;
  margin-top: 30px;
}
section.rights .card-item.active .dec {
  opacity: 1;
  bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section.rights .card-item {
    min-height: 350px;
  }
  /* section.rights .card-item.active .dec {
    bottom: 30px;
  } */
}
@media (max-width: 768px) {
  section.rights {
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  section.rights .card-item {
    min-height: 305px;
  }
  section.rights .card-item.active .dec {
    bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  section.rights .card-item img {
    width: 40%;
  }
  section.rights .card-item {
    height: 350px;
  }
  section.rights .card-item.active .dec {
    bottom: 50px;
  }
}

/* 合作流程 */
.partners-flow {
  padding: 60px 0 100px;
}
.partners-flow .flows {
  display: flex;
  justify-content: space-between;
}
.partners-flow .flows .line {
  width: 100%;
  height: 5px;
  background: linear-gradient(
    270deg,
    #006bfc 0.95%,
    rgba(0, 107, 252, 0) 100.58%
  );
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
}
.partners-flow .flow-item {
  position: relative;
  background-color: #fff;
  z-index: 1;
  width: 18%;
}
.flow-item-bg {
  width: 100%;
  height: 100%;
  background-image: url(/libraries_v4/view/cloudEcology/imgs/parter-bg.jpg);
  background-position: top center;
  background-size: 70% 57%;
  background-repeat: no-repeat;
  padding: 12px 0 0 0;
}
.flow-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 24px;

  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(
    180deg,
    rgba(227, 236, 249, 0.6) 0%,
    rgba(227, 236, 249, 0.2) 51.56%,
    rgba(255, 255, 255, 0.1) 100%
  );
  box-shadow: 0px 1.97759px 1.97759px 0px rgba(102, 102, 102, 0.1);
  backdrop-filter: blur(15px);
}
.flow-item-card .num {
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006bfc;
  font-size: 48px;
  font-style: italic;
}
.flow-item-card .title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .partners-flow {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .flow-item-card {
    padding-bottom: 16px;
  }
  .flow-item-card .num {
    font-size: 32px;
  }
  .flow-item-card .title {
    font-size: 14px;
    margin-top: 8px;
  }
  section h1 {
    font-size: 28px;
  }
  section h2 {
    font-size: 24px;
  }
}
