nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(197, 197, 197, 0.12);
  z-index: 1000;
}
.nav {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.nav .logo {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.nav .logo img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

nav .container ul {
  height: 80px;
  display: flex;
  align-items: center;
}
nav .container ul li {
  height: 80px;
  margin-right: 40px;
}
nav .container ul li a {
  height: 74px;
  line-height: 74px;
  color: #6e7b97;
  font-size: 16px;
  box-sizing: border-box;
  border-top: 6px solid transparent;
  text-decoration: none;
}
nav .container ul li .active {
  color: #7c3aed;
  font-weight: bold;
  border-top: 6px solid #7c3aed;
  border-radius: 3px;
}
.Welcome-to {
  width: 100%;
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 220px;
}
.Welcome-to p {
  width: 100%;
  text-align: center;
}
.Welcome-to .p1 {
  color: #212121;
  font-size: 44px;
  margin-bottom: 48px;
  font-weight: bold;
}
.Welcome-to .p2 {
  color: #5f5f5f;
  font-size: 48px;
  margin-bottom: 44px;
}
.Welcome-to .p3 {
  color: #5f5f5f;
  font-size: 20px;
}
.usage-data {
  width: 100%;

  background-color: rgba(29, 181, 190, 0.04);
  padding: 100px 0;
  box-sizing: border-box;
}
.usage-data .title {
  color: #212121;
  font-size: 48px;
  text-align: center;
  margin-bottom: 100px;
  text-align: center;
  font-weight: 800;
}
.usage-data ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.usage-data ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.usage-data ul li p {
  color: #1db5be;
  font-size: 80px;
  margin-bottom: 20px;
  font-weight: bold;
}
.usage-data ul li span {
  color: #000000;
  font-size: 20px;
}
.Loan-Data {
  background-color: rgba(124, 58, 237, 0.04);
}
.Loan-Data ul li p {
  color: #7c3aed;
}
.contact-us {
  width: 100%;
  padding: 120px 0;
}
.contact-us .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us .p1 {
  color: #161c2d;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 32px;
}
.contact-us .p2 {
  color: #161c2d;
  font-size: 20px;
  margin-bottom: 80px;
}
.contact-us .p3 {
  width: 869px;
  height: 148px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us .p3 img {
  width: 60px;
  height: 60px;
  margin-right: 40px;
}
.contact-us .p3 span {
  color: #7c3aed;
  font-size: 36px;
}
.footer {
  width: 100%;
  padding: 64px 0;
  box-sizing: border-box;
  background: #000000;
}
.footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .left .title {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 800;
}
.footer .left .p1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer .left .p2 {
  color: #d1d5db;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .left .p3 {
  color: #d1d5db;
  font-size: 14px;
}
.footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .right img {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}
.footer .right p {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}
