.banner {
  height: 560px;
  width: 100%;
  background: url('../img/product/banner.png') no-repeat center center;
  position: relative;
}
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}
.header .w {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo {
  width: 102px;
  height: 44px;
  margin-right: 10px;
}
.header .logo img{
  width: 100%;
  height: 100%;
}
.header .nav_box ul {
  overflow: hidden;
}
.header .nav_box ul li {
  cursor: pointer;
  width: 100px;
  height: 25px;
  text-align: center;
  float: left;
  font-size: 13px;
  color: #ffffff;
}
.header .nav_box ul li a {
  width: 60px;
  height: 25px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  display: block;
  margin: 0 auto;
  color: #ffffff;
}
.header .nav_box ul li a:hover {
  /* border-bottom: 2px solid #fe9c1e; */
  color: #fe9c1e;
}
.header .nav_box ul li.selected a {
  border-bottom: 2px solid #fe9c1e;
  color: #fe9c1e;
}
.header .back_login,
.header .download_app {
  width: 100px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 22px;
  color: #fff;
  margin-left: 20px;
  float: left;
  cursor: pointer;
  transition: all 0.3s linear;
}
.header .back_login:hover
.header .download_app:hover{
  background:rgba(216,216,216,0.3);
  /* border: 1px solid transparent; */
}
.banner-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 56px;
}
.swiper-container .swiper-pagination-bullet {
  background: #000;
  width: 60px;
  height: 4px;
  border-radius: 0;
}
.banner-box .info {
  height: 100%;
  padding: 74px 0;
}
.banner-box .info .part-one {
  padding-top: 100px;
  padding-left: 48px;
}
.banner-box .info .part-one .title {
  font-size: 48px;
  color: #fff;
  line-height: 67px;
  margin-bottom: 23px;
}
.banner-box .info .part-one .side_title {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.banner-box .info .part-one .btn {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #fe9c1e;
  font-size: 14px;
  margin-top: 40px;
  /* margin-bottom: 15px; */
}
.banner-box .info .part-one p {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
/* section product */
.section_product {
  height: 500px;
  padding-top: 80px;
  text-align: center;
  background-color: rgba(216, 216, 216, 0.1);
}
.section_product .title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 25px;
}
.section_product .side_title {
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.section_product .pro_box {
  margin-top: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_product .pro_box li {
  height: 200px;
  width: 25%;
}
.section_product .pro_box li .img_box::after {
  content: '';
  position: absolute;
  right: -234px;
  top: 50%;
  transform: translateY(-50%);
  width: 224px;
  height: 1px;
  background-color: #f2f2f2;
}
.section_product .pro_box li:last-child .img_box::after {
  content: '';
  width: 0;
  height: 0;
}
.section_product .pro_box li .img_box {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.section_product .pro_box li .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_product .pro_box li .pro_title {
  width: 100%;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #000000;
}
.section_product .pro_box li p {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
}
/* section_advance */
.section_advance {
  width: 100%;
  height: 690px;
  background: url('https://fs.smyfinancial.com/prddata/smy-cdf-file-image/101_320d2b4db759ce3df1b22885e332edb6.png')
    no-repeat center center;
}
.section_advance .w {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.section_advance .left {
  width: 580px;
  height: 100%;
  position: relative;
}
.section_advance .left em {
  color: #fff;
  text-align: center;
  font-size: 36px;
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
}
.section_advance .right {
  width: 580px;
  height: 100%;
  padding: 80px 0;
}
.section_advance .right ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.section_advance .right ul li:nth-child(2n + 1) {
  margin-right: 20px;
}
.section_advance .right ul li {
  float: left;
  width: 280px;
  height: 150px;
  margin-bottom: 40px;
}
.section_advance .right ul li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.section_advance .right ul li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_advance .right ul li .title {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 28px;
}
.section_advance .right ul li .side_title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 20px;
}
/* section_join */
.section_join {
  padding-top: 100px;
  text-align: center;
}
.section_join .title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 25px;
}
.section_join .side_title {
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 70px;
}
.section_join .progress {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.section_join .progress li:nth-child(2n + 1) {
  width: 180px;
  text-align: center;
}
.section_join .progress li:nth-child(2n) {
  width: 70px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section_join .progress li:nth-child(2n) span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(254, 156, 30, 0.4);
  border-radius: 6px;
}
.section_join .progress .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.section_join .progress .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_join .progress .title {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.section_join .progress p {
  color: #888888;
  font-size: 13px;
  line-height: 24px;
}
.section_join .driver_info {
  color: #000000;
  font-size: 36px;
  line-height: 40px;
  margin-top: 100px;
  margin-bottom: 75px;
}
.section_join .app_icon {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 35px;
}
.section_join .app_icon li {
  width: 12.5%;
  float: left;
  height: 120px;
  margin-bottom: 55px;
}
.section_join .app_icon li .img_box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section_join .app_icon li .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_join .app_icon li p {
  font-size: 15px;
  line-height: 20px;
  color: #3f3f3f;
}
.section_join .come {
  text-align: center;
  color: #000000;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 45px;
}
.section_join .botton {
  display: block;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  background-color: #fe9c1e;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 180px;
  cursor: pointer;
}
/* footer_top */
.footer_top {
  width: 100%;
  height: 90px;
  background-color: #242424;
}
.footer_top .w {
  height: 100%;
}
.footer_top ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_top ul li {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_top ul li .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer_top ul li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_top ul li .name {
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
}
/* footer */
.footer {
  width: 100%;
  height: 410px;
  background-color: #242424;
}
.footer .w {
  height: 100%;
  display: flex;
  padding-top: 50px;
  color: #ffffff;
  background: url('https://fs.smyfinancial.com/prddata/smy-cdf-file-image/101_bbd7b75cf45ad53d1fb653f6abcb4e98.png')
    no-repeat center center;
}
.footer .part_logo {
  width: 360px;
  height: 220px;
}
.footer .part_logo .logo {
  width: 102px;
  height: 44px;
}
.footer .part_logo .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .part_logo .info {
  margin-top: 11px;
  margin-bottom: 8px;
  width: 100%;
  height: 84px;
}
.footer .part_logo .info p {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 28px;
}
.footer .part_logo .tip {
  height: 14px;
  font-size: 10px;
  color: #8f8f8f;
  line-height: 14px;
}
.footer .part_logo a {
  font-size: 10px;
  color: #8f8f8f;
  line-height: 14px;
}
.footer .part_nav {
  width: 70px;
  height: 220px;
  margin: 0 130px 0 90px;
}
.footer .part_nav .title {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 38px;
}
.footer .part_nav .a_box {
  width: 48px;
  height: 112px;
}
.footer .part_nav .a_box a {
  display: block;
  color: #c8c8c8;
  font-size: 12px;
  line-height: 28px;
}
.footer .part_address {
  width: 510px;
  height: 220px;
}
.footer .part_address .title {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 38px;
}
.footer .part_address .word {
  display: flex;
  align-items: center;
  line-height: 28px;
  font-size: 12px;
  color: #c8c8c8;
}
.footer .part_address .word .word_icon {
  width: 15px;
  height: 15px;
  /* background-color: red; */
  margin-right: 10px;
}
.footer .part_address .word .word_icon img {
  width: 100%;
  display: block;
}