html body {
  padding: 0;
  margin: 0;
  color: #000000;
}
p {
  margin: 0;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/banner.png");
}
.header-bar {
  position: absolute;
  width: 1140px;
  height: 64px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bar .logo {
  width: 128px;
  height: 62px;
}
.header-bar .logo img {
  width: 100%;
  height: 100%;
}
.header-bar .header-ul {
  display: flex;
  align-items: center;
}
.header-bar .header-item {
  font-size: 16px;
  font-weight: 600;
  color: #9670FF;
  margin-right: 60px;
  cursor: pointer;
  text-decoration: none;
}
.header-bar .login-in {
  width: 92px;
  height: 32px;
  border-radius: 16px;
  background: #9670FF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
.banner section {
  width: 1140px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .title {
  width: 840px;
  font-size: 56px;
  color: #9670FF;
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
}
.banner .desc {
  width: 780px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
.banner .btn-box {
  margin-top: 24px;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #9670FF;
  cursor: pointer;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  text-decoration: none;
}
.brand {
  width: 100%;
  height: 1080px;
  background-image: url("../img/Social Proof.png ");
}
.brand section {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.brand  .img-box {
  width: 800px;
}
.brand  .img-box img {
  width: 100%;
}
.brand .data-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 585px;
  margin-left: 64px;
}
.brand .data-title {
  font-size: 48px;
  font-weight: 800;
  color: #9A7AF3;
}
.brand .data-ul {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
.brand .data-num {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #9A7AF3;
}
.brand .data-text {
  font-size: 16px;
  font-weight: 600;
  color: #9A7AF3;
  margin-top: 16px;
}
.our {
  width: 100%;
  height: 1080px;
  background: #1D193F;
}
.our section {
  width: 1140px;
  padding-top: 156px;
  margin: 0 auto;
}
.our .title {
  font-size: 48px;
  font-weight: 600;
  color: #9A7AF3;
  text-align: center;
}
.our .our-content {
  width: 100%;
  display: flex;
  margin-top: 128px;
}
.our .our-content .our-img {
  width: 800px;
}
.our .our-content .our-img img {
  width: 100%;
}
.our .our-ul {
  margin-left: 80px;
}
.our .our-row {
  display: flex;
  margin-bottom: 100px;
}
.our .our-row:last-of-type {
  margin-bottom: 0;
}
.our .our-item {
  width: 320px;
  margin-right: 98px;
}
.our .our-item:last-of-type {
  margin-right: 0;
}
.our .our-text {
  font-size: 20px;
  font-weight: 600;
  color: #9A7AF3;
  margin-top: 24px;
}
.our .our-desc {
  font-size: 14px;
  font-weight: 600;
  color: #9A7AF3;
  margin-top: 16px;
}
.bi {
  width: 100%;
  height: 1080px;
  background: #FFFFFF;
}
.bi section {
  width: 1140px;
  padding-top: 120px;
  margin: 0 auto;
}
.bi .title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.bi .desc {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 72px;
}
.bi .img-box {
  margin: 96px auto 0;
}
.contact {
  width: 100%;
  height: 1080px;
  background: #1D193F;
  position: relative;
}
.contact .ct-bottom {
  width: 100vw;
  height: 424px;
  background: #9A7AF3;
  top: 328px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.contact .ct-middle {
  width: 1380px;
  height: 700px;
  background: rgba(255, 255, 255, 0.5);
  top: 150px;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%) rotate(355.54deg);
  position: absolute;
  z-index: 2;
}
.contact .ct-top {
  width: 1380px;
  height: 700px;
  background: rgba(255, 255, 255, 1);
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact .ct-top .title {
  font-size: 48px;
  font-weight: 800;
  color: #1D193F;
}
.contact .ct-top .desc {
  font-size: 24px;
  font-weight: 600;
  color: #1D193F;
  margin-top: 48px;
  text-decoration: underline;
}
.contact .ct-top .email {
  font-size: 24px;
  font-weight: 600;
  color: #9A7AF3;
  margin-top: 24px;
  text-decoration: underline;
}
.contact .ct-top .img-box {
  margin-top: 72px;
}
.footer-box {
  height: 72px;
  width: 1140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-box .text {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
