:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --rpx: 100vw / 1920;
}

.main-container {
  overflow: hidden;
}
.image-8a {
  position: relative;
  width: calc(80 * var(--rpx));
  height: calc(80 * var(--rpx));
  margin: calc(7 * var(--rpx)) 0 0 calc(7 * var(--rpx));
  background: url(./assets/images/5c670089e67d4fb89b64d3f8d62c7792218e36a8.png)
    no-repeat center;
  background-size: cover;
  z-index: 35;
  border-radius: calc(4 * var(--rpx));
}
.main-container,
.main-container * {
  box-sizing: border-box;
}
body{
  margin: 0;
  overflow-x: hidden;
}
input,
select,
textarea,
button {
  outline: 0;
}



.carousel {
  width: 500px;
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  width:500px ;
  color: white;
}

.carousel-item span {
  /* display: block; */
  margin-bottom: 10px;
}

.carousel-item .ellipse {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #007bff;
  border-radius: 50%;
}
.dots {
  display: flex;
  margin-top: 10px;
  padding: 0 20px;
  /* position: absolute;
  top: 20px; */
}

.dot {

  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #cbfc01;
}
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control-btn {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}
.main-container {
  position: relative;
  width: calc(1920 * var(--rpx));
  height: calc(6146 * var(--rpx));
  margin: 0 auto;
  background: #081020;
  overflow: hidden;
}
.flex-row-a {
  position: relative;
  width: calc(1346 * var(--rpx));
  height: calc(40 * var(--rpx));
  margin: calc(20 * var(--rpx)) 0 0 calc(360 * var(--rpx));
  z-index: 23;
}
.kolmarket {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: Rammetto One, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 8;
}
.regroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: calc(200 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: 0;
  left: calc(1000 * var(--rpx));
  z-index: 21;
}
.frame-1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: calc(12 * var(--rpx));
  position: relative;
  width: calc(84 * var(--rpx));
  z-index: 18;
}
.login {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 19;
}
.register {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 20;
}
.frame-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: calc(16 * var(--rpx));
  position: relative;
  width: calc(100 * var(--rpx));
  height: calc(38 * var(--rpx));
  padding: calc(16 * var(--rpx)) calc(16 * var(--rpx)) calc(16 * var(--rpx))
    calc(16 * var(--rpx));
  background: #2993fc;
  z-index: 21;
  border-radius: calc(8 * var(--rpx));
}
.link-wallet {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 22;
}
.frame-3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(16 * var(--rpx));
  position: absolute;
  width: calc(540 * var(--rpx));
  height: calc(32 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(176 * var(--rpx));
  z-index: 9;
}
.home {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 10;
}
.market {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 11;
}
.valuation {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 12;
}
.trade {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 13;
}
.data-analysis {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 14;
}
.beginner-guide {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 15;
}
.latest-news {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 16;
}
.contact-us {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 17;
}
.frame-4 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(12 * var(--rpx));
  position: absolute;
  width: calc(71 * var(--rpx));
  height: calc(32 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(1275 * var(--rpx));
  z-index: 23;
}
.simplified-chinese {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 24;
}
.flex-row-ac {
  position: relative;
  width: calc(1920 * var(--rpx));
  height: calc(508 * var(--rpx));
  margin: calc(1374 * var(--rpx)) 0 0 calc(1 * var(--rpx));
  z-index: 248;
}
.vector {
  position: absolute;
  width: calc(1919.16162109375 * var(--rpx));
  height: calc(426.923828125 * var(--rpx));
  top: calc(-0.45068359375 * var(--rpx));
  left: calc(-0.16162109375 * var(--rpx));
  background: url(./assets/images/dc1ce096-752d-4e8f-ad93-3b043999e910.png)
    no-repeat center;
  background-size: cover;
  z-index: 237;
}
.nft-market-trends {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(197.45068359375 * var(--rpx));
  left: calc(50% - calc(650.42 * var(--rpx)));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(56 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 236;
}
.rectangle {
  position: absolute;
  width: calc(420 * var(--rpx));
  height: calc(209 * var(--rpx));
  top: calc(299 * var(--rpx));
  left: calc(309 * var(--rpx));
  background: rgba(16, 25, 43, 0.9);
  z-index: 239;
  border-radius: calc(8 * var(--rpx));
}
.flex-row-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: calc(276 * var(--rpx));
  height: calc(40 * var(--rpx));
  margin: calc(41 * var(--rpx)) 0 0 calc(32 * var(--rpx));
  z-index: 241;
}
.total-market-value {
  flex-shrink: 0;
  position: relative;
  height: calc(40 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 240;
}
.percentage-up {
  flex-shrink: 0;
  position: relative;
  width: calc(158 * var(--rpx));
  height: calc(40 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  background: url(./assets/images/8fafd3f0-afcf-4c37-954d-3dc670ec6dbc.png)
    no-repeat center;
  background-size: cover;
  z-index: 241;
}
.dollar-amount {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(26 * var(--rpx)) 0 0 calc(32 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(46 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 242;
}
.rectangle-5 {
  position: absolute;
  width: calc(420 * var(--rpx));
  height: calc(209 * var(--rpx));
  top: calc(299 * var(--rpx));
  left: calc(749 * var(--rpx));
  font-size: 0px;
  background: rgba(16, 25, 43, 0.9);
  z-index: 244;
  border-radius: calc(8 * var(--rpx));
}
.text-11 {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(41 * var(--rpx)) 0 0 calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 245;
}
.dollar-amount-6 {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(26 * var(--rpx)) 0 0 calc(32 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(46 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 246;
}
.rectangle-7 {
  position: absolute;
  width: calc(420 * var(--rpx));
  height: calc(209 * var(--rpx));
  top: calc(299 * var(--rpx));
  left: calc(1189 * var(--rpx));
  font-size: 0px;
  background: rgba(16, 25, 43, 0.9);
  z-index: 248;
  border-radius: calc(8 * var(--rpx));
}
.active-users {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(41 * var(--rpx)) 0 0 calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 249;
}
.plus-amount {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(26 * var(--rpx)) 0 0 calc(32 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(46 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 250;
}
.flex-row {
  position: relative;
  width: calc(1663 * var(--rpx));
  height: calc(1505.5428619384766 * var(--rpx));
  margin: calc(120 * var(--rpx)) 0 0 calc(280 * var(--rpx));
  z-index: 326;
}
.image {
  position: absolute;
  width: calc(500 * var(--rpx));
  height: calc(416.3179931640625 * var(--rpx));
  top: 0;
  left: calc(751 * var(--rpx));
  background: url(./assets/images/80d7b862-0354-474b-8032-adbd779efbbc.png)
    no-repeat center;
  background-size: cover;
  z-index: 324;
  border-radius: calc(30 * var(--rpx));
}
.our-core-features {
  width: calc(448 * var(--rpx));
  top: calc(72 * var(--rpx));
  left: calc(30 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 208;
  padding: 0 20px;
}
.our {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
}
.core {
  position: relative;
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
}
.features {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
}
.avm-valuation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* position: absolute; */
 margin-bottom: 10px;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  z-index: 191;
}
.advanced-valuation-model {
  width: 450px;
  color: #7889a8;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  z-index: 195;
}
.ellipse {
  position: absolute;
  width: calc(959 * var(--rpx));
  height: calc(1119 * var(--rpx));
  top: calc(272 * var(--rpx));
  right: 0;
  background: url(./assets/images/fc26941d-b416-4733-8274-253de5e583ce.png)
    no-repeat center;
  background-size: cover;
  filter: blur(calc(60 * var(--rpx)));
  z-index: 3;
}
.get-valuation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: calc(40 * var(--rpx));
  top: calc(326 * var(--rpx));
  left: calc(30 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 199;
}
.ellipse-8 {
  position: absolute;
  width: calc(8 * var(--rpx));
  height: calc(8 * var(--rpx));
  top: calc(412 * var(--rpx));
  left: calc(30 * var(--rpx));
  background: url(./assets/images/3970bbdf-fd28-4463-b40d-39bc60225866.png)
    no-repeat center;
  background-size: cover;
  z-index: 204;
  border-radius: 50%;
}
.ellipse-9 {
  position: absolute;
  width: calc(8 * var(--rpx));
  height: calc(8 * var(--rpx));
  top: calc(412 * var(--rpx));
  left: calc(46 * var(--rpx));
  background: url(./assets/images/dd5dde5c-493c-4e9d-8caf-d327494e3017.png)
    no-repeat center;
  background-size: cover;
  z-index: 205;
  border-radius: 50%;
}
.ellipse-a {
  position: absolute;
  width: calc(8 * var(--rpx));
  height: calc(8 * var(--rpx));
  top: calc(412 * var(--rpx));
  left: calc(64 * var(--rpx));
  background: url(./assets/images/ffb3eb55-037f-40ec-82e7-d590f4ad19de.png)
    no-repeat center;
  background-size: cover;
  z-index: 206;
  border-radius: 50%;
}
.ellipse-b {
  position: absolute;
  width: calc(8 * var(--rpx));
  height: calc(8 * var(--rpx));
  top: calc(412 * var(--rpx));
  left: calc(80 * var(--rpx));
  background: url(./assets/images/a020d726-203c-40fb-b3cb-4c027803a412.png)
    no-repeat center;
  background-size: cover;
  z-index: 207;
  border-radius: 50%;
}
.success-stories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(558 * var(--rpx));
  left: calc(30 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(56 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 209;
}
.image-c {
  position: absolute;
  width: calc(680 * var(--rpx));
  height: calc(628.723876953125 * var(--rpx));
  top: calc(620 * var(--rpx));
  left: 0;
  background: url(./assets/images/66d9c604-38ba-44de-9711-7e2ac05c38ce.png)
    no-repeat center;
  background-size: cover;
  z-index: 325;
  border-radius: calc(30 * var(--rpx));
}
.beauty-influencer-to-digital-asset-pioneer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(680 * var(--rpx));
  left: calc(730 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 192;
}
.successful-nft-and-token-issuance {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  width: calc(550 * var(--rpx));
  height: calc(80 * var(--rpx));
  top: calc(724 * var(--rpx));
  left: calc(730 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  z-index: 196;
}
.read-full-story {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(837 * var(--rpx));
  left: calc(730 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 200;
}
.rectangle-d {
  position: absolute;
  width: calc(606 * var(--rpx));
  height: calc(259 * var(--rpx));
  top: calc(949 * var(--rpx));
  left: calc(704 * var(--rpx));
  font-size: 0px;
  background: rgba(4, 4, 20, 0.9);
  z-index: 190;
  border-radius: calc(8 * var(--rpx));
}
.music-prodigy-digital-journey {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(41 * var(--rpx)) 0 0 calc(26 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 193;
}
.limited-edition-music-album-nft {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(550 * var(--rpx));
  height: calc(80 * var(--rpx));
  margin: calc(4 * var(--rpx)) 0 0 calc(26 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  z-index: 197;
}
.read-full-story-e {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(33 * var(--rpx)) 0 0 calc(26 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 201;
}
.image-f {
  position: absolute;
  width: calc(680 * var(--rpx));
  height: calc(253.54286193847656 * var(--rpx));
  top: calc(1252 * var(--rpx));
  left: 0;
  background: url(./assets/images/f4652912-4c40-4439-aad9-6e3a34db73d3.png)
    no-repeat center;
  background-size: cover;
  z-index: 326;
  border-radius: calc(30 * var(--rpx));
}
.tech-blogger-influence-multiplied {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(1267 * var(--rpx));
  left: calc(730 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 194;
}
.highly-recognized-tech-reviews {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  width: calc(550 * var(--rpx));
  height: calc(80 * var(--rpx));
  top: calc(1311 * var(--rpx));
  left: calc(730 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  z-index: 198;
}
.read-full-story-10 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(1424 * var(--rpx));
  left: calc(730 * var(--rpx));
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 202;
}
.what-is-nft {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(139.45713806152344 * var(--rpx)) 0 0 calc(760 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(56 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 291;
}
.unique-digital-asset-representing-irreplaceable-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: calc(948 * var(--rpx));
  height: calc(80 * var(--rpx));
  margin: calc(25 * var(--rpx)) 0 0 calc(486 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: center;
  z-index: 252;
}
.flex-row-fc {
  position: relative;
  width: calc(1610 * var(--rpx));
  height: calc(1244 * var(--rpx));
  margin: calc(80 * var(--rpx)) 0 0 0;
  z-index: 312;
}
.rectangle-11 {
  position: absolute;
  width: calc(469 * var(--rpx));
  height: calc(269 * var(--rpx));
  top: 0;
  left: calc(310 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 293;
  border-radius: calc(8 * var(--rpx));
}

.ellipse-1a {
  position: absolute;
  width: calc(1158 * var(--rpx));
  height: calc(1119 * var(--rpx));
  top: calc(47 * var(--rpx));
  left: 0;
  background: url(./assets/images/34b4daa9-c9b5-4d61-9b5e-72038be40e47.png)
    no-repeat center;
  background-size: cover;
  filter: blur(calc(60 * var(--rpx)));
  z-index: 1;
}
.rectangle-1b {
  position: absolute;
  width: calc(469 * var(--rpx));
  height: calc(436 * var(--rpx));
  top: calc(320 * var(--rpx));
  left: calc(310 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 312;
  border-radius: calc(8 * var(--rpx));
}
.topic-discussion {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: calc(192 * var(--rpx));
  height: calc(40 * var(--rpx));
  margin: calc(37 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: center;
  white-space: nowrap;
  z-index: 319;
}
.most-anticipated-nft-kol {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(8 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 313;
}
.frame-1c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(10 * var(--rpx));
  position: relative;
  width: calc(148 * var(--rpx));
  margin: calc(213 * var(--rpx)) 0 0 calc(33 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(24 * var(--rpx)) calc(10 * var(--rpx))
    calc(24 * var(--rpx));
  background: #ccfa34;
  z-index: 317;
  border-radius: calc(4 * var(--rpx));
}
.submit-vote {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(24 * var(--rpx));
  color: #040914;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(28 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 318;
}
.internet-celebrity-a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(24 * var(--rpx));
  top: calc(156 * var(--rpx));
  left: calc(69 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(28 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 314;
}
.ellipse-1d {
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(22 * var(--rpx));
  top: calc(159 * var(--rpx));
  left: calc(31 * var(--rpx));
  background: url(./assets/images/3135da9c-9196-4c75-bf98-202d8198ed50.png)
    no-repeat center;
  background-size: cover;
  z-index: 320;
  border-radius: 50%;
}
.internet-celebrity-a-1e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(24 * var(--rpx));
  top: calc(204 * var(--rpx));
  left: calc(69 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(28 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 315;
}
.ellipse-1f {
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(22 * var(--rpx));
  top: calc(207 * var(--rpx));
  left: calc(31 * var(--rpx));
  background: url(./assets/images/b6dee146-258a-44d1-bd52-cdba1141eec5.png)
    no-repeat center;
  background-size: cover;
  z-index: 321;
  border-radius: 50%;
}
.ellipse-20 {
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(209 * var(--rpx));
  left: calc(33 * var(--rpx));
  background: url(./assets/images/89d44bdc-eed6-4512-9089-f775d32b2441.png)
    no-repeat center;
  background-size: cover;
  z-index: 322;
  border-radius: 50%;
}
.internet-celebrity-a-21 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(24 * var(--rpx));
  top: calc(252 * var(--rpx));
  left: calc(69 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(28 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 316;
}
.ellipse-22 {
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(22 * var(--rpx));
  top: calc(255 * var(--rpx));
  left: calc(31 * var(--rpx));
  background: url(./assets/images/4b83fe35-0a8b-46c7-b498-4fcea876bc71.png)
    no-repeat center;
  background-size: cover;
  z-index: 323;
  border-radius: 50%;
}
.rectangle-23 {
  position: absolute;
  width: calc(811 * var(--rpx));
  height: calc(436 * var(--rpx));
  top: calc(320 * var(--rpx));
  left: calc(799 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 251;
  border-radius: calc(8 * var(--rpx));
}
.event-preview {
  display: block;
  position: relative;
  height: calc(40 * var(--rpx));
  margin: calc(37 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(36 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 296;
}
.flex-row-bb {
  position: relative;
  width: calc(582 * var(--rpx));
  height: calc(40 * var(--rpx));
  margin: calc(16 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  z-index: 255;
}
.event {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: 0;
  left: 0;
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 253;
}
.note {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: 0;
  left: calc(358 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 254;
}
.time {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: 0;
  left: calc(546 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 255;
}
.flex-row-24 {
  position: relative;
  width: calc(720 * var(--rpx));
  height: calc(36 * var(--rpx));
  margin: calc(4 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  z-index: 261;
}
.frame-25 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(10 * var(--rpx));
  position: absolute;
  width: calc(91 * var(--rpx));
  height: calc(36 * var(--rpx));
  top: 0;
  left: calc(629 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  border: calc(1 * var(--rpx)) solid #ccfa34;
  z-index: 261;
  border-radius: calc(8 * var(--rpx));
}
.sign-up {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: calc(71 * var(--rpx));
  height: calc(36 * var(--rpx));
  color: #ccfa34;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(36 * var(--rpx));
  text-align: center;
  white-space: nowrap;
  z-index: 262;
}
.kol-online-sharing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: 0;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 257;
}
.guests-li-meili-xiao-wangzi {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(176 * var(--rpx));
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(218 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 258;
}
.text-3d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(424 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 259;
}
.text-3e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(517 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 260;
}
.flex-row-d-26 {
  position: relative;
  width: calc(720 * var(--rpx));
  height: calc(36 * var(--rpx));
  margin: calc(24 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  z-index: 268;
}
.frame-27 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(10 * var(--rpx));
  position: absolute;
  width: calc(91 * var(--rpx));
  height: calc(36 * var(--rpx));
  top: 0;
  left: calc(629 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  border: calc(1 * var(--rpx)) solid #ccfa34;
  z-index: 268;
  border-radius: calc(8 * var(--rpx));
}
.sign-up-28 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: calc(71 * var(--rpx));
  height: calc(36 * var(--rpx));
  color: #ccfa34;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(36 * var(--rpx));
  text-align: center;
  white-space: nowrap;
  z-index: 269;
}
.nft-art-exhibition {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: 0;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 264;
}
.online-virtual-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(107 * var(--rpx));
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(287 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 265;
}
.text-42 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(424 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 266;
}
.text-43 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(517 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 267;
}
.flex-row-e {
  position: relative;
  width: calc(720 * var(--rpx));
  height: calc(36 * var(--rpx));
  margin: calc(20 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  z-index: 275;
}
.frame-29 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(10 * var(--rpx));
  position: absolute;
  width: calc(91 * var(--rpx));
  height: calc(36 * var(--rpx));
  top: 0;
  left: calc(629 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  border: calc(1 * var(--rpx)) solid #ccfa34;
  z-index: 275;
  border-radius: calc(8 * var(--rpx));
}
.sign-up-2a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: calc(71 * var(--rpx));
  height: calc(36 * var(--rpx));
  color: #ccfa34;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(36 * var(--rpx));
  text-align: center;
  white-space: nowrap;
  z-index: 276;
}
.nft-art-exhibition-2b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: 0;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 271;
}
.online-virtual-gallery-2c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(107 * var(--rpx));
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(287 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 272;
}
.text-47 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(424 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 273;
}
.text-48 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(517 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 274;
}
.flex-row-2d {
  position: relative;
  width: calc(720 * var(--rpx));
  height: calc(36 * var(--rpx));
  margin: calc(20 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  z-index: 282;
}
.frame-2e {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(10 * var(--rpx));
  position: absolute;
  width: calc(91 * var(--rpx));
  height: calc(36 * var(--rpx));
  top: 0;
  left: calc(629 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  border: calc(1 * var(--rpx)) solid #ccfa34;
  z-index: 282;
  border-radius: calc(8 * var(--rpx));
}
.sign-up-2f {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: calc(71 * var(--rpx));
  height: calc(36 * var(--rpx));
  color: #ccfa34;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(36 * var(--rpx));
  text-align: center;
  white-space: nowrap;
  z-index: 283;
}
.nft-art-exhibition-30 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: 0;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 278;
}
.online-virtual-gallery-31 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(107 * var(--rpx));
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(287 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 279;
}
.text-4c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(424 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 280;
}
.text-4d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(517 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 281;
}
.flex-row-c {
  position: relative;
  width: calc(720 * var(--rpx));
  height: calc(36 * var(--rpx));
  margin: calc(20 * var(--rpx)) 0 0 calc(29 * var(--rpx));
  z-index: 289;
}
.frame-32 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: calc(10 * var(--rpx));
  position: absolute;
  width: calc(91 * var(--rpx));
  height: calc(36 * var(--rpx));
  top: 0;
  left: calc(629 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  border: calc(1 * var(--rpx)) solid #ccfa34;
  z-index: 289;
  border-radius: calc(8 * var(--rpx));
}
.sign-up-33 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: calc(71 * var(--rpx));
  height: calc(36 * var(--rpx));
  color: #ccfa34;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(36 * var(--rpx));
  text-align: center;
  white-space: nowrap;
  z-index: 290;
}
.nft-art-exhibition-34 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: 0;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 285;
}
.online-virtual-gallery-35 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(107 * var(--rpx));
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(287 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 286;
}
.date-time {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(424 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 287;
}
.time-36 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(28 * var(--rpx));
  top: calc(4 * var(--rpx));
  left: calc(517 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 288;
}
.security-compliance {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(876 * var(--rpx));
  left: calc(310 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(56 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 226;
}
.rectangle-37 {
  position: absolute;
  width: calc(620 * var(--rpx));
  height: calc(280 * var(--rpx));
  top: calc(964 * var(--rpx));
  left: calc(310 * var(--rpx));
  font-size: 0px;
  background: #ccfa34;
  z-index: 228;
  border-radius: calc(8 * var(--rpx));
}
.our-commitment {
  display: block;
  position: relative;
  height: calc(32 * var(--rpx));
  margin: calc(24 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #060b19;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 230;
}
.security-features {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(563 * var(--rpx));
  height: calc(168 * var(--rpx));
  margin: calc(20 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #060b19;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  z-index: 229;
}
.rectangle-38 {
  position: absolute;
  width: calc(620 * var(--rpx));
  height: calc(280 * var(--rpx));
  top: calc(964 * var(--rpx));
  left: calc(990 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 232;
  border-radius: calc(8 * var(--rpx));
}
.security-partners {
  display: block;
  position: relative;
  height: calc(32 * var(--rpx));
  margin: calc(24 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 234;
}
.security-partners-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(563 * var(--rpx));
  height: calc(168 * var(--rpx));
  margin: calc(10 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(42 * var(--rpx));
  text-align: left;
  text-overflow: initial;
  z-index: 233;
  overflow: hidden;
}
.flex-row-f {
  position: relative;
  width: calc(1920 * var(--rpx));
  height: calc(903 * var(--rpx));
  margin: calc(67 * var(--rpx)) 0 0 0;
  z-index: 222;
}
.ellipse-39 {
  position: absolute;
  width: calc(1158 * var(--rpx));
  height: calc(903 * var(--rpx));
  top: 0;
  left: 50%;
  background: url(./assets/images/9446c1e8-f901-4bc5-b0ef-5664b8886755.png)
    no-repeat center;
  background-size: cover;
  transform: translate(-39.21%, 0);
  filter: blur(calc(60 * var(--rpx)));
  z-index: 2;
}
.latest-news-3a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(52 * var(--rpx));
  left: calc(310 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(56 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 210;
}
.rectangle-3b {
  position: absolute;
  width: calc(420 * var(--rpx));
  height: calc(280 * var(--rpx));
  top: calc(140 * var(--rpx));
  left: calc(310 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 212;
  border-radius: calc(8 * var(--rpx));
}
.industry-news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(378 * var(--rpx));
  height: calc(64 * var(--rpx));
  margin: calc(40 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  z-index: 215;
}
.date {
  display: block;
  position: relative;
  height: calc(18 * var(--rpx));
  margin: calc(11 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 213;
}
.blockchain-trends {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(378 * var(--rpx));
  height: calc(56 * var(--rpx));
  margin: calc(22 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  z-index: 214;
}
.rectangle-3c {
  position: absolute;
  width: calc(420 * var(--rpx));
  height: calc(280 * var(--rpx));
  top: calc(140 * var(--rpx));
  left: calc(750 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 217;
  border-radius: calc(8 * var(--rpx));
}
.platform-announcement {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(378 * var(--rpx));
  height: calc(64 * var(--rpx));
  margin: calc(40 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  z-index: 220;
}
.date-3d {
  display: block;
  position: relative;
  height: calc(18 * var(--rpx));
  margin: calc(11 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 218;
}
.community-incentive-program {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(378 * var(--rpx));
  height: calc(56 * var(--rpx));
  margin: calc(22 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  z-index: 219;
}
.rectangle-3e {
  position: absolute;
  height: calc(280 * var(--rpx));
  top: calc(140 * var(--rpx));
  left: calc(1190 * var(--rpx));
  font-size: 0px;
  background: #040914;
  z-index: 222;
  border-radius: calc(8 * var(--rpx));
}
.kol-interview {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(378 * var(--rpx));
  height: calc(64 * var(--rpx));
  margin: calc(40 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  z-index: 225;
}
.date-3f {
  display: block;
  position: relative;
  height: calc(18 * var(--rpx));
  margin: calc(11 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 223;
}
.digital-economy-insights {
  display: block;
  position: relative;
  height: calc(28 * var(--rpx));
  margin: calc(22 * var(--rpx)) 0 0 calc(24 * var(--rpx));
  color: #798aa9;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 400;
  line-height: calc(28 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 224;
}
.rectangle-40 {
  position: absolute;
  width: calc(1920 * var(--rpx));
  height: calc(336 * var(--rpx));
  top: calc(567 * var(--rpx));
  left: 0;
  background: #080b1b;
  z-index: 177;
}
.flex-row-f-41 {
  position: relative;
  width: calc(982 * var(--rpx));
  height: calc(116 * var(--rpx));
  margin: calc(80 * var(--rpx)) 0 0 calc(469 * var(--rpx));
  z-index: 186;
}
.rectangle-42 {
  position: absolute;
  width: calc(94 * var(--rpx));
  height: calc(116 * var(--rpx));
  top: 0;
  left: 0;
  background: #666666;
  z-index: 181;
  border-radius: calc(4 * var(--rpx));
}
.image-43 {
  position: relative;
  width: calc(80 * var(--rpx));
  height: calc(80 * var(--rpx));
  margin: calc(7 * var(--rpx)) 0 0 calc(7 * var(--rpx));
  background: #c4c4c4;
  z-index: 182;
  border-radius: calc(4 * var(--rpx));
}
.wechat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(24 * var(--rpx));
  top: calc(28 * var(--rpx));
  left: calc(16 * var(--rpx));
  color: #091021;
  font-family: Inter, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 187;
}
.contact-hours {
  display: block;
  position: relative;
  height: calc(17 * var(--rpx));
  margin: calc(7 * var(--rpx)) 0 0 calc(11 * var(--rpx));
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(16.94318199157715 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 183;
}
.contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(30 * var(--rpx));
  top: 0;
  left: calc(118 * var(--rpx));
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: calc(20 * var(--rpx));
  font-weight: 700;
  line-height: calc(30 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 185;
}
.line {
  position: absolute;
  width: calc(1 * var(--rpx));
  height: calc(113 * var(--rpx));
  top: calc(2 * var(--rpx));
  left: 50%;
  background: url(./assets/images/991f89f3-0d61-4fa0-9336-c52960d16104.png)
    no-repeat center;
  background-size: cover;
  transform: translate(-100%, 0);
  z-index: 186;
}
.image-44 {
  position: absolute;
  width: calc(264 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(39 * var(--rpx));
  left: 50%;
  background: url(./assets/images/0d91f3b94876c5f439ea9e1609b9710edc0d0a16.png)
    no-repeat center;
  background-size: cover;
  transform: translate(85.98%, 0);
  z-index: 179;
}
.address-contact {
  position: absolute;
  width: calc(188 * var(--rpx));
  height: calc(72 * var(--rpx));
  top: calc(44 * var(--rpx));
  left: calc(118 * var(--rpx));
  font-family: Inter, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 184;
}
.address-contact-details {
  position: relative;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
}
.email {
  position: relative;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: left;
  text-decoration: underline;
}
.copyright {
  position: relative;
  width: calc(226 * var(--rpx));
  height: calc(20 * var(--rpx));
  margin: calc(40 * var(--rpx)) 0 0 calc(846 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 178;
}
.copyright-year {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
}
.copyright-text {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
}
.privacy-terms-risk {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
}
.privacy-policy {
  position: relative;
  width: calc(179 * var(--rpx));
  height: calc(20 * var(--rpx));
  margin: calc(7 * var(--rpx)) 0 0 calc(871 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 188;
}
.terms {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
  text-decoration: underline;
}
.terms-separator {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
}
.risk-warning {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
  text-decoration: underline;
}
.terms-separator-45 {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
}
.risk-tips {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(14 * var(--rpx));
  font-weight: 400;
  line-height: calc(19.600000381469727 * var(--rpx));
  text-align: center;
  text-decoration: underline;
}
.flex-row-bb-46 {
  position: absolute;
  height: calc(1205 * var(--rpx));
  top: calc(222 * var(--rpx));
  right: calc(357 * var(--rpx));
  left: calc(310 * var(--rpx));
  z-index: 174;
}
.ellipse-47 {
  position: absolute;
  width: calc(1158 * var(--rpx));
  height: calc(1119 * var(--rpx));
  top: 0;
  left: calc(54 * var(--rpx));
  background: url(./assets/images/94a65360-837c-4f75-98e8-763847ae1a87.png)
    no-repeat center;
  background-size: cover;
  filter: blur(calc(60 * var(--rpx)));
  z-index: 4;
}
.unlock-kol-potential {
  position: absolute;
  width: calc(816 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(112 * var(--rpx));
  left: 50%;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  transform: translate(-47.12%, 0);
  z-index: 5;
}
.kol-influence {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
}
.infinite-potential {
  position: relative;
  color: #cbfc01;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
}
.value-creation {
  position: relative;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(64 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
}
.value-creation-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(176 * var(--rpx));
  left: calc(50% - calc(371.5 * var(--rpx)));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 6;
}
.frame-48 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(24 * var(--rpx));
  position: absolute;
  width: calc(344 * var(--rpx));
  height: calc(48 * var(--rpx));
  top: calc(260 * var(--rpx));
  left: 50%;
  transform: translate(-43.17%, 0);
  z-index: 25;
}
.frame-49 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: calc(10 * var(--rpx));
  position: relative;
  width: calc(160 * var(--rpx));
  height: calc(48 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  background: #cbfc01;
  z-index: 26;
  border-radius: calc(8 * var(--rpx));
}
.register-now {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #000000;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 27;
}
.frame-4a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: calc(10 * var(--rpx));
  position: relative;
  width: calc(160 * var(--rpx));
  height: calc(48 * var(--rpx));
  padding: calc(10 * var(--rpx)) calc(10 * var(--rpx)) calc(10 * var(--rpx))
    calc(10 * var(--rpx));
  border: calc(1 * var(--rpx)) solid #cbfc01;
  z-index: 28;
  border-radius: calc(8 * var(--rpx));
}
.register-now-4b {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: calc(32 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: calc(32 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 29;
}
.popular-influencer-valuation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(448 * var(--rpx));
  left: 0;
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(56 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 33;
}
.market-data-analysis {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: calc(40 * var(--rpx));
  top: calc(504 * var(--rpx));
  left: 0;
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(32 * var(--rpx));
  font-weight: 400;
  line-height: calc(40 * var(--rpx));
  text-align: left;
  white-space: nowrap;
  z-index: 32;
}
.rectangle-4c {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(578 * var(--rpx));
  left: 50%;
  background: #10192b;
  /* border-top: calc(1 * var(--rpx)) solid #576f8f; */
  transform: translate(-48.04%, 0);
  z-index: 31;
}
.content-quality {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(84 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(352 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(20 * var(--rpx));
  text-align: right;
  z-index: 166;
}
.influence-breadth {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(100 * var(--rpx));
  height: calc(24 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(460 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 167;
}
.fan-growth-rate {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(100 * var(--rpx));
  height: calc(24 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(584 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 168;
}
.brand-cooperation-times {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(100 * var(--rpx));
  height: calc(24 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(708 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 169;
}
.conversion-rate {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(100 * var(--rpx));
  height: calc(24 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(826 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 170;
}
.professional-field {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(100 * var(--rpx));
  height: calc(24 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(944 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 171;
}
.comprehensive-valuation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(100 * var(--rpx));
  height: calc(24 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(1062 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(24 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 172;
}
.attention-quantity {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(48 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(202 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 164;
}
.interaction {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(32 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(296 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 165;
}
.internet-celebrity {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(32 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(12 * var(--rpx));
  left: calc(118 * var(--rpx));
  color: #62728f;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(16 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 173;
}
.rectangle-4d {
  position: absolute;
  width: calc(8 * var(--rpx));
  height: calc(627 * var(--rpx));
  top: calc(578 * var(--rpx));
  left: calc(1250 * var(--rpx));
  background: rgba(32, 47, 75, 0.2);
  z-index: 174;
}
.rectangle-4e {
  position: relative;
  width: calc(8 * var(--rpx));
  height: calc(50 * var(--rpx));
  margin: 0 0 0 0;
  background: #394c72;
  z-index: 175;
}
.rectangle-4f {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(635 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 35;
}
.image-50 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/30094875-b57a-48ad-a13c-387ee74fe0a2.png)
    no-repeat center;
  background-size: cover;
  z-index: 36;
  border-radius: 50%;
}
.price-in-ten-thousand {
  position: absolute;
  width: calc(98 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1064 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/16199db7-7c94-49bd-8f18-34d45f413524.png)
    no-repeat center;
  background-size: cover;
  z-index: 46;
}
.li-meili {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 37;
}
.five-million {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 38;
}
.text-83 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 39;
}
.text-84 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 42;
}
.text-85 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 44;
}
.cosmetics {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 45;
}
.text-87 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 43;
}
.high {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 41;
}
.text-89 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 40;
}
.rectangle-51 {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(692 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 48;
}
.image-52 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/a19c618c-a90d-4df9-9415-cb3aba10a8c9.png)
    no-repeat center;
  background-size: cover;
  z-index: 49;
  border-radius: 50%;
}
.price-in-ten-thousand-53 {
  position: absolute;
  width: calc(98 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1064 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/91f7bd23-a681-48af-82c5-43994efc45d5.png)
    no-repeat center;
  background-size: cover;
  z-index: 59;
}
.li-meili-54 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 50;
}
.four-hundred-ninety-six-million {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 51;
}
.text-8c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 52;
}
.text-8d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 55;
}
.text-8e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 57;
}
.education {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 58;
}
.text-90 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 56;
}
.low {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 54;
}
.text-92 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 53;
}
.rectangle-55 {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(749 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 74;
}
.image-56 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/f74a2ebb-60f7-487d-a948-229a82715941.png)
    no-repeat center;
  background-size: cover;
  z-index: 75;
  border-radius: 50%;
}
.price-in-ten-thousand-57 {
  position: absolute;
  width: calc(98 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1064 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/db23d8e4-42a6-4b17-8b5e-2e4e33f5dcc4.png)
    no-repeat center;
  background-size: cover;
  z-index: 85;
}
.li-meili-58 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 76;
}
.three-hundred-sixty-eight-million {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 77;
}
.text-95 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 78;
}
.text-96 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 81;
}
.text-97 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 83;
}
.technology {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 84;
}
.text-99 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 82;
}
.high-59 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 80;
}
.text-9b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 79;
}
.rectangle-5a {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(806 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 100;
}
.image-5b {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/1e07ba93-3b7f-4890-8be0-4913390cff46.png)
    no-repeat center;
  background-size: cover;
  z-index: 101;
  border-radius: 50%;
}
.price-in-ten-thousand-5c {
  position: absolute;
  width: calc(98 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1064 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/9fd1c742-65af-4fa6-8540-a827d21cf422.png)
    no-repeat center;
  background-size: cover;
  z-index: 111;
}
.li-meili-5d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 102;
}
.three-hundred-twenty-five-million {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 103;
}
.text-9e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 104;
}
.text-9f {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 107;
}
.text-a0 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 109;
}
.outfit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 110;
}
.text-a2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 108;
}
.high-5e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 106;
}
.text-a4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 105;
}
.rectangle-5f {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(863 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 126;
}
.image-60 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/dc1044d6-51ea-4987-b414-b23065be2e21.png)
    no-repeat center;
  background-size: cover;
  z-index: 127;
  border-radius: 50%;
}
.price-in-ten-thousand-61 {
  position: absolute;
  width: calc(98 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1064 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/e909a14c-acb4-4e19-be26-e57730a7c895.png)
    no-repeat center;
  background-size: cover;
  z-index: 137;
}
.li-meili-62 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 128;
}
.two-hundred-ninety-one-million {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 129;
}
.text-a7 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 130;
}
.text-a8 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 133;
}
.text-a9 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 135;
}
.travel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 136;
}
.number {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 134;
}
.high-63 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 132;
}
.number-64 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 131;
}
.rectangle-65 {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(920 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 61;
}
.image-66 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/1c01ada1-831e-4e87-806d-286e7f0f7839.png)
    no-repeat center;
  background-size: cover;
  z-index: 62;
  border-radius: 50%;
}
.price {
  position: absolute;
  width: calc(98 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1064 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/aa1c6c53-9385-405c-b253-d72f4495249a.png)
    no-repeat center;
  background-size: cover;
  z-index: 72;
}
.name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 63;
}
.price-67 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 64;
}
.percentage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 65;
}
.percentage-68 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 68;
}
.percentage-69 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 70;
}
.beauty {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 71;
}
.number-6a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 69;
}
.low-6b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 67;
}
.number-6c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 66;
}
.rectangle-6d {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(977 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 87;
}
.image-6e {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/7b0fa63b-652a-4244-924c-38d26a7da52c.png)
    no-repeat center;
  background-size: cover;
  z-index: 88;
  border-radius: 50%;
}
.price-6f {
  position: absolute;
  width: calc(69 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1093 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/96deec6b-bd92-4055-a7b5-8654d229b143.png)
    no-repeat center;
  background-size: cover;
  z-index: 98;
}
.name-70 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 89;
}
.price-71 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 90;
}
.percentage-72 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 91;
}
.percentage-73 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 94;
}
.percentage-74 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 96;
}
.outfit-75 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 97;
}
.number-76 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 95;
}
.high-77 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 93;
}
.number-78 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 92;
}
.rectangle-79 {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(1034 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 113;
}
.image-7a {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/c44004b7-86bd-44ef-a99a-11afa822f041.png)
    no-repeat center;
  background-size: cover;
  z-index: 114;
  border-radius: 50%;
}
.price-7b {
  position: absolute;
  width: calc(69 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1093 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/ab461edd-3310-4e30-9036-6720d830e151.png)
    no-repeat center;
  background-size: cover;
  z-index: 124;
}
.name-7c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 115;
}
.price-7d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 116;
}
.percentage-7e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 117;
}
.percentage-7f {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 120;
}
.percentage-80 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 122;
}
.parenting {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 123;
}
.number-81 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 121;
}
.high-82 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 119;
}
.number-83 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 118;
}
.rectangle-84 {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(1091 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-48.04%, 0);
  z-index: 139;
}
.image-85 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/92511145-d636-4611-a86b-bb59f13c2e20.png)
    no-repeat center;
  background-size: cover;
  z-index: 140;
  border-radius: 50%;
}
.price-86 {
  position: absolute;
  width: calc(69 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1093 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/58abdb4d-fe18-4cbb-b986-4855798c9b8a.png)
    no-repeat center;
  background-size: cover;
  z-index: 150;
}
.name-87 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 141;
}
.price-88 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 142;
}
.percentage-89 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 143;
}
.percentage-8a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 146;
}
.percentage-8b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 148;
}
.funny {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 149;
}
.number-8c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 147;
}
.low-8d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 145;
}
.number-8e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 144;
}
.rectangle-8f {
  position: absolute;
  width: calc(1200 * var(--rpx));
  height: calc(57 * var(--rpx));
  top: calc(1370 * var(--rpx));
  left: 50%;
  background: #10192b;
  border-top: calc(1 * var(--rpx)) solid #3b4d65;
  border-bottom: calc(1 * var(--rpx)) solid #3b4d65;
  transform: translate(-50%, 0);
  z-index: 152;
}
.image-90 {
  position: absolute;
  width: calc(40 * var(--rpx));
  height: calc(40 * var(--rpx));
  top: calc(8 * var(--rpx));
  left: calc(38 * var(--rpx));
  background: url(./assets/images/eb612172-a0d9-44a5-99a0-59d116c9e287.png)
    no-repeat center;
  background-size: cover;
  z-index: 153;
  border-radius: 50%;
}
.price-91 {
  position: absolute;
  width: calc(69 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(1093 * var(--rpx));
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  background: url(./assets/images/84444be2-8514-48f2-96ee-bb3d7c5b1ab7.png)
    no-repeat center;
  background-size: cover;
  z-index: 163;
}
.name-92 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(54 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(96 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 154;
}
.price-93 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(51 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(199 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 155;
}
.percentage-94 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(284 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 156;
}
.percentage-95 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(624 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 159;
}
.percentage-96 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(44 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(866 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 161;
}
.beauty-97 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(36 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(992 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 162;
}
.number-98 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(22 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(770 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 160;
}
.low-99 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(18 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(526 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 158;
}
.number-9a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: calc(11 * var(--rpx));
  height: calc(18 * var(--rpx));
  top: calc(19 * var(--rpx));
  left: calc(425 * var(--rpx));
  color: #ffffff;
  font-family: PingFang SC, var(--default-font-family);
  font-size: calc(18 * var(--rpx));
  font-weight: 400;
  line-height: calc(18 * var(--rpx));
  text-align: right;
  white-space: nowrap;
  z-index: 157;
}
