.category_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}
.category_banner .img.img_aba {
  width: 73.19444444%;
  --h: 50.75901328%;
  margin-right: -18.19444444%;
  clip-path: polygon(22.3% 0, 100% 0, 77.7% 100%, 0 100%);
  margin-top: 5.5rem;
}
.category_banner .head {
  flex: 1;
  width: 100%;
  max-width: 57.6rem;
  padding-bottom: 2px;
}
.category_banner p {
  margin-top: 2.4rem;
}
.category_banner .btn {
  margin-top: 4.2rem;
}
.category_banner .tags {
  flex: 1;
  padding-bottom: 3.1%;
}
.category_banner .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.category_banner .tags li {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #2d3372;
  border: 1px solid #464e89;
  transition: all 0.3s;
  line-height: 2.5;
  gap: 0.5em;
  padding: 0 1.2857em 0 1.35714em;
}
.category_banner .tags li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  background: url("../img/gou.svg") no-repeat center / contain;
}
.category_banner .tags li:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.category_banner .nums {
  position: relative;
  width: 56.875%;
  margin-right: -1.875%;
  padding: 2.9166667% 0 4.7916667%;
}
.category_banner .nums::before {
  position: absolute;
  width: 1px;
  height: 200%;
  background-color: #fff;
  opacity: 0.11;
  left: 0;
  top: 0;
  content: '';
  transform: rotate(24deg);
  transform-origin: left top;
}
.category_banner .nums::after {
  position: absolute;
  width: 100%;
  left: 95%;
  top: -3px;
  bottom: 0;
  content: '';
  background-color: #3a72ef;
  transform: skewX(-24deg);
}
.category_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 68.2rem;
  gap: 2rem;
}
.category_banner .nums li {
  flex: 1;
  text-align: center;
  color: #fff;
}
.category_banner .nums .wrap {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.category_banner .nums .label {
  font-size: 1.5rem;
  opacity: 0.8;
  margin-top: 1.1rem;
  font-weight: 200;
  letter-spacing: 0.02rem;
}
.category_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}
.category_banner .float_mask .img img {
  opacity: 0.11;
}
.category_banner .float_mask .img1 {
  left: -39.43%;
  bottom: -34.1%;
}
.category_intro {
  padding: 13.2rem 0 11.1rem;
}
.category_intro .img {
  width: 43.4027778%;
  --h: 101.44%;
  margin-top: 1.66667%;
}
.category_intro .img + .rt {
  max-width: 68.9rem;
}
.category_intro .rt {
  flex: 1;
  width: 100%;
}
.category_intro h2 {
  max-width: 65.5rem;
}
.category_intro p {
  margin-top: 3.3rem;
}
.category_intro p + p {
  margin-top: 3rem;
}
.category_intro .features {
  margin-top: 3.4rem;
}
.category_intro .features ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.8rem;
}
.category_intro .features li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  align-items: start;
  background-color: var(--bg);
  border: 1px solid #e5e7ea;
  gap: 1.9rem;
  padding: 1.6rem 2rem 1.4rem;
}
.category_intro .features .icon {
  padding-bottom: 100%;
}
.category_intro .features .info {
  margin-top: 1px;
}
.category_intro .features .info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a2e;
}
.category_intro .features .info p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--text);
  max-width: 22rem;
  margin-top: 0.8rem;
  letter-spacing: -0.012rem;
}
.category_main {
  padding: 11rem 0 8.1rem;
}
.category_main p {
  max-width: 69.6rem;
  margin-top: 1.6rem;
}
.category_main .list {
  margin-top: 7.3rem;
}
.category_main .list li:first-child .item {
  border-top: 1px solid #e5e7ea;
}
.category_main .list .active .item::after {
  opacity: 1;
}
.category_main .list .active .item .title {
  color: var(--primary);
}
.category_main .item {
  position: relative;
  display: grid;
  grid-template-columns: auto 14.79166667% 1fr auto;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #e5e7ea;
  gap: 7.8rem;
  padding: 2rem 0;
}
.category_main .item::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  bottom: 0;
  left: 0;
  content: '';
  transition: all 0.3s;
  opacity: 0;
}
.category_main .item .img {
  width: 10.8rem;
  border-radius: 50%;
  --h: 100%;
  background-image: linear-gradient(to bottom, #e0e1e3 10%, #f1f1f3 56%, #eaebed);
}
.category_main .item .title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #1a1a2e;
  transition: all 0.3s;
  margin-bottom: 1.4rem;
}
.category_main .item .desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--text);
  max-width: 69.9rem;
  hyphens: auto;
  margin-bottom: 2px;
  letter-spacing: -0.01rem;
}
.category_main p.right {
  text-align: right;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: var(--text);
  max-width: 33.3rem;
  margin-left: auto;
  margin-top: 5rem;
  letter-spacing: -0.005rem;
}
.category_main p.right a {
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.category_main p.right a:hover {
  text-decoration-color: transparent;
  color: var(--secondary);
}
.category_comparison {
  padding: 8.1rem 0 12.9rem;
}
.category_comparison p {
  max-width: 69.6rem;
  margin-top: 1.6rem;
}
.category_comparison .table {
  margin-top: 4.5rem;
  overflow: auto;
}
.category_comparison .cus_table {
  border: 1px solid #eef0f5;
  border-top: none;
  min-width: 100rem;
}
.category_comparison .cus_table .cus_tr {
  display: grid;
  grid-template-columns: 13.5% 14.65% 11.45% 17.5% 12.5% 11.3% 1fr;
  align-items: center;
}
.category_comparison .cus_table .cus_th {
  padding: 2.2rem 1rem 2rem 0;
  font-weight: 400;
  letter-spacing: 0.065rem;
}
.category_comparison .cus_table .cus_td {
  font-size: 1.7rem;
  color: #444444;
  padding: 1.4rem 1rem 1.3rem 0;
}
.category_comparison .cus_table .cus_td.title {
  font-weight: 600;
  color: #1a1a2e;
}
.category_comparison .cus_table .cus_td .pill {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: var(--bg);
  padding: 0.25em 0.96428571em;
}
.category_comparison .cus_table .cus_td .dash_group {
  display: flex;
  max-width: 12.7rem;
  gap: 0.4rem;
}
.category_comparison .cus_table .cus_td .dash_group span {
  display: inline-block;
  flex: 1;
  height: 0.5rem;
  background-color: #e6e8ed;
  content: '';
}
.category_comparison .cus_table .cus_td .dash_group span.solid {
  background-color: var(--primary);
}
.category_comparison .cus_table .cus_thead .cus_tr {
  color: #fff;
  background-color: var(--primary);
  padding: 0 2.3rem;
}
.category_comparison .cus_table .cus_tbody {
  padding: 0 2.3rem;
}
.category_comparison .cus_table .cus_tbody .cus_tr {
  border-bottom: 1px solid #eef0f5;
}
.category_comparison .cus_table .cus_tbody .cus_tr:first-child .cus_td {
  padding-top: 3rem;
  padding-bottom: 1.7rem;
}
.category_comparison .cus_table .cus_tbody .cus_tr:last-child {
  border-bottom: none;
}
.category_comparison .cus_table .cus_tbody .cus_tr:last-child .cus_td {
  padding-bottom: 2.3rem;
}
.category_considerations {
  background-color: var(--bg2);
  padding: 11.3rem 0 9.6rem;
}
.category_considerations p {
  max-width: 69.6rem;
  margin-top: 1.6rem;
}
.category_considerations .items {
  margin-top: 3.5rem;
}
.category_considerations .items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 1.80555556%;
}
.category_considerations .items .active .item {
  box-shadow: var(--shadow3);
}
.category_considerations .items .active .item::after {
  opacity: 1;
}
.category_considerations .item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  height: 100%;
  border: 1px solid #eef0f5;
  background-color: #fff;
  transition: all 0.3s;
  gap: 2.7rem;
  padding: 4.2432815% 3.6775106% 3.6775106%;
}
.category_considerations .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.category_considerations .item .order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  min-width: 2.5em;
  line-height: 2.5em;
  padding: 0 2px;
  margin-top: 1px;
}
.category_considerations .item .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #232323;
}
.category_considerations .item .info p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--text);
  hyphens: auto;
  margin-top: 1.3rem;
  letter-spacing: -0.01rem;
}
.page_components {
  padding-top: 11.2rem;
  padding-bottom: 13.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .category_banner .nums .wrap {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category_banner {
    padding-top: 64px;
  }
  .category_banner .flex {
    padding: 30px 0;
  }
  .category_banner .bottom {
    gap: 30px 20px;
    padding-top: 0;
  }
  .category_banner .img.img_aba {
    width: 60%;
    margin: 0;
  }
  .category_banner .head {
    padding: 0;
  }
  .category_banner .tags {
    padding: 0;
  }
  .category_banner .tags ul {
    gap: 10px;
  }
  .category_banner .tags li {
    font-size: 13px;
    line-height: 1.5;
    padding: 0.3em 1em;
  }
  .category_banner .nums {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .category_banner .nums::before,
  .category_banner .nums::after {
    display: none;
  }
  .category_banner .nums .wrap {
    font-size: 22px;
  }
  .category_banner .nums .label {
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: unset;
  }
  .category_intro {
    padding: 50px 0;
  }
  .category_intro .flex {
    flex-direction: column;
  }
  .category_intro .img {
    width: 100%;
    max-width: 444px;
    margin: 0;
  }
  .category_intro .img + .rt {
    max-width: unset;
  }
  .category_intro .rt {
    max-width: unset;
  }
  .category_intro .features {
    margin-top: 30px;
  }
  .category_intro .features ul {
    gap: 16px;
  }
  .category_intro .features li {
    grid-template-columns: 30px 1fr;
    gap: 14px;
    padding: 20px;
  }
  .category_intro .features .info {
    margin: 0;
  }
  .category_intro .features .info h3 {
    font-size: 16px;
  }
  .category_intro .features .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    letter-spacing: unset;
  }
  .category_main {
    padding: 50px 0;
  }
  .category_main .list {
    margin-top: 30px;
  }
  .category_main .item {
    padding: 20px 0;
    gap: 20px;
  }
  .category_main .item .img {
    width: 80px;
  }
  .category_main .item .title {
    font-size: 18px;
    margin: 0;
  }
  .category_main .item .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin: 0;
  }
  .category_main p.right {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 30px;
  }
  .category_comparison {
    padding: 50px 0;
  }
  .category_comparison .table {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 30px -20px 0;
    overflow-x: auto;
  }
  .category_comparison .table::-webkit-scrollbar {
    display: none;
  }
  .category_comparison .cus_table {
    min-width: 1000px;
  }
  .category_comparison .cus_table .cus_tr {
    gap: 10px;
  }
  .category_comparison .cus_table .cus_th {
    letter-spacing: unset;
    padding: 14px 0;
  }
  .category_comparison .cus_table .cus_td {
    font-size: 15px;
    padding: 14px 0;
    letter-spacing: unset;
  }
  .category_comparison .cus_table .cus_td .pill {
    font-size: 13px;
  }
  .category_comparison .cus_table .cus_td .dash_group {
    max-width: 100px;
  }
  .category_comparison .cus_table .cus_td .dash_group span {
    height: 4px;
  }
  .category_comparison .cus_table .cus_thead .cus_tr,
  .category_comparison .cus_table .cus_tbody {
    padding: 0 20px;
  }
  .category_comparison .cus_table .cus_tbody .cus_tr:first-child .cus_td {
    padding: 14px 0;
  }
  .category_comparison .cus_table .cus_tbody .cus_tr:last-child .cus_td {
    padding: 14px 0;
  }
  .category_considerations {
    padding: 50px 0 30px;
  }
  .category_considerations .items {
    margin-top: 10px;
  }
  .category_considerations .items ul {
    width: calc(100% + 40px);
    padding: 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    display: flex;
  }
  .category_considerations .items ul::-webkit-scrollbar {
    display: none;
  }
  .category_considerations .items ul li {
    flex: 0 0 320px;
  }
  .category_considerations .item {
    padding: 20px;
    display: block;
  }
  .category_considerations .item .order {
    font-size: 14px;
    margin-top: 0;
  }
  .category_considerations .item .info {
    margin-top: 20px;
  }
  .category_considerations .item .info h3 {
    font-size: 18px;
  }
  .category_considerations .item .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_components {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .category_banner .img.img_aba {
    width: 100%;
    order: -1;
  }
  .category_banner .nums {
    width: 100%;
  }
  .category_banner .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .category_intro .features ul {
    grid-template-columns: 1fr;
  }
  .category_main .item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .category_main .item .img {
    width: 120px;
  }
  .category_main .item .title,
  .category_main .item .btn_i {
    margin-top: 10px;
  }
}
