/* 样式初始化重置 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: SF Pro, SF Pro;
  font-weight: 400;

  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #00e5ca; */
}
a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
}
header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
  width: 270px;
  height: 46px;
}
header nav .logo a {
  width: 100%;
  height: 100%;
}
header nav .logo a img {
  width: 100%;
  height: 100%;
}
header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .nav-links li {
  margin-right: 64px;
}
header nav .nav-links li a {
  font-size: 16px;
  color: #575757;
  text-decoration: auto;
}
header nav .nav-links a.active {
  color: #0c9b8a !important;
  position: relative;
}
/* active  增加伪类  */
header nav .nav-links a.active::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #0c9b8a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
}
/* content */
.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* banner */
#banner {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 80px;
}
#banner .img1 {
  width: 100%;
  height: auto;
}
#banner .container {
  display: flex;
  flex-direction: column;
  z-index: 99999;
  position: absolute;
  top: 300px;
  left: 200px;
}
#banner .text {
  width: 100%;
  margin-bottom: 50px;
}
#banner .text .p1 {
  width: 50%;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
}
#banner .text .p2 {
  width: 50%;
  font-size: 25px;
  color: #fff;
  line-height: 30px;
}
#banner .img2 {
  width: 436px;
  height: 156px;
}
#advantages {
  width: 100%;
  padding-top: 100px;
}
#advantages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#advantages .container .title {
  color: #51de96;
  margin-bottom: 100px;
  font-size: 35px;
  font-weight: 700;
}
#advantages .container .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#advantages .container .list .item-list {
  width: 33%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#advantages .container .list .item-list img {
  margin-bottom: 20px;
}
#advantages .container .list .item-list .p1 {
  font-size: 18px;
  color: #575757;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
#advantages .container .list .item-list .p2 {
  width: 80%;
  font-size: 18px;
  color: #575757;
  text-align: center;
}
.HowtoBorrow {
  width: 100%;
  padding-bottom: 40px;
}
.HowtoBorrow-content {
  width: 100%;
  padding: 60px 0;
  height: auto;
  background: #51de96;
  padding-bottom: 40px;
}
.HowtoBorrow-content .title {
  color: #fff;
  font-size: 35px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}
.HowtoBorrow-content .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.HowtoBorrow-content .container ul {
  display: flex;
  flex-direction: column;
}
.HowtoBorrow-content .container ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  cursor: pointer;
}
.HowtoBorrow-content .container ul li .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.HowtoBorrow-content .container ul li .left .sp1 {
  width: 40px;
  height: 40px;
  /* border-radius: 20px; */
  /* border: 1px solid #fff; */
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.HowtoBorrow-content .container ul li.active .left .sp1 {
  /* background: #fff; */
  color: #0c9b8a;
  /* line-height: 40px; */
  /* background-color: #fff; */
}
.HowtoBorrow-content .container ul li.active p {
  color: #0c9b8a;
}
.HowtoBorrow-content .container ul li .left .line {
  /* width: 1px; */
  height: 32px;
  border-right: 1px dashed #fff;
  display: none;
}
.HowtoBorrow-content .container ul li p {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  opacity: 0.8;
}
.HowtoBorrow-content .view_phone img {
  width: 331px;
  height: 650px;
  display: none; /* 改为block以显示图片 */
  position: relative;
  bottom: -4px;
  transform-origin: center center; /* 旋转的中心点设置为元素的中心 */
  border-radius: 20px;
  border: 5px solid #c8c1c1;
}
.HowtoBorrow-content .view_phone img:first-child {
  display: block;
}
.HowtoBorrow-content .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 60px;
}
.HowtoBorrow-content .list .title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}
/* faqs */
#faqs {
  width: 100%;
  padding-top: 20px;
}
#faqs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#faqs .container .title {
  font-size: 32px;
  font-weight: 700;
  color: #51de96;
  margin-bottom: 60px;
}
#faqs .container .list {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#faqs .container .item-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
#faqs .container .item-list.active .item-list-content {
  display: block !important;
}
#faqs .container .item-list .item-list-title {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#faqs .container .item-list .item-list-title img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
#faqs .container .item-list .item-list-title .img1 {
  display: block;
}
#faqs .container .item-list .item-list-title .img2 {
  display: none;
}
#faqs .container .item-list.active .img1 {
  display: none;
}
#faqs .container .item-list.active .img2 {
  display: block;
}
#faqs .container .item-list .item-list-title span {
  font-size: 20px;
  color: #575757;
  font-weight: 600;
}
#faqs .container .item-list .item-list-content {
  width: 100%;
  display: none;
}
#faqs .container .item-list .item-list-content ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
}
#faqs .container .item-list .item-list-content ul li {
  font-size: 20px;
  color: #575757;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 50px;
}
#faqs .container .more {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;

  text-decoration: underline;
  cursor: pointer;
}
#faqs .container .more a {
  color: #575757;
  font-size: 24px;
}
#faqs .container .more a:hover {
  color: #51de96;
}
#AboutUs {
  width: 100%;
  background: #fff;
  padding-bottom: 80px;
  padding-top: 60px;
}
#AboutUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#AboutUs .container .title {
  font-size: 32px;
  color: #51de96;
  margin-bottom: 80px;
  font-weight: 700;
}
#AboutUs .container .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
#AboutUs .container .content img {
  width: 30%;
  height: auto;
  margin-right: 40px;
}
#AboutUs .container .text {
  width: 35%;
  font-size: 20px;
  line-height: 28px;
  color: #575757;
}
#AboutUs .contant-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
#AboutUs .contant-list .item-list {
  width: 30%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #51de96;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 60px 20px;
}
#AboutUs .contant-list .item-list .p1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
#AboutUs .contant-list .item-list .p2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 24px;
  opacity: 0.9;
}
#footer {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .left {
  display: flex;
  flex-direction: column;
}
#footer .left .top {
  margin-bottom: 20px;
}
#footer .left .top img {
  width: 88px;
  height: 88px;
}
#footer .left .bottom {
  display: flex;
  flex-direction: column;
}
#footer .left .bottom span {
  font-size: 36px;
  color: #575757;
  margin-bottom: 8px;
}
#footer .left .bottom .line {
  width: 350px;
  height: 2px;
  background-color: #575757;
  margin-bottom: 8px;
}
#footer .left .bottom p {
  font-size: 24px;
  color: #575757;
}
#footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #575757;
  font-size: 16px;
  font-weight: 700;
}
#footer .right .p1 {
  margin-bottom: 18px;
}
#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%;
}
