.fb-block1 .content {
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fb-block2-wrap {
  position: relative;
  background: #f8fafa;
}

.fb-block2 {
  background: #f8fafa;
}

.fb-block2 .head {
  padding-top: 60px;
}

.fb-block2 .content {
  padding-bottom: 50px;
}

.step-img {
  width: 100%;
}

.fb-block1 .plan {
  min-width: 306px;
  margin-right: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fb-block1 .content img {
  width: 45%;
}

.plan .left {
  /* margin-bottom: 32px; */
  font-size: 18px;
  line-height: 30px;
}

.plan .left div {
  font-size: 18px;
  line-height: 30px;
}

.plan .right {
  display: flex;
}

.plan .right .btn1 {
  width: 180px;
  margin-left: 16px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #4274F6;
  color: #4274F6;
}

.plan .title {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.plan .detail {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.plan .line1 {
  margin-bottom: 4px;
}

.plan .tag {
  font-size: 24px;
  font-weight: 600;
  color: #4274F6;
  line-height: 33px;
  margin-right: 4px;
}

.logo-gys {
  height: 114px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f8f8f9;
  width: 100%;
}

.fb-block3 .logo-gys img {
  width: 160px;
  height: 54px;
}

.fb-block3 .head {
  width: 100%;
}

.fb-block3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 35px;
}

.fb-block3-head.wrap {
  padding: 0;
}

.fb-block3-0-wrap.wrap {
  padding: 0 0px;
}

.fb-block3 .wrap .detail {
  display: flex;
  flex-direction: column;
  width: 45%;
  position: relative;
}

.fb-block3-1-wrap.wrap .detail {
  padding-left: 20px;
}

.fb-block3-3-wrap.wrap .detail {
  padding-left: 20px;
}

.fb-block3-5-wrap.wrap .detail {
  padding-left: 120px;
}

.fb-block3 .img {
  width: 50%;
}

.fb-block3 .head .title {
  text-align: center;
}

.fb-block3 .detail .title {
  margin-top: 24px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: left;
}

.fb-block3 .detail .sub-title {
  margin-bottom: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
}

.fb-block3 .item {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
  margin-left: 18px;
}

.fb-block3 .item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 14px;
  left: -18px;
  border-radius: 4px;
  background-color: #4274F6;
}

.fb-block3 .action {
  margin-top: 30px;
  color: #4274F6;
  font-size: 18px;
}

.fb-block3 .action:hover {
  color: rgba(24, 144, 255, .7);
}

.fb-block3 .icon {
  width: 42px;
  height: 42px;
}

.fb-block3-4 {
  padding-bottom: 0;
}

.fb-block3-0 .content {
  display: flex;
}

.fb-block3-0 .content img {
  width: calc(20%);
}

.fb-block3-0-wrap {
  flex-direction: column;
}

.scene {
  display: flex;
  width: 100%;
}

.scene-m {
  display: none;
}

.scene-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  width: 19%;
  height: 420px;
  cursor: pointer;
  padding: 150px 0 42px;
  position: relative;
}

.swiper-slide {
  width: 90% !important;
  margin: 0 5%;
}

.swiper-slide-prev {
  right: -8%;
  opacity: 0.6;
}

.swiper-slide-next {
  left: -8%;
  opacity: 0.6;
}

.scene-m .scene-item {
  background: black;
  width: 100%;
}

.scene-item img {
  pointer-events: none;
  transition: 0.3s;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.scene-title {
  pointer-events: none;
  color: #ffffff;
}

.scene-detail {
  display: block;
  pointer-events: none;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  position: absolute;
  bottom: 42px;
  margin-bottom: 33px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.scene .scene-detail {
  display: none;
}

.scene-hover {
  width: 24%;
}

.scene-hover .scene-detail {
  display: block;
}

.scene-hover img {
  margin-top: -40px;
}

/* .swiper-container{
  width: 100%;
  overflow: visible !important;
} */

.fb-block3 .content {
  height: 114px;
  overflow: hidden;
}

.fb-block3 .scene-item1 {
  background: url("../images/img_p_securities.png") center;
}

.fb-block3 .scene-item2 {
  background: url("../images/img_sl_hotel_bg@2x.png") center;
}

.fb-block3 .scene-item3 {
  background: url("../images/img_sl_train_bg@2x.png") center;
}

.fb-block3 .scene-item4 {
  background: url("../images/img_sl_car_bg@2x.png") center;
}

.fb-block3 .scene-item5 {
  background: url("../images/img_sl_restaurant_bg@2x.png") center;
}

.fb-block4 .content {
  display: flex;
  align-items: center;
}

.fb-block4 .right {
  flex: 1;
}

.fb-block4 .intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  background-color: white;
  position: relative;
}

.fb-block4 .intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50%);
  padding: 32px 0;
  margin-bottom: 20px;
}

.fb-block4 .intro-item img {
  width: 60px;
  height: 60px;
}

.fb-block4 .intro-item .item-title {
  font-size: 24px;
  color: #1e0e00;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 32px;
}

.fb-block4 .intro-item .desc-item {
  font-size: 16px;
  color: #787878;
  line-height: 22px;
  margin-bottom: 4px;
}

.fb-block5 {
  margin: 60px 0;
}

.fb-block5 .swiper-slide-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: black;
}

.fb-block5 .swiper-container2 {
  height: 395px;
}

.fb-block5 .swiper-slide-wrap .intro {
  width: 470px;
  height: 306px;
}

.fb-block5 .swiper-slide-wrap .detail {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}

.fb-block5 .swiper-slide-wrap .detail .img {
  width: 118px;
  height: 34px;
  margin-top: 20px;
}

.fb-block5 .swiper-slide-wrap .item-title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px;
}

.fb-block5 .swiper-slide-wrap .author {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.author .more img {
  width: 30px;
  margin-left: 5px;
}

.fb-block10 .bg {
  height: 360px;
  background: url("https://stc-op.fenbeitong.com/img_op/img/chailv/midbannerservice.png") center;
}

.fb-block10 .intro {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: white;
  position: relative;
}

.fb-block10 .intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 50px;
  width: calc(30% - 30px);
}

.fb-block10 .intro-item img {
  width: 44px;
  height: 44px;
}

.fb-block10 .intro-item .item-title {
  font-size: 24px;
  color: #1e0e00;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 32px;
}

.fb-block10 .intro-item .desc-item {
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  text-align: center;
}

.fb-block10 .action {
  display: block;
  margin: 0 auto 80px;
  height: 48px;
  width: 190px;
  font-size: 18px;
  color: #4274F6;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  border: 1px solid #4274F6;
  border-radius: 32px;
  cursor: pointer;
}

.caigou.fb-block10 .action {
  margin-bottom: 0;
}

.fb-block10 .action:hover {
  background-color: #4274F6;
  color: white;
}
.fb-block1{
  height: 391px;
}
.plan .left div{
  line-height: 24px;
  font-size: 16px;
}
.plan .tag{
  font-size: 16px;
  line-height: 24px;
}
.title{
  font-size: 28px;
  line-height: 30px;
}
.fb-block3 .detail .title {
  font-size: 20px;
  line-height: 30px;
}

.fb-block3 .detail .sub-title {
  font-size: 20px;
  line-height: 30px;
}
.fb-block3-head .head{
  padding: 30px 0 20px;
}
.fb-block3 .head .title {
  font-size: 28px;
}

@media (max-width: 768px) {
  .fb-block5 .swiper-slide-wrap .item-title {
    font-size: 14px;
    line-height: 24px;
  }

  .author .more img {
    width: 20px;
  }

  .fb-block5 .swiper-slide-wrap .item-title {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .fb-block3 .detail .title {
    font-size: 16px;
    line-height: 26px;
  }

  .fb-block3 .detail .sub-title {
    font-size: 16px;
    line-height: 26px;
  }

  .fb-block3 .item {
    font-size: 14px;
    line-height: 24px;
  }

  .fb-block1 .content {
    flex-direction: column;
    padding: 30px 0 30px;
  }

  .fb-block1 .plan {
    width: 100%;
    margin-right: 0;
    min-width: 0;
  }

  .fb-block1 img {
    width: 100%;
  }

  .fb-block2 .plan .detail {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-block2 .plan .left {
    margin-bottom: 36px;
  }

  .plan .title {
    font-size: 24px;
    line-height: 24px;
  }

  .plan .detail {
    font-size: 14px;
    line-height: 20px;
  }

  .logo-gys {
    display: none;
  }
  .fb-block1{
    height: auto;
  }
  .fb-block3 .item::before{
    top: 7px;
  }

  .fb-block3-head .head {
    padding-bottom: 0;
  }

  .fb-block3 .item {
    min-width: 0;
  }

  .fb-block3 .fb-block3-head {
    padding: 0;
  }
  .fb-block2 .head {
    padding-top: 30px;
  }
  .fb-block2 .content {
    padding-bottom: 30px;
  }
  .fb-block3-1-wrap.wrap .detail {
    padding-left: 0;
  }

  .fb-block3-3-wrap.wrap .detail {
    padding-left: 0;
  }

  .fb-block3-5-wrap.wrap .detail {
    padding-left: 0;
  }

  .fb-block3 .detail .title {
    margin-bottom: 4px;
    font-weight: 600;
    color: #333333;
  }

  .fb-block3 .detail .sub-title {
    text-align: left;
    margin-bottom: 12px;
    margin-top: 10px;
  }

  .fb-block3 .content {
    display: none;
  }

  .fb-block3 .img {
    width: 343px;
    height: auto;
  }

  .fb-block3 .action {
    position: relative;
    bottom: 0;
    margin-top: 16px;
    margin-bottom: 30px;
    margin-left: 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .fb-block3-1-wrap {
    height: auto;
    padding: 0;
    flex-direction: column;
  }

  .fb-block3 .wrap {
    padding: 0;
  }

  .fb-block3-0-wrap.wrap {
    padding: 0;
    width: 100%;
    display: block;
  }

  .fb-block3 .wrap .detail {
    padding: 0 16px;
    width: 100%;
  }

  .fb-block3-1-wrap,
  .fb-block3-3-wrap,
  .fb-block3-5-wrap {
    flex-direction: column-reverse;
  }

  .fb-block3-2-wrap,
  .fb-block3-4-wrap {
    flex-direction: column;
  }

  .fb-block3-2-wrap .detail,
  .fb-block3-4-wrap .detail {
    padding: 0 30px 24px;
  }

  .fb-block3-2,
  .fb-block3-4 {
    padding: 0;
    background: #f8fafa;
  }

  .fb-block3-3-wrap {
    margin-top: 0;
    padding: 0;
  }

  .fb-block3-3-wrap .detail {
    padding: 0 30px 0;
  }

  .fb-block3-3 {
    height: auto;
    padding-top: 0;
  }

  .fb-block3 .icon {
    margin-top: 48px;
  }

  .fb-block3-5 {
    height: auto;
    padding-top: 0;
  }

  .scene {
    display: none;
  }

  .scene-m {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
  }

  .fb-block4 .content {
    flex-direction: column;
  }

  .fb-block4 .intro {
    width: 100%;
  }

  .fb-block4 .intro-item {
    width: 100%;

    align-items: center;
    padding-right: 0;
  }

  .fb-block4 .intro-item .desc-item {
    text-align: center;
  }

  .fb-block5.case {
    margin: 30px 0;
  }

  .fb-block5 .content {
    flex-direction: column;
    margin: 0 0;
  }

  .fb-block5 .content img {
    width: 100%;
    height: auto;
  }

  .fb-block5 .content .right {
    width: 100%;
    margin-left: 16px;
    margin-top: -50px;
    padding: 24px 16px;
  }

  .fb-block5 .right .title {
    font-size: 18px;
    line-height: 25px;
  }

  .fb-block5 .right .sub-title {
    font-size: 14px;
    line-height: 20px;
  }

  .fb-block5 .right .detail {
    font-size: 16px;
    line-height: 24px;
  }

  .swiper-slide-wrap {
    display: flex;
    flex-direction: column;
  }

  .fb-block5 .swiper-slide-wrap .intro {
    width: 100%;
    height: auto;
  }

  .fb-block5 .swiper-slide-wrap .detail {
    padding: 0;
  }
}