.hero .w-1200 > img {
  /* padding: 100px 0; */

  width: 432.5px;
  object-fit: contain;
  padding: 24px 0;
}
.hero .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.hero .hero-content p:nth-of-type(1) {
  background-image: linear-gradient(
    220deg,
    rgba(0, 240, 255, 1) 0,
    rgba(82, 0, 255, 1) 48.2483%,
    rgba(255, 45, 247, 1) 100%
  );
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .hero-content p:nth-of-type(2) {
  overflow-wrap: break-word;
  color: rgba(4, 68, 95, 1);
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.hero .hero-content p:nth-of-type(3) {
  width: 532px;
  overflow-wrap: break-word;
  color: rgba(4, 68, 95, 1);
  font-size: 19px;
  font-family: Poppins-Regular;
  font-weight: normal;
  text-align: left;
  margin-top: 48px;
}

.hero .hero-content a {
  border-radius: 25px;
  width: 167px;
  height: 35.5px;
  border: 1px solid rgba(69, 106, 118, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(4, 68, 95, 1);
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  white-space: nowrap;
  gap: 12px;
  margin-top: 48px;
}
.hero .hero-content a > img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.flag-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flag-container > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 36px;
  margin-top: 20px;
}
/* 国旗固定尺寸54×36px */
.flag-container img {
  width: 54px;
  height: 36px;
  border-radius: 4px;
  object-fit: cover;
}

.flag-container > p {
  overflow-wrap: break-word;
  color: rgba(4, 68, 95, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  white-space: nowrap;
  margin: 24px 0;
}
.detailed-introduction .w-1200 {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
/* 详细介绍 */
.introduction-item {
  width: 100%;
  height: 436px;
  display: flex;
  gap: 12px;
}
.introduction-item > img {
  width: 578px;
  height: 325px;
  object-fit: contain;
  margin-top: 100px;
}
.introduction-item > div {
  flex: 1;
  background: url("../image/software-features/function-introduction-bg1.png")
    no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.introduction-item > div p {
  overflow-wrap: break-word;
  color: rgba(4, 68, 95, 1);
  font-size: 25px;
  font-family: Poppins-Bold;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  right: 20px;
}
.introduction-item ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.introduction-item ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(4, 68, 95, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.introduction-item ul li img {
  --size: 52px;
  width: var(--size);
  height: var(--size);
  object-fit: contain;
}
.new-update {
  flex-direction: row-reverse;
}
.new-update > div p {
  left: 20px;
}
.new-update > div {
  background-image: url("../image/software-features/function-introduction-bg2.png");
}
.register-now{
    margin: 64px 0;
}
.register-now > div {
  height: 332px;
  background: url(../image/software-features//register-now-bg.png) 100%
    no-repeat;
  background-size: 100% 100%;
}

.register-now > div img {
  width: 542px;
  height: 100%;
  object-fit: contain;
}
.register-now > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.register-now p {
  overflow-wrap: break-word;
  color: rgba(4, 68, 95, 1);
  font-size: 25px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.register-now a {
  background-color: rgba(69, 106, 118, 1);
  border-radius: 6px;
  width: 85.5px;
  height: 35.5px;
  color: rgba(255, 255, 255, 1);
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
