body {
    background-color: #fff;
    overflow-x: hidden;
}

.fb-block4 .explain ul,
.fb-block4-m .contentItem .explain ul {
    list-style: disc !important;
}

.fb-block4 .explain ul li::marker,
.fb-block4-m .explain ul li::marker {
    color: #FF8E22;
}

/* .fb-block4 .explain ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #FF8A2C !important;
    vertical-align: middle;
    margin-right: 14px;
} */

.fb-block1 .sologn-title {
    line-height: 64px;
    font-size: 40px;
    color: #1E0E00;
    font-weight: 600;
}

.fb-ul {
    font-size: 14px;
    color: #434343;
    line-height: 22px;
}

.fb-ul li {
    position: relative;
}

.fb-ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: black;
    top: 9px;
    left: -12px;
}

h1.the_h1 {
    overflow: hidden;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.fb-block1 .swiper-slide-wrap1 .content {
    position: relative;
    background: url('https://stc-op.fenbeitong.com/img_op/img/home/banner.png') no-repeat right;
    background-size: cover;
}

/* C轮 */
.fb-block1 .crz-wrap .crz {
    position: relative;
    background: url('https://stc-op.fenbeitong.com/img_op/offical/c-offical-png/c-pc-banner/banner@2x.png') no-repeat right;
    background-size: cover;
}

.fb-block1 .crz-wrap .xbr {
    position: relative;
    /* background: url('../static/img/banner-bg-c.png') no-repeat right ; */
    background-size: cover;
    /* background-color: #E7E8EE; */
}

.fb-block1 .crz-wrap .crz .action {
    margin-top: 230px;
}

.fb-block1 .crz-wrap {
    background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
}

.fb-block1-wrap .mobile .swiper-wrapper .swiper-slide .swiper-slide-crz {
    background: url('https://stc-op.fenbeitong.com/img_op/offical/c-offical-png/c-mobile-banner/banner@2x.png') no-repeat center;
    background-size: cover;
    /* background-image: linear-gradient(180deg, #000000 0%, #000000 100%); */
}

.fb-btn-view {
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    /* background: #FF942E; */
    color: #eee;
    font-size: 16px;
    cursor: pointer;
}

.action .xbrFont {
    color: #6B7280;
    border: 1px solid #6B7280;
}

.action .xbrFont:hover {
    border: 2px solid #6B7280;
}

.fb-btn-view:hover {
    border: 2px solid #eee;
    line-height: 38px;
}

/* C轮 */

.fb-block1 .swiper-slide-wrap2 .content {
    position: relative;
    background: url('https://stc-op.fenbeitong.com/img_op/img/home/banner-bg_c%402x.png') no-repeat right;
    background-size: cover;
}

.fb-block1 .swiper-pagination {
    bottom: 120px;
    left: calc(50vw - 594px);
    width: auto;
}

/* .swiper-pagination-clickable .swiper-pagination-bullet{
    cursor: pointer;
} */
.fb-block1 .swiper-pagination:hover .swiper-pagination-bullet {
    height: 6px;
    cursor: pointer;
}

@keyframes banner-pagination-bullet {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.fb-block1 .swiper-slide-wrap2 {
    background-image: linear-gradient(180deg, #FFFFFF 25%, #FFEDE0 100%);

}

.fb-block1 .swiper-slide-wrap1 {
    background-image: linear-gradient(180deg, #F5F5F5 0%, #EBEBEB 100%);
}

/* .fb-block1 .swiper-slide-wrap4 .content{
    background-image: url('../static/img/banner2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;


} */
.sdf {
    position: absolute;
    height: 620px;
    width: 100%;
    object-fit: cover;
}

.gczBox {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 620px;
    z-index: 1;

}

.gcz {
    position: absolute;
    left: 50%;
    margin-left: -951px;
    width: 1902px;
}

.fb-block1 .swiper-slide-wrap .content {
    height: 620px;
    padding-top: 140px;
}


/* .fb-block1 .title-b{
    margin-top: 140px;
} */
.fb-block1 .title-o {
    margin-bottom: 20px;
    font-weight: 700;
}

.fb-block1 .desc {
    font-size: 18px;
    /* display: flex; */
    margin-bottom: 54px;
    font-size: 24px;
    line-height: 32px;
}

.fb-block1 .action {
    display: flex;
}

.fb-block1 .sologn .action-item {
    display: block;
    text-align: center;
    line-height: 48px;
    width: 124px;
    height: 48px;
    border-radius: 16px;
    background-color: black;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.fb-block1 .action .left {
    margin-right: 20px;
}

.fb-block1 .detail {
    position: relative;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 25px;
    z-index: 10;
}

.fb-block1 .detail-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 370px;
    height: 170px;
}

.fb-block1 .detail .item-row {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.fb-block1 .detail .item-view {
    display: flex;
    align-items: center;
    margin-top: 12px;

}

.fb-block1 .detail .item-view img {
    width: 8px;
    height: 12px;
}

.fb-block1 .detail .item-view .viewNow {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF8E22;

}

.fb-block1 .detail-item .item-title {
    font-size: 16px;
    color: #1E0E00;
    line-height: 24px;
    margin-bottom: 4px;

    font-weight: bold;
}

.fb-block1 .detail-item .item-subtitle {
    font-size: 12px;
    color: #787878;
    line-height: 18px;
}

.fb-block1 .detail-item .arrow {
    display: block;
}

.fb-block1 .detail-item .arrowchoose {
    display: none;
}

.fb-block1 .detail-item:hover {
    background-color: #FF8E22;
}

.fb-block1 .detail-item:hover .item-subtitle {
    color: #fff;
}

.fb-block1 .detail-item:hover .item-title {
    color: #fff;
}

.fb-block1 .detail-item:hover .arrowchoose {
    display: block;
}

.fb-block1 .detail-item:hover .arrow {
    display: none;
}

.fb-block1 .detail-item:hover .viewNow {
    color: #fff;
}

/* .fb-block1 .detail-item .item-action{
    display: none;
}
.fb-block1 .detail-item:hover .item-action{
    display: block;
} */
.fb-block1 .fb-block1-wrap .content {
    display: flex;
}

.fb-block1 .fb-block1-wrap .content .contentLeft {
    width: 500px;
}

.fb-block1-wrap .content .contentRight .img {
    width: calc(100% - 24px);
    height: 320px;
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.fb-block1 .fb-block1-wrap .content .contentRight {
    width: 600px;
    height: 350px;
    margin-left: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    opacity: 0.9;

}

.fb-block1-wrap .content .contentRight .video {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 100;
}

.fb-block1-wrap .content .contentRight .play {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 100;
    cursor: pointer;
}

.fb-block1-wrap .content .contentRight .mask {
    width: calc(100% - 24px);
    height: 320px;
    background: rgba(17, 24, 39, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;

}

.fb-block1 .fb-block1-wrap .content .contentLeft .desc {
    color: rgba(17, 24, 39, 0.6000);
    margin-top: 24px;
    margin-bottom: 88px;
}

.fb-block1 .fb-block1-wrap .content .contentLeft .fb-btn {
    width: 162px;
    height: 56px;
    background: #FF942E;
    border-radius: 5px;
    line-height: 56px;
}

.fb-block1 .content .action .fb-btn:hover {
    cursor: pointer;
    background-color: #fff !important;
    color: #FF8A2C;
}

.fb-block2 .content {
    margin-top: 90px;
}

.fb-block2 .content .img {
    width: 1160px;
    height: 135px;
    position: relative;
}

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

.fb-block2 .content .item {
    width: 161px;
    height: 62px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 22px;
    box-shadow: 0px 9px 28px 8px rgba(17, 24, 39, 0.0500), 0px 6px 16px 0px rgba(17, 24, 39, 0.0800), 0px 3px 6px -4px rgba(17, 24, 39, 0.1200);
    color: #9CA3AF;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    position: absolute;
}

.fb-block2 .content .itemShow {
    color: rgba(17, 24, 39, 1);
}

.fb-block2 .content .itemShow:hover {
    cursor: pointer;
    color: rgba(17, 24, 39, 1);
    background: rgba(255, 255, 255, 0.15) linear-gradient(90deg, #FFAB31 0%, #FF8E22 50%, #FF8A2C 100%);
    color: #fff;
}

.fb-block2 .content .item:hover {
    height: 180px;
    margin-top: -56px;
    /* padding-top: 33px; */
}

.fb-block2 .content .itemShow .choose {
    width: 161px;
    height: 180px;
    border-radius: 2px;
    display: none;
    padding-left: 25px;
}

.fb-block2 .content .first-item .choose {
    padding-left: 0 !important;
}

.fb-block2 .content .itemShow .choose span {
    display: block;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 32px;
}

.fb-block2 .content .itemShow .choose span:nth-child(1) {
    margin-top: 25px;
}

.fb-block2 .content .item .unchoose-box img {
    margin-top: -2px;
    vertical-align: middle;
}

.fb-block2 .content .item .unchoose-box span {
    display: inline-block;
    line-height: 62px;
    /* margin-top: -10px; */
}

.fb-block2 .content .itemShow:hover .choose {
    display: block;
}

.fb-block2 .content .itemShow:hover .unchoose-box {
    display: none;
}

.fb-block2 .content .item img {
    width: 32px;
    height: 30px;
    margin-right: 13px;
}

.fb-block2 .content .item1 {
    top: 33px;
    left: 0px;

}

.fb-block2 .content .item2 {
    top: 33px;
    left: 29%;
    margin-left: -80px
}

.fb-block2 .content .item2 .choose span:nth-child(1),
.fb-block2 .content .item4 .choose span:nth-child(1) {
    margin-top: 58px;
}

.fb-block2 .content .item5 .choose span:nth-child(1) {
    margin-top: 72px;
}

.fb-block2 .content .item3 {
    top: 33px;
    left: 50%;
    margin-left: -80px
}

.fb-block2 .content .item4 {
    top: 33px;
    left: 71%;
    margin-left: -80px
}

.fb-block2 .content .item5 {
    top: 33px;
    right: 0;

}

.fb-block4 {
    background: #fff;
}

.fb-block4 .wrap {
    background: #fff;
}

.fb-block4-wrap .content {
    padding: 100px 0 0 0;
    display: block;
}

.fb-block4-wrap .contentItem {
    padding: 80px 135px 80px 135px;
    display: flex;
    justify-content: space-between;
    min-width: 1380px;
}

.fb-block4-wrap .contentItem .left {
    width: 430px;
    height: 438px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: none;
}

.fb-block4-wrap .contentItem .title {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111827;
}

.fb-block4-wrap .contentItem .title div {
    text-align: left;
}

.fb-block4-wrap .contentItem .explain {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(17, 24, 39, 0.6000);
    margin-top: 30px;
}

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

.fb-block4-wrap .contentItem .right {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.fb-block4-wrap .contentItem .img {
    width: 690px;
    height: 518px;
}

.fb-block4-wrap .contentItem .img img {
    margin-top: 50px;
}

.contentItem .img {
    opacity: 0;
}

.contentItem .item-rise-up {
    transition: all 1s ease-in;
    opacity: 1;
    transform: translate(0, -50px);
}

.img img {
    width: 100%;
    height: 100%;
}

.fb-block4-wrap .opposite .left {
    height: 100%;
    justify-content: flex-start;
}

.fb-block4-wrap .opposite .right {
    width: 407px;
    height: 438px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}

.fb-block6 .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-block6 .card {
    width: 808px;
    height: 360px;
    margin-bottom: 140px;
    box-shadow: 0px 9px 28px 8px rgba(17, 24, 39, 0.0500), 0px 6px 16px 0px rgba(17, 24, 39, 0.0800), 0px 3px 6px -4px rgba(17, 24, 39, 0.1200);
    position: relative;
    background-image: url("https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E4%BA%A7%E5%93%81%E9%A1%B5/%E5%95%86%E5%8A%A1%E6%B6%88%E8%B4%B9/clientsaid-bg%402x.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 44px 39px 60px 63px;
}

.fb-block6 .card .cardIcon {
    position: absolute;
    top: 39px;
    right: 39px;
    width: 135px;
    height: 46px;
}

.fb-block6 .card .cardIcon img {
    width: 100%;
    height: 100%;
}

.fb-block6 .card .cardFont {
    width: 510px;
    height: 100%;
}

.fb-block6 .card .cardFont .title {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF8E22;
    text-align: left;
}

.fb-block6 .card .cardFont .cont {
    font-size: 24px;

    font-weight: 400;
    color: #111827;
    text-align: left;
    line-height: 36px;
}

.fb-block6 .card .cardFont .tips {
    font-size: 14px;

    font-weight: 400;
    color: rgba(17, 24, 39, 0.6000);
    line-height: 24px;
    margin-top: 48px;
}

@media (max-width: 768px) {

    body,
    html {
        background: #fff;
    }

    .fb-block1-m {
        text-align: center;
        width: 100%;
        height: 478px;
        padding-top: 50px;
        background: url('https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E4%BA%A7%E5%93%81%E9%A1%B5/%E5%95%86%E5%8A%A1%E6%B6%88%E8%B4%B9/case%EF%BC%8Ftop-bg%E5%A4%87%E4%BB%BD%402x.png') no-repeat center center;
    }

    .fb-block1-m .sologn-title {
        font-size: 28px;
        font-weight: 500;
        color: #111827;
        line-height: 60px;
        margin: 24px 0;
    }

    .fb-block1-m .content {
        position: relative;
        width: 100%;
        height: 206px;
        border-radius: 8px;
        opacity: 0.9;
        border: 2px solid #FFFFFF;
    }

    .fb-block1-m .content>img {
        width: calc(100% - 10px);
        height: 194px;
        position: absolute;
        top: 4px;
        left: 5px;
    }

    .fb-block1-m .action {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        line-height: 56px;
        margin-top: 24px;
        display: flex;
        justify-content: center;
    }

    .fb-block1-m .action a {
        background: #FF942E linear-gradient(90deg, #FFAB31 0%, #FF8E22 50%, #FF8A2C 100%);
        width: 162px;
        height: 56px;
        display: inline-block;
        color: #fff;
        border-radius: 2px;
    }

    .fb-block2-m {
        width: 100%;
        padding-top: 28px;
    }

    .fb-block2-m .title-m {
        margin-bottom: 17px;
    }

    .fb-block2-m .content {
        width: 100%;
        padding-bottom: 44px;
    }

    .fb-block2-m .content .process-box {
        width: 100%;
        max-height: 469px;
    }

    .fb-block2-m .content .process-box img {
        width: 100%;
    }

    .fb-block4-m {
        /* padding-top: 36px; */
        margin-bottom: 38px;
        padding-top: 16px;
    }

    .fb-block4-m .contentItem {
        padding-left: 36px;
        padding-bottom: 12px;
    }

    .fb-block4-m .contentItem .title {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        line-height: 16px;
        text-align: center;
        margin-left: -36px;
    }

    .fb-block4-m .contentItem .explain {
        font-size: 12px;
        font-weight: 400;
        color: rgba(17, 24, 39, 0.6);
        line-height: 18px;
        margin: 12px 0;
    }

    .fb-block4-m .contentItem .explain ul li {
        max-width: 278px;
    }

    .fb-block4-m .contentItem .img-box {
        width: 100%;
        min-height: 200px;
    }

    .fb-block4-m .contentItem .img-box img {
        width: 100%;
    }

    .fb-block6 .content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fb-block6 .card {
        width: 100%;
        height: 280px;
        margin-bottom: 0;
        box-shadow: 0px 9px 28px 8px rgba(17, 24, 39, 0.0500), 0px 6px 16px 0px rgba(17, 24, 39, 0.0800), 0px 3px 6px -4px rgba(17, 24, 39, 0.1200);
        position: relative;
        background-image: url("https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E4%BA%A7%E5%93%81%E9%A1%B5/mobile/client1111-said-bg.png");
        background-size: contain;
        background-repeat: repeat-y;
        padding: 19px;
        border-radius: 5px;
    }

    .fb-block6 .card .cardIcon {
        position: absolute;
        top: 19px;
        right: 19px;
        width: 124px;
        height: 46px;
    }

    .fb-block6 .card .cardIcon img {
        width: 100%;
    }

    .fb-block6 .card .cardFont {
        width: 100%;
        height: 100%;
    }

    .fb-block6 .card .cardFont .title {
        font-size: 20px;
        font-weight: 600;
        color: #FF8E22;
        text-align: left;
        line-height: 32px;
        margin-bottom: 8px;
        margin-top: 14px;
    }

    .fb-block6 .card .cardFont .cont {
        font-size: 14px;
        font-weight: 400;
        color: #111827;
        line-height: 30px;
        min-height: 90px;
    }

    .fb-block6 .card .cardFont .tips {
        font-size: 12px;
        font-weight: 400;
        color: rgba(17, 24, 39, 0.6000);
        line-height: 18px;
        margin-top: 8px;
    }

    .fb-block7-m .fb-block7-wrap>.item {
        background-color: #fff;
    }

}