body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  /* overflow-x: hidden; */
}

a {
  color: #333333;
}

.pup-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.pup-bg-box {
  position: relative;
  border-radius: 15px;
  background: rgb(104, 12, 12);
  width: 600px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -300px;
  padding: 20px;
}

.pup-bg-success {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 15px;
  background: rgba(0, 0, 0, .5);
  width: 250px;
  height: 40px;
  line-height: 40px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -125px;
  color: #fff;
}

.pup-close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  line-height: 30px;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
}

.pup-item {
  padding: 10px 0;
}

.pup-item .lable {
  display: inline-block;
  width: 180px;
  text-align: right;
}

.pup-item .input {
  padding: 10px;
  height: 40px;
  width: 300px;
  border-radius: 5px;
  border: 1px solid #666;
}

.pup-item .textarea {
  padding: 10px;
  width: 300px;
  border-radius: 5px;
  border: 1px solid #666;
  height: 100px;
}

.pup-item .button {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.but-cancle {
  margin: 0 20px 0 180px;
  background: #fff;
  border: 1px solid #DCDFE6;
}

.index-banner {
  /* padding-left: 200px; */
  /* background: url('img/banner@3x.png') no-repeat; */
  /* height: 680px; */
  /* background-size:cover; */
  border-bottom: 1px solid rgba(56, 123, 246, 0.1);
}

.about-img {
  width: 780px;
  height: auto;
}

.about-box {
  background: #1AC49F;
}

.about-box-children {
  position: relative;
  width: 1560px;
  height: 680px;
  margin: 0 auto;
  display: flex;
}

.about-box-right {
  width: 704px;
  color: #fff;
  padding-right: 95px;
}

.about-box-right .title-one {
  padding-top: 96px;
  padding-bottom: 20px;
  font-size: 72px;
}

.about-box-div {
  position: absolute;
  left: 775px;
  top: 95px;
  bottom: -88px;
  display: flex;
  justify-content: flex-start;
  width: 780px;
  flex-flow: wrap;
}

.about-box-div .about-item {
  background: #FFFFFF;
  border-radius: 16px;
  width: 370px;
  height: 316px;
  padding-left: 32px;
  padding-top: 40px;
  margin-bottom: 40px;
  box-shadow: 4px 4px 15px rgba(36, 117, 100, .16);
}

.about-item .about-title {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #666666;
  font-size: 18px;
}

.about-item .about-amout {
  margin-top: 48px;
  font-size: 60px;
  font-weight: 600;
  font-family: 'Barlow Black';
}

.loan-process-box {
  padding: 40px 0 34px 58px;
  background: #19D392;
}

.some-promising-box {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}

.some-promising-box .choose {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.some-promising-box .choose .title {
  font-size: 72px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #333;
  line-height: 34px;
  display: flex;
  margin-top: 84px;
  margin-bottom: 72px;
  justify-content: center;
}
.banner_big_title {
  margin-top: 120px;
  margin-bottom: 20px;
  width: 1182px;
  font-weight: bold;
  line-height: 106px;
}
.banner_info {
  margin-bottom: 40px;
  width: 1182px;
  line-height: 31px;
  font-size: 21px;
}
.some-item-box {
  height: 274px;
  width: 444px;
  flex-direction: column;
  margin-right: 54px;
  margin-bottom: 54px;
  align-items: center;
  padding: 32px 30px;
  border-radius: 16px;
  text-align: center;
}

.some-item-box .line {
  width: 48px;
  border-bottom: 4px solid #5A75FB;
}

.some-item-box .title-small {
  margin: 22px 0;
  font-size: 24px;
  color: #FFFFFF;
}

.some-item-box .desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
}

.some-item-box .some-other {
  margin-right: 0;
}

.header .title {
  width: 200px;
  margin-top: 30px;
}

.header .button {
  width: 200px;
  margin-top: 10px;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.content {
  padding: 0;
  /* background-color: #ffffff; */
}

.footDes {
  width: 440px;
  height: 499px;
  text-align: center;
  /* padding: 30px 150px; */
}

.footDes img {
  width: 100px;
  height: 100px;
}

.nature {
  color: #333333;
  font-size: 14px;
}

.desc {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  /* width:200px; */
}

.footer {
  background: #1f2130;
  color: #ffffff;
  height: 90px;
  line-height: 90px;
}

.servce {
  background: url('img/servce.png') no-repeat;
  background-size: cover;
  height: 900px;
}

input {
  height: 30px;
}

.tab-item {
  display: block;
}

.contact-box {
  display: flex;
}

.contact-box-lfet {
  padding: 30px 0 25px 0;
  width: 495px;
  height: 408px;
  background-size: 100% 100%;
}

.contact-box-lfet .item {
  margin-bottom: 20px;
}

.contact-box-right {
  background: #ffffff;
  padding: 0 52px 56px 65px;
  width: 565px;
  height: 408px;
}

.contact-box-right .title {
  padding: 28px 0;
  color: #DFA34C;
}

.bold {
  font-weight: 600;
}

.pro_but {
  width: 142px;
  height: 43px;
  background: #F7AC41;
  text-align: center;
  line-height: 43px;
  text-decoration: underline;
}

.pro_but a {
  color: #ffffff;
}

.tabs {
  display: flex;
  height: 40px;
  margin-top: 10px;
  margin-right: 40px;
}
.tabs-box {
  display: flex;
  justify-content: space-between;
  margin: 18px 180px;
  width: calc(100% - 360px);
}
.tabs-box .tab {
  margin-right: 34px;
  line-height: 40px;
}
.tabs-box .tab.none {
  margin-right: 0;
}
.tabs-box .tab a {
  display: block;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.65);
}
.tabs-box .tab a.active {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
}
/* position: absolute;
  bottom: 0;
  left: 0; */
/* .tabs-box .tab a.active:after {
  content: '';
  width: 100%;
  height: 12px;
  background-color: #FFD63F;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  display: block;
} */
/* .tabs-box .tab a {
  white-space: nowrap;
}
.tabs-box .tab a.active:after {
  transform: scaleX(1);
} */
.goo-img {
  width: 180px;
  height: 56px;
}

.loan-box {
  margin: 0 auto;
  position: relative;
  width: 1560px;
}

.loan-box-div {
  display: flex;
  width: 1560px;
  margin: 0 auto;
}

.loan-box-div .nub {
  background: #0EC296;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
}

.loan-box-div .loan-item {
  background: #FFFFFF;
  border-radius: 16px;
  width: 370px;
  height: 316px;
  padding-left: 32px;
  padding-top: 40px;
  margin-bottom: 40px;
  box-shadow: 4px 4px 15px rgba(36, 117, 100, .16);
}

.loan-item .loan-title {
  margin-top: 16px;
  margin-bottom: 40px;
  color: #666666;
  font-size: 18px;
}

.loan-item .loan-amout {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Barlow Black';
}
.step_box {
  text-align: center;
}
.step_title {
  font-weight: Bold;
  padding: 120px 0 20px;
}
iframe {
  border: none;
  /* 移除 iframe 的边框 */
  margin: 0;
  /* 移除 iframe 的外边距 */
  padding: 0;
  /* 移除 iframe 的内边距 */
  display: block;
  border: 0px;
}
.header_box {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  justify-content: space-between;
  border-radius: 50px;
  background-color: #15B886;
}
.header_box_child {
  display: flex;
}
.header_box_child ul{
  margin-left: 120px;
}
.font80 {
  font-size: 80px;
}
.font70 {
  font-size: 70px;
}
.font60 {
  font-size: 70px;
}
.font48 {
  font-size: 48px;
}
.font24 {
  font-size: 24px;
}
.font21 {
  font-size: 21px;
}
.font48{
  font-size: 48px;
}
.bold {font-weight: bold;}
.green {
  color: #15B886;
}
.gray {
  color: rgba(0, 0, 0, 0.65);
}
.pub_box {
  width: calc(100% - 360px);
  margin: 0 180px;
}
.hed_sel {
  border: 1px solid #FFFFFF;
  width: 169px;
  height: 56px;
  border-radius: 12px;
  margin-right: 36px;
  text-align: center;
  font-size: 21px;
  background: #15B886;
  color: #fff;
}
.active_color {
  /* border-bottom: 12px solid #FFCA01;
  margin-top: -17px; */
}
.header_right {
  display: flex;
}
.foot_new {
  background-color: #272727;
  height: 763px;
  color: #fff;
}
.foot_new_child {
  display: flex;
  justify-content: space-between;
  padding-top: 408px;
}
@media (max-width: 1440px) {
  .pub_box {
		width: calc(100% - 200px);
		margin: 0 100px;
	}
  .tabs-box {
    margin: 18px 100px;
    width: calc(100% - 200px);
  }
  .hed_sel {
    margin-right: 16px;
  }
}