<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
.index__contain--AHA5C .index__top--2qso3 {
  width: 100%;
  min-height: 40rem;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8.8rem;
}
.index__contain--AHA5C .index__top--2qso3 .index__title--3kYUt {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #ffffff;
}
.index__contain--AHA5C .index__top--2qso3 .index__textBox--WxiAv {
  width: 70%;
}
@media screen and (max-width: 901px) {
  .index__contain--AHA5C .index__top--2qso3 .index__textBox--WxiAv {
    width: 80%;
  }
}
.index__contain--AHA5C .index__top--2qso3 .index__descI--1F9UQ {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.index__contain--AHA5C .index__top--2qso3 .index__descII--14BbQ {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.index__contain--AHA5C .index__top--2qso3 .index__button--1P35Q {
  border: 0;
  outline: none;
  border-radius: 22px;
  background: #1bd1d1;
  font-family: Helvetica;
  font-size: 1.8rem;
  cursor: pointer;
  margin: 30px;
  color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.index__contain--AHA5C .index__top--2qso3 .index__button--1P35Q:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.index__contain--AHA5C .index__content--U6naV {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__title--3kYUt {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 475px) {
  .index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0.8rem;
  }
}
.index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV .index__card--RORGC {
  height: 230px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 12px;
}
.index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV .index__card--RORGC .index__bg--4Fbci {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: 55px;
  border-radius: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV .index__card--RORGC .index__title--3kYUt {
  margin-top: 12px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #121212;
}
.index__contain--AHA5C .index__content--U6naV .index__core--3YKJz .index__content--U6naV .index__card--RORGC .index__desc--3vRjB {
  margin-top: 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
.index__contain--AHA5C .index__content--U6naV .index__case--1YAn0 .index__title--3kYUt {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--AHA5C .index__content--U6naV .index__case--1YAn0 .index__contentSecond--2lgIH {
  margin: 32px auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin: 0 auto;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--AHA5C .index__content--U6naV .index__case--1YAn0 .index__contentSecond--2lgIH {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 1.5rem;
    width: 90%;
  }
}
.index__contain--AHA5C .index__content--U6naV .index__case--1YAn0 .index__contentSecond--2lgIH .index__card--RORGC {
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.index__contain--AHA5C .index__content--U6naV .index__case--1YAn0 .index__contentSecond--2lgIH .index__card--RORGC div {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.index__contain--AHA5C .index__content--U6naV .index__case--1YAn0 .index__contentSecond--2lgIH .index__card--RORGC div .index__pic--3gluw {
  width: 100%;
  object-fit: contain;
}
.index__contain--AHA5C .index__content--U6naV .index__feature--3ekn5 .index__title--3kYUt {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--AHA5C .index__content--U6naV .index__feature--3ekn5 .index__contentThird--2dMM0 {
  margin: 32px auto;
  width: 80%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--AHA5C .index__content--U6naV .index__feature--3ekn5 .index__contentThird--2dMM0 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 1.5rem;
    width: 90%;
  }
}
.index__contain--AHA5C .index__content--U6naV .index__feature--3ekn5 .index__contentThird--2dMM0 .index__card--RORGC {
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 12px;
}
.index__contain--AHA5C .index__content--U6naV .index__feature--3ekn5 .index__contentThird--2dMM0 .index__card--RORGC .index__title--3kYUt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #121212;
}
.index__contain--AHA5C .index__content--U6naV .index__feature--3ekn5 .index__contentThird--2dMM0 .index__card--RORGC div.index__picBox--opTwH .index__pic--3gluw {
  width: 100%;
  object-fit: cover;
  padding-bottom: 100px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
.index__contain--1Xq3_ .index__top--1Gbzs {
  width: 100%;
  min-height: 40rem;
  padding: 3rem 0;
  background: url(/images/banner_omp.db594407.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8.8rem;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__title--2nPIs {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #ffffff;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__textBox--1WuhI {
  width: 60%;
}
@media screen and (max-width: 901px) {
  .index__contain--1Xq3_ .index__top--1Gbzs .index__textBox--1WuhI {
    width: 80%;
  }
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__descI--29TwK {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__descII--j01FT {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM {
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 435px) {
  .index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM button {
  outline: none;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 3rem;
  cursor: pointer;
  transition: all 0.3s;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM .index__left--8Qcfi {
  margin-right: 2rem;
  background-color: #1bd1d1;
  border: 0;
}
@media screen and (max-width: 435px) {
  .index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM .index__left--8Qcfi {
    margin-bottom: 1rem;
  }
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__operate--29XlM .index__right--2sFBq {
  background-color: transparent;
  border: 1px solid #fff;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__button--1Rg7u {
  border: 0;
  outline: none;
  border-radius: 22px;
  background: #1bd1d1;
  font-family: Helvetica;
  font-size: 1.8rem;
  cursor: pointer;
  color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.index__contain--1Xq3_ .index__top--1Gbzs .index__button--1Rg7u:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.index__contain--1Xq3_ .index__content--3jH6E {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__title--2nPIs {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 475px) {
  .index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0.8rem;
  }
}
.index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E .index__card--1Zj8i {
  height: 230px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 12px;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E .index__card--1Zj8i .index__bg--3-07A {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: 55px;
  border-radius: 8px;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E .index__card--1Zj8i .index__title--2nPIs {
  margin-top: 12px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #121212;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__core--Sp3Kn .index__content--3jH6E .index__card--1Zj8i .index__desc--2937q {
  margin-top: 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
.index__contain--1Xq3_ .index__content--3jH6E .index__case--2SPOn .index__title--2nPIs {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__case--2SPOn .index__contentSecond--CfVJE {
  margin: 32px auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin: 0 auto;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--1Xq3_ .index__content--3jH6E .index__case--2SPOn .index__contentSecond--CfVJE {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 1.5rem;
    width: 90%;
  }
}
.index__contain--1Xq3_ .index__content--3jH6E .index__case--2SPOn .index__contentSecond--CfVJE .index__card--1Zj8i {
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__case--2SPOn .index__contentSecond--CfVJE .index__card--1Zj8i div {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__case--2SPOn .index__contentSecond--CfVJE .index__card--1Zj8i div .index__pic--2X4jL {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__feature--1E3bE .index__title--2nPIs {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__feature--1E3bE .index__contentThird--3qPDc {
  margin: 32px auto;
  width: 80%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--1Xq3_ .index__content--3jH6E .index__feature--1E3bE .index__contentThird--3qPDc {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 1.5rem;
    width: 90%;
  }
}
.index__contain--1Xq3_ .index__content--3jH6E .index__feature--1E3bE .index__contentThird--3qPDc .index__card--1Zj8i {
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 12px;
  padding-bottom: 100px;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__feature--1E3bE .index__contentThird--3qPDc .index__card--1Zj8i .index__title--2nPIs {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #121212;
}
.index__contain--1Xq3_ .index__content--3jH6E .index__feature--1E3bE .index__contentThird--3qPDc .index__card--1Zj8i div.index__picBox--2avga .index__pic--2X4jL {
  width: 100%;
  object-fit: cover;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
.index__contain--1vtuN .index__top--2pjgw {
  width: 100%;
  min-height: 40rem;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8.8rem;
}
.index__contain--1vtuN .index__top--2pjgw .index__title--gf-GO {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #ffffff;
}
.index__contain--1vtuN .index__top--2pjgw .index__textBox--30PDS {
  width: 70%;
}
@media screen and (max-width: 901px) {
  .index__contain--1vtuN .index__top--2pjgw .index__textBox--30PDS {
    width: 80%;
  }
}
.index__contain--1vtuN .index__top--2pjgw .index__descI--27s-I {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.index__contain--1vtuN .index__top--2pjgw .index__descII--qQfS_ {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
}
.index__contain--1vtuN .index__top--2pjgw .index__button--3pL3I {
  border: 0;
  outline: none;
  border-radius: 22px;
  background: #1bd1d1;
  font-family: Helvetica;
  font-size: 1.8rem;
  cursor: pointer;
  color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.index__contain--1vtuN .index__top--2pjgw .index__button--3pL3I:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.index__contain--1vtuN .index__content--2S1p2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__title--gf-GO {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 475px) {
  .index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0.8rem;
  }
}
.index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 .index__card--2DdSi {
  height: 230px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 12px;
}
.index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 .index__card--2DdSi .index__bg--2YBgB {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: 55px;
  border-radius: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 .index__card--2DdSi .index__title--gf-GO {
  margin-top: 12px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #121212;
}
.index__contain--1vtuN .index__content--2S1p2 .index__core--24zs2 .index__content--2S1p2 .index__card--2DdSi .index__desc--JO3XK {
  margin-top: 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
.index__contain--1vtuN .index__content--2S1p2 .index__case--3wKYB .index__title--gf-GO {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--1vtuN .index__content--2S1p2 .index__case--3wKYB .index__contentSecond--3SmA5 {
  margin: 32px auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin: 0 auto;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--1vtuN .index__content--2S1p2 .index__case--3wKYB .index__contentSecond--3SmA5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 1.5rem;
    width: 90%;
  }
}
.index__contain--1vtuN .index__content--2S1p2 .index__case--3wKYB .index__contentSecond--3SmA5 .index__card--2DdSi {
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.index__contain--1vtuN .index__content--2S1p2 .index__case--3wKYB .index__contentSecond--3SmA5 .index__card--2DdSi div {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.index__contain--1vtuN .index__content--2S1p2 .index__case--3wKYB .index__contentSecond--3SmA5 .index__card--2DdSi div .index__pic--3KlaS {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index__contain--1vtuN .index__content--2S1p2 .index__feature--bBFs- .index__title--gf-GO {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 90px;
}
.index__contain--1vtuN .index__content--2S1p2 .index__feature--bBFs- .index__contentThird--3NXga {
  margin: 32px auto;
  width: 80%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 901px) {
  .index__contain--1vtuN .index__content--2S1p2 .index__feature--bBFs- .index__contentThird--3NXga {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 1.5rem;
    width: 90%;
  }
}
.index__contain--1vtuN .index__content--2S1p2 .index__feature--bBFs- .index__contentThird--3NXga .index__card--2DdSi {
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 12px;
}
.index__contain--1vtuN .index__content--2S1p2 .index__feature--bBFs- .index__contentThird--3NXga .index__card--2DdSi .index__title--gf-GO {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #121212;
}
.index__contain--1vtuN .index__content--2S1p2 .index__feature--bBFs- .index__contentThird--3NXga .index__card--2DdSi div.index__picBox--1NlOv .index__pic--3KlaS {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__contain--1vtuN .index__reports--3akTg {
  padding: 3rem;
}
.index__contain--1vtuN .index__reports--3akTg .index__title--gf-GO {
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 10px;
}
.index__contain--1vtuN .index__reports--3akTg .index__reportLink--143q0 {
  text-align: center;
  font-size: 14px;
  color: #32dbd6;
  margin-bottom: 0;
}
.index__contain--1vtuN .index__reports--3akTg .index__reportLink--143q0:hover {
  color: #3cc7c4;
  cursor: pointer;
}
.index__contain--1vtuN .index__reports--3akTg .index__note--3dkTM {
  margin: 26px auto;
  text-indent: 2em;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

</pre></body></html>