.cpWrap {
  padding: 0;
}
.cpWrap .main {
  max-width: 16rem;
}
.brandIntro {
  width: 100%;
  padding: 0.75rem 0;
  background-image: url(../img/ppbg.png);
}
.brandIntro .main {
  display: grid;
  grid-template-columns: 1fr 5.2rem;
  gap: 1.02rem;
  align-items: center;
}
.brandIntro .img1 {
  width: 2.8rem;
  height: 0.8rem;
  display: block;
}
.brandIntroText h1 {
  font-weight: 600;
  font-size: 0.54rem;
  line-height: 0.68rem;
  color: #003580;
}
.brandIntroText h1 sup {
  font-size: 0.16rem;
  vertical-align: super;
}
.brandIntroText > span {
  width: 0.6rem;
  height: 0.04rem;
  display: block;
  background: #c41e2a;
}
.brandIntroText p {
  width: 6.6rem;
  margin-top: 0.36rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.38rem;
}
.brandIntroPic {
  width: 6.2rem;
  height: 3.5rem;
  background: #f3f7fc;
  overflow: hidden;
}
.brandIntroPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brandBlock {
  width: 100%;
  padding: 0.78rem 0 0;
}
.brandTitle {
  margin-bottom: 0.48rem;
  text-align: center;
}
.brandTitle h2 {
  font-weight: 600;
  font-size: 0.36rem;
  color: #333333;
}
.brandTitle span {
  width: 0.6rem;
  height: 0.04rem;
  background: #c41e2a;
  display: block;
  margin: 0.15rem auto 0;
}
.featureList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
  align-items: center;
}
.featureItem {
  min-height: 1.8rem;
  padding: 0.28rem 0.14rem 0.22rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.18);
  transition: all 0.3s linear;
}
.featureItem:hover {
  background: #ffffff;
  box-shadow: 0 0.04rem 0.18rem rgba(0, 53, 128, 0.12);
}
.featureItem:hover h3 {
  color: #003580;
}
.featureItem:hover img:nth-child(2) {
  display: block;
}
.featureItem:hover img:nth-child(1) {
  display: none;
}
.featureItem img {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto 0.14rem;
  object-fit: contain;
}
.featureItem img:nth-child(2) {
  display: none;
}
.featureItem h3 {
  font-weight: 600;
  font-size: 0.18rem;
  color: #333333;
}
.featureItem p {
  margin-top: 0.08rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666;
}
.brandApply {
  padding-top: 0.8rem;
  padding-bottom: 1.19rem;
  background-image: url(../img/ppbg2.png);
  background-size: cover;
}
.applyGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.2rem;
}
.applyItem img {
  display: block;
  width: 100%;
  height: 3rem;
  background: #dfeaf5;
  object-fit: cover;
}
.applyItem p {
  margin-top: 0.15rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
}
.productCore {
  margin-top: 0.64rem;
  padding: 0.76rem 0 0.96rem;
  background: #ffffff;
}
.productCoreList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.productCoreItem {
  min-height: 3.06rem;
  padding: 0.25rem 0.17rem 0.2rem;
  background: #f7f9fd;
}
.productCoreItem h3 {
  font-weight: 600;
  font-size: 0.22rem;
  color: #333333;
}
.productCoreItem > span {
  width: 0.4rem;
  height: 0.02rem;
  display: block;
  margin-top: 0.1rem;
  background: #C41E2A;
}
.productCoreItem img {
  width: 100%;
  height: 2rem;
  display: block;
  margin-top: 0.2rem;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .cpWrap {
    padding: 0;
  }
  .brandIntro {
    padding-top: 0.56rem;
  }
  .brandIntro .main {
    grid-template-columns: 1fr;
    gap: 0.36rem;
  }
  .brandIntroText p {
    width: 100%;
  }
  .brandIntroPic {
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 290;
  }
  .featureList {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.24rem;
  }
  .applyGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .productCoreList {
    grid-template-columns: repeat(2, 1fr);
  }
  .productCore {
    padding-bottom: 0.78rem;
  }
}
@media (max-width: 560px) {
  .brandIntroText h1 {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
  .brandTitle h2 {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .featureList,
  .applyGrid,
  .productCoreList {
    grid-template-columns: 1fr;
  }
}
