html,
body {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  min-height: 100vh;
  background-color: #fdfdfd;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  min-width: 1300px;
  max-width: 1920px;
  margin: 0 auto;
}
.tab {
  padding-top: 34px;
  text-align: right;
  z-index: 2;
  width: 100%;
}
.tab-item {
  margin-left: 38px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #8f8fac;
  line-height: 22px;
  font-style: normal;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
.tab-item.active {
  color: #cfdf9a;
}
.tab-item:focus {
  color: #cfdf9a;
}
a:hover {
  color: #cfdf9a;
}
.text_2 {
  margin-right: 35px;
}
.img-wrapper {
  margin: 0 auto;
  margin-top: 82px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; /* or center */
  column-gap: 140px;
  row-gap: 40px;
}
.img-1 {
  flex: 0 0 auto;
  display: block;
  width: 444px;
  max-width: 100%;
  object-fit: contain;
  /* height: auto; */
}
.img-2 {
  flex: 0 0 auto;
  display: block;
  width: 697px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.section_4 {
  background-color: rgba(185, 184, 209, 0.4);
  width: 1190px;
  height: 1px;
  margin: 89px 0 0 365px;
}

.one-px-line {
  flex: 0 0 auto;
  width: 1190px;
  margin: 82px auto 0;
  height: 1px;
  background: #b9b8d1;
  opacity: 0.4;
}

.text_5 {
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(143, 143, 172, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 17px;
  margin: 30px auto 60px auto;
}

.about {
  flex: 1 0 auto;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fcfbff;
}
.desc {
  padding: 60px 100px;
  margin: 80px 100px 0;
  /* width: 1022px; */
  /* height: 378px; */
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #eeeeee;
  backdrop-filter: blur(10px);
}
h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #463e5d;
  line-height: 44px;
  text-align: left;
  font-style: normal;
}
p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #686883;
  line-height: 32px;
  font-style: normal;
}

a {
  color: inherit;
}
