.aide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  /* padding: 160rem 0 22rem; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.aide-bg {
  position: absolute;
  z-index: 0;
  left: 0rem;
  top: -443rem;
  width: 1948rem;
  height: 2329rem;
}

.aide-title {
  position: relative;
  margin-top: 120rem;
  font-family: Alibaba PuHuiTi 3;
  font-size: 54rem;
  line-height: 76rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-variation-settings: "opsz" auto;
  color: #23272a;
}

.aide-title-second {
  position: relative;
  margin-top: 35rem;
  font-family: Inter;
  font-size: 96rem;
  font-weight: bold;
  line-height: 96rem;
  text-transform: capitalize;
  letter-spacing: 0em;
  color: #23272a;
}

.aide-title-third {
  margin-top: 35rem;
  position: relative;
  font-family: Source Han Sans;
  font-size: 24rem;
  line-height: 35rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2rem;
  font-variation-settings: "opsz" auto;
  color: #23272a;
}

.aide-products {
  position: relative;
  margin-top: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aide-product {
  margin-right: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200rem;
  height: 64rem;
  border-radius: 50rem;
  font-family: Source Han Sans;
  font-size: 24rem;
  font-weight: 500;
  line-height: 24rem;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s linear 0s;
}

.aide-product:hover {
  opacity: 0.6;
}

.aide-product-campus {
  background: #0061ef;
}

.aide-product-experienced {
  background: #111213;
}

.aide-product:last-child {
  margin-right: 0rem;
}

.aide-campus {
  position: relative;
  margin-top: 90rem;
  margin-bottom: 77rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1724rem;
  height: 1076rem;
  border-radius: 32rem;
  background: #ffffff;
  box-shadow: 0rem 3rem 8rem 0rem rgba(0, 0, 0, 0.16);
}

.aide-campus-title {
  margin-top: 80rem;
  font-family: Alibaba PuHuiTi 3;
  font-size: 48rem;
  font-weight: bold;
  line-height: 67rem;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #23272a;
}

.aide-tags {
  position: relative;
  z-index: 9;
  margin-top: 20rem;
  display: flex;
  align-items: center;
}

.aide-tag {
  font-family: Source Han Sans;
  font-size: 24rem;
  line-height: 36rem;
  letter-spacing: 2rem;
  color: rgba(35, 39, 42, 0.7);
}

.aide-tag-space {
  margin: 0 24rem;
  height: 24rem;
  width: 1rem;
  border-radius: 1rem;
  background: rgba(35, 39, 42, 0.7);
}

.aide-widget-01 {
  position: absolute;
  top: 42rem;
  left: -311rem;
  width: 69rem;
  height: 41rem;
}

.aide-widget-02 {
  position: absolute;
  top: -43rem;
  right: -160rem;
  width: 66rem;
  height: 66rem;
  transform: rotate(22.32deg);
}

.aide-widget-03 {
  position: absolute;
  bottom: -170rem;
  right: -291rem;
  width: 162rem;
  height: 162rem;
  transform: rotate(22.32deg);
}

.aide-campus-imgs {
  position: relative;
  margin-top: 79rem;
}

.aide-campus-imgs-01 {
  width: 1231rem;
  height: 647rem;
  border-radius: 20rem;
  border: 7rem solid #000000;
}

.aide-campus-imgs-02 {
  position: absolute;
  width: 1104rem;
  height: 578rem;
  left: 205rem;
  top: 142rem;
  border-radius: 20rem;
  border: 7rem solid #000000;
}
