html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}
body{
  /* overflow-x: hidden; */
}
html {
  /* overflow-x: hidden; */
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
}

*, *:before, *:after {
  box-sizing: border-box;
}


a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-wrap .main-nav-left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fb-btn{
    display: block;
    text-align: center;
    line-height: 60px;
    width: 138px;
    height: 40px;
    border-radius: 4px;
    background: #FF942E;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fb-btn:hover{
    background: #FF8700;
    color: white;
}
.fb-btn-default{
    display: block;
    text-align: center;
    line-height: 40px;
    width: 103px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #FF942E;
    color: #FF942E;
    font-size: 16px;
    cursor: pointer;
}
.fb-btn-default:hover{
    background: #FF8700;
    color: white;
}
.fb-bold{
    font-weight: bold;
}

.fb-color{
    color: #FF942E;
}
.bg-f5{
    background: #F5F5F5;
}

.wrap{
    padding: 0 130px 0;
    margin: 0 auto;
}

@media screen and (max-width: 1440px){
  .wrap{
    width: 1200px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px){
  .wrap{
    width: 1200px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px){
  .wrap{
    width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .wrap{
    width: 1680px;
  }
}

.mobile{
    display: none;
}

.head{
    height:auto;
    padding: 120px 0 60px;
}
.title{
    font-size: 36px;
    color: #000000;
    text-align: center;
    line-height: 50px;
    margin-bottom: 8px;
    /* font-weight: 500; */
    font-family: PingFang SC;
}
.title-before{
  opacity: 0;
}
.title-rise-up {
  transition: all 1s ease-in;
  opacity: 1 !important;
  /* transform: translate(0, -28px); */
}
.sub-title{
    font-size: 16px;
    color: #262626;
    text-align: center;
    line-height: 24px;
}

.site-header{
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    color: rgba(0,0,0,0.6);
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid #F4F4F4;
    /* box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05); */
}
.header-wrap{
    max-width: 1440px;
    margin: 0 auto;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 1980px) {
  .header-wrap{
      max-width: 1680px;
      margin: 0 auto;
      height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .block-wrap{
    max-width: 1680px;
    margin: auto;
  }
}

.header-wrap .phoneIcon{
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-left: 10px;
}
.header-wrap .phoneIcon img{
  width: 100%;
  height: 100%;
}
.header-wrap .topPhone{
  width: 132px;
  height: 15px;
  margin-right: 32px;
}
@media screen and (max-width: 1220px){
  .header-wrap .topPhone{
    margin-right: 0px;
  }
}
.header-wrap .topPhone img{
  width: 100%;
  height: 100%;
}
.header-wrap .logo{
    width: 104px;
    height: 24px;
}
.header-wrap .main-nav-right{
  display: flex;
 align-items: center;

}
.header-wrap .main-nav-right .main-nav{
  margin-left: 34px;
}
/* .nav-wrap{
    display: flex;
    height: 100%;
} */
.main-nav{
    display: flex;
    align-items: center;
    min-width: 484px;
    user-select: none;
}
.side-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 216px;
}
.nav-fold{
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
}
.nav-fold::after{
  margin-left: 8px;
  content: "";
  border-right:4px solid transparent;
	border-left:4px solid transparent;
	border-top:4px solid rgba(0,0,0,0.6);
}
.nav-item{
    position: relative;
    line-height: 60px;
    text-align: center;
    padding-left: 20px;
}

.nav-item:nth-child(1){
  padding-left: 0px;
}
.nav-fold{
  margin-right: 0;
}

.nav-item.resource{
  /* padding-right: 15px; */
}
.nav-item.aboutus{
  /* padding-left: 15px; */
}
.nav-item{
    color: black ;
    cursor: pointer;
    font-size: 16px;
}
.nav-item-pc-login{
  width: 138px;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
}
.nav-item a{
  color: black ;
  font-size: 16px;
}
/* .nav-item:hover{
    color: #FF8E22 ;
}
.nav-item:hover a{
  color: #FF8E22 ;
} */
/* .nav-fold:hover::after{
  border-top:4px solid #FF8E22;
} */

.current-item{
  color: #FF8E22 ;
}
.current-item a{
  color: #FF8E22 ;
}
.current-item a.menu-item{
  color: black ;
}
.current-item a:hover{
  color: #FF8E22 ;
}
.current-item::after{
	border-top:4px solid #FF8E22;
}
.current-item::before{
  content: "";
  background: #FF8E22;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.resource.current-item::before{
  left: 30px;
  right: 15px;
}
.aboutus.current-item::before{
  left: 15px;
  right: 30px;
}
.plan-nav.current-item::before{
  left: 30px;
  right: 30px;
}
.sub-menu-pc{
  /* display: none; */
  position: absolute;
  top: 80px;
  line-height: 18px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sub-menu-mobile{
  display: none;
}
.nav-item:hover .sub-menu-pc{
    display: block;
}
.sub-menu-wrap{
  display: flex;
  display: none;
  flex-wrap: wrap;
  margin-top: 8px;
  background-color: white;
  padding-top: 12px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
  width: 540px;
  border-radius: 4px;
}
.sub-menu-wrap::before{
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  /* right: 262px; */
  position: absolute;
  content: "";
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.resource .sub-menu-wrap::before{
  left: 52%;
}
.aboutus .sub-menu-wrap::before{
  left: 49%;
}
.sub-menu-pc .menu-item{
  display: flex;
  margin-bottom: 10px;
  width: calc(50% - 36px);
  margin: 0 18px 12px;
  padding: 12px;
}
.sub-menu-pc .menu-item:hover{
  background: rgb(243,243,243);
  border-radius: 4px;
  /* box-shadow: 0 4px 16px 0 rgb(15 35 119 / 12%); */
}
.sub-menu-pc .menu-item:hover .title{
  /* color: #FF8E22; */
}
.sub-menu-pc img{
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.sub-menu-pc .title{
  font-size: 16px;
  color: black;
  line-height: 24px;
  text-shadow: 0px 0px 20px rgba(226, 232, 237, 0.6);
  margin-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.sub-menu-pc .sub-title{
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-shadow: 0px 0px 20px rgba(226, 232, 237, 0.6);
  text-align: left;
  font-weight: normal;
}
.header-wrap .main-nav .active::before{
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  /* background: linear-gradient(270deg, rgba(255, 140, 34, 1), rgba(255, 255, 255, 1)); */
  background:rgba(255, 140, 34, 1);
  bottom: -2px;
  /* left: 30px; */
}
.head_subMenu{
  width: 100%;
  height: 370px;
  box-sizing: border-box;
  background: #fff;
  display: none;
  /* border-top: 2px solid #F4F4F4; */
  box-sizing: border-box;
  box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.08);
  /* box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12); */
}
 .subMenuItem{
  display: none;
  width: 1440px;
  height: 360px;
  margin: auto;
  background: #fff;
  padding-left: 130px;
  padding-top:20px;
  box-sizing: border-box;
}

@media screen and (min-width: 1920px){
  .subMenuItem{
    width: 1680px;
  }
}

.head_subMenu .choose{
  display: flex;
}
.subMenuItem ul {
  width: 110px;
  margin-left: 110px;
}
.subMenuItem ul:nth-child(1){
  margin-left: 0;
}
.subMenuItem ul li{
 
  height: 45px;
  text-align: left;
  display: flex;
  align-items: center;
  
}
.subMenuItem ul li img{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 4px;
  margin-right: 8px;
}
.subMenuItem ul li:nth-child(2){
  margin-top: 10px;
}
 .subMenuItem ul li:nth-child(1){
  margin-top: 0;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FF8E22;
  border-bottom: 1px solid #F3F4F6;
  padding-left:7px;
}
.subMenuItem a{
  font-size: 14px;

font-weight: 400;
color: #111827;
}
.side-nav a{
  color: white !important;
  font-weight: normal;
}
.side-nav a:hover{
  color: white!important;
}
.side-nav .login a{
  color:#666666 !important;
  /* margin-right: 52px; */
}
@media screen and (max-width: 1200px){
  .side-nav .login{
    width: 100px;
  }
  .side-nav .login a{
    margin-right: 0;
  }
}
.side-nav .login:hover a{
  color: black !important;
}
.swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #CCCCCC;
    /* border-radius: 5px;
    transition: .3s ease; */
    /* border: 1px solid rgba(0,0,0,.3); */
    /* background: #D9D9D9;
    border: 0 solid #BFBFBF;
    border-radius: 2px;
    opacity: 1;
    background: rgba(0,0,0,.2);
    pointer-events: auto;
    overflow: hidden; */
}
.swiper-pagination-bullet-active {
    background: #FF8E22;
}

/* .swiper-pagination-bullet-active::after {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(to right, #FFFFFF 0%,#FFC288 64%,#FF8E22 100%);
    animation: banner-pagination-bullet 5s linear;
    border-radius: 5px;
} */


.event{
  height: 68px;
  position: relative;
  display: flex;
  justify-content:center;
  align-items: center;
  background: url('https://stc-op.fenbeitong.com/img_op/img/home/banner_backgroud.jpg');
  background-size: cover;
}
.event-wrapper{
  display: flex;
  align-items: center;
}
.event img{
  max-width: 100%;
}
.event a{
  color: white;
}
.event .event-detail{
  position: absolute;
  left: calc(50%);
  margin-left: 400px;
  color: white;
}
.event .word{
  height: 60px
}
.event .close{
    position: absolute;
    width: 52px;
    height: 52px;
    padding: 20px;
    top: 50%;
    left: 50%;
    margin-left: 560px;
    transform: translateY(-50%);
    cursor: pointer;
}

@keyframes showmenu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.fb-block1{
    padding-top: 60px;
    position: relative;
    /* margin-top: 80px; */
}

@media screen and (max-width: 1440px){
  .fb-block1{
    margin-top: 0px;
  }
}

.fb-block7 {
  /* background: #fff; */
  /* background-image: url("https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E9%A6%96%E9%A1%B5/home%EF%BC%8Forange-bg%402x.png"); */
  background-image:url("https://stc-op.fenbeitong.com/img_op/img/home/202502/footer_go_app_background_img.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 519px;
}

.fb-block7 .wrap{
  height: 519px;
  padding:90px;
  /* background-image: url("https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E9%A6%96%E9%A1%B5/home%EF%BC%8Forange-bg%402x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  background-image:url("https://stc-op.fenbeitong.com/img_op/img/home/202502/footer_go_app_background_img.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fb-block7 .wrap .title{
  font-weight: 400;
  color: #222222;
}
.fb-block7 .wrap .sub-title{
  /* color: rgba(255, 255, 255, 0.7); */
  color:#222222;
}
.fb-block7 .head{
  padding:0px;
}
.fb-block7 .detail{
    display: flex;
    justify-content: space-around;
}
.fb-block7 .content{
    width: 812px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.fb-block7 .detail-item{
    display: flex;
    align-items: center;
}
.fb-block7 .detail-item img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.fb-block7 .contact{
    /* display: flex; */
  margin-top: 48px;
  width: 648px;
}

.fb-block7 .contact .right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .right .down-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height:auto;
  background: #FFFFFF;
  box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.04);
  border-radius: 4px;
  padding:16px;
}

.contact .button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.contact .button a{
  display: inline-block;
  width: 162px;
  height: 56px;
  background-color: rgba(0,0,0,0);
  /* border: 1px solid #fff; */
  border-radius: 5px;
  margin-left: 16px;
  color: #222222; 
  text-align: center;
  line-height: 56px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
}
.contact .button a:hover{
  cursor: pointer;
  background-color: #fff;
  color:#FF8A2C;
}
.contact .button button:hover{
  cursor: pointer;
}

.contact .down-title{
  display: flex;
  align-items: center;
  color: #222222;
  font-size:14px;
  line-height:24px;
  margin-left: 8px;
}

.contact .down-title img{
  width: 32px;
  height: 32px;
  margin-right: 16px
}

.fb-block7 .qrcode-item{
    width: 104px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 16px;
}
.fb-block7 .codeImg{
    width: 102px;
    height: 102px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.fb-block7 .qrcode{
    width: 92px;
    height: 92px;
}

.contact .iphone{
    margin-right: 20px;
}
.fb-block10{
  width: 100%;
  /* background: linear-gradient(to right, #A7A8AE, #ECEEF2, #C4C4C9); */
  background-color: #fff;
}
.fb-block10-wrap{
  height: 72px;
  /* background: linear-gradient(to right, #A7A8AE, #ECEEF2, #C4C4C9); */
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E8E8E8;
}
.fb-block10-wrap .item{
  width: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.fb-block10-wrap .img{
  width: 34px;
  height: 34px;
}
.fb-block10-wrap .img img{
  width: 100%;
  height: 100%;
}
.fb-block10-wrap span{
  font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #6B7280;
}
.fb-block8{
}
.fb-block8-wrap{
  padding-top: 100px;
}
.fb-block8 .product{
    display: flex;
    /* justify-content: space-between; */
}
.fb-block8 .product .download{
  flex-grow: 1;
}
.product-des{
  display: flex;
  justify-content: space-between;
  min-width: 600px;
  flex-grow:2;
}
.fb-block8 .item-box>div{
  display: flex;
  flex-direction: row;
}
.fb-block8 .item{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: white;
    
}
.fb-block8 .item-spacing{
  margin-left: 60px;
}
.fb-block8 .item a{
  font-weight: 400;
  color: rgba(17, 24, 39, 0.6);
}
.fb-block8 .item .widget-title{
    margin-bottom: 20px;
}
/* 首页新增itembox */
.fb-block8 .item-box .widget-title{
  margin-bottom: 20px;
}
.fb-block8 .item a:hover{
    color: #FF942E;
}
.fb-block8 ul li{
    margin-bottom: 5px;
}
.fb-block8 .product-des ul li{
  margin-bottom: 18px;
}
.fb-block8  h4{
    font-size: 14px;
    color: #111827;
    font-weight: 600;
}
.fb-block8 .logo{
    width: 104px;
    height: 24px;
    margin-left: 8px;
}
.fb-block8 .qrcodeBox{
  display: flex;
}
.fb-block8 .qrcodeBox .qrcodeItem{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fb-block8 .qrcodeBox .qrcodeItem span{
  font-size: 14px;
  
  font-weight: 400;
  color: #111827;
}
.fb-block8 .qrcode .title{
  color: #BFBFBF;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}


.fb-block8 .arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50px;
    top: -10px;
}
.fb-block8 .qrcode img{
    width: 120px;
    height: 120px;
    padding: 10px;
}

.fb-block8 .link a{
  font-weight: 400;
  color: #D9D9D9;
  font-size: 14px;
  
}

.fb-block8 .link ul{
    display: flex;
}
.fb-block8 .link ul li{
    margin-right: 10px;
    font-weight: 400;
    color: #D9D9D9;
    font-size: 14px;
    
}

.fb-side-contact {
    position: fixed;
    width: 80px;
    height: 322px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 999;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 22px;
}

.fb-side-contact .fb-side-contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 80px;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.fb-side-contact-number-hover{
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  height: 72px;
  cursor: pointer;
  position: relative;
  /* background-image: url('https://stc-op.fenbeitong.com/img_op/img/home/202502/fb-side-contact-number-hover.png');
  background-position: center;
  background-size: cover; */
  background-color: #fff;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  text-align: center;
  padding:24px;
}

.fb-side-contact-number-hover img{
  width:110px;
  height: auto;
}


.fb-side-contact-wechat-hover img{
  width:110px;
  height: auto;
}


.fb-side-contact-wechat-hover{
  display: none;
  width: 170px;
  height: 190px;
  cursor: pointer;
  /* background-image: url('https://stc-op.fenbeitong.com/img_op/img/home/202502/fb-side-contact-wechat-hover.png');
  background-position: center;
  background-size: cover; */
  background-color: #fff;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  padding:18px;
  text-align: center;
}


.fb-side-contact-wechat-hover-title{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  margin-bottom:8px;
}


.fb-side-contact .fb-side-contact-item.last{
  border-bottom: none;
}

.fb-side-contact .fb-side-contact-item .fb-side-contact-text{
  color: #222222;
}

.fb-side-contact .fb-side-contact-item .icon{
    width: 24px;
    height: 24px;
}

.fb-contact {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    display: flex;
    align-items: flex-end;
}
.fb-contact-wrap{
  position: relative;
}
.fb-contact .content{
    width: 230px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    box-shadow: 0 0 16px -3px rgba(71,60,60,0.08), 0 3px 28px 0 rgba(0,0,0,0.05), 0 6px 30px 16px rgba(0,0,0,0.02);
}
.fb-contact .content .title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
.fb-contact .content .number{
    margin-bottom: 22px;
    font-size: 24px;
    color: #FF942E;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}
.fb-contact .content .mode{
    display: flex;
    /* justify-content: space-around; */
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}
.fb-contact  .weixin{
    display: none;
}
.fb-contact  .title{
    /* display: none; */
}
.fb-contact  .number{
    /* display: none; */
}
.fb-contact  .qrcode{
    /* display: none; */
}

.fb-contact  .help{
    display: block;
    margin-bottom: 6px;
}
.fb-contact  .online-mode .weixin{
    display: block;
}
.fb-contact  .phone-mode .weixin{
    display: none;
}
.fb-contact  .online-mode .title{
    display: none;
}
.fb-contact  .phone-mode .title{
    display: block;
}
.fb-contact  .online-mode .number{
    display: none;
}
.fb-contact  .phone-mode .number{
    display: block;
}
.fb-contact  .online-mode .help{
    display: none;
}
.fb-contact  .phone-mode .help{
    display: none;
}
.fb-contact  .online-mode .qrcode{
    display: block;
}

.fb-contact .content .mode .item{
    display: flex;
    font-size: 14px;
    color: #434343;
    line-height: 22px;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
.fb-contact .content .mode .item img{
    margin-right: 8px;
}
.fb-contact .content .mode .item span{
    width: 74px;
    text-align: left;
}
.fb-contact .r-arrow{
    width: 0;
    height: 0;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-color: transparent white;
    position: absolute;
    left: 230px;
    bottom: 20px;
}
.fb-contact .close-icon{
    cursor: pointer;
    position: absolute;
    right:-25px;
    top:0;
}
.fb-contact .numberImg{
  width: 134px;
  height: 30px;
  margin-top: 21px;
}
.fb-contact .numberImg img{
  width: 100%;
  height: 100%;
}
.fb-contact .robot{
    cursor: pointer;
    width: 82px;
    height: 78px;
    margin-bottom: -10px;
}
.fb-contact .robot img{
  width: 100%;
  height: 100%;
}
footer{
  
}
footer .wrap{
 display: flex;
 justify-content: space-between;
}
footer .wrap .footer-phone-box{
  display: flex;
}
footer .wrap .phoneIcon{
  width: 20px;
  height: 20px;
  margin-left: 82px;
  margin-top: -5px;
}
footer .wrap .phoneIcon img{
  width: 100%;
  height: 100%;
 
}
footer .wrap .phone{
  width: 132px;
  height: 15px;
  margin-left: 7px;
  margin-top: -3px;
}
footer .wrap .phone img{
  width: 100%;
  height: 100%;
}
.copyright{
    color: #111827;
    font-size: 12px;
    padding-bottom: 76px;
}

.copyright a{
  color: #111827;
}
.link .copyright a{
    color: #111827;
}
.copyright a:hover{
    color: #FF8700;
}
.link-qr{
  display: flex;
  justify-content: space-between;
}
.link-qr .link{
  padding: 40px 0;
}

.link-qr .qr .title{
  font-size: 14px;
  font-weight: 500;
  color: #9C9C9C;
  line-height: 20px;
  text-align: center;
  margin-bottom: 7px;
}
.link-qr .qr img{
  width: 132px;
  height: 132px;
}
.mtb{
  margin-bottom: 8px;
}
.mstb{
  margin-bottom: 54px;
}

.header-mobileMenu-box{
  display: none;
}

/* @media screen and (min-width: 768px) and (max-width: 1200px){
  .wrap{
    width: 1200px;
  }
} */

 @media screen and (min-width: 1200px) and (max-width: 1440px){
  .wrap{
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px){
  .wrap{
    width: 1680px;
    margin: 0 auto;
  }
}

.topBanner{
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/static/img/bannerBg.jpg') no-repeat;
  background-size: cover;
}
.topBanner button{
  width: 93px;
  height: 24px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: rgba(0,0,0,0);
  color:#fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 19px;
}
.topBanner div{
  margin-bottom: 1px;
  margin-left: 50px;
}
.bannerFont{
  width: 713px;
  height: 33px;
}

.solution-logo-box{
  width: 100%;
  background-color: #F3F4F6 ;
  margin-top: -42px;
  padding-top: 104px;
  height: 360px;
  overflow: hidden;
}
.solution-logo-box .wrap{
  width: 1420px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.solution-logo-box .logoItem{
  width: 217px;
  height: 74px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-right: 16px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-logo-box .logoItem-spacing{
  margin-right: 0;
}

.body-add{
  overflow-y: hidden;
  height: 100%;
}

@media(max-width: 768px){
  /* body,html{
    overflow-y: scroll;
    overflow-x: hidden;
  } */
  .fb-block8-m,.mobile-footer{
    background-color: #fff !important;
}
  .site-header .header-wrap{
    border:0
  }

  .fb-block1{
    margin-top: 50px;
    padding-top: 0;
}

  .open .header-mobileMenu-box{
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background-color: #F3F4F6;
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
  .open .header-mobileMenu-box ul{
    padding: 8px 23px 23px;
  }
  .open .header-mobileMenu-box li{
    /* height: 47px; */
    padding: 0 11px;
  }
  .open .header-mobileMenu-box .mobileMenu-item-first{
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .open .mobileMenu-item img{
    width: 11px;
    height: 19px;
  }
  .open .mobileMenu-item img.menu-choose{
    display: none;
    width: 19px;
    height: 11px;
  }
  .open .header-mobileMenu-box a{
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    line-height: 30px;
  }
  .open .mobileMenu-item-second{
    display: none;
  }
  
  .open .mobileMenu-item-second .content-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
  }
  .open .mobileMenu-item-second ul{
    padding: 0 30px;
    /* display: none; */
  }
  .header-choose-icon{
    display: none;
  }
  .open .mobileMenu-item-about .content-list{
    display: block;
  }
  .open .mobileMenu-item-second li{
    height: 47px;
    display: flex;
    align-items: center;
  }
  .open .mobileMenu-item-second li a{
    font-weight: 400;
  }
  .mobileMenu-item-second .content-title span{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF8E22;
    line-height: 30px;
  }
  .event{
    display: none;
  }
  .wrap{
      max-width: 375px;
      padding: 0 16px;
      margin: 0 auto;
  }
  .pc{
      display: none;
  }
  .mobile{
      display: block;
  }
  .head{
      /* height: 126px; */
      padding: 60px 0 30px;
  }
  .title{
      font-size: 24px;
      color: #333333;
      letter-spacing: 0;
      text-align: center;
      line-height: 36px;
      margin-bottom: 0;
  }
  .title-m{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    line-height: 28px;
  }
  .sub-title{
      font-size: 16px;
      color: #999999;
      letter-spacing: 0;
      text-align: center;
      line-height: 24px;
  }
  .mtb{
    margin-bottom: 8px;
  }
  .mstb{
    margin-bottom: 40px;
  }

  .header-wrap .logo{
      margin-left: 16px;
  }
  .sub-menu-wrap{
    margin-top: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .main-nav{
    display:none;
  }

  .header-wrap .main-nav-left{
    display: none;
  }
  .fb-block2{
    display: none;
  }
  .nav-item{
    padding-left: 0px;
  }
  .resource.current-item::before{
    left: 0;
    right: 0;
  }
  .aboutus.current-item::before{
    left: 0;
    right: 0;
  }
  .plan-nav.current-item::before{
    left: 0;
    right: 0;
  }
  .open .main-nav{
    display: flex;
    flex-direction: column;
  }
  .mobile-line{
      width: 42px;
      height: 1px;
      border: 2px solid #FF942E;
      margin: 13px auto 16px;
  }
  .fb-block7 .content {
      width: 100%;
      margin: 0 auto;
  }
  .fb-block7 .detail{
      flex-wrap: wrap;
      width: 100%;
  }
  .fb-block7 .detail-item{
      width: 45%;
      margin-bottom: 16px;
  }
  .fb-block7 .contact .right {
      display: none;
  }
  .fb-block7 .detail-item img {
      width: 24px;
      height: 24px;
      margin-right: 10px;
  }
  .download-m{
    display: flex;
    justify-content: space-around;
    padding: 0 0 30px;
  }
  .download-m .fb-btn{
    width: 120px;
  }
  .fb-block8{
      padding: 30px 0;
      display: none;
  }
  .fb-block8 .product {
      display: none;
  }
  .fb-block8 .down-icon.mobile{
      display: flex;
      justify-content: space-between;
  }
  .nav-toggle{
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .nav-toggle img{
      width: 24px;
      height: 24px;
  }
  .nav-toggle:hover{
      cursor: pointer;
  }
  .open .main-nav{
      display: none;
      /* position: absolute;
      flex-direction: column;
      top: 50px;
      left: 0;
      width: 100%;
      background: #F3F4F6;
      margin-left: 0 !important; */
  }

  .nav-fold{
    padding:0;
  }
  .main-nav .nav-fold.open{
    flex-direction: column;
  }
  .sub-menu-pc, .sub-menu-mobile{
    display: none;
  }
  .main-nav .sub-menu-mobile a{
    padding-left: 60px;
  }
  /* .nav-fold a{
    border-bottom: 1px solid rgb(218, 218, 218);
  } */
  .main-nav .nav-fold.open .sub-menu-mobile{
    display: block;
    width: 100%;
  }
  .nav-item:hover .sub-menu-pc{
    display: none;
  }
  .main-nav .nav-item::after{
      border: none;
  }

  .nav-back{
      position: absolute;
      background-color: black;
      width: 100vw;
      height: 100vh;
      z-index: -1;
  }

  .copyright{
    padding: 20px 5px;
  }
  .beian{
    display: block;
  }
  .topBanner{
    display: none !important;
  }

.fb-block7-m{
  background-color: #F1F2F6;
}

.fb-block7-m .fb-block7-wrap{
    text-align: center;
}
.fb-block7-m .fb-block7-wrap>.item{
    padding-top: 70px;
    height: 253px;
}
.fb-block7-m .fb-block7-wrap .title{
    margin-bottom: 18px;
}

.fb-block7-m .fb-block7-wrap .info{
    font-weight: 400;
    color: #111827;
    line-height: 24px;
}
.fb-block7-m .content{
    background-color:#F1F2F6 ;
    position: relative;
    padding-top: 62px;
}
.fb-block7-m .download-box{
    position: absolute;
    top: -44px;
    display: flex;
}
.fb-block7-m .download-box .download-mobile{
    width: 165px;
    height: 88px;
    background: linear-gradient(90deg, #FFAB31 0%, #FF8E22 50%, #FF8A2C 100%);
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fb-block7-m .download-box .download-mobile:nth-child(1){
    margin-right: 10px;
}
.fb-block7-m .download-box .download-mobile div{
    height: 50px;
}
.fb-block7-m .download-box .download-mobile img{
    width: 73px;
    margin-top: -15px;
}
.fb-block7-m .download-box .download-mobile span a{
    font-size: 16px;
    font-weight: 500;
    color: #FBFBFD;
    line-height: 22px;
}
.fb-block7-m .input-box{
    position: relative;
    margin-bottom: 25px;
}
.fb-block7-m .input-box span{
    position: absolute;
    display: inline-block;
    width: 113px;
    height: 48px;
    background: #FFEDD1;
    border-radius: 4px;
    top: 2px;
    right: 1px;
    font-size: 14px;
    font-weight: 500;
    color: #FF8E22;
    line-height: 47px;
}
.fb-block7-m .phone-input-view{
    width: 100%;
    height: 51px;
    border-radius: 4px;
    padding-left: 29px;
    border: 1px solid #FF8E22;
    outline-style:none
}

.fb-block7-m .content-bottom{
    display: flex;
    flex-wrap: wrap;
    padding-left: 26px;
    padding-bottom: 15px;
    /* min-width: 375px; */
}
.fb-block7-m .content-bottom .item{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.fb-block7-m .content-bottom .item img{
    width: 27px;
    vertical-align: bottom;
}
.fb-block7-m .content-bottom .item span{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: 120px;
    color: rgba(17,24,39,0.6000);
    line-height: 17px;
}

.fb-block7-m input::-webkit-input-placeholder{
    color:#FFAE57;
    opacity: 0.7;
}
.fb-block7-m input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#FFAE57;
    opacity: 0.7;
}
.fb-block7-m input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#FFAE57;
    opacity: 0.7;
}
.fb-block7-m input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#FFAE57;
    opacity: 0.7;
}

  .fb-block8-m .footerMenu{
    padding: 31px 0;
    border-bottom: 1px solid #E5E7EB;
}

  .fb-block8-m .mobileMenu-item-first{
      width: 100%;
      height: 47px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .fb-block8-m .mobileMenu-item-first a{
      font-size: 18px;
      font-weight: 600;
      color: #111827;
      line-height: 50px;
  }

  .fb-block8-m .mobileMenu-item img{
      width: 7px;
      height: 11px;
  }
  .fb-block8-m .mobileMenu-item img.menu-choose{
      display: none;
      width: 11px;
      height: 7px;
  }

  .fb-block8-m .mobileMenu-item-second{
      display: none;
      padding-left: 37px;
      overflow: hidden;
  }

  .fb-block8-m .mobileMenu-item-second ul{
      padding: 0;
      float: left;
      margin-right: 57px;
  }
  .fb-block8-m .mobileMenu-item-second ul li{
      height: 36px;
      line-height: 36px;
  }
  .fb-block8-m .mobileMenu-item-second ul li a{
      font-size: 14px;
      font-weight: 400;
      color: rgba(17,24,39,0.6);
  }
  .mobile-footer .wrap{
      padding: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      flex-direction: column;
  }
  .copyright{
      margin-bottom: 32px;
      color: rgba(17,24,39,0.6);
  }
  .copyright a{
      color: rgba(17,24,39,0.6);
  }
  .footer-free-try{
      display: flex;
      height: 60px;
      width: 100%;
      text-align: center;
      line-height: 60px;
      font-size: 18px;
      font-weight: 400;
  }
  .footer-try{
      flex: 1;
      border: 1px solid rgba(0,0,0,0.05);
      border-right: 0;
  }
  .footer-try a{
      color: #FF8E22;
  }
  .footer-phone{
      flex: 1;
      background: linear-gradient(90deg, #FFAB31 0%, #FF8E22 50%, #FF8A2C 100%);
  }
  .footer-phone a{
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #fff;
  }
  .footer-phone img{
      vertical-align: middle;
      display: inline-block;
      margin-right: 5px;
  }

  .solution-logo-box{
    padding-top: 58px;
    height: 170px;
  }

  .solution-logo-box .wrap{
    max-width: 375px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .solution-logo-box .logoItem{
    width: 105px;
    height: 35px;
    margin: 0;
    margin-bottom: 15px;
  }
  .solution-logo-box .logoItem.pc{
    display: none;
  }

  .solution-logo-box .logoItem div{
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .solution-logo-box .logoItem div img{
    width: 64px;
  }

}

@media (max-width: 380px){
  .footerMenu{
    padding: 31px 10px !important;
  }
  .mobile-footer .wrap{
    padding: 0 10px;
  }
  .fb-block7-m .download-box .download-mobile{
    width: 158px;
  }
  .free-use-span{
    cursor: pointer;
  }
}
@media (max-width: 360px) {
  .solution-logo-box .logoItem{
      width: 95px;
  }
}




.fbb-block-wrap{
  margin: auto;
  width: 1680px;
}


/* 第一级标题 */
.fbb_head_1{
  font-weight: 500;
  font-size: 48px;
  color: #222222;
  margin-top:20px;
  margin-bottom: 20px;
}

/* 第二级标题 */
.fbb_head_2{
  font-weight: 500;
  font-size: 36px;
  color: #222222;
  line-height: 44px;
}

/* 第三级标题 */
.fbb_head_3{
  font-weight: 300;
  font-size: 24px;
  color: #222222;
  line-height: 32px;
}

/* 适配不同屏幕宽度 */
@media screen and (max-width: 576px) {
  .fbb-block-wrap, .header-wrap {
    width: 100%;
  }
  .nav-item.download, .nav-item.resource, .nav-item.login.nav-item-pc-login{
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .fbb-block-wrap, .header-wrap {
    width: 576px;
    /* background-color: red; */
  }
  .nav-item.download, .nav-item.resource, .nav-item.login.nav-item-pc-login{
    display: none;
  }
  .fbb_head_1{font-weight: 600;font-size: 32px;color: #222222;}
  
  .fbb_head_3{
    font-size: 20px;
    color: #222222;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .font_32{
    font-size: 28px;
  }
  .font_36{
    font-size: 28px;
  }
  .fbb-block-wrap, .header-wrap {
    width: 768px;
  }
  .nav-item.download, .nav-item.resource, .nav-item.login.nav-item-pc-login{
    display: none;
  }
  .fbb_head_1{
    font-weight: 500;
    font-size: 36px;
    color: #222222;
  }
  .fbb_head_3{
    font-size: 20px;
    color: #222222;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .font_20{
    font-size: 16px;
    line-height: 24px;
  }
  .font_32{
    font-size: 28px;
  }
  .font_36{
    font-size: 28px;
  }
  .fbb-block-wrap, .header-wrap {
    width: 960px;
    /* background-color: yellow; */
  }
  .nav-item.download, .nav-item.resource, .nav-item.login.nav-item-pc-login{
    display: none;
  }
  .fbb_head_1{
    font-weight: 500;
    font-size: 36px;
    color: #222222;
  }
  .fbb_head_3{
    font-size: 20px;
    color: #222222;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .font_20{
    font-size: 16px;
    line-height: 24px;
  }

  .font_24{
    font-size: 16px;
  }

  .font_32{
    font-size: 28px;
  }

  .font_36{
    font-size: 28px;
  }

  .fbb-block-wrap, .header-wrap {
    width: 1200px;
  }
  .nav-item.download, .nav-item.login.nav-item-pc-login{
    display: none;
  }

  .fbb_head_1{
    font-weight: 500;
    font-size: 40px;
    color: #222222;
  }
  .fbb_head_3{
    font-size: 24px;
    color: #222222;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .font_20{
    font-size: 20px;
    line-height: 28px;
  }
  .font_24{
    font-size: 24px;
  }

  .font_32{
    font-size: 32px;
  }
  .font_36{
    font-size: 36px;
  }
  .fbb-block-wrap, .header-wrap {
    width: 1280px;
    /* background-color: green; */
  }
  .fbb_head_1{
    font-weight: 500;
    font-size: 44px;
    color: #222222;
  }
  .fbb_head_3{
    font-size: 24px;
    color: #222222;
  }
  .fbb_title{
    font-weight: 500;
    font-size: 28px;
    color: #222222;
  }
}

@media screen and(min-width: 1920px) {
  .font_20{
    font-size: 20px;
    line-height: 28px;
  }
  .font_24{
    font-size: 24px;
  }

  .font_32{
    font-size: 32px;
  }
  .font_36{
    font-size: 36px;
  }
  .fbb-block-wrap, .header-wrap {
    width: 1680px;
    /* background-color: black; */
  }
  .fbb_head_1{
    font-weight: 500;
    font-size: 48px;
    color: #222222;
  }
  .fbb_head_2{
    font-size: 40px;
    color: #222222;
  }
  .fbb_head_3{
    font-size: 28px;
    color: #222222;
    line-height: 36px;
  }
}