
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  background-color: #faf9fe;
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
  height: 60px;
}
header nav .logo a {
  width: 100%;
  height: 100%;
  font-size: 32px;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
header nav .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .nav-links li {
  margin-right: 40px;
}
header nav .nav-links li a {
  font-size: 20px;
  color: #000;
  text-decoration: auto;
}
header nav .nav-links a.active {
  color: #7c68ee !important;
  position: relative;
}
#home {
  width: 100%;
  background-color: rgba(124, 104, 238, 0.04);
}
#home .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  padding-bottom: 153px;
}
#home .container .left {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  margin-top: 100px;
}
#home .container .left .p1 {
  font-weight: bold;
  font-size: 36px;
  color: #7c68ee;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#home .container .left .p2 {
  font-weight: bold;
  font-size: 58px;
  color: #252b42;
  line-height: 80px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#home .container .left .p3 {
  font-weight: 500;
  font-size: 24px;
  color: #737373;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 56px;
}

#home .container .left .download {
  display: flex;
  align-items: center;
}
#home .container .left .download img {
  width: 204px;
  height: 60px;
}
#home .container .left .download img:nth-child(1) {
  margin-right: 30px;
}
#home .container .right {
  width: 647px;
  height: 691px;
}
#Steps {
  width: 100%;
  background: rgba(255, 255, 255, 0.32);
  position: relative;
  top: -223px;
}
#Steps .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Steps .container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Steps .container ul li {
  width: 390px;
  height: 268px;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  padding: 35px 40px;
  box-sizing: border-box;
}
#Steps .container ul li img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}
#Steps .container ul li .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #252b42;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#Steps .container ul li .line {
  width: 50px;
  height: 2px;
  background: #7c68ee;
  margin-bottom: 20px;
}
#Steps .container ul li .p2 {
  font-weight: bold;
  font-size: 24px;
  color: #7c68ee;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#choose {
  width: 100%;
  padding-bottom: 180px;
}
#choose .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#choose .container .left {
  width: 663px;
  display: flex;
  flex-direction: column;
}
#choose .container .left .line {
  width: 94px;
  height: 7px;
  background: #7c68ee;
  margin-bottom: 35px;
}
#choose .container .left .p1 {
  font-weight: bold;
  font-size: 40px;
  color: #252b42;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 35px;
}
#choose .container .left .p2 {
  font-weight: 400;
  font-size: 20px;
  color: #555555;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}
#choose .container .left div {
  display: flex;
  align-items: center;
}
#choose .container .left div img {
  width: 120px;
  height: 78px;
  margin-right: 31px;
}
#choose .container .right {
  width: 497px;
  height: 497px;
}
#Featurer {
  width: 100%;
  padding: 120px 0;
  background: rgba(124, 104, 238, 0.04);
}
#Featurer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Featurer .container .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
#Featurer .container .title .line {
  width: 94px;
  height: 7px;
  background: #7c68ee;
  margin-bottom: 40px;
}
#Featurer .container .title p {
  font-weight: bold;
  font-size: 40px;
  color: #252b42;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Featurer .container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#Featurer .container ul li {
  width: 350px;
  height: 330px;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  padding: 35px 40px;
  box-sizing: border-box;
  margin-bottom: 80px;
  margin-right: 50px;
}
#Featurer .container ul li img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}
#Featurer .container ul li .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #252b42;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#Featurer .container ul li .line {
  width: 50px;
  height: 2px;
  background: #7c68ee;
  margin-bottom: 20px;
}
#Featurer .container ul li .p2 {
  font-weight: 500;
  font-size: 24px;
  color: #555555;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Requirements {
  width: 100%;
  padding: 200px 0;
  padding-bottom: 120px;
}
#Requirements .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#Requirements .container .left {
  width: 415px;
  display: flex;
  flex-direction: column;
}
#Requirements .container .left .line {
  width: 94px;
  height: 7px;
  background: #7c68ee;
  margin-bottom: 40px;
}
#Requirements .container .left p {
  font-weight: bold;
  font-size: 40px;
  color: #252b42;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Requirements .container ul {
  width: 740px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#Requirements .container ul li {
  width: 350px;
  height: 180px;
  border-radius: 23px;
  border: 1px solid #d4d4d4;
  margin-bottom: 80px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Requirements .container ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}
#Requirements .container ul li p {
  font-weight: 400;
  font-size: 20px;
  color: #252b42;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#download {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#download img {
  width: 100%;
  height: auto;
}
#footer {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
#footer .container {
  display: flex;
  flex-direction: column;
  background: #fff;
}
#footer .container .top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
#footer .container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .container .top .left {
  display: flex;
  align-items: center;
}
#footer .container .top .left img {
  width: 150px;
  height: 150px;
  margin-right: 32px;
}
#footer .container .top .left .text {
  display: flex;
  flex-direction: column;
}
#footer .container .top .left .text .p1 {
  font-weight: bold;
  font-size: 64px;
  color: #252b42;
  line-height: 75px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#footer .container .top .left .text .p2 {
  font-weight: 500;
  font-size: 32px;
  color: #555555;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#footer .container .top .right {
  display: flex;
  align-items: center;
}
#footer .container .top .right img {
  width: 120px;
  height: 78px;
  margin-right: 70px;
}
#footer .container .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#footer .container .bottom .p1 {
  font-weight: bold;
  font-size: 36px;
  color: #252b42;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 33px;
}
#footer .container .bottom .p2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #555555;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#footer .container .bottom .p2 span {
  margin-right: 20px;
}
#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}
#backTop:hover {
  opacity: 1;
}
#backTop img {
  width: 100%;
  height: 100%;
}
