* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: SF Pro Text, SF Pro Text;
  display: flex;
  flex-direction: column;

  background-color: #ffffff;
  position: relative;
}

a,
span {
  display: inline-block;
}
.header2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #5468e7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header2 .container .p1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
}
.header2 .container .div1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header2 .container .div1 .logo {
  /* width: 166px; */
  height: 60px;
}
.header2 .container .div1 .logo a {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 42px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
.header2 .container .div1 .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.header2 .container .div1 .left {
  width: 696px;
  display: flex;
  align-items: center;
}
.header2 .container .div1 .left .ad {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-right: 20px;
}
.header2 .container .div1 .left span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}

/* .header-active {
  background-color: #fff;
  font-weight: bold;
} */

.nav-links {
  width: 100%;

  background-color: transparent;
  z-index: 9999999;
  height: 70px;
  padding: 40px 164px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-links li {
  margin-right: 40px;
}
.nav-links li a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.nav-links a.active {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
.nav-links a.active::after {
  content: "";
  display: block;
  width: 32px;
  height: 6px;
  background-color: white;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%); /* 居中 */
  border-radius: 100px;
}
#home {
  width: 100%;
  height: 1124px;
  background-image: url("../images/bg.png");
  background-size: 100% 966px;
  background-repeat: no-repeat;

  margin-top: 282px;
}
#home .container {
  position: relative;
  height: 100%;
}
#home .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .list .item {
  border-radius: 24px;
  background: #ffeeee;

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home .list .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
#home .list .item .p1 {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
#home .list .item .p2 {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 0px;
}
#home .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  padding-top: 120px;
}
#home .container .p1 {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 47px;
  margin-bottom: 40px;
}
#home .container .p2 {
  font-weight: bold;
  font-size: 96px;
  color: #ffffff;
  line-height: 113px;
  margin-bottom: 40px;
}
#home .container .p3 {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 80px;
}
#home .container .down {
  display: flex;
  align-items: center;
}
#home .container .down img {
  width: 204px;
  height: 60px;
  margin-right: 30px;
}
#who-we {
  width: 100%;
  display: flex;
  padding-top: 200px;
}
#who-we .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#who-we .container img {
  width: 530px;
  height: 550px;
}
#who-we .container .right {
  width: 790px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#who-we .container .right .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #5468e7;
  line-height: 36px;
  margin-bottom: 32px;
}
#who-we .container .right .p2 {
  font-weight: 900;
  font-size: 40px;
  color: #222222;
  line-height: 54px;
  margin-bottom: 32px;
}
#who-we .container .right .p3 {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
}
#advantages {
  width: 100%;
  min-height: 3860px;
  background-image: url("../images/bg2.png");
  background-size: 100% 3860px;
  background-repeat: no-repeat;
  padding-top: 80px;
}
#advantages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#advantages .container .title {
  font-weight: bold;
  font-size: 64px;
  color: #222222;
  line-height: 96px;
  margin-bottom: 100px;
  height: 128px;
  background-image: url("../images/Line 3@2x.png");
  background-size: 663px 16px;
  background-repeat: no-repeat;
  background-position: center 100px;
}
#advantages .container .title span {
  color: #5468e7;
}
#advantages .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 200px;
}
/* #Support {
  padding-top: 200px;
} */

#advantages .list .item {
  width: 380px;
  height: 336px;
  margin-bottom: 40px;
  border-radius: 24px;
  background: #ffeeee;
  padding: 60px 40px 32px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#advantages .list .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
#advantages .list .item .p1 {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
#advantages .list .item .p2 {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 16px;
}
#advantages .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#advantages .box p {
  width: 780px;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
}
#advantages .box img {
  width: 572px;
  height: 426px;
}
#question {
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: #5468e7;
  margin-top: 160px;
}
#Products {
  padding-top: 150px;
}
#question .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
#question .container .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#question .container .left .p1 {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 40px;
}
#question .container .left .p2 {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 72px;
}
#question .container .right {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#question .container .right .item {
  width: 100%;
  height: 68px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: #fff;
  box-sizing: border-box;
}
#question .container .right .item input {
  border: none;
  width: 100%;
  height: 100%;
  color: #aaaaaa;
  font-size: 24px;
}
#question .container .right .item input:focus {
  outline: none;
  color: #222;
}
#question .container .right .btn {
  width: 200px;
  height: 68px;
  border-radius: 12px;
  background: #fff;
  font-size: 24px;
  color: #5468e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
}
#advantages .list2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#advantages .list2 .item2 {
  flex: 1;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 610px;
}
#advantages .list2 .item2 .top {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 50px;
  border-radius: 12px;
  cursor: pointer;
}
/* #advantages .list2 .item2 .top:hover p{
  display: block;
} */
#advantages .list2 .item2 .top img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#advantages .list2 .item2 .top p {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#advantages .list2 .item2 .bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#advantages .list2 .item2 .bottom .p1 {
  font-weight: normal;
  font-size: 24px;
  color: #222222;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: bold;
}
#advantages .list2 .item2 .bottom .p2 {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
}
#OurUsersSay {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#OurUsersSay .container {
  display: flex;
  flex-direction: column;
}
#OurUsersSay .container .title {
  width: 100%;

  font-weight: bold;
  font-size: 64px;
  color: #222222;
  line-height: 96px;
  margin-bottom: 120px;
  text-align: center;
  height: 128px;
  background-image: url("../images/Line 3@2x.png");
  background-size: 663px 16px;
  background-repeat: no-repeat;
  background-position: center 100px;
}
#OurUsersSay .container .title2 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  margin-bottom: 30px;
}
#OurUsersSay .container .title3 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #222222;
  line-height: 48px;
  margin-bottom: 200px;
}
#footer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(34, 34, 34, 0.03);
}
#footer .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 110px 80px 109px 180px;
  box-sizing: border-box;
  background-color: #5468e7;
  background-image: url("../images/Shape.png");
  background-size: 224px 232px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#footer .left .p1 {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 62px;
  margin-bottom: 40px;
}
#footer .left .p2 {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 38px;
}
#footer .right {
  width: 50%;
  height: auto;
  padding: 110px 180px 109px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
#footer .right .p1 {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
  margin-bottom: 60px;
}
#footer .right .p2 {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  margin-bottom: 63px;
}
#footer .right .p3 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 19px;
}
#footer2 {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #000f23;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
#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%;
}
.PrivacyPolicy {
  display: none;
}
#model {
  width: 400px;
  top: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  border-radius: 6px;
  margin-left: initial;
  left: 50%;
  right: initial;
  bottom: initial;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
  padding: 40px 60px;
  display: none;
}
#model span {
  position: absolute;
  top: 5px;
  right: 13px;
  font-size: 26px;
  color: #f56c6c;
  transform: rotateZ(45deg);
  user-select: none;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}
#model p {
  width: 100%;
  text-align: center;
  color: #909399;
}
