* {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  font-family: 'PingFangSC-Semibold,PingFang SC';
}

.container .header {
  width: 100%;
  height: 800px;
  background-image: url(./../images/banner.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
}

.container .header .top .logo {
  width: 117px;
  height: 38px;
  margin-left: 46px;
  margin-top: 13px;
}

.container .header .top .mini-app {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 16px;
  float: right;
  margin-top: 25px;
  margin-right: 121px;
}

.container .header .top .mini-app-img {
  width: 80px;
  height: 80px;
  float: right;
  margin-top: 55px;
  margin-right: -60px;
}

.container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 215px;
}

.container .content .title {
  width: 240px;
  height: 48px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.container .content .desc {
  margin-top: 75px;
  margin-bottom: 72px;
  width: 480px;
  height: 72px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
}

.container .content .btn {
  width: 260px;
  height: 53px;
  background: rgba(255, 146, 56, 1);
  border-radius: 32px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.container .body {
  width: 1200px;
  margin: 0 auto;
}

.container .body .grids {
  height: 369px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .body .grids .grid {
  float: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .body .grids .grid .grid-icon {
  width: 114px;
  height: 114px;
}

.grids .grid .grid-text {
  text-align: center;
  margin-top: 25px;
}

.grids .grid .grid-text .title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(42, 42, 46, 1);
  line-height: 25px;
  margin-bottom: 8px;
}

.grids .grid .grid-text .desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(137, 142, 145, 1);
  line-height: 21px;
}

.container .body .product-flow {
  height: 623px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container .body .product-flow .title {
  font-size: 36px;
  font-weight: 600;
  color: rgba(42, 42, 46, 1);
  line-height: 36px;
}

.container .body .product-flow .small-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(190, 194, 197, 1);
  line-height: 16px;
  letter-spacing: 5px;
  margin-top: 16px;
}

.container .body .product-flow .product-flow-img {
  width: 956px;
  height: 278px;
  margin-top: 78px;
}

.container .scene {
  background-image: url('../images/pic_scene_bg.png');
}

.container .scene .content {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
}

.scene .content .top {
  text-align: center;
}

.scene .content .top .title {
  font-size: 36px;
  font-weight: 600;
  color: rgba(42, 42, 46, 1);
  line-height: 36px;
}

.scene .content .top .small-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(190, 194, 197, 1);
  line-height: 16px;
  letter-spacing: 5px;
  margin-top: 16px;
}

.scene .content .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.scene .content .bottom .left {
  width: 361px;
  height: 462px;
  margin-right: 169px;
}

.scene .content .bottom .right {
  width: 33%
}

.scene .content .bottom .right .title-wrap {
  width: 100%;
}

.scene .content .bottom .right .title-wrap .text {
  font-size: 28px;
  font-weight: 600;
  color: rgba(42, 42, 46, 1);
}

.scene .content .bottom .right .title-wrap .tip {
  font-size: 14px;
  font-weight: 400;
  color: rgba(137, 142, 145, 1);
  line-height: 21px;
}

.scene .content .bottom .right .process .process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.scene .content .bottom .right .process .process-item .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.scene .content .bottom .right .process .process-item .step {
  font-size: 14px;
  font-weight: 400;
  color: rgba(137, 142, 145, 1);
  line-height: 21px;
}

.scene .content .bottom .right .process .process-item .step .step-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(42, 42, 46, 1);
}

.container .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 825px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.container .credit .credit-title {
  font-size: 36px;
  font-weight: 600;
  color: rgba(42, 42, 46, 1);
  line-height: 36px;
}

.container .credit .credit-small-title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(190, 194, 197, 1);
  line-height: 16px;
  letter-spacing: 5px;
  margin-top: 16px;
}

.container .credit .credit-desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(137, 142, 145, 1);
  line-height: 16px;
  margin-top: 48px;
  margin-bottom: 32px;
}

.container .credit .credit-btn {
  width: 240px;
  height: 56px;
  border-radius: 28px;
  text-align: center;
  border: 2px solid rgba(255, 146, 56, 1);
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 146, 56, 1);
  line-height: 56px;
}

.container .credit .credit-img {
  width: 788px;
  height: 315px;
  margin-top: 104px;
}

.container .credit .credit-apply {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 34px;
  right: 360px;
  -webkit-box-shadow: 0 4px 8px 0 #FFAE47;
  box-shadow: 0 4px 8px 0 #FFAE47;
  opacity: 0.8;
  border-radius: 50%;
}

.container .credit .credit-apply .credit-apply-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.container .customer-service {
  height: 278px;
  background-image: url('../images/pic_customer-service.png');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container .customer-service .phone-wrap .phone-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.container .customer-service .slogan {
  letter-spacing: 5px;
  margin-top: 15px;
}

.container .footer {
  height: 246px;
  background: rgba(48, 47, 47, 1);
}

.footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

.footer .footer-content .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .footer-content .left .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}

.footer .footer-content .left .contact-us p:first-child {
  margin-right: 28px;
}

.footer .footer-content .left .base-info {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
  line-height: 13px;
  margin-top: 16px;
}

.footer .footer-content .left .copyright {
  margin-top: 56px;
}

.footer .footer-content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .footer-content .right .more-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}

.footer .footer-content .right .more-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}

.footer .footer-content .right .more-product .mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .footer-content .right .more-product .mini .qr-code {
  width: 72px;
  height: 72px;
  background-color: skyblue;
  margin-right: 16px;
}

.footer .footer-content .right .more-product .mini .mini-text {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
  line-height: 13px;
}

.footer .footer-content .right .more-product .friend-link {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
  line-height: 13px;
  margin-left: 96px;
}

.footer .footer-content .right .more-product .friend-link .lecheng {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 146, 56, 1);
  line-height: 13px;
}