.banner {
  height: 410px;
  padding-top: 284px;
  text-align: center;
  background: url(../../public/www/fts_banner.jpg);
}

.banner .btns {
  margin-top: 86px;
  font-size: 0;
}

.banner .btns a {
  position: relative;
  display: inline-block;
  width: 244px;
  height: 75px;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 75px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  background: url(../../public/www/fts_banner_btn.jpg) no-repeat center 0;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.banner .express {
  font-size: 72px;
  font-weight: bold;
  line-height: 72px;
}

.banner .express span {
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
}

.banner .btns a:hover {
  padding: 0 5px;
  background-size: 100% 100%;
}

.banner .btns a.active:after {
  position: absolute;
  right: 0;
  bottom: -227px;
  left: 0;
  width: 210px;
  height: 35px;
  padding-top: 180px;
  margin: auto;
  font-size: 14px;
  line-height: 19px;
  color: #666;
  text-align: center;
  content: "手机扫描下载最新版本";
  background: url(../../public/www/qr_fts.png) no-repeat center 15px #fff;
  box-shadow: 0px 0px 60px 0px #ccc;
}

.banner .btns a.active:nth-of-type(2):after {
  background: url(../../public/www/qr_fts_app_new_2024_05_22.png) no-repeat
    center 15px #fff;
}

.banner .btns a:last-of-type {
  margin-right: 0;
}
/* .banner .btns a:last-of-type.active:after{
	content: '手机扫描进入网页版';
	background: url(../../public/www/web_code.png) no-repeat center 15px #fff;
} */
.banner .btns a i {
  display: inline-block;
  width: 100px;
  height: 100%;
  margin-right: 22px;
  vertical-align: top;
  background-image: url(../../public/www/fts_btns.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

/* 新版 app */
.banner .btns a:nth-of-type(2) i {
  width: 100px;
  /* background-position: right -75px; */
  background: url(../../public/www/logo_fts_app_new_2024_05_22.png) no-repeat
    right 15px;
}

/* 舊版 app (盾牌) */
.banner .btns a:nth-of-type(3) i {
  width: 75px;
  /* background-position: right -150px; */
  background: url(../../public/www/logo_fts_app_old_2024_05_22.png) no-repeat
    right 15px;
}

.banner .btns a:nth-of-type(4) i {
  width: 100px;
  background-position: right -286px;
}

.tab {
  font-size: 0;
  text-align: center;
}

.tab div {
  display: inline-block;
  padding: 75px 0 75px 117px;
  padding-left: 117px;
  margin-right: 354px;
  font-size: 30px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
  background-image: url(../../public/www/fts_tab.png);
  background-repeat: no-repeat;
}

.tab div.active {
  position: relative;
  color: #0659b5;
}

.tab div.active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 367px;
  height: 3px;
  margin: auto;
  content: "";
  background: url(../../public/www/fts_banner_btn.jpg) no-repeat 0 0 /100% 100%;
}

.tab div:nth-of-type(1) {
  background-position: left -391px;
}

.tab div:nth-of-type(2) {
  background-position: left -170px;
}

.tab div.active:nth-of-type(1) {
  background-position: left 55px;
}

.tab div.active:nth-of-type(2) {
  background-position: left -592px;
}

.tab div:last-of-type {
  margin-right: 0;
}

.tab div span:nth-of-type(2) {
  font-size: 18px;
}

.activebg {
  position: relative;
  width: 100%;
  height: 600px;
  background: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0;
}

.section1 {
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
}

.section1 h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #2b96ff;
}

.section1 p {
  font-size: 18px;
  color: #666;
}

.section1 .item {
  width: 50%;
}

.section1 .item > img {
  width: 100%;
}

.section1 .item__main {
  display: flex;
  align-items: flex-start;
  width: 56%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.section1 .item__main .item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 27px;
  margin-top: 30px;
  font-size: 22px;
  color: #fff;
  background-image: linear-gradient(to left, #18bec7, #0476e6);
}

.section1 .item__main .item__btn img {
  margin-right: 10px;
}

.section1 .item__main > img {
  margin-top: -10px;
  margin-right: 15px;
}

.section1 .item-2 {
  margin-top: 200px;
}

.section1__bg {
  width: 100%;
  height: 571px;
  color: #fff;
  background-image: url(../../public/www/activebg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.section1__bg h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.section1__bg p {
  font-size: 18px;
}

.section1__bg--content {
  display: flex;
  width: 800px;
  margin: 0 auto;
}

.section1__bg .item__main {
  display: flex;
  align-items: flex-start;
}

.section1__bg .item__main > img {
  margin-right: 15px;
}

.section1__bg .item__main--1 {
  width: 100%;
  margin-top: 60px;
}

.section1__bg .item__main--2 {
  margin-top: 150px;
  transform: translateX(80px);
}

.section1__bg .item__main--2 .item__main {
  justify-content: flex-end;
}

.section1__bg .item__main--2 .item__txt {
  width: 50%;
}

.fts_tab .first {
  background-image: url(../../public/www/fts_tab1_first.jpg);
}

.fts_tab .section1 .section_title {
  width: 469px;
  padding-top: 176px;
  padding-bottom: 67px;
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
}

.fts_tab .section1 .list {
  width: 476px;
  padding-bottom: 182px;
  font-size: 0;
}

.fts_tab .section1 .list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 39px;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  letter-spacing: 0px;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}

.fts_tab .section1 .list li:hover {
  padding-left: 57px;
  color: #0659b5;
}

.fts_tab .section1 .list li:hover:after {
  width: 31px;
  background: url(../../public/www/fts_banner_btn.jpg) no-repeat 0 0 /100% 100%;
}

.fts_tab .section1 .list li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 3px;
  margin: auto;
  content: "";
  background-color: #c4c4c4;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}

.fts_tab .section2 {
  padding-top: 71px;
}

.fts_tab .section2 .section_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.fts_tab .section2 .section_title span {
  display: block;
  padding-top: 20px;
  font-size: 22px;
  line-height: 21px;
  color: #cccccc;
}

.fts_tab .section2 .list {
  width: 1117px;
  padding-bottom: 36px;
  margin: 101px auto 0;
  font-size: 0;
}

.fts_tab .section2 .list li {
  position: relative;
  display: inline-block;
  height: 100px;
  padding-left: 136px;
  margin-bottom: 60px;
  vertical-align: top;
}

.fts_tab .section2 .list li div {
  padding-top: 11px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.fts_tab .section2 .list li span {
  font-size: 20px;
  line-height: 20px;
  color: #999999;
}

.fts_tab .section2 .list li:nth-child(odd) {
  width: 570px;
}

.fts_tab .section2 .list li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  background-color: #ffffff;
  background-image: url(../../public/www/fts_section2.png);
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 22px 0px rgba(6, 89, 181, 0.12);
}

.fts_tab .section2 .list li:nth-of-type(2):after {
  background-position: -152px 0;
}

.fts_tab .section2 .list li:nth-of-type(3):after {
  background-position: 0 -164px;
}

.fts_tab .section2 .list li:nth-of-type(4):after {
  background-position: -152px -164px;
}

.fts_tab .section2 .list li:nth-of-type(5):after {
  background-position: 0 -323px;
}

.fts_tab .section2 .list li:nth-of-type(6):after {
  background-position: -152px -323px;
}

.fts_tab .third {
  background-image: url(../../public/www/fts_third.jpg);
}

.fts_tab .section3 {
  height: 530px;
  padding-top: 134px;
  text-align: right;
  background: url(../../public/www/fts_section3.png) no-repeat left 0 #fff;
  background-position: 280px 85px;
  background-size: 50%;
}

.section3__box {
  position: absolute;
  text-align: left;
}

.section3__box h3 {
  margin-bottom: 60px;
  font-size: 24px;
}

.section3__box li {
  position: relative;
  height: auto !important;
  padding-left: 20px;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  line-height: 3 !important;
  color: #666 !important;
}

.section3__box li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #666;
}

.fts_tab .section3 li {
  height: 70px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
}

.fts_tab .section3 li:nth-of-type(1) {
  height: auto;
}

.fts_tab .section3 li span {
  display: block;
  padding-top: 10px;
  font-size: 22px;
  line-height: 22px;
  color: #cccccc;
}

.fts_tab .section3 li a {
  position: relative;
  display: inline-block;
  width: 244px;
  height: 75px;
  font-size: 24px;
  font-weight: bold;
  line-height: 75px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  background: url(../../public/www/fts_banner_btn.jpg) no-repeat center 0;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.fts_tab .section3 li a:hover {
  margin-right: 5px;
}

.fts_tab .section3 li a.active:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -227px;
  width: 210px;
  height: 35px;
  padding-top: 180px;
  margin: auto;
  font-size: 14px;
  line-height: 19px;
  color: #666;
  text-align: center;
  content: "手机扫描下载最新版本";
  /* 舊版 app */
  background: url(../../public/www/qr_fts_app_new_2024_05_22.png) no-repeat
    center 15px #fff;
  box-shadow: 0px 0px 60px 0px #ccc;
}

.fts_tab .section3 li:nth-of-type(1) {
  margin-bottom: 53px;
}

.fts_tab .section3 li:last-of-type a.active:after {
  /* 舊版 app (盾牌) */
  background: url(../../public/www/qr_fts.png) no-repeat center 15px #fff;
}

.fts_tab .section3 li a i {
  display: inline-block;
  width: 100px;
  height: 100%;
  margin-right: 22px;
  vertical-align: top;
  background-image: url(../../public/www/fts_btns.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

/* 新版 app */
.fts_tab .section3 li:nth-of-type(3) a i {
  width: 100px;
  background: url(../../public/www/logo_fts_app_new_2024_05_22.png) no-repeat
    right 15px;
}

/* 舊版 app (盾牌) */
.fts_tab .section3 li:nth-of-type(4) a i {
  width: 100px;
  background: url(../../public/www/logo_fts_app_old_2024_05_22.png) no-repeat
    right 15px;
}

.fts_tab .section3 li:nth-of-type(5) a i {
  width: 100px;
  background-position: right -286px;
}

.guide_tab .steps {
  overflow: hidden;
  background-color: #f9f9f9;
}

.guide_tab .steps .section_wrap {
  position: relative;
}

.guide_tab .steps .title {
  padding: 83px 0 34px 0;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}

.guide_tab .steps .title span {
  padding-left: 17px;
  font-size: 18px;
  color: #999999;
}

.guide_tab .steps .click_tab {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.guide_tab .steps .click_tab div {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 147px;
  height: 66px;
  padding-left: 67px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 66px;
  color: #cccccc;
  cursor: pointer;
}

.guide_tab .steps .click_tab div.active {
  color: #0659b5;
}

.guide_tab .steps .click_tab div:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fafafa;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.guide_tab .steps .click_tab div.active:after {
  background: #fff;
}

.guide_tab .swiper-container {
  width: 1470px;
  margin-top: 114px;
}

.guide_tab .swiper-container .swiper-wrapper {
  position: relative;
  height: 499px;
}

.guide_tab .swiper-container .message {
  width: 402px;
  padding-top: 72px;
  font-size: 20px;
  line-height: 39px;
  color: #333333;
}

.guide_tab .swiper-container .index_top {
  position: absolute;
  top: 0;
  left: 135px;
  width: 402px;
  padding-bottom: 14px;
  font-size: 30px;
  font-weight: normal;
  font-weight: bold;
  line-height: 38px;
  color: #eeeeee;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.guide_tab .swiper-container .index_top span {
  font-size: 48px;
  color: #0659b5;
}

.swiper-button-next,
.swiper-button-prev {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ffffff;
  background-position: center center;
  background-size: 19px auto;
  border: solid 1px #f1f1f1;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(27, 27, 27, 0.07);
}
