.caas-selected {
  display: flex;
  align-items: center;
  gap: 0 0.7rem;
  padding: 0.2rem;
  margin: 0.8rem 0 0.4rem;
}
.caas-selected img {
  width: 7.2rem;
  background-color: #fff;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
}
.caas-selected .content h3 {
  font-size: 0.3rem;
  line-height: 0.38rem;
  margin-bottom: 0.17rem;
}
.caas-selected .content p {
  color: #666;
  font-size: 0.23rem;
  line-height: 0.36rem;
}
/* 一行3个，title为主题色，无img */
.caas-core-advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin: 0.17rem 0 0.9rem;
}
.caas-core-advantages > div {
  width: 3.8rem;
  color: #111;
  line-height: 0.2rem;
  background-color: #fff;
  padding: 0.27rem 0.21rem;
}
.caas-core-advantages h4 {
  color: #ed7131;
  margin-bottom: 0.13rem;
}
h3:has(+.technical-ck) {
  font-size: 0.23rem;
  margin: 0.5rem 0 0.2rem;
}
.technical-ck {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.46rem;
}
.technical-ck > div {
  width: 3.6rem;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 0.24rem;
  padding: 0.23rem 0.2rem;
}
.technical-ck > div img {
  width: 1.93rem;
}
.technical-ck > div h4 {
  color: #000;
  font-size: 0.18rem;
  font-weight: 400;
  margin-top: 0.1rem;
}
.technical-ck > div p {
  font-weight: 500;
  margin-top: 5px;
}
.technical-ck.software > div {
  text-align: left;
  padding: 0.2rem 0.2rem 0.35rem;
}
.technical-ck.software > div img {
  width: 1.71rem;
}
.technical-ck.it-asset > div {
  padding: 0.3rem 0.2rem;
}
.technical-ck.it-asset > div img {
  width: 1.81rem;
}
/* 一行3个，title为主题色，无img */
.three-noimg-box1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 0.88rem;
}
.three-noimg-box1 > div {
  width: 4.6rem;
  color: #111;
  line-height: 0.2rem;
}
.three-noimg-box1 h4 {
  color: #ed7131;
  margin-bottom: 0.1rem;
}
.caas-process {
  width: 100%;
  height: 1.6rem;
  display: flex;
  justify-content: space-between;
  background: #fff url('../images/ssl/cloud-code/Sectigo-CaaS-subscription-process.png') center center / 100% 100% no-repeat;
  margin: 0.32rem 0 0.8rem;
}
.caas-process > div {
  width: 3.6rem;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0 0.14rem;
  padding: 0.35rem 0.2rem;
}
.caas-process > div img {
  flex-shrink: 0;
  width: 0.42rem;
}
.caas-process > div p {
  color: #111;
  line-height: 0.18rem;
  margin-top: 0.13rem;
}
@media (max-width: 640px) {
  .caas-selected {
    flex-wrap: wrap;
  }
  .caas-selected img {
    width: 100%;
    margin-right: 0;
  }
  .caas-selected .content {
    line-height: 0.3rem;
    margin-top: 0.4rem;
  }
  /* 一行3个，title为主题色，无img */
  .caas-core-advantages > div {
    width: 2.9rem;
    line-height: 0.26rem;
  }
  h3:has(+.technical-ck) {
    font-size: 0.3rem;
    font-weight: 500;
    margin: 0.4rem 0 0.15rem;
  }
  .technical-ck {
    gap: 0.2rem;
  }
  .technical-ck > div {
    width: 2.9rem;
    line-height: 0.3rem;
    padding: 0.2rem 0.2rem 0.4rem;
  }
  .technical-ck > div img {
    width: 1.93rem;
  }
  .technical-ck > div h4 {
    color: #000;
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
  .technical-ck > div p {
    font-weight: 500;
    margin-top: 5px;
  }
  .technical-ck.software > div {
    text-align: left;
    padding: 0.2rem 0.2rem 0.35rem;
  }
  .technical-ck.software > div img {
    width: 1.71rem;
  }
  /* 一行3个，title为主题色，无img */
  .three-noimg-box1 {
    gap: 0.6rem 0.2rem;
  }
  .three-noimg-box1 > div {
    width: 2.9rem;
    line-height: 0.26rem;
  }
  .caas-process {
    height: auto;
    flex-wrap: wrap;
    gap: 0.4rem 0;
    background: #fff;
    margin: 0.32rem 0 0.8rem;
  }
  .caas-process > div {
    width: 2.9rem;
    height: auto;
    padding: 0;
  }
  .caas-process > div p {
    line-height: 0.24rem;
  }
}
