* {
  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;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9999999;
}
.header-active {
  background-color: #fff;
  font-weight: bold;
}
.header-active a {
  color: #222 !important;
}
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: 18px;
  color: #fff;
  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: 16px;
  color: #fff;
  text-decoration: auto;
}
/* hover */
header nav .nav-links a:hover {
  font-size: 20px;
}
header nav .nav-links a.active {
  font-size: 20px;
  color: #fff;
  position: relative;
}
header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #FF6712;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  border-radius: 8px;
}

#home {
  width: 100%;
  height: 851px;
  background-color: #2e2f2e;
  padding-top: 224px;
  display: flex;
  flex-direction: column;
}
#home .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

#home .container .p1 {
  width: 781px;
  font-weight: 500;
  font-size: 65px;
  color: #f5e7d5;
  line-height: 76px;
  margin-bottom: 50px;
}
#home .container .p2 {
  width: 672px;
  font-weight: 500;
  font-size: 22px;
  color: #c6c1ba;
  line-height: 26px;
  margin-bottom: 22px;
}
#home .container .p3 {
  width: 672px;
  font-weight: 500;
  font-size: 22px;
  color: #c6c1ba;
  line-height: 26px;
}
#home .container .img1 {
  width: 142px;
  height: 144px;
  position: absolute;
  right: 30px;
  top: 0;
}
#home .container .img2 {
  width: 486px;
  height: 468px;
  position: absolute;
  right: 0;
  top: 131px;
}
#AboutUs {
  width: 100%;

  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 100px;
}
#AboutUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#AboutUs .container .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 65px;
  color: #e16b35;
  line-height: 76px;
  margin-bottom: 30px;
}
#AboutUs .container .p1 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
#AboutUs .container .p2 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 50px;
}
#AboutUs .container .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#AboutUs .container .box .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#AboutUs .container .box .left-p1 {
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  margin-bottom: 30px;
}
#AboutUs .container .box .list {
  width: 90%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
#AboutUs .container .box .list .line-list {
  width: 18px;
  margin-right: 10px;
}
#AboutUs .container .box .list .line-list .line-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#AboutUs .container .box .list .line-list .line-item .sp {
  width: 18px;
  height: 18px;
  background-color: #ed954c;
  border-radius: 9px;
}
#AboutUs .container .box .list .line-list .line-item .line {
  height: 45px;
  border: 1px dashed #ed954c;
}
#AboutUs .container .box .list .text-list {
  width: 482px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#AboutUs .container .box .list .text-list p {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  line-height: 19px;
  margin-bottom: 24px;
}
#AboutUs .container .box .left-p2 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
#AboutUs .container .box .left-p3 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
#AboutUs .container .right {
  width: 528px;
  height: 388px;
  margin-top: 30px;
}
#Services {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 141px;
}
#Services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Services .container .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 65px;
  color: #e16b35;
  line-height: 76px;
  margin-bottom: 30px;
}
#Services .container .p1 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 50px;
}
#Services .container .p2 {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 30px;
}
#Services .container .list1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#Services .container .list1 .item {
  width: 368px;
  height: 452px;
  background: #fffaf7;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 30px;
}
#Services .container .list1 .item img {
  width: 122px;
  height: 122px;
  margin-bottom: 20px;
}
#Services .container .list1 .item .sp1 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 25px;
}
#Services .container .list1 .item .sp2 {
  width: 100%;
  border: 1px dashed #73675d;
  margin-bottom: 30px;
}
#Services .container .list1 .item .sp3 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
#Services .container .list1 .item .sp3 span {
  color: #e16b35;
}
#Services .container .list1 .item .sp4 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
}
#Services .container .lis2-title {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  margin-bottom: 30px;
}
#Services .container .lis2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Services .container .lis2 p {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
#Services .container .p4 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
}
#LoanApplication {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}
#LoanApplication .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#LoanApplication .container .title {
  font-weight: bold;
  font-size: 65px;
  color: #e16b35;
  line-height: 76px;
  margin-bottom: 30px;
}
#LoanApplication .container .small {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 50px;
}
#LoanApplication .container .list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#LoanApplication .container .list .item {
  width: 585px;
  height: 308px;
  background: #fffaf7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 66px 126px 50px 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
#LoanApplication .container .list .item span {
  font-weight: 400;
  font-size: 130px;
  color: #ffdcc8;
  line-height: 152px;
  position: absolute;
  top: 0;
  right: 30px;
}
#LoanApplication .container .list .item p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
  margin-bottom: 25px;
}
#LoanApplication .container .list .item .p1 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 30px;
}
#LoanApplication .container .list .item .p2 {
  margin-bottom: 0;
}
#ContactUs {
  width: 100%;
  background: #2e2f2e;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ContactUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ContactUs .container .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 65px;
  color: #f5e7d5;
  line-height: 76px;
  margin-bottom: 30px;
}
#ContactUs .container .small {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #f5e7d5;
  line-height: 21px;
  margin-bottom: 50px;
}
#ContactUs .container .small .line {
  width: 100%;
  border: 1px dashed rgba(244, 230, 212, 0.32);
  margin-bottom: 50px;
}
#ContactUs .container .list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#ContactUs .container .list .item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ContactUs .container .list .item .sp1 {
  font-weight: 500;
  font-size: 22px;
  color: #f5e7d5;
  line-height: 26px;
  margin-bottom: 26px;
}
#ContactUs .container .list .item .sp2 {
  font-weight: 500;
  font-size: 18px;
  color: #f5e7d5;
  line-height: 21px;
}
#ContactUs .container .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

#ContactUs .container .bottom img {
  width: 203px;
  height: 119px;
  margin-right: 50px;
}

#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%;
}

