
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: SF Pro, SF Pro;
  font-weight: 400;
  padding-top: 80px;
  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: 1000;
}
header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
  width: 189px;
  height: 69px;
}
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;
}
#banner .img1 {
  width: 100%;
  height: auto;
  /* position: absolute;
  top: 0;
  left: 0; */
  cursor: pointer;
}
#banner .img2 {
  width: 80%;
  height: auto;
  position: absolute;
  left: 15%;
  top: 110px;
  cursor: pointer;
}
#banner .a {
  width: 554px;
  height: 86px;
  position: absolute;
  left: 8%;
  top: 156px;
  cursor: pointer;
  display: inline-block;
  display: flex;
}
#banner .img3 {
  width: 100%;
  height: 100%;
}
#advantages {
  width: 100%;
  max-height: 924px;
  padding: 40px 0;
  float: left;
  overflow: hidden;
  background-image: url("../images/Layer_45@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#advantages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#advantages .title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
#advantages img {
  width: 100%;
  height: auto;
}
#about_us {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  float: left;
}
#about_us .container {
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about_us .container .left {
  height: auto;
  margin-right: 50px;
}
#about_us .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#about_us .container .right .sp1 {
  font-size: 36px;
  color: #585858;
  font-weight: 700;
  margin-bottom: 40px;
}
#about_us .container .right .sp2 {
  font-size: 20px;
  color: #585858;
  font-weight: 700;
  line-height: 30px;
}
.HowtoBorrow {
  width: 100%;
  float: left;
}
.HowtoBorrow-content {
  width: 100%;
  padding: 60px 0;
  height: auto;
  background-image: url("../images/Layer 56@2x.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.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;
  text-align: center;
  font-size: 22px;
  color: #0c9b8a;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.HowtoBorrow-content .container ul li .left .sp1.active {
  background: #fff;
  color: #0c9b8a;

  background-color: #fff;
}
.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;
}
.HowtoBorrow-content .view_phone img {
  width: 390px;
  height: 580px;
  display: none;
  position: relative;
  bottom: -4px;
  /* border-radius-top:40px; */
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border: 5px solid #585858;
  border-bottom: none;
}
.HowtoBorrow-content .view_phone img:first-child {
  display: block;
}
.HowtoBorrow-content .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  margin-left: 100px;
}
.HowtoBorrow-content .list .title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}
#choose {
  width: 100%;
  background: #fff;
  float: left;
  padding: 40px 0;
}
#choose .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#choose .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#choose .title {
  font-size: 32px;
  color: #585858;
  font-weight: 700;
  margin-bottom: 40px;
}
#choose .list .list-item {
  width: 46%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#choose .list .list-item img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}
#choose .list .list-item div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#choose .list .list-item div p:nth-child(1) {
  color: #585858;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
#choose .list .list-item div p:nth-child(2) {
  color: #585858;
  font-size: 20px;
}
#help {
  width: 100%;
  height: 876px;
  float: left;
  display: flex;
  align-items: flex-start;
  background-image: url("../images/Layer 55@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#help img {
  width: 904px;
  height: 100%;
  margin-right: 100px;
}
#help .content {
  width: 615px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#help .content div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 60px;
  box-sizing: border-box;
}
#help div p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
#help div .title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
}
#overView {
  width: 100%;
  float: left;
  background-image: url("../images/Layer 56@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0;
}
#overView .list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  top: 60px;
}

#overView .list-item {
  width: 415px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#overView .list-item img {
  width: 100%;
  height: auto;
}
#overView .list-item .text {
  width: 288px;
  height: 413px;
  padding: 60px 20px;
  box-sizing: border-box;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  top: -172px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#overView .list-item .text .title {
  font-size: 24px;
  color: #585858;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 26px;
}
#overView .list-item .text p {
  font-size: 16px;
  color: #585858;
  line-height: 22px;
}
#footer {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  float: left;
}
#footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#footer .container .left {
  width: 40%;
  display: flex;
  flex-direction: column;
}
#footer .container .left img {
  width: 166px;
  height: 60px;
  margin-bottom: 20px;
}
#footer .container .left img p {
  font-size: 16px;
  color: #585858;
  line-height: 20px;
}
#footer .container .middle {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .container .middle p {
  font-size: 28px;
  color: #585858;
  margin-bottom: 20px;
}
#footer .container .middle img {
  width: 178px;
  height: 52px;
  margin-bottom: 30px;
  cursor: pointer;
}
#footer .container .right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#footer .container .right .title {
  font-size: 28px;
  color: #585858;
  margin-bottom: 20px;
}
#footer .container .right .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
#footer .container .right .list .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
#footer .container .right .list .item img {
  width: 73px;
  height: 73px;
}
#footer .container .right .list .item div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
}
#footer .container .right .list .item div p {
  line-height: 20px;
  font-size: 16px;
  color: #585858;
}
#footer .container .right .list .item div .p1 {
  font-weight: 700;
  margin-bottom: 10px;
}
#footer .container .right .sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 103px;
}
#footer .container .right .sec p {
  line-height: 20px;
  font-size: 16px;
  color: #585858;
  margin-bottom: 10px;
}
#footer .container .right .sec div {
  display: flex;
  align-items: center;
}
#footer .container .right .sec div img {
  width: 156px;
  height: 78px;
  margin-right: 10px;
}
.footer2 {
  width: 100%;
  height: 70px;
  background: #0c9b8a;
  float: left;
}
.footer2 .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#clientInfo {
  width: 100%;
  height: 350px;
  float: left;
  padding: 40px 0;
  background-image: url("../images/Layer\ 56\ copy.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#clientInfo .content {
  width: 90%;
  margin: 0 5%;
  display: flex;
  flex-direction: column;
}
#clientInfo .content .title {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}
#clientInfo .content .form {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
#clientInfo .content .form .form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
}
#clientInfo .content .form .form-item .label {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 10px;
}
#clientInfo .content .form .form-item .input {
  display: flex;
  align-items: center;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 20px;
  background-color: rgba(128, 242, 229, 1);
  font-size: 20px;
  color: #585858;
  padding-left: 5px;
}
#clientInfo .content .form .form-item .input img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}
#clientInfo .content .form .form-item input {
  width: 80%;
  outline: none;
  border-radius: 20px;
  border: none;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  background-color: none;
  background-color: rgba(128, 242, 229, 1);
  padding: 0 15px;
}

#clientInfo .content .error {
  padding-left: 10px;
  color: red;
  line-height: 28px;
  display: none;
}
#clientInfo .content .submit {
  width: 120px;
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgba(12, 155, 138, 0.5);
  cursor: pointer;
}
#clientInfo .content .submit:hover {
  background-color: rgba(12, 155, 138, 0.9);
}
#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%;
}

/* Public Advisory Modal */
.advisory-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  animation: fadeIn 0.3s ease-in-out;
}

.advisory-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.advisory-modal-content {
  background-color: #fff;
  margin: 20px auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.advisory-modal-header {
  padding: 30px 30px 20px;
  border-bottom: 2px solid #0c9b8a;
}

.advisory-modal-header h2 {
  color: #0c9b8a;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.advisory-modal-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
  line-height: 1.8;
  color: #333;
}

.advisory-modal-body p {
  margin-bottom: 15px;
  font-size: 16px;
}

.advisory-modal-body a {
  color: #0c9b8a;
  text-decoration: underline;
}

.advisory-modal-body a:hover {
  color: #00e5ca;
}

.advisory-signature {
  margin-top: 25px;
  font-weight: 600;
  text-align: right;
}

.advisory-modal-footer {
  padding: 20px 30px 30px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.advisory-close-btn {
  background-color: #0c9b8a;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.advisory-close-btn:hover {
  background-color: #00e5ca;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 155, 138, 0.4);
}

.advisory-close-btn:active {
  transform: translateY(0);
}
