* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: white !important;
}
.box {
  background: #ffffff;
}

.header-nav {
  width: 100%;
  height: 100px;
}

.header-top {
  width: 1440px;
  height: 100px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav ul {
  display: flex;
  align-items: center;
}

.header-nav ul li {
  font-size: 26px;
  font-family: Roboto;
  font-weight: 400;
  color: #cccccc;
  margin-right: 60px;
  cursor: pointer;
}

.header {
  width: 1120px;
  margin: 0px auto;
}

.header-bg {
  background: url("../img/bg1.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 600px;
}
.step-box {
  margin-top: 80px;
}

.step-title {
  text-align: center;
  font-size: 60px;
  font-family: Roboto-Black Italic, Roboto;
  color: #000000;
  font-weight: 600;
  font-style: italic;
}

.step-line {
  width: 200px;
  height: 4px;
  background: #cfa77d;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0px auto;
  margin-top: 8px;
}

.step-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
}

.step-content li {
  width: 466px;
  height: 373px;
  background: #ffffff;
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  margin-right: 21px;
}

.step-img {
  display: flex;
  justify-content: center;
}

.step-img img {
  width: 160px;
  height: 160px;
  margin-top: 32px;
}

.step-content-head {
  margin-top: 20px;
}

.step-content-head-title {
  font-size: 32px;
  font-family: Roboto-Black Italic, Roboto;
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}
.step-content-head-line {
  width: 100px;
  height: 4px;
  background: #cfa77d;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0px auto;
  margin-top: 8px;
}

.step-content-text {
  text-align: center;
  width: 404px;
  height: 54px;
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #a9b3b9;
  margin: 0px auto;
  margin-top: 20px;
}

.advantages {
  margin-top: 80px;
  height: 446px;
  background: #fafafa;
}

.advantages-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages-img {
  width: 446px;
  height: 446px;
  margin-right: 80px;
}

.advantages-title {
  font-size: 60px;
  font-family: Roboto-Black Italic, Roboto;
  font-weight: 600;
  font-style: italic;
  color: #000000;
}

.advantages-text {
  width: 855px;
  height: 113px;
  font-size: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #a9b3b9;
  margin-top: 50px;
}

.about-box {
}

.about {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.about-content {
  margin-right: 48px;
}

.about-title {
  font-size: 60px;
  font-family: Roboto-Black Italic, Roboto;
  font-weight: 600;
  font-style: italic;
  color: #000000;
}

.about-info {
  width: 855px;
  font-size: 40px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #cfa77d;
  margin-top: 50px;
}

.about-text {
  width: 855px;
  height: 193px;
  font-size: 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #a9b3b9;
  margin-top: 20px;
  margin-bottom: 61px;
}

.about-img img {
  width: 672px;
  height: 726px;
}

.about-btn {
  width: 720px;
  height: 69px;
  background: #3696f6;
  border-radius: 11px 11px 11px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 28px;
}

.other-title {
  margin: 0px auto;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  font-style: italic;
  margin-bottom: 34px;
  width: 1408px;
}

.other-content-box {
  width: 100%;
  height: 202px;
  background: #cfa77d;
  border-radius: 0px 0px 0px 0px;
}

.other-content {
  width: 1408px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  height: 202px;
}
.other-first {
}

.other-info {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.other-info a {
  text-decoration: underline;
}

.other-privacy {
  margin-top: -16px;
}

.other-loan {
  margin-top: 51px;
}
.other-line {
  width: 3px;
  height: 151px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  margin-left: 99px;
  margin-right: 40px;
}

.other-addr {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 14px;
}
.footer-box {
  width: 100%;
  height: 270px;
  background: #24262c;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-left {
  margin-top: 40px;
}

.footer-content {
  display: flex;
}

.footer-content .footer-info:nth-child(1) {
  margin-right: 240px;
}

.footer-info p:nth-child(1) {
  font-size: 40px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
}

.footer-info p:nth-child(2) {
  width: 450px;
  height: 50px;
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 16px;
}

.footer-info p:nth-child(2) a {
  text-decoration: underline;
  cursor: pointer;
}

.email {
  width: 300px !important;
  word-wrap: break-word;
}

.copyright {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
  margin-top: 46px;
}

.footer-line {
  width: 3px;
  height: 190px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-right: 120px;
  margin-top: 40px;
  margin-left: 120px;
}

.footer-img img {
  width: 287px;
  height: 96px;
}

.active {
  color: #333333 !important;
  font-weight: 600 !important;
}
