* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  display: block;
  text-decoration: none;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.otf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.otf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.otf");
}

.header {
  width: 37.5rem;
  height: 68rem;
  background: linear-gradient(180deg, #4540d6 0%, #bfeaff 100%);
  position: relative;
}

.nav {
  width: 37.5rem;
  height: 7rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 1rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}

.nav-btn {
  width: 6.6rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 2rem;
  text-align: center;
  line-height: 4rem;
  font-size: 1.4rem;
  color: #4540d6;
}

.header-title {
  width: 27rem;
  font-size: 4.4rem;
  font-family: Poppins-Bold;
  font-weight: bold;
  color: #ffffff;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  position: relative;
}
.header-title-btn {
  width: 12.4rem;
  height: 6.2rem;
  background: #4540d6;
  border-radius: 3.1rem;
  font-size: 4.4rem;
  text-align: center;
  line-height: 6.2rem;
  left: 14rem;
  top: 0.5rem;
  position: absolute;
}
.header-title-p {
  width: 35.5rem;
  height: 3.8rem;
  font-size: 1.3rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  line-height: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.header-btn {
  width: 18rem;
  height: 5.2rem;
  background: #4540d6;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.header-banner {
  position: absolute;
  bottom: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 37.5rem;
}
.content {
  padding-top: 120px;
  width: 100%;
  height: auto;
}
.content-title {
  margin: 0 auto;
  width: 14.1rem;
  height: 5.1rem;
  font-size: 3.6rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #2e2f3e;
  line-height: 5.5rem;
  position: relative;
  margin-bottom: 6rem;
}
.content-title::after {
  content: "";
  width: 8.4rem;
  height: 0.4rem;
  background: #4540d6;
  position: absolute;
  bottom: 0;
  left: 3rem;
}
.feature-content {
  width: 29.5rem;
  height: 58rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 3rem;
}
li {
  list-style: none;
  padding: 3rem 2rem 3.6rem 2rem;
}
.feature-content li img {
  display: block;
  width: 5.6rem;
  margin: 0 auto;
  margin-bottom: 3.4rem;
}
.feature-content li p {
  width: 25.5rem;
  font-size: 1.4rem;
  font-family: Poppins-Regular;
  color: #2e2f3e;
  text-align: center;
}
.feature-content li:first-child {
  width: 29.5rem;
  height: 18rem;
  background: #ffffff;
  border-radius: 1.41rem;
  border: 0.07rem solid #e6e7f1;
  margin-bottom: 2rem;
}
.feature-content li:nth-child(2) {
  width: 29.5rem;
  height: 18rem;
  background: #ffffff;
  box-shadow: 0rem 0.7rem 2.8rem 0rem rgba(79, 121, 225, 0.16);
  border-radius: 1.41rem;
  border: 0.07rem solid #e6e7f1;
  margin-bottom: 2rem;
}
.feature-content li:last-child {
  width: 29.5rem;
  height: 18rem;
  background: #ffffff;
  border-radius: 1.41rem;
  border: 0.07rem solid #e6e7f1;
}
.content-title1 {
  width: 33.5rem;
  height: 15.3rem;
  font-size: 3.6rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #2e2f3e;
  line-height: 5.5rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 14rem;
}
.content-detail2 {
  width: 37.5rem;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.content-detail2-left-1 {
  width: 33.5rem;
  height: 6.9rem;
  font-size: 1.6rem;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #2e2f3e;
  line-height: 2.5rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.content-detail2-left-2 {
  width: 33.5rem;
  height: 12.6rem;
  font-size: 1.4rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #2e2f3e;
  line-height: 1.8rem;
  margin-top: 1rem;
}
.content-detail2-left-3 {
  width: 31rem;
  height: 2.9rem;
  font-size: 2.4rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #4540d6;
  line-height: 2.9rem;
  margin-top: 4rem;
}
.content-detail2-left-4 {
  width: 22.5rem;
  height: 4.8rem;
  background: rgba(69, 64, 214, 0.05);
  border-radius: 0.4rem;
  margin-top: 30px;
  color: #4540d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-top: 2rem;
}

.content-title2 {
  width: 33.5rem;
  height: 5.1rem;
  font-size: 3.6rem;
  font-family: Poppins-SemiBold, Poppins;
  font-weight: 600;
  color: #2e2f3e;
  line-height: 5.5rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 14rem;
}
.content-detail3 {
  width: 35.6rem;
  height: 59rem;
  background: #e9ebfa;
  border-radius: 2rem;
  margin: 0 auto;
  padding-top: 5rem;
  margin-top: 4rem;
}

.content-detail3-title {
  width: 22.5rem;
  height: 4.8rem;
  font-size: 1.6rem;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #2e2f3e;
  line-height: 34px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.content-detail3-title::after {
  content: "";
  width: 2rem;
  height: 0.4rem;
  background: #4540d6;
  border-radius: 0.3rem;
  position: absolute;
  bottom: -2rem;
  left: 10.6rem;
}
.content-detail3-describe {
  width: 31.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #2e2f3e;
  line-height: 1.8rem;
  margin: 0 auto;
  margin-top: 6.4rem;
  text-align: center;
}
.content-detail3-btn {
  width: 26.4rem;
  height: 4.8rem;
  background: #4540d6;
  border-radius: 0.4rem;
  background: rgba(69, 64, 214, 0.05);
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.content-detail4 {
  width: 35.6rem;
  height: 42.3rem;
  background: #f8f2dc;
  padding-top: 5rem;
  margin: 0 auto;
  margin-top: 2rem;
}
.content-detail4-title {
  width: 31.6rem;
  height: 4.4rem;
  font-size: 1.8rem;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #2e2f3e;
  line-height: 2.2rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.content-detail4-title::after {
  content: "";
  width: 2rem;
  height: 0.4rem;
  background: #eea119;
  border-radius: 0.3rem;
  position: absolute;
  bottom: -2rem;
  left: 15rem;
}
.content-detail5 {
  margin: 0 auto;
  width: 35.6rem;
  height: 42.7rem;
  background: #d8e5ff;
  border-radius: 2rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 200px;
}
.content-detail5 > div {
  width: 35.6rem;
  height: 42.7rem;
  background: #d8e5ff;
  border-radius: 2rem;
  padding: 3rem;
}
/* .content-detail5 div:first-child{
      margin-right: 20px;
  } */
.content-detail5-title {
  width: 31.6rem;
  height: 2.2rem;
  font-size: 1.8rem;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  color: #2e2f3e;
  line-height: 34px;
  position: relative;
}
.content-detail5-title::after {
  content: "";
  width: 2rem;
  height: 0.4rem;
  background: #406cd6;
  border-radius: 0.3rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.content-detail6 {
  width: 37.5rem;
  height: 96.1rem;
  background: #5752eb;
  margin-top: 53.6rem;
  padding-top: 6rem;
}
.content-detail6-title {
  width: 33.5rem;
  height: 13.2rem;
  font-size: 3.6rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  margin: 0 auto;
  color: #ffffff;
  line-height: 4.4rem;
  text-align: center;
}
.content-detail6-detail {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.content-detail6-detail-left {
  width: 37.5rem;
  height: 0.1rem;
  margin-top: 6.1rem;
  border: 0.1rem solid #ffffff;
  margin-bottom: 3rem;
}
.content-detail6-detail-left1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content-detail6-detail-left2 {
  margin-top: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-detail6-detail-left1 p {
  width: 27.5rem;
  height: 3.6rem;
  font-size: 1.4rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8rem;
  margin-left: 2.4rem;
}
.content-detail6-detail-left2 p {
  width: 27.5rem;
  height: 9rem;
  font-size: 1.4rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8rem;
  margin-left: 2.4rem;
}
.content-detail6-detail-left3 {
  width: 37.5rem;
  height: 0.1rem;
  border: 0.1rem solid #ffffff;
  margin-top: 3rem;
}
.content-detail6-detail-btn {
  width: 31.3rem;
  height: 4.8rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.6rem;
  line-height: 4.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 4rem;
}
.content-detail7 {
  margin: 0 auto;
  margin-top: 16rem;
  width: 33.5rem;
  height: 40rem;
  background: linear-gradient(180deg, #4540d6 0%, #bfeaff 100%);
  border-radius: 2.16rem;
  border: 0.07rem solid #ffffff;
  padding-top: 3rem;
  padding-left: 2rem;
}

.content-detail7-left1 {
  width: 29.5rem;
  height: 3.8rem;
  font-size: 1.6rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.9rem;
  margin-top: 1.4rem;
  margin-bottom: 4rem;
}
.content-detail7-btn {
  width: 18rem;
  height: 5.2rem;
  background: #4540d6;
  border-radius: 1rem;
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  color: white;
}
.footer {
  width: 37.5rem;
  height: 26.4rem;
  background: #ffffff;
  margin-top: 58rem;
  border-top: 0.1rem solid #a7a9be;
  padding: 4.1rem 0 0 1rem;
}
.footer-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.footer-icons li a img {
  width: 4rem;
}
.footer-icons a:not(:last-child) {
  margin-right: 1rem;
}
.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
  color: #2e2f3e;
}
.modal {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.modal-content {
  width: 33.5rem;
  height: 27.3rem;
  background: #ffffff;
  box-shadow: 0rem 1rem 2.4rem 0rem rgba(16, 38, 92, 0.1);
  border-radius: 1rem;
  border: 0.1rem solid #2e2f3e;
  margin: 0 auto;
  margin-top: 7rem;
}
.icon-line {
  width: 33.5rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  border-bottom: 0.1rem solid #a7a9be;
}
.icon-line a {
  display: block;
  width: 33.5rem;
  height: 7rem;
  line-height: 7rem;
  font-size: 1.6rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1e2844;
}
.icon-line-footer{
  width: 33.5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.icon-line-btn {
  width: 13.2rem;
  height: 4rem;
  background: #2e2f3e;
  border-radius: 2rem;
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  line-height: 4rem;
  color: white;
  font-family: PingFangSC-Regular, PingFang SC;
}
.close{
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 2rem;
  color: white;
}