
.fb-block1{
  position: relative;
}
.fb-block1 .content{
  padding: 90px 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.fb-block2-wrap{
  position: relative;
}
.fb-block2{
  background: #F8FAFA;
}
.fb-block2 .wrap{
  background: #F8FAFA;
}
.fb-block2 .head{
  padding-top: 120px;
}
.apply_wrap{
  display: flex;
  background: #F8F8F9;
  margin-bottom: 90px;
}
.apply_wrap .right{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply_wrap .form{
  display: flex;
  justify-content:space-between;
  flex-direction: column;
}
.apply-img{
  width: 60%;
  height: 518px;
  background: url("https://stc-op.fenbeitong.com/img_op/img/partner/img_partner@2x.png") no-repeat center;
  background-size: cover;
}
.form-success{
  display:none;
  margin-top: 40px;
}
.form-success .line2{
  margin-bottom: 24px;
}
.form-success .title{
  font-size: 24px;
  font-weight: 500;
  color: #FF8E20;
  line-height: 36px;
  text-align: left;
}
.form-success .detail{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: left;
}
.fb-block1 .plan{
  min-width: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 120px;
}
.fb-block1 .content img{
  width: 50%;
}
.plan .left{
  margin-bottom: 32px;
}
.plan .right{
  display: flex;
}
.plan .right .btn1{
  width:180px;
  margin-right: 16px;
  background-color:white;
  border-radius: 4px;
  border: 1px solid #FF942E;
  color: #FF942E;

}

.plan .title{
  font-size: 42px;
  font-weight: 600;
  color: #333333;
  line-height: 48px;
  text-align: left;
  margin-bottom: 19px;
}
.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: #FB9A3F;
  line-height: 33px;
  margin-right: 4px;
}
.fb-block2 .content{
  display: flex;
  align-items: center;
  padding: 0 42px 60px;
}
.fb-block2 .content img{
  width: 100%;
  height: auto;
}
.fb-block2 .content .left{
  width: 50%;
}
.fb-block2 .content .right{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 120px;
  padding-right: 60px;
  line-height: 30px;
  color: #333333;
}
.fb-block2 .desimg{
  height: 396px;
}
.fb-block2 .detail {
  display: flex;
  /* padding: 0 42px 0; */
  color: #786E66;
  font-size: 16px;
  line-height: 24px;
}
.fb-block2 .steps{
  display: flex;
  justify-content: space-between;
  min-width: 1124px;
  padding-bottom: 160px;
  position: relative;
}

.baoxiao .steps::before{
  position: absolute;
  content: "";
  top: 100px;
  left: 55px;
  right: 55px;
  height: 8px;
  background: #F8F1E5;
}
.baoxiao .steps::after{
  position: absolute;
  content: "";
  top: 115px;
  left: 55px;
  right: 55px;
  height: 1px;
  background: #FF8E22;
  opacity: 0.6;
}
.byj .steps::before{
  position: absolute;
  content: "";
  top: 35px;
  left: 55px;
  right: 55px;
  height: 1px;
  border: 2px dashed #979797;
}
.fb-block2 .step{
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 3px dashed #666666;
  border-radius: 110px;
  text-align: center;
  padding: 0 45px;
  position: relative;
  cursor: pointer;
  background: #F8FAFA;
  transition: 0.3s;
  z-index: 10;
}
.byj .step{
  border: 1px solid #666666;

}
.step .number{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #666666;
  border-radius: 25px;
  line-height: 50px;
  color: white;
  font-size: 18px;
}
.step .title{
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  margin: 60px 0 8px;
}
.byj .step{
  align-items:center;
  justify-content: center;
}
.byj .step .title{
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.step .sub-title{
  font-size: 18px;
  color: #666666;
  line-height: 25px;
}
.fb-block2 .step:hover {
  border: 3px dashed #FF8E22;
  margin-top: -20px;
}
.byj .step:hover {
  border: 1px solid #FF8E22;
}
.fb-block2 .step:hover .number{
  background: #FF8E22;
}
.fb-block2 .step:hover .title{
  color: #FF8E22;
}
.fb-block2 .step:hover .sub-title{
  color: #FF8E22;

}
.fb-block3 .head{
  width: 100%;
}
.fb-block3.fuli .head{
  padding-top: 110px;
}
.fb-block3 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 130px;
}


.fb-block3 .wrap .detail {
  display: flex;
  flex-direction: column;
  width: 45%;
  position: relative;
}
.fb-block3-1-wrap.wrap .detail{
  padding-left: 120px;
}
.fb-block3-3-wrap.wrap .detail{
  padding-left: 120px;
}
.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: 24px;
  color: #333333;
  line-height: 36px;
  text-align: left;
}
.fb-block3 .detail .sub-title {
  margin-bottom: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
}
.fb-block3 .item {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
  margin-left: 18px;
}
.fb-block3 .item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: -18px;
  border-radius: 4px;
  background-color: #ffab31;
}
.fb-block3 .action {
  margin-top: 30px;

  color: #FB9A3F;
}
.fb-block3 .icon{
  width: 42px;
  height: 42px;
}
.fb-block3-head.wrap{
  padding: 0;
}
.fb-block3-1-wrap.wrap{
  padding-top: 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-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  width: 19%;
  height: 420px;
  cursor: pointer;
  padding: 150px 0 42px;
  position: relative;
}
.scene-item img{
  pointer-events: none;
  transition: 0.3s;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
}
.scene-title{
  pointer-events: none;
}
.scene-detail{
  pointer-events: none;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 33px;
  position: absolute;
  bottom: 42px;
}
.scene-hover{
  width: 23%;
}
.scene-hover img{
  margin-top: -76px;
}
.fb-block3 .content{
  height: 114px;
  overflow: hidden;
}
.fb-block4 .bg {
    height: 360px;
    background: url("https://stc-op.fenbeitong.com/img_op/img/chailv/midbannerservice.png") center;
}
  .fb-block4 .intro {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
    position: relative;
  }

  .fb-block4 .intro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 50px;
    width: calc(30% - 30px);
  }
  .fb-block4 .intro-item img {
    width: 64px;
    height: 64px;
  }
  .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: 14px;
    color: #787878;
    line-height: 22px;
    text-align:center;
  }
  .fb-block4 .action {
    display: block;
    margin: 0 auto 80px;
    height: 48px;
    width: 190px;
    font-size: 18px;
    color: #ffab31;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    border: 1px solid #ffab31;
    border-radius: 32px;
    cursor: pointer;
  }
  .caigou.fb-block4 .action{
    margin-bottom: 0;
  }
  .fb-block4 .action:hover{
      background-color: #ffab31;
      color: white;
  }

  .fb-block5 .content{
    display: flex;
    align-items: center;
    margin: 150px 0;
  }
  .fb-block5 .content img{
    width: 460px;
    height: 460px;
  }
  .fb-block5 .right{
    flex: 1;
    padding: 42px;
    background: #F6F6F6;
    border-radius: 4px;
    margin-left: -160px;
    /* height: 370px; */
    min-width: 774px;
  }
  .fb-block5 .right .title{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    margin-bottom: 32px;
    text-align: left;
    display: none;
  }
  .fb-block5 .right .sub-title{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 32px;
    text-align: left;

  }
  .fb-block5 .right .detail{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .fb-block5 .detail-action{
    color: #FF942E;
  }

.fb-block6 .fuli{
  display:flex;
  flex-wrap: wrap;
}
.fb-block6 .fuli .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25%);
  padding: 32px 54px;
  margin-bottom: 40px;
}
.fb-block6 .fuli .item img{
  width: 64px;
  height: 64px;
}
.fb-block6 .fuli .item .title{
  margin: 24px 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.fb-block6 .fuli .item .sub-title{
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  width: 208px;
}
.fb-block5 {
  margin: 150px 0;
}

.fb-block5 .swiper-slide-wrap{
  display: flex;
  align-items: center;
  height: 306px;
  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;
}
.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;
}
.fb-block6 .content{
    display: flex;
    justify-content: space-around;
    padding-bottom: 180px;
}

.fb-block6 .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fb-block6 .item .icon{
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
  }
.fb-block6 .item .title{
    color: black;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    margin: 15px 0 30px;
}
.logo-gys{
  display: none;
  height: 114px;
  /* display: flex; */
  justify-content: space-around;
  align-items: center;
  background: #F8F8F9;
  width: 100%;
  margin-top: 70px;
}
.logo-gys img{
  width:160px;
  height: 54px;
}
.partner{
  padding-bottom: 60px;
}
.form-intro{
  display:flex;
  align-items: center;
  justify-content:center;
  margin-top: 60px;
}
.intro-wrapper{
  display:flex;
}
.step-number{
  display: block;
  width:32px;
  height: 32px;
  border-radius: 16px;
  color: white;
  background-color:#FF8E22;
  text-align: center;
  line-height:32px;
  margin: 0 16px;
}
.form-intro .item{
  font-size: 24px;
  line-height: 32px;
  color: #333;
  display: flex;
}
.form-intro .divider{
  width: 46px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content:space-around;
}
.divider span{
  width: 6px;
height: 6px;
background: #FF8E22;
opacity: 0.3;
border-radius: 3px;
}
.form .fb-btn{
  margin-top:22px;
}
.apply{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
}
.p-line{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.p-line1{
  margin-bottom: 32px;
}

.partner-contact-block{
  padding-bottom:120px;
}

.partner-contact-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: ;
}


.partner-contact-card{
  width: 32%;
  height: 280px;
  background-color: #FFFFFF!important;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  padding:32px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
}

.partner-title-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner-contact-card .partner-title-icon{
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-contact-card .partner-title-icon img{
  width: 24px;
  height: 24px;
}

.partner-contact-card .partner-title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}


.partner-contact-card .partner-intro{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  text-align: left;
  margin-top:32px;
  margin-bottom: 40px;
}

.partner-contact-card .contact-person{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  text-align: left;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.partner-contact-card .contact-person span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 16px;
  background: #CCCCCC;
  border-radius: 2px;
  /* opacity: 0.24; */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  margin-left:8px;
}

.partner-contact-phone{
  font-family: fbt_number_bold, fbt_number_bold;
  font-weight: bold;
  font-size: 20px;
  color: #FF8E22;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-top: 16px;
}
.partner-contact-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-title{
  font-size:28px;
  font-weight: 500;
}

.input-title{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 8px;
}
input{
  border: none;
  outline: none;
  height: 40px;
}
.input-wrap{
  height: 40px;
  border-radius: 2px;
  padding: 0 12px;
  margin-bottom: 16px;
  border: 1px solid #cccccc;
  align-items: center;
  background: white;
}
.input-wrap input{
  width: 100%;
  height: 100%;
}
.captcha-input{
  display: flex;
}
.captcha-input input{
  flex: 1;
}
.phone-wrap .input-title{
  display: flex;
  justify-content: space-between;
}
.phone-error{
  color: red;
}
#captch-btn{
  width: 90px;
  color:#FF8E22;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.input-wrap:hover{
  border: 1px solid #FF8E22;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation: shake 1s;
}

#fb-toast{
  display: none;
  z-index: 100;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: fixed;
  text-align: center;
  top: 100px;
  left: 50%;
  border-radius: 4px;
  background-color: tomato;
  transform: translate(-50%,-50%);
}
@media(max-width: 768px){
  .apply_wrap{
    flex-direction:column;
    padding: 0;
  }
  .apply_wrap .right{
    width: 100%;
  }
  .form-intro .divider{
   display:none;
  }
  .form-intro .item{
    font-size: 12px;
    line-height: 16px;
  }
  .step-img{
    display:none;
  }
  .form-intro{
    margin: 30px 0;
  }
  .step-number{
    width:16px;
    height: 16px;
    border-radius: 8px;
    line-height:16px;
    margin: 0 4px;
    font-size: 10px;
  }
  .apply_wrap{
    background: white;
  }
  .intro-wrapper{
    justify-content:space-around;
  }
  .form-success .title{
    text-align: center;
  }
  .form-success .detail{
    text-align: center;
  }
  .fb-block1 .content{
    flex-direction: column;
    padding: 60px 0 30px;
  }
  .fb-block1 .plan{
    margin-right: 0;
  }
  .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: 36px;
  }
  .plan .detail{
    font-size: 14px;
    line-height: 20px;
  }
  .fb-block2 .head{
    padding-top: 60px;
  }
  .fb-block2 .content{
    flex-direction: column-reverse;
  }
  .fb-block2 .content .left{
    width:100%;
  }
  .fb-block2 .content .right{
    width:100%;
    height: auto;
    padding: 0 0 24px;
  }
  .fb-block2 .steps{
   flex-direction: column;
    min-width: 220px;
    width: 100%;
    align-items: center;
    padding-bottom: 0;
  }
  .fb-block2 .step{
    margin-bottom: 20px;
   }
   .fb-block2 .content .mobile{
    display: block;
  }
  .fb-block3 .item {
    min-width: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .fb-block3 .wrap{
    padding: 30px 16px 0;
  }
  .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 .fb-block3-head{
    padding: 0;
  }
  .fb-block3 .detail .title{
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
  }
  .fb-block3 .detail .sub-title{
      text-align: left;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 12px;
  }
  .fb-block3 .content{
    display: none;
  }
  .fb-block3 .img{
      width: 100%;
      /* height: 257px; */
  }
  .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;
      flex-direction: column;
  }

  .fb-block3 .wrap .detail{
      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 0px 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;
  }
  .scene{
    display: none;
  }
  .scene-m{
    display: flex;
  }
  .fb-block4 .bg{
    display: none;
  }
  .fb-block4 .content{
    flex-direction: column;
  }
  .fb-block4 .wrap{
    flex-direction: column;
    margin-top: 0;
    margin: 0 auto;
  }
  .fb-block4 .intro {
    flex-direction: column;
  }
  .fb-block4 .intro-item{
    width: 100%;
    align-items: center;
    padding-right: 0;
  }
  .fb-block4 .intro-item .desc-item{
    text-align: center;
  }
  .fb-block4 .action{
    margin: 0 auto 60px;
  }
  .fb-block5 .content{
    flex-direction: column;
    margin: 90px 0;
  }
  .fb-block5 .content img{
    width: 100%;
    height: auto;
  }
  .fb-block5 .content .right{
    width: 100%;
    margin-left: 16px;
    margin-top: -50px;
    padding: 24px 16px;
    min-width: 0;
  }
  .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;
  }
  .fb-block5 .swiper-slide-wrap{
    flex-direction:column;
    height: auto;
  }
  .fb-block5 .swiper-slide-wrap .detail {
      padding: 24px 20px 0px;
  }

  .fb-block5 .swiper-slide-wrap .title{
      font-size: 16px;
      color: #000000;
      line-height: 25px;
      margin-bottom: 0;
      height: 134px;
      text-align: left;
  }

  .fb-block5 .swiper-slide-wrap .intro{
      height: 204px;
      width: auto;
  }
  .fb-block5 .swiper-slide-wrap .detail .img{
      height: 28px;
      width: 95px;
  }
  .fb-block5 .swiper-slide-wrap .item-title{
      font-size: 16px;
      line-height: 25px;
  }
  .fb-block5 .swiper-slide-wrap .author{
      font-weight: 600;
  }
  .fb-block6 .fuli .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100%);
    height: 240px;
    padding: 32px 0;
  }
  .fb-block6 .content {
      /* display: flex; */
      justify-content: space-around;
      flex-wrap: wrap;
      padding-bottom: 0;
  }
  .fb-block6 .content .item{
      width: 100%;
      align-items: center;
      margin-bottom: 44px;
  }
  .fb-block6 .head{
      height: auto;
  }
  .fb-block7 .head{
      height: auto;
  }
  .logo-gys{
    display: none;
  }
  .partner{
    padding-bottom: 60px;
  }
  .fb-block9 .title.pc{
    display:none;
  }
  .fb-block9 .title.mobile{
    display:block;
  }
}
