.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: 24px;
	font-weight: 400;
    font-size: 46px;
    line-height: normal;
    color: #333;
}
.product-box h6 {
	font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #666;
}

.product-box .imgs {
	width: 100%;
    padding: 30px 0px 60px;
}
.product-box .imgs img {
	width: 100%;
}
.box2{
    background: #F2F4FA;
}
.box2{
    padding: 60px  48px;
}
.box2 h4 {
	margin-bottom: 24px;
	font-weight: 400;
    font-size: 46px;
    color: #333 ;
    text-align: center;
}
.box2 h6 {
	margin-bottom: 38px;
	font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    text-align: center;
}
.box2 .b2b2c-content-box {
	display: flex;
    justify-content: space-between;
    overflow: hidden;
}
/* 按钮样式 */
.mode-btn {
    width: 486px;
    height: 112px;
    border-radius: 4px;
    background: #FFF;
    padding: 20px 26px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 4px;
}
.mode-btn .title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}
.mode-btn .sub-title{
    font-size: 14px;
    color: #666666;
}
.mode-btn.active {
    background: linear-gradient(0deg, #3A88FC 0%, #3A88FC 100%), #FFF;
    box-shadow: 0 2px 14px 0 #1677ff80;
    color: #fff !important;
}
.mode-btn.active .title{
    color: #fff !important;
}
.mode-btn.active .sub-title{
    color: #fff !important;
}
.mode-content .imgs{
    width: 870px;
    height: 574px;
}

/* 内容区默认隐藏 */
.mode-content {
    display: none;
}
.mode-content.active {
    display: block;
}
.mode-content .mode-box {
    display: flex;
}

.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: 60px 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-box .bg-iamge{
    height: 308px;
}
.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: 32px;
}
.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;
}

/* 服务行业 */
.product-homemaking-wrapper{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.product-homemaking{
	background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	min-height: 807px;
	padding: 60px 0 80px 0;
	position: relative;
	box-sizing: border-box;
}
.product-homemaking .product-homemaking-title,
.product-homemaking .product-homemaking-subtitle,
.product-homemaking .product-homemaking-list{
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.product-homemaking .product-homemaking-title{
	font-size: 46px;
	font-weight: 500;
	color: #fff;;
	text-align: center;
	margin-bottom: 20px;
}
.product-homemaking .product-homemaking-subtitle{
 font-size: 20px;
	font-weight: 400;
	color: #ffffff;
    line-height: 32px;
	text-align: center;
	margin-bottom: 62px;
}
.product-homemaking .product-homemaking-list{
	padding: 0;
	display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.product-homemaking .product-homemaking-item{
	width: 264px;
	height: 184px;
	overflow:hidden;
	background: #FFFFFF;
	box-shadow: 0px 8px 12px 0px rgba(20,53,102,0.06);
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product-homemaking .product-homemaking-item:nth-child(5n){
	margin-right: 0;
}
.product-homemaking .product-homemaking-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.product-homemaking .product-homemaking-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-homemaking .product-homemaking-icon{
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 2;
	margin-bottom: 18px;
}
.product-homemaking .product-homemaking-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-homemaking .product-homemaking-item .product-homemaking-name{
	font-size: 16px !important;
	font-weight: 500;
	color: #FFFFFF !important;
	line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.product-homemaking .product-homemaking-percent{
	font-size: 14px;
	font-weight: 500;
	color: #FF0000;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 4px;
}

.system{
    background: #FCFCFE;
}
.system h4 {
    margin-bottom: 24px;
	font-weight: 400;
    font-size: 46px;
    line-height: normal;
    color: #333;
}
.system h6 {
	font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    margin-bottom: 30px;
}
.system-content{
    width: 100%;
    padding-bottom: 60px;
}
.box8{
    padding: 60px 0;
    background: #FCFCFE;
}

.box8 h4 {
    margin-bottom: 24px;
	font-weight: 400;
    font-size: 46px;
    line-height: normal;
    color: #333;
    text-align: center;
}
.box8 h6 {
	font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}
.box8 .image-box{
    display: flex;
    justify-content: space-between;
}
.box8 .image-box .imgs{
    width: 685px;
    height: 583px;
    fill: #F0FCFF;
    stroke-width: 1px;
    stroke: #AFF1FF;
}