﻿.tab-change {
  width: 100%;
  height: 54px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.10);
}
.tab-change-ul {
  box-sizing: border-box;
  padding: 0 280px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.tab-change-ul li {
  color: #727077;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
}
.tab-change-ul .tab-active {
  font-weight: bold;
  color: #02C792;
  /* border-bottom: 2px solid #02c792; */
}

.greenline-tit {
  font-size: 48px;
  color: #282f39;
  line-height: 58px;
}
/* .greenline-tit::after {
  content: "";
  background-color: #02c792;
  width: 60px;
  height: 8px;
  display: block;
  border-radius: 4px;
  margin-top: 10px;
} */
.con-box {
  position: relative;
}
.con-text {
  width: 536px;
  box-sizing: border-box;
  /* padding: 38px 50px; */
  /* background-color: #02c792; */
  border-radius: 0 30px 0 30px;
  font-size: 18px;
  color: #717171;
  line-height: 28px;
  /* text-align: justify; */
  margin-bottom: 44px;
}
.contactUs-con{
  width: 690px;
  padding: 38px 50px 20px 50px;
}
.con-box-bg {
  position: absolute;
  /* z-index: 1; */
  width: 664px;
  height: 512px;
  right: 0;
  bottom: 40px;
}
.con-tit {
  font-size: 16px;
  color: #282f39;
  /* line-height: 36px; */
  /* display: inline-block; */
  display: flex;
  justify-content: space-between;
}
.con-titBottom {
    margin-bottom: 32px;
}
.con-tit-item {
    border: 1px solid #D8D8D8;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    width: 156px;
    height: 110px;
    text-align: center;
    position: relative;
}

.vertical {
    width: 156px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.con-tit::before {
  /* content: ""; */
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #02c792;
  /* vertical-align: middle; */
  margin-right: 28px;
}

.font-light{
  color: #F99B00;
}
/* aboutus */
.about-banner {
  width: 100%;
  height: 238px;
  background-image: url(../images/about_main@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-content {
  padding-top: 72px;
  width: 833px;
  margin: 0 auto;
  min-height: 600px;
}
.about-con-txt {
  padding-top: 70px;
  padding-bottom: 120px;
  font-size: 16px;
  color: #989898;
  line-height: 28px;
  width: 1100px;
  background-image: url(../images/about_image@2x.png);
  background-repeat: no-repeat;
  background-position: 138px 138px;
  background-size: 716px;
}
/* contactUs */
.contactUs-con li{
  padding-bottom: 76px;
}
.contact-txt .yellow-dot {
  /* display: inline-block; */
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f8e71c;
  margin-top: 6px;
}
.contact-txt span:nth-of-type(2) {
  /* display: inline-block; */
  display: block;
  float: left;
  padding-left: 20px;
  width: 262px;
  font-size: 16px;
  color: #000000;
  opacity: 0.44;
  height: 24px;
}
.contact-txt span:nth-of-type(3) {
  /* padding-left: 40px; */
  /* display: inline-block; */
  display: block;
  float: left;
  vertical-align: top;
}
.dire-yel {
  padding-bottom: 42px;
}
/* .dire-yel:nth-of-type(1)::after{
  content: '';
  display: block;
  width: 2px;
  top:20px;
  background-color: #F8E71C;
  position: absolute;

} */
.direct-line {
  position: absolute;
  width: 2px;
  height: 224px;
  background-color: #f8e71c;
  top: 54px;
  left: 54px;
}

/* faq */
.table {
  border-right: 1px solid #000b12;
  border-bottom: 1px solid #000b12;
  margin: 10px 0;
  /* font-size: 13px; */
}
.table td {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #000b12;
  border-top: 1px solid #000b12;
}
.faq-content {
  padding-top: 12px;
  /* width: 730px; */
  width: 1100px;
  margin: 0 auto;
  min-height: 600px;
}
.faq-banner {
  width: 100%;
  height: 238px;
  background-color: #1e4d5a;
  background-image: url(../images/image_FAQ@2x.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 610px;
}
.faq-tit {
  font-size: 30px;
}
.faq-con-txt {
  padding-top: 40px;
  padding-bottom: 70px;
  font-size: 16px;
  color: #989898;
  line-height: 28px;
  width: 1100px;
  /* background-image: url(../images/about_image@2x.png); */
  background-repeat: no-repeat;
  background-position: 138px bottom;
  background-size: 716px;
  /* height: 240px; */
  /* overflow: hidden; */
}
.faq-li {
  width: 1100px;
  margin: 0 auto;
  cursor: pointer;
}

.faq-li h5 {
  display: flex;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #d2d8d9;
  padding: 20px 0;
  background-image: url(../images/ic_drop_down.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
}
/* .faq-li h5:hover {
  padding: 10px 0;
  font-size: 14px;
  color: #000b12;
  border-bottom: 1px solid #000b12;
} */
.faq-li .faq-li-tap {
  padding: 20px 0;
  font-size: 18px;
  border-bottom: none;
  color: #000b12;
  background-image: url(../images/ic_drop_up.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
  /* border-bottom: 1px solid #000b12; */
}

.far-each-con {
  display: none;
  color: #000000;
}
.far-each-con {
  padding: 16px 0;
  line-height: 18px;
}
.faq-con h4 {
  padding-top: 48px;
  font-family: RobotoCondensed-Medium;
  font-size: 24px;
  color: #1d1724;
  padding-bottom: 20px;
}
.contact-con h4 {
  /* padding-top: 48px; */
  font-size: 24px;
  color: #1d1724;
  padding-bottom: 20px;
}
.faq-box {
  /* min-height: 1200px; */
  /* height: 240px; */
  /* overflow: hidden; */
  line-height: 14px;
}
.tap-more {
  display: block;
  width: 86px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #02c792;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 400px;
  margin-top: 16px;
}
/* how it works */
.hiw-content {
  padding-top: 72px;
  width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}
.hiw-banner {
  width: 100%;
  height: 238px;
  background-color: #1e4d5a;
  background-image: url(../images/image_HIW@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.him-con {
}
.him-list {
  background-image: url(../images/dash-line.png);
  background-repeat: repeat-x;
  background-position: center left;
  width: 1000px;
  height: 420px;
  position: relative;
  left: 40px;
  /* margin: 0 auto; */
  /* overflow: hidden; */
}
.him-list li {
  font-size: 14px;
  color: #989898;
  line-height: 18px;
  text-align: left;
}

.him-list-one:nth-of-type(1),
.him-list-one:nth-of-type(3),
.him-list-one:nth-of-type(5),
.him-list-one:nth-of-type(7) {
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 55px;
  position: absolute;
}
.him-list-one:nth-of-type(2),
.him-list-one:nth-of-type(4),
.him-list-one:nth-of-type(6) {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 55px;
  position: absolute;
}
.him-list-one:nth-of-type(1) {
  background-image: url(../images/1@2x.png);
  left: -36px;
  top: 104px;
}
.him-list-one:nth-of-type(2) {
  background-image: url(../images/2@2x.png);
  left: 120px;
  top: 200px;
}
.him-list-one:nth-of-type(3) {
  background-image: url(../images/3@2x.png);
  left: 280px;
  top: 104px;
}
.him-list-one:nth-of-type(4) {
  background-image: url(../images/4@2x.png);
  left: 440px;
  top: 200px;
}
.him-list-one:nth-of-type(5) {
  background-image: url(../images/5@2x.png);
  left: 605px;
  top: 50px;
}
.him-list-one:nth-of-type(6) {
  background-image: url(../images/6@2x.png);
  left: 780px;
  top: 200px;
}
.him-list-one:nth-of-type(7) {
  background-image: url(../images/7@2x.png);
  width: 180px;
  left: 964px;
  top: 66px;
}
.font-green {
  color: #02c792;
}
.font-yellow {
  /* color: #f8e71c; */
}
.dn {
  display: none;
}
.bold {
  font-weight: bold;
}
.disc {
  list-style-type: disc;
}
.ul-list {
  margin-left: 26px;
}
.div-left {
  margin-left: 10px;
}
.contact-gaps {
    padding-left: 20px;
}

.middle {
    margin-top: 0;
}

@media (min-width: 768px) {
    .content {
        padding-top: 40px;
        width: 1200px;
        margin: 0 auto;
        min-height: 650px;
    }
    .con-tit {
        width: 344px;
    }
    .con-box-left {
        height: 546px;
    }
    .question-left {
        margin-right: 8px;
    }
} 
@media (max-width: 768px) {
    /* .greenline-tit {
        font-size: .69rem;
        font-weight: bold;
    } */
    .faq-tit {
        font-size: .61rem;
        line-height: .61rem;
        font-weight: bold;
        margin-bottom: .39rem;
        margin-left: .61rem;
    }
    .faq-content, .faq-li, .faq-con-txt {
        width: 100%;
    }
    .faq-li h5 {
        display: flex;
        font-size: .42rem;
        line-height: .61rem;
        padding: .56rem 1.08rem .56rem .61rem;
        box-sizing: border-box;
        background-position: 9rem center;   
    }
    .question-left {
        margin-right: .22rem;
    }
    .faq-li .faq-li-tap {
        font-size: .42rem;
        padding: .56rem 1.08rem .56rem .61rem;
        background-position: 9rem center;
    }
    .far-each-con {
        padding: 16px .61rem;
        line-height: .56rem;
    }
    .faq-con-txt {
        padding-top: 0;
        padding-bottom: .83rem;
    }
    .faq-content {
        padding-top: 1.11rem;
    }

    .content {
        width: 100%;
        position: relative;
        padding: 0 .56rem;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .con-text {
        width: 100%;
        font-size: .42rem;
    }
    .con-box-bg {
        width: 100%;
        height: 6.86rem;
        bottom: 1.11rem;
    }
    .con-tit-item {
        width: 4.22rem;
        height: 2.33rem;
    }
    .con-box-left {
        padding-bottom: 8.8rem;
    }
    #inner-nav {
        width: auto;
        overflow-x: scroll;   
        overflow-y: hidden;
        white-space: nowrap;
    }
    #inner-nav::-webkit-scrollbar {
        display: none;
    }
    .tab-change-ul {
        padding-left: .56rem;
        padding-right: 0;
    }

    #loan-title {
        font-size: .69rem;
        margin: .61rem 0 .22rem;
        line-height: .97rem;
    }
    .load-main-desc {
        margin-bottom: .39rem;
    }
    .tab-change-ul li {
        margin-right: .89rem;
    }
    .private-loan-title {
        padding-right: .56rem;
    }
}

