.cp-obc__wrapper {
  max-width: 1080px;
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 80px;
  padding: 0 8rem;
}
.cp-obc__header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cp-obc__header .header-ico {
  height: 48px;
  height: 4.8rem;
}
.cp-obc__header .header-ico img {
  height: 100%;
  width: auto;
}
.cp-obc__header .header-title{
  font-family: "genesis-head-office", sans-serif;
  width: 182px;
  width: 18.2rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 32px;
  margin-top: 3.2rem;
  color: #111;
}
html[lang="zh-CN"] .cp-obc__header .header-title {
  font-family: "genesis-head", sans-serif;
  font-size: 14.4px;
  font-size: 1.44rem;
}
.cp-obc__header .header-sub-txt {
  font-family: "genesis-text-office", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 0.8rem;
  color: #111;
}
html[lang="zh-CN"] .cp-obc__header .header-sub-txt {
  font-family: "genesis-text", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.cp-obc__card-group {
  display: grid;
  grid-row-gap: 24px;
  grid-row-gap: 2.4rem;
  grid-column-gap: 24px;
  grid-column-gap: 2.4rem;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 24px;
  margin-top: 2.4rem;
}
.cp-obc__card-group .cp-obc__card {
  padding: 48px 40px;
  padding: 4.8rem 4rem;
  background-color: rgba(0, 0, 0, 0.02);
  min-height: 400px;
  min-height: 40rem;
  max-height: 560px;
  max-height: 56rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.cp-obc__card-group .cp-obc__card .card__title {
  display: flex;
  align-items: center;
}
.cp-obc__card-group .cp-obc__card .card__title img {
  height: 48px;
  height: 4.8rem;
  width: auto;
}
.cp-obc__card-group .cp-obc__card .card__title p {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0;
  text-align: left;
  margin-left: 24px;
  margin-left: 2.4rem;
}
html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__title p {
  font-family: "genesis-head-light", sans-serif;
  font-size: 19.2px;
  font-size: 1.92rem;
}
.cp-obc__card-group .cp-obc__card .card__inner {
  flex: 1;
  overflow-y: scroll;
  padding: 0 41px 0 16px;
  padding: 0 4.1rem 0 1.6rem;
  margin: 20px -33px 0 0;
  margin: 2rem -3.3rem 0 0;
}
.cp-obc__card-group .cp-obc__card .card__inner::-webkit-scrollbar {
  width: 8px;
  height: 48px;
}
.cp-obc__card-group .cp-obc__card .card__inner::-webkit-scrollbar-thumb {
  background:#A2A2A2;
  border-radius: 8px;
}
.cp-obc__card-group .cp-obc__card .card__inner .info-list {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.cp-obc__card-group .cp-obc__card .card__inner .info__inner {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.cp-obc__card-group .cp-obc__card .card__inner .info__inner-title {
  font-family: "genesis-text-office", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0;
  color: #111;
}
html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__inner .info__inner-title {
  font-family: "genesis-text", sans-serif;
  font-size: 19.2px;
  font-size: 1.92rem;
}
.cp-obc__card-group .cp-obc__card .card__inner .info__inner-sub-title {
  font-family: "genesis-text-office", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0;
  color: #111;
}
html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__inner .info__inner-sub-title {
  font-family: "genesis-text", sans-serif;
  font-size: 12.8px;
  font-size: 1.28rem;
}
.cp-obc__card-group .cp-obc__card .card__inner .tip__inner {
  font-family: "genesis-text-office", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0;
  padding-left: 13px;
  padding-left: 1.3rem;
}
html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__inner .tip__inner {
  font-family: "genesis-text", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.cp-obc__card-group .cp-obc__card .card__inner .tip__inner .list-disc-style {
  list-style-type: disc;
  list-style-position: outside;
  text-indent: 1px;
}
.cp-obc__card-group .cp-obc__card .card__inner .tip__inner .list-normal-style {
  margin-left: -13px;
  margin-left: -1.3rem;
  display: flex;
}
.cp-obc__card-group .cp-obc__card .card__inner .tip__inner .list-normal-style span {
  padding-right: 8px;
  padding-right: 0.8rem;
  display: block;
}
.cp-obc__card-group .cp-obc__card .card-link {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.cp-obc__desc {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-top: 8rem;
}
.cp-obc__desc .cp-obc__desc-ico {
  /* width: 32px;
  width: 3.2rem; */
  height: 32px;
  height: 3.2rem;
  margin-right: 32px;
  margin-right: 3.2rem;
}
.cp-obc__desc .cp-obc__desc-ico img {
  height: 100%;
  width: auto;
}
.cp-obc__desc .cp-obc__desc-inner .desc-title {
  font-family: "genesis-head-office", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #111;
}
html[lang="zh-CN"] .cp-obc__desc .cp-obc__desc-inner .desc-title {
  font-family: "genesis-head", sans-serif;
  font-size: 14.4px;
  font-size: 1.44rem;
}
.cp-obc__desc .cp-obc__desc-inner .desc-sub-txt {
  font-family: "genesis-text-office", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  padding-top: 8px;
  padding-top: 0.8rem;
  color: #111;
}
html[lang="zh-CN"] .cp-obc__desc .cp-obc__desc-inner .desc-sub-txt {
  font-family: "genesis-text", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.cp-obc__desc .cp-obc__desc-inner .desc-sub-txt.only-txt {
  margin-top: -64px;
  margin-top: -6.4rem;
}
.cp-obc__disclaimer {
  font-family: "genesis-text-office", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #4D4D4D;
  margin-top: 80px;
  margin-top: 8rem;
}
html[lang="zh-CN"] .cp-obc__disclaimer {
  font-family: "genesis-text", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .cp-obc__wrapper {
    padding: 0 30px;
    padding: 0 3rem;
  }
}
@media screen and (max-width:1024px) {
  .cp-obc__header .header-ico {
    height: 32px;
    height: 3.2rem;
  }
  .cp-obc__header .header-title {
    font-family: "genesis-head-office-light", sans-serif;
    margin-top: 16px;
    margin-top: 1.6rem;
    width: unset;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 30px;
    line-height: 3rem;
  }
  html[lang="zh-CN"] .cp-obc__header .header-title {
    font-family: "genesis-head-light", sans-serif;
    font-size: 30px;
    font-size: 3rem;
  }
  .cp-obc__header .header-sub-txt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 20px;
    margin-top: 2rem;
  }
  html[lang="zh-CN"] .cp-obc__header .header-sub-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-obc__card-group {
    grid-row-gap: 16px;
    grid-row-gap: 1.6rem;
    grid-column-gap: 16px;
    grid-column-gap: 1.6rem;
    margin-top: 60px;
    margin-top: 6rem;
  }
  .cp-obc__card-group .cp-obc__card {
    grid-column: span 12 / auto !important;
    padding: 38px 20px 30px;
    padding: 3.8rem 2rem 3rem;
    min-height: unset;
    max-height: 712px;
    max-height: 71.2rem;
  }
  .cp-obc__card-group .cp-obc__card .card__title img {
    height: 24px;
    height: 2.4rem;
  }
  .cp-obc__card-group .cp-obc__card .card__title p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    margin-left: 12px;
    margin-left: 1.2rem;
  }
  html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__title p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner {
    padding: 0 22px 0 36px;
    padding: 0 2.2rem 0 3.6rem;
    margin: 28px -12px 0 0;
    margin: 2.8rem -1.2rem 0 0;
  }
  .cp-obc__card-group .cp-obc__card .card-link {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .info__inner-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 600;
  }
  html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__inner .info__inner-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .info__inner-sub-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: 10px;
    margin-top: 1rem;
  }
  html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__inner .info__inner-sub-title {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .info__inner {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .info-list {
    padding-bottom: 0;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .tip-list {
    margin-left: -15px;
    margin-left: -1.5rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .tip__inner {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  html[lang="zh-CN"] .cp-obc__card-group .cp-obc__card .card__inner .tip__inner {
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner::-webkit-scrollbar {
    width: 3px;
    width: 0.3rem;
  }
  .cp-obc__wrapper .cm-btn-more:not(.type-newwindow):not(.type-layer) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
  html[lang="zh-CN"] .cp-obc__wrapper .cm-btn-more:not(.type-newwindow):not(.type-layer) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
  .cp-obc__wrapper .cm-btn-more:not(.type-newwindow):not(.type-layer):after {
    top: 0;
  }
  .cp-obc__disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-top: 44px;
    margin-top: 4.4rem;
  }
  html[lang="zh-CN"] .cp-obc__disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .cp-obc__desc {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
  .cp-obc__desc .cp-obc__desc-ico {
    margin-left: 8px;
    margin-left: 0.8rem;
    margin-right: 12px;
    margin-right: 1.2rem;
  }
  .cp-obc__desc .cp-obc__desc-inner .desc-title {
    font-family: "genesis-head-office-light", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
  html[lang="zh-CN"] .cp-obc__desc .cp-obc__desc-inner .desc-title {
    font-family: "genesis-head-light", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-obc__desc .cp-obc__desc-inner .desc-sub-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding-top: 4px;
    padding-top: 0.4rem;
  }
  html[lang="zh-CN"] .cp-obc__desc .cp-obc__desc-inner .desc-sub-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-obc__desc .cp-obc__desc-inner .desc-sub-txt.only-txt {
    margin-top: -8px;
    margin-top: -0.8rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  .cp-obc__card-group .cp-obc__card .card__inner .tip__inner .list-normal-style span {
    padding: 0 6px 0 2px;
    padding: 0 0.6rem 0 0.2rem;
  }
}
.cp-obc__card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem 2.4rem;
}
.cp-obc__card-group {
    --columns: 6;
    --gap: 2.4rem;
    --col-width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
}

.cp-obc__card-group .cp-obc__card {
    --basis: 1;
    flex: 0 0 var(--col-width);
    flex-basis: calc(var(--basis) * var(--col-width) + var(--gap));
}

@media screen and (max-width: 1024px) {
    .cp-obc__card-group .cp-obc__card {
        flex: 0;
        flex-basis: calc(12 * var(--col-width) + var(--gap));
    }
}

