/*
 * 新设计主题： 清爽柔和浅色系 (Soft Pastel Light Theme)
 * 背景色: #F0F4F8 (浅灰蓝)
 * 卡片背景: #FFFAFA (纯白)
 * 主强调色 (蓝): #4A90E2
 * 次强调色 (绿): #50C878
 * 文字色: #333333
 * 分割线: #DCE1E7
 */

html,body{
	position: relative;
	margin: 0;
	padding: 0;
	
}
a{
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100%;
	background-color: #F0F4F8; /* 调整为浅色背景 */
	color: #333333; /* 调整主要文字颜色为深色 */
	padding-top: 60px;
	min-width: 1450px;
	overflow: hidden;
	position: relative;
}
.w-1450{
	width: 1450px !important;
}

/* 导航栏 */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #FFF5EE;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #2A2D40;
}

.header .w-1450 {
    display: flex;
    justify-content: flex-start; /* 改为flex-start实现靠左 */
    align-items: center;
    height: 100%;
    position: relative;
}

.head-item {
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0 25px;
    color: #4B0082;
}

.head-item.active {
    color: #4ECDC4;
}

.head-item.active::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #4ECDC4 0%, #45B8AC 100%);
    border-radius: 2px;
}

.head-item .logo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-size: cover;
    border-radius: 8px;
}


.title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title span:first-child{
	font-size: 40px;
font-family: DingTalk JinBuTi, DingTalk JinBuTi;
font-weight: 400;
color: #333333; /* 调整标题颜色 */
line-height: 47px;
margin-bottom: 20px;
}
.title span:last-child{
	font-size: 24px;
font-family: DingTalk JinBuTi, DingTalk JinBuTi;
font-weight: 400;
line-height: 24px;
color: #778899; /* 次要文字颜色 */
}


/* content */

.banner{
	width: 100%;
	min-height: 650px;
	height: 842px;
	background-image: url("../img/bannerBg2.png"); /* **替换背景图** */
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	/* padding-top: 61px; */
	position: relative;
	background-color: #4B0082; /* 确保背景色一致 */
}
.banner .w-1450{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banner img{
	display: block;
	width: 100%;
}
.banner .b-img{
	max-width: 890px;
	position: absolute;
	right: 69px;
	top: 30px;
}
.banner .intro .downloadBox{
	display: flex;
	margin-top: 70px;
}
.banner .intro .downloadBox a{
	max-width: 200px;
	margin: 10px;
}
.banner .intro .downloadBox a img{
	width: 100%;
	display: block;
}



/* product */
.product{
	box-sizing: border-box;
	padding-top: 48px;
	height: 934px;
	background: #FFFAFA; /* 调整卡片/模块背景色 */
box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); /* 调整柔和阴影 */
border-bottom: 1px solid #DCE1E7; /* 调整边框颜色 */
}
.product .title{
	margin-bottom:32px;
}
.product .swiperBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product .swiperTxt-box{
	position: relative;
	z-index: 10;
	height: 100%;
	width: calc(100% - 600px);
	height: calc(100% - 100px);
}
.product .txtBox{
	padding-top: 160px;
	/* width: calc(100% - 600px); */
	box-sizing: border-box;
	padding-left: 100px;
	height: 100%;
	display: none;
}
/* .ai .txtBox{
	padding-top:50px
} */
.product .txtBox.active{
display: block;
}
.product .txtBox  span{
	display: block;
}
.product .txtBox .t1{
	font-size: 40px;
	color: #333333;
}
.product .txtBox .t2{
	font-size: 28px;
	color: #4A90E2; /* 强调色改为清爽蓝 */
	margin-bottom: 36px;
}
.product .txtBox .txtList span{
	font-size: 20px;
	color: #666666; /* 列表文字颜色 */
	line-height: 40px;
}
.product .swiperPages .point {
	display: flex;
	justify-content: flex-start;
}
.product  .swiperPages{
	box-sizing: border-box;
    padding-top: 20px;
	position: absolute;
    right: 0;
    bottom: 50px;
    width: 100%;
    height: 274px;
	padding-left: 100px;
}
.ai .txtBox{
	padding-top: 80px;
}
.ai .swiperPages{
	bottom: 0;
}
.product  .swiperPages .point span{
	width: 12px;
	height: 12px;
	background: #DCE1E7; /* 默认点颜色 */
	border-radius:20px;
	opacity: 1;
	margin-right: 12px;
	transition: all 0.3s linear;
}
.product  .swiperPages .point span.active{
	width: 48px;
	height: 12px;
	background: linear-gradient(180deg, #50C878 0%, #399D5A 100%); /* 激活点改为绿色渐变 */
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
}

.product  .swiperPages .swiperBgs{
	position: absolute;
	right: 0;
	bottom: 0;
}
.product  .swiperPages .swiperBgs img{
	display: none;
}
.product  .swiperPages .swiperBgs img.active{
	display: block;
}
.product  .swiperPages .btns{
	margin-top: 42px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.product  .swiperPages .btns img{
	cursor: pointer;
	z-index: 10;
	/* 在浅色背景下可能需要调整箭头图标颜色 */
	filter: invert(0.2); 
}
.product  .swiperPages .btns img:first-child{
	margin-right: 24px;
}

/* case */
.case{
	padding-top: 140px;
	background-image: url("../img/caseBg_light.png"); /* **替换背景图** */
	height: 1000px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F0F4F8; /* 确保背景色一致 */
}
.swiperTab{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;

}
.swiperTab .tab-title{
	display: flex;
	width: 640px;
	margin: 50px auto 40px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 50px;
	font-size: 24px;
	background: #FFFAFA; /* 调整为白色背景 */
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1); /* 调整柔和阴影 */
border-radius:25px;
border: 1px solid #DCE1E7; /* 调整边框颜色 */
	
}
.swiperTab .tab-title .tab-item{
	/* border-bottom: 3px solid #FFFAFA; */
	padding-bottom: 5px;
	cursor: pointer;
	position: relative;
	width: 128px;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666; /* 默认文字颜色 */
}
.swiperTab .tab-title .tab-item .tag{
	position: absolute;
    right: -30px;
    top: -5px;
    font-size: 9px;
    color: #FFFAFA;
    background-color: #50C878; /* 标签背景改为柔和绿 */
    padding: 0 4px;
    border-radius: 20px;
    line-height: 16px;
}
.swiperTab .tab-title .tab-item.active{
	background: linear-gradient(180deg, #4A90E2 0%, #1E6EC0 100%); /* 激活状态改为蓝色渐变 */
box-shadow: 0px 4px 10px 0px rgba(74, 144, 226, 0.4); /* 调整为蓝色发光阴影 */
border-radius: 30px 30px 30px 30px;
color: #FFFAFA;
	
}
.swiperTab  .tab-content{
	width: 100%;
	height: 626px;
	background: #FFFAFA; /* 调整为纯白背景 */
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1); /* 调整柔和阴影 */
border-radius: 60px;
box-sizing: border-box;
border: 1px solid #DCE1E7; /* 调整边框颜色 */
padding: 40px;
}
.swiper-tab{
	width: 100%;
	height: 100%;
}
.swiper-tab .swiper-slide{
	padding-top: 10px;
}
.tab-c-item{
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: flex-start;
	border-radius: 4px;
}
.tab-c-item .left ,.tab-c-item .right{
	/* width: 50%; */
	height: 100%;
}
.tab-c-item .left {
	background-color: #FFFAFA;; /* 保持与容器一致的背景色 */
}
.tab-c-item .left img{
	border-radius: 60px;
	max-width: 485px;
	max-height: 546px;
}
.tab-c-item .right{
	box-sizing: border-box;
	padding: 30px;
	padding-left: 80px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	/* box-shadow: 0px 0px 5px #b1b1b1; */
	color: #333333;
}
.tab-c-item .right .text-1 .t1{
	display: block;
	font-size: 40px;
	margin-bottom: 14px;
	margin-bottom: 40px;
}
.tab-c-item .right .text-1 .t2{
	font-size: 28px;
color: #4A90E2; /* 强调文字改为清爽蓝 */
margin-bottom: 28px;
	
	position: relative;
}
.tab-c-item .right .text-1{
	margin-bottom: 30px;
}
.tab-c-item .right .text-2{
	margin-bottom: 30px;
}
.tab-c-item .right .text-2 .t2{
	color: #666666; /* 列表文字颜色 */
	font-size: 22px;
	display: block;
	line-height: 40px;
}

.tab-c-item .right .text-2 .t2::before{
	content: "";
	width: 8px;
	height: 8px;
	background-image: url('../img/point_blue.svg'); /* **替换点图** (蓝色版本) */
	background-size: cover;
	position: absolute;
    left: 0;
    top: 6px;
    border-radius: 20px;
}
.detail{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    box-sizing: border-box;
}
.detail a{
	width: 222px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
height: 70px;
background: linear-gradient(180deg, #4A90E2 0%, #1E6EC0 100%); /* 按钮改为蓝色渐变 */
box-shadow: 0px 4px 10px 0px rgba(74, 144, 226, 0.4); /* 调整为蓝色发光阴影 */
border-radius: 35px 35px 35px 35px;
opacity: 1;
color: #FFFAFA;
}



/* progress */
.progress{
	width: 100%;
	position: relative;
	height: 822px;
	background-image: url("../img/progressBg_light.png"); /* **替换背景图** */
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F0F4F8; /* 调整为浅色背景 */
	box-sizing: border-box;
	padding-top: 74px;
	border-bottom: 1px solid #DCE1E7; /* 调整边框颜色 */
}


.box5{
	padding: 61px 0 55px 0;
	width: 100%;
	/* height: 100%; */
	box-sizing: border-box;
}
.box5 .title{
	height: auto;
	position: relative;
	padding-bottom: 50px;
}

.box5 .title::after{
	content: "";
	left: calc((100% - 1000px)/2);
	bottom: 0;
	height: 1px;
	background-color: #DCE1E7; /* 调整分割线颜色 */
	position: absolute;
}
.box5 .title span{
	display: block;
	text-align: center;
	
}
.box5 .title .t1{
	margin-bottom: 25px;
}


.box5 .progressBox{
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	justify-content: flex-start;
	/* padding-top: 50px; */
	box-sizing: border-box;
}
.box5 .progressBox .p-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	background: #FFFAFA; /* 调整进度条卡片背景为白色 */
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08); /* 调整柔和阴影 */
border-radius: 75px 75px 75px 75px;
opacity: 1;
border: 1px solid #DCE1E7; /* 调整边框颜色 */
box-sizing: border-box;
padding: 23px 50px;
}
.box5 .progressBox .p-item .left .t1{
	font-size: 26px;
	color: #333333;
}
.box5 .progressBox .p-item .left span{
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
	color: #666666; /* 调整文字颜色 */

}
.box5 .progressBox .p-item .right{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex: 1;
	max-width: 950px;
	box-sizing: border-box;
	padding-left: 80px;

}
.box5 .progressBox .p-item .right  .text{
	width: 200px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 8px;
}
.box5 .progressBox .p-item .right .t1{
	color: #50C878; /* 调整进度数字颜色为柔和绿 */
	font-size: 28px;
	margin-right: 12px;
	
}
.box5 .progressBox .p-item .right .t2{
	font-size: 18px;
	color: #333333;
}
.box5 .progressBox .p-item .right .barBg{
	width: calc(100% - 266px);
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	background: #E0E4E8; /* 进度条背景改为浅灰 */
border-radius: 6px 6px 6px 6px;
}
.box5 .progressBox .p-item .right .progressBar{
	/* width: 100%; */
	
	box-sizing: border-box;
	/* padding-right: 66px; */
	height: 14px;
	border-radius: 20px;
	background: linear-gradient(270deg, #50C878 0%, #399D5A 70%, #FFFAFA 100%); /* 进度条改为柔和绿渐变 */
	position: relative;
}
.box5 .progressBox .p-item .right .progressBar::after{
	content:"";
	width: 16px;
    height: 16px;
    background-color: #50C878; /* 进度点颜色 */
    border: 5px solid #F0F4F8; /* 边框改为背景色 */
    box-shadow: 0px 0px 10px #50C878; /* 调整发光颜色 */
    position: absolute;
    right: -14px;
    border-radius: 40px;
    top: -6px;
}

.box5 .progressBox .p-1 .progressBar,.box5 .progressBox .p-1 .text{
	width: 100%;
}
.box5 .progressBox .p-2 .progressBar,.box5 .progressBox .p-2 .text{
	width: 80%;
}
.box5 .progressBox .p-3 .progressBar,.box5 .progressBox .p-3 .text{
	width: 70%;
}
.box5 .tips{
	width: 100%;
	justify-content: flex-start;
	font-size: 18px;
	text-align: center;
	color: #778899; /* 调整提示文字颜色 */
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}


/* downloadBox */
.downLoadBox{
	width: 100%;
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFAFA; /* 确保背景色为白色 */
	border-top: 1px solid #DCE1E7; /* 添加分割线 */
}
.downLoadBox .slogan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}
.downLoadBox .slogan img{
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 16px;
	filter: none; /* 移除暗色主题的颜色滤镜 */
}
.downLoadBox .slogan span{
	font-size: 24px;
	color: #333333; /* 调整文字颜色 */
}

.downLoadBox .btns{
	display: flex;
	justify-content: flex-start;
}
.downLoadBox .btns a{
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 20px;
}
.downLoadBox .btns a img{
	display: block;
	width: 100%;
	height: 100%;
	filter: none; /* 移除暗色主题的颜色滤镜 */
}

/* footer */
.footer{
	width: 100%;
	min-height: 350px;
	background-color:#F0F4F8; /* 调整为浅色背景 */
	color: #333333; /* 调整主要文字颜色 */
	
}
.footerBox{
	width: 1450px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 32px 0;
	border-top: 1px solid #DCE1E7; /* 调整边框颜色 */
}
.footerBox .f-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #DCE1E7; /* 调整边框颜色 */
	padding-bottom: 30px;
}
.footerBox .f-top a{
	display: block;
	color: #666666; /* 链接颜色 */
}
.footerBox .f-top .f-box-1{
	color: #333333;
}
.footerBox .f-top .f-box-1 span{
	color: #333333;
	display: block;
	margin-bottom: 5px;
}
.footerBox .f-top .f-box-1 .t1{
	font-size: 32px;
	color: #333333;
}
.footerBox .f-top .f-box-1 .t2{
	font-size: 24px;
	color: #778899; /* 调整文字颜色 */
}

.footerBox .f-top .f-box-1 .t2{
	margin-bottom: 15px;
}

.footerBox .f-top .f-box-1  .email{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	color: #333333;
	margin-top: 40px;
}
.footerBox .f-top .f-box-1 .email img{
	filter: none; /* 移除颜色滤镜 */
	margin-right: 16px;
}
.footerBox .f-top .f-box-2{
	color: #333333;
	padding-left: 120px;
}
.footerBox .f-top .f-box-2 .t1{
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #4A90E2; /* 强调标题颜色 */
}
.footerBox .f-top .f-box-2 .t2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #666666;
}
.footerBox .f-top .f-box-3 .t1{
	display: block;
	font-size: 20px;
	margin-bottom: 25px;
	color: #4A90E2; /* 强调标题颜色 */
}
.footerBox .f-top .f-box-3 .t2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #666666;
}
.footerBox .f-top .f-box-4{
	color: #333333;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.footerBox .f-top .f-box-4 .code{
		width: 160px;
		height: 160px;
		background-color: #FFFAFA;
		box-sizing: border-box;
		padding: 5px;
		margin-bottom: 15px;
		border: 1px solid #DCE1E7;
}
.footerBox .f-top .f-box-4 .code img{
	display: block;
	width: 100%;
}

.footerBox .f-top .f-box-4 .text span{
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #333333;
}

.footerBox .f-bottom{
	color: #778899; /* 调整底部版权文字颜色 */
	box-sizing: border-box;
	padding: 20px 0 0;
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}
.footerBox .f-bottom .t2 span{
	/* display: block; */
	text-align: right;
	line-height: 34px;
}
.footerBox .f-bottom .t2 .line{
	margin: 0 30px;
}
.footerBox .f-bottom  img{
	vertical-align: middle;
	width: 20px;
	height: 20px;
	filter: none; /* 移除颜色滤镜 */
}

.modelBox{
	position: fixed;
	width: 100%;
	height:100vh;
	background-color: rgba(0,0,0,0.5); /* 调整遮罩透明度 */
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
}
.modelBox .flexBox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;

}
.modelBox  .model-item{
	display: none;
	background: #FFFAFA; /* 调整弹窗背景为白色 */
border-radius: 10px 10px 10px 10px;
opacity: 1;
border: 1px solid #4A90E2; /* 弹窗边框改为清爽蓝 */
box-shadow: 0px 4px 10px 0px rgba(74, 144, 226, 0.3); /* 调整阴影颜色 */
position: relative;
}
.modelBox  .model-item.active {
	display: block;
}
.modelBox  .join-model{

	padding: 80px 70px 0 70px;
}
.modelBox .model-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modelBox .concat-model{
	padding: 30px 30px 90px 60px;
}
.modelBox .concat-model .model-content{
	margin-top: -40px;
	padding-left: 16px;
	color: #333333;
}


.modelBox .law-model{
	padding:0 60px 60px;
	max-width: 700px;
	box-sizing: border-box;
}
.modelBox .law-model .model-content{
	color: #333333;
	line-height: 30px;
}

.modelBox .privacy-model{
	padding:0 60px 60px;
	max-width: 700px;
	box-sizing: border-box;
}
.modelBox .privacy-model .model-content{
	height: 260px;
	overflow-y: scroll;
	color: #333333;
	line-height: 30px;
}

/* 设置滚动条的样式 */
.modelBox .privacy-model  ::-webkit-scrollbar {
	width:12px;
	}
	/* 滚动槽 */
	.modelBox .privacy-model 	::-webkit-scrollbar-track {
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.1);
	background: #E0E4E8; /* 滚动条槽颜色 */
	border-radius:10px;
	}
	/* 滚动条滑块 */
	.modelBox .privacy-model 	::-webkit-scrollbar-thumb {
	border-radius:10px;
	background: #4A90E2; /* 滚动条滑块颜色改为清爽蓝 */
	-webkit-box-shadow:inset006pxrgba(74, 144, 226, 0.5); /* 调整阴影颜色 */
	}
	.modelBox .privacy-model 	::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(74, 144, 226, 0.4); /* 非活动状态颜色 */
	}

.close{
	cursor: pointer;
	margin-top: 30px;
}
.close img {
	filter: none; /* 移除滤镜，使用正常颜色的关闭按钮或图标 */
}

.w-1450{
	width: 1450px;
	position: relative;
	clear: both;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
}