.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
:root {
  --color-bg: #F9FAFB;
  --color-bg-opacity: rgba(249, 250, 251, 0.9);
  --color-menu-bg: #FFFFFF;
  --color-menu-bg-2: #E6E7EB;
  --color-menu-bg-3: #FFFFFF;
  --color-border: #E6E7EB;
  --color-text: #1F2937;
  --color-text-fade: rgba(31, 41, 55, 0.7);
  --color-sub-text: #6C7280;
  --page-width: 1200px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #171717;
    --color-bg-opacity: rgba(23, 23, 23, 0.9);
    --color-menu-bg: #262626;
    --color-menu-bg-2: #2D2D2D;
    --color-menu-bg-3: #212121;
    --color-border: #404040;
    --color-border-fade: #272727;
    --color-text: #FFFFFF;
    --color-text-fade: rgba(255, 255, 255, 0.7);
    --color-sub-text: #707070;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --page-width: 17.25rem;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-bg);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  line-height: 20px;
}
html a,
body a {
  color: var(--color-text-fade);
  transition: all 0.3s ease-in-out;
}
html a:hover,
body a:hover,
html a:active,
body a:active {
  color: var(--color-text);
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  line-height: 20px;
}
p {
  margin: 0;
  padding: 0;
}
blockquote {
  margin: 0;
  padding: 0;
}
pre {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  display: block;
}
i,
b {
  font-weight: 400;
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.laptop-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 20px;
  }
  .mobile-hide {
    display: none;
  }
  .laptop-hide {
    display: inherit;
  }
}
.page-container {
  margin: 0 auto;
  width: var(--page-width);
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
.laptop-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .laptop-only {
    display: none;
  }
}
.features-container > .bg1 {
  width: 876px;
  height: 370px;
  background-image: url('../../../images/light/laptop/features/top_bg@2x.png');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .features-container > .bg1 {
    background-image: url('../../../images/light/mobile/features/top_bg@2x.png');
  }
}
@media (prefers-color-scheme: dark) {
  .features-container > .bg1 {
    background-image: url('../../../images/dark/laptop/features/top_bg@2x.png');
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767px) {
  .features-container > .bg1 {
    background-image: url('../../../images/dark/mobile/features/top_bg@2x.png');
  }
}
.features-container .features {
  position: relative;
  z-index: 2;
}
.features-container .features .banner {
  margin-top: 40px;
  width: 1200px;
  height: 280px;
  background: linear-gradient(270deg, #895EF6 0%, #5477F6 100%);
  border-radius: 30px;
  position: relative;
}
.features-container .features .banner .bg1 {
  width: 394px;
  height: 139px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('../../../images/light/laptop/features/peculiarity_banner_bg_2@2x.png');
  background-size: cover;
}
@media (max-width: 767px) {
  .features-container .features .banner .bg1 {
    background-image: url('../../../images/light/mobile/features/peculiarity_banner_bg_2@2x.png');
  }
}
@media (prefers-color-scheme: dark) {
  .features-container .features .banner .bg1 {
    background-image: url('../../../images/dark/laptop/features/peculiarity_banner_bg_2@2x.png');
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767px) {
  .features-container .features .banner .bg1 {
    background-image: url('../../../images/dark/mobile/features/peculiarity_banner_bg_2@2x.png');
  }
}
.features-container .features .banner .bg2 {
  width: 402px;
  height: 172px;
  position: absolute;
  top: 0;
  left: 144px;
  background-image: url('../../../images/light/laptop/features/peculiarity_banner_bg_1@2x.png');
  background-size: cover;
}
@media (max-width: 767px) {
  .features-container .features .banner .bg2 {
    background-image: url('../../../images/light/mobile/features/peculiarity_banner_bg_1@2x.png');
  }
}
@media (prefers-color-scheme: dark) {
  .features-container .features .banner .bg2 {
    background-image: url('../../../images/dark/laptop/features/peculiarity_banner_bg_1@2x.png');
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767px) {
  .features-container .features .banner .bg2 {
    background-image: url('../../../images/dark/mobile/features/peculiarity_banner_bg_1@2x.png');
  }
}
.features-container .features .banner .bg3 {
  width: 438px;
  height: 272px;
  position: absolute;
  top: 9px;
  right: 144px;
  background-image: url('../../../images/light/laptop/features/peculiarity_banner_graph@2x.png');
  background-size: cover;
}
@media (max-width: 767px) {
  .features-container .features .banner .bg3 {
    background-image: url('../../../images/light/mobile/features/peculiarity_banner_graph@2x.png');
  }
}
@media (prefers-color-scheme: dark) {
  .features-container .features .banner .bg3 {
    background-image: url('../../../images/dark/laptop/features/peculiarity_banner_graph@2x.png');
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767px) {
  .features-container .features .banner .bg3 {
    background-image: url('../../../images/dark/mobile/features/peculiarity_banner_graph@2x.png');
  }
}
.features-container .features .banner .title {
  position: absolute;
  left: 100px;
  top: 119px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
}
.features-container .features .list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.features-container .features .list .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.features-container .features .list .row .item {
  width: 386px;
  height: 112px;
  background: var(--color-menu-bg);
  border-radius: 8px;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
}
.features-container .features .list .row .item .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.features-container .features .list .row .item .head .border {
  width: 3px;
  height: 16px;
}
.features-container .features .list .row .item .head .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.features-container .features .list .row .item .content {
  margin-top: 10px;
  color: var(--color-sub-text);
}
@media screen and (max-width: 767px) {
  .features-container > .bg1 {
    width: 18.75rem;
    height: 9.25rem;
  }
  .features-container .features .banner {
    margin-top: 1rem;
    width: 17.25rem;
    height: 7rem;
    border-radius: 0.6rem;
  }
  .features-container .features .banner .bg1 {
    width: 9.85rem;
    height: 3.48rem;
  }
  .features-container .features .banner .bg2 {
    width: 8.25rem;
    height: 4.3rem;
    left: 0;
  }
  .features-container .features .banner .bg3 {
    width: 9rem;
    height: 7rem;
    top: 0;
    right: 0;
  }
  .features-container .features .banner .title {
    left: 1.3rem;
    top: 2.88rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .features-container .features .list {
    margin-top: 1rem;
    gap: 0.5rem;
  }
  .features-container .features .list .row {
    flex-direction: column;
    gap: 0.5rem;
  }
  .features-container .features .list .row .item {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.75rem;
  }
  .features-container .features .list .row .item .head {
    gap: 0.75rem;
  }
  .features-container .features .list .row .item .head .border {
    width: 0.15rem;
    height: 0.65rem;
  }
  .features-container .features .list .row .item .head .title {
    font-size: 0.8rem;
    line-height: 1.13rem;
  }
  .features-container .features .list .row .item .content {
    margin-top: 0.45rem;
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
