.main {
  text-align: center;
  padding-top: 163px;
  background: #ffffff;
}
.main .title {
  color: #164512;
  font-size: 48px;
  font-weight: 700;
  padding: 60px 0px;
}
/* 分享 */
.main .share {
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: left;
  background: #ffffff;
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.descTitle {
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 40px;
}
.descTitle b {
  color: #fe9519;
}
.share > :first-child {
  margin-right: 40px;
}
.share > :first-child img {
  width: 247px;
  margin-top: 60px;
  cursor: pointer;
}

.mobileShare {
  text-align: left;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ebfffd;
  padding-bottom: 15px;
}
.mobileShare .row {
  align-items: center;
}
.mobileShare .row :first-child img {
  margin-top: -25px;
}
.mobileShare .row :last-child img {
  width: 93px;
}
.mobileShare .row .descTitle {
  font-size: 13px;
  line-height: 19.5px;
  margin-bottom: 15px;
}
.descContent {
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.advantage {
  background: #fafafa;
  padding: 80px 0px 116px 0px;
  margin-top: 80px;
}

.mobileShare .advantage {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 0px 116px 0px;
}
.advantage .title {
  color: #333333;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  padding: 0px;
  padding-bottom: 100px;
}
.advantageDesc {
  justify-content: space-between;
  align-items: center;
  color: #666666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.advantageDesc li > :nth-child(2) {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 30px 0px 10px 0px;
}
.advantageDesc img {
  height: 72px;
}

.steps {
  padding: 80px 0px;
}
.steps-title {
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.steps-title b {
  color: #fe9519;
}
.steps-title img {
  width: 100%;
}
.steps-content {
  display: flex;
  text-align: left;
  justify-content: space-between;
}
.steps-content img {
  width: 100%;
}
.steps-num li {
  display: flex;
  margin-bottom: 40px;
}
.steps-content-text {
  flex: 1;
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.steps-content-text :first-child {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
.steps-num li span {
  border-radius: 50%;
  background: #1cbfa2;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  width: 52px;
  height: 52px;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-right: 10px;
}
/* 关于我们 */
.aboutUs {
  padding: 80px 0;
}
.aboutUs-title {
  color: #333333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 40px;
}
.aboutUs-title b {
  color: #fe9519;
}
.about-desc {
  border-radius: 24px;
  padding: 40px;
  background: url(../img/aboutUsBg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.about-desc :first-child {
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 10px;
}
.loanProgress {
  padding: 80px 0px;
}
.loanProgress-title {
  color: #333333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 40px;
}
.loanProgress-content {
  border-radius: 24px;
  background: #fff;
  color: #666666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  justify-content: center;
}
.loanProgress-content li {
  box-shadow: 0 0 10px 0 #00000026;
  border-radius: 24px;
  background: #fff;
  padding: 40px 12px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.loanProgress-content li div :nth-child(1) {
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 20px 0px 10px 0px;
}
.loanProgress-content img {
  height: 72px;
}
.appInfo {
  text-align: left;
}
.appInfo p {
  display: flex;
  align-items: center;
  text-align: left;
  color: #767c75;
  font-size: 16px;
  margin-bottom: 20px;
}
.appInfo p b {
  color: #164512;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.appInfo p img {
  width: 64px;
  box-shadow: 0 0 6px 0 #e4e4e4;
  margin-right: 10px;
  border-radius: 8px;
}
.appInfo > :nth-child(2) {
  color: #a7b3a6;
  font-size: 20px;
  line-height: 30px;
}
.appInfo > :last-child {
  margin-top: 40px;
  display: block;
}
.partner {
  padding-bottom: 150px;
  overflow: hidden;
}
.partner-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  position: relative;
  left: -50%;
}
.partner-img img {
  margin-right: 150px;
  width: 100%;
}

.div_show {
  display: block;
}
/* .main img {
  transition: transform 0.5s ease;
}
.main img:hover {
  transform: scale(1.1);
} */
.wrapper {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.box {
  width: 300px;
  position: absolute;
  text-align: center;
}

.boxes {
  position: relative;
  left: -300px;
  display: flex;
  align-items: center;
}
/* 媒体查询 */
@media (max-width: 998px) {
  .main .share {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .main {
    margin: 0px 15px;
    /* padding-top: 134px; */
  }
  .nv {
    margin-bottom: 0px;
  }
  .main .share {
    font-size: 8px;
    line-height: 12px;
    padding: 20px 0px 15px 0px;
  }
  .main .title {
    font-size: 16px;
    padding: 15px 0px;
  }
  .advantage {
    padding: 15px 0px 0px 0px;
    margin-top: 15px;
  }
  .advantage .title {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .advantageDesc {
    font-size: 7px;
    line-height: 12px;
  }
  .advantageDesc li {
    margin-bottom: 15px;
    font-size: 7px;
    line-height: 12px;
  }

  .advantageDesc li > :nth-child(2) {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0px 5px 0px;
  }
  .advantageDesc img {
    height: 36px;
  }

  .steps {
    padding: 30px 0px;
  }
  .steps-title {
    font-size: 13px;
    line-height: 19.5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .steps-title img {
    width: 100%;
  }
  .steps-title b {
    color: #fe9519;
  }
  .steps-num li {
    margin-bottom: 15px;
  }
  .steps-content-text {
    font-size: 8px;
    line-height: 14px;
  }
  .steps-content-text :first-child {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .steps-num li span {
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-size: 14px;
    margin-right: 10px;
  }

  .aboutUs {
    padding: 30px 0px;
  }
  .aboutUs-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .aboutUs-title b {
    color: #fe9519;
  }
  .about-desc {
    border-radius: 0px;
    padding: 25.5px 15px;
    font-size: 10px;
    line-height: 12px;
    margin-left: -15px;
    width: calc(100% + 30px);
    overflow-x: hidden;
  }
  .about-desc :first-child {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .loanProgress {
    padding: 15px 0px;
  }
  .loanProgress-title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .loanProgress-content {
    border-radius: 12px;
    font-size: 7px;
    line-height: 12px;
  }
  .loanProgress-content li {
    border-radius: 12px;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    align-items: start;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 5%;
    width: 92%;
  }
  .loanProgress-content li div :nth-child(1) {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
  }
  .loanProgress-content img {
    height: 36px;
    margin-right: 5px;
  }

  .apply {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0px 15px;
    padding-bottom: 15px;
  }
  .apply ul {
    height: 22px;
    padding: 2px;
    margin-bottom: 10px;
  }
  .apply ul li {
    font-size: 8px;
  }
  .apply .active {
    left: 2px;
    right: 2px;
  }
  .aboutUs {
    padding-bottom: 15px;
  }
  .loanDescText {
    font-size: 10px;
    line-height: 15px;
  }
  .loanDesc .row {
    font-size: 10px;
    padding: 10px 0px 8px 0px;
    box-shadow: 0 2px 10px 3.5px #e5e5e5cc;
    border-radius: 12px;
  }
  .loanDescText p {
    font-size: 14px;
    line-height: 21px;
  }
  .loanDescText span {
    display: none;
  }
  .isShow {
    display: block;
    text-align: left;
  }

  .about-desc-left {
    order: 2;
    font-size: 10px;
    line-height: 15px;
    margin-right: 0;
    margin-top: 0px;
  }
  .aboutUs :last-child {
    order: 1;
    margin-top: 0;
  }

  .about-desc-left span {
    padding: 5px 15px;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 4px;
  }
  .img-fluid {
    margin-left: 16%;
  }
  .main .title {
    font-size: 16px;
    line-height: 24px;
  }
  .appInfo p {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .appInfo p img {
    width: 24px;
    border-radius: 4px;
    margin-right: 5px;
  }
  .appInfo p b {
    font-size: 12px;
  }
  .appInfo > :nth-child(2) {
    color: #a7b3a6;
    font-size: 9px;
    line-height: 12px;
  }
  .appInfo > :last-child {
    margin-top: 10px;
    width: 70px;
  }
  .productInfo {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .productInfo .about-desc {
    justify-content: space-around;
    /* margin-top: 10px; */
  }
  .box img {
    height: 15px;
  }
  .wrapper {
    height: 30px;
  }
  .box {
    width: 100px;
  }
  .boxes {
    left: -100px;
  }
}
