/* 样式初始化重置 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: Inter, Inter;
  display: flex;
  flex-direction: column;
  /* background-image: url("../images/head background .png");
  background-repeat: no-repeat;
  background-position: top right; */
  background-color: #ffffff;
}
a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;

  z-index: 9999999;
}
.header-active {
  background-color: #fff;
  font-weight: bold;
}
header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
  width: 166px;
  height: 60px;
}
header nav .logo a {
  width: 100%;
  height: 100%;
  font-size: 32px;
  color: #033525;
  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: 18px;
  color: #0f172a;
  text-decoration: auto;
}
header nav .nav-links a.active {
  color: #2563eb !important;
  position: relative;
}
.section img {
  display: block;
}
header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 25%; /* 将左边距设置为25%，以便伪元素居中于其父元素 */
  bottom: -10px; /* 放置在底部 */
  width: 50%; /* 宽度为50% */
  height: 2px; /* 高度为2px */
  background: #fff; /* 背景颜色为白色 */
}
#Home {
  margin-top: 100px;
}

#HowToLoan {
  width: 100%;
  padding: 50px 0;
}
#HowToLoan .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#HowToLoan .container .title {
  font-family: Roboto, Roboto;
  font-weight: 800;
  font-size: 56px;
  color: #0f172a;
  line-height: 62px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 120px;
}
#HowToLoan .container .swipper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
#HowToLoan .container .swipper .left {
  width: 550px;
  height: 627px;
  transition: transform 0.5s ease-in-out;
}
#HowToLoan .container .swipper .left img {
  width: 100%;
  height: 100%;
  display: none;
  transition: opacity 0.5s ease-in-out;
}

#HowToLoan .swipper .left img.active {
  display: block;
}

#HowToLoan .swipper .right .item {
  display: none;
}

#HowToLoan .swipper .right .item.active {
  display: block;
}
#HowToLoan .container .swipper .right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#HowToLoan .container .swipper .right .item {
  width: 100%;
  height: 120px;
  border-left: 3px solid #aab8d6;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 48px;
  box-sizing: border-box;
}
#HowToLoan .container .swipper .right .item.active {
  border-left: 3px solid #2563eb;
}
#HowToLoan .container .swipper .right .item .p1 {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 20px;
  color: #0f172a;
  line-height: 20px;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#HowToLoan .container .swipper .right .item .p2 {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #0f172a;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#footer {
  width: 100%;
  background: #ffffff;
  padding: 64px 0;
  box-sizing: border-box;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
#footer .container .left {
  width: 670px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer .container .left .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #2d2d2d;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#footer .container .left .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#footer .container .left .p3 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#footer .container .left .p4 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #2d2d2d;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#footer .container .left .p5 a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #2563eb;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
  margin-bottom: 60px;
}
#footer .container .left .img-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer .container .left .img-list p {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-size: 24px;
  margin-bottom: 20px;
}
#footer .container .left .img-list p img {
  width: 32px;
  height: 32px;
  margin-right: 0.24rem;
}
#footer .container .right {
  display: flex;
  flex-direction: column;
}
#footer .container .right img {
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
}
#footer .container .right p {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  color: #2d2d2d;
  line-height: 96px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

#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;
}
