.footer-top{
	margin-top: 0px;
}
.product-main {
	background-color: #fff;
    margin-top: -90px;
	/* padding: 0px 0 75px; */
}
.flex {
    display: flex;
    justify-content: space-between;
}
.product-wrap {
	margin: 0 auto;
}

.product-left {
	flex: 1;
}

.product-right {
	width: 338px;
	margin-left: 20px;
}
.product-banner {
	position: relative;
}
.product-banner img{
	width: 100%;
}
.product-box {
    padding: 60px 0px 0;
	text-align: center;
    background: #fff;
}
.btn-wrap{
	position: absolute;
	left: calc(14% - 5px);
	bottom: 103px;
    display: flex;
    gap: 40px;
}
.product-banner .btn1{
    width: 174px;
    height: 60px;
    background: linear-gradient(90deg, #1AA4FF 0%, #1A69FA 100%);
    border: 0;
    color: #fff;
    border-radius: 35px;
    font-size: 24px;
}
.product-banner .btn1:focus, .product-banner .btn1:focus-visible, .product-banner .btn2:focus, .product-banner .btn2:focus-visible{
    outline: none;
}
.product-banner .btn2{
    width: 174px;
    height: 60px;
    background: #fff;
    border: 0;
    color: #2F3D4B;
    border-radius: 35px;
    font-size: 24px;
}
.product-box h4 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 46px;
    line-height: 57px;
    color: #333;
}
.product-box h6 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #666;
}

.product-box .imgs {
	width: 100%;
    padding: 50px 58px 100px;
}
.product-box .imgs img {
	width: 100%;
}
.box2{
    padding: 0 !important;;
}
.b2b2c-content{
     background: none;
     padding: 60px 0;
}
.b2b2c-content h4 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 46px;
    line-height: 57px;
    color: #fff !important;
}
.b2b2c-content h6 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff !important;
}
.b2b2c-content .b2b2c-content-box {
	display: flex;
    background: #fff;
    border-radius: 18px;
    height: 563px;
    margin-top: 40px;
    overflow: hidden;
}
/* 按钮样式 */
.mode-btn {
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    /* border: 1px solid #ddd; */
    /* background: #fff; */
    transition: all .3s;
    font-size: 20px;
}
.mode-btn.active {
    background: #007bff;
    color: #fff;
    border-radius: 4px;
    border-color: #007bff;
}
.mode-content .imgs{
    width: 556px;
    height: 382px;
}

/* 内容区默认隐藏 */
.mode-content {
    display: none;
}
.mode-content.active {
    display: block;
}
.mode-content .mode-box {
    display: flex;
}
.mode-box .imgs{
    padding: 0 !important;
    margin: 100px 30px;
}
.mode-box .titles{
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.mode-box .content-box{
    padding: 30px;
}
.mode-box .content-box .text-box{
    margin-bottom: 30px;
}
.mode-box .text-box .title{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.mode-box .text-box .title span{
    margin-left: 10px;
}
.mode-box .text-box .title img{
    width: 21px;
    height: 21px;
}
.mode-box .text-box .desc{
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;
}
.b2b2c-content-box .left {
    padding: 40px 20px 0;
    flex-shrink: 0;
    background: #EEF6FD;
    width: 180px;
    height: 100%;
}
.box3{
    background: #F5F8FF;
}
.box3 .item{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box3-content{ 
    padding: 50px 0 80px;
}
.box3-content span{
    font-size: 16px;
}
.box3 .item img{
    width: 216px;
    height: 216px;
}
.box4{
    padding: 0 !important;;
}
.box4 .content{
    background: none;
}
.relative{
    position: relative;
}
.play-box{
    position: relative;
    margin-top: 300px;
    bottom: 50px;
    width: 100%;
    left: 0;
    /* margin-top: 100px; */
    display: flex;
    justify-content: center;
}
/* .play-box .content{
    position: relative;
} */

.play-title{
    position: absolute;
    top: -37px;
    width: 100%;
    left: -600px;
    font-size: 20px;
    z-index: 999;
}
.flow-chart {
    width: 45%;
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 20px;
    top: 70px;
}
.step-icon img {
    width: 60px;
    height: 60px;
}
.step-text{
    width: 148px;
}
.step-text p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 15px;
}
.step-text span {
     margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 20px;

}
.flow-arrow{
    margin-top: 20px;
}
.zcimg{
    position: absolute;
    right: 20px;
    bottom: 50px;
}
.zcimg img{
    width: 680px;
    height: 478px;
}
.box5{
    padding: 0  !important;
}
.box5-banner{
    padding-bottom: 80px;
    margin-top: 64px;
}
.box5-con{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
}
.box5-con img{
    width: 640px;
    height: 392px;
    margin-top: -70px;
}
.box5-con-inner{
    height: 100%;
    flex: 1;
}

/* 顶部切换标签 */
.switch-tabs {
    display: flex;
    gap: 20px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.tab-item {
    position: relative;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    transition: all .3s;
}
/* 伪类实现底部短线条 */
.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px; /* 短线条宽度，可调整 */
    height: 4px;
    background-color: #3A88FC;
}
.tab-item.active {
    color: #333;
    font-weight: 500;
}

/* 切换内容区 */
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}
.panel-inner {
    margin-top: 60px;
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.panel-inner .title {
    font-size: 20px;
    text-align: left;
}
.panel-inner .desc {
    flex: 1;
    text-align: left;
}
.panel-inner .desc .desc-con {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 34px;
    color: #666;
    display: flex;
}
.panel-inner .desc .desc-tip{
    color: #333333 !important;
}
.panel-inner .desc .desc-right{
    flex: 1;
    line-height: 34px;
}

.box6{
    padding: 0 !important;;
}
.box6 .content{
    background: none;
}
.box6-con{ 
    padding: 60px 0;
    display: flex;
    align-items: center;
    gap: 40px;
}
.box6-con .img1{
    width: 340px;
    height: 480px;
}
.box7{
    background:#262A36;
}
.box7 h4{
    color: #fff !important;
}
.box7 h6{
    color: #fff !important;
}
.box7-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
    padding: 70px 0;
}
.box7-content .item{
    border-radius: 6px;
    background: #23262F;
    padding: 20px;
}
.box7-content .item .top{
     color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box7-content .item .top .left{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
}
.box7-content .item .top .left img{
    margin-top: 10px;
}
.box7-content .item .desc{
    font-size: 14px;
   color: #fff;
   text-align: left;
   margin-top: 40px;
}
