.product {}

.product>.f-header {}

.product>.f-body>.describe {
	height: 456px;
	background: url(../img/product/score/bg.png) no-repeat center;
	background-size: 100% 100%;
}

.product>.f-body>.describe>.container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.product>.f-body>.describe>.container>p {
	font-size: 16px;
}

.product>.f-body>.describe>.container>p:nth-child(1) {
	font-weight: bold;
}

.product>.f-body>.describe>.container>p:nth-child(2) {
	font-size: 42px;
	font-weight: bold;
}

.product>.f-body>.describe>.container>p:nth-child(3) {
	color: #49494a;
}

.product>.f-body>.describe>.container>.btn {
	margin-top: 46px;
}

.anchorPoint-tit {
	margin: -64px auto 0 auto;
	width: 1344px;
	background-color: white;
	height: 110px;
	box-shadow: 0 0 10px rgba(6, 60, 126, .3);
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 160px;
	box-sizing: border-box;
	padding: 0 70px;
}

.anchorPoint-tit>a {
	font-size: 16px;
	font-style: italic;
	color: #818b9e;
	position: relative;
	display: inline-block;
	line-height: 110px;
	padding: 0 3px;
	cursor: pointer;
}

.anchorPoint-tit>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: white;
}

.anchorPoint-tit>a.active,
.anchorPoint-tit>a:hover {
	color: #107eec;
	font-weight: 600;
}

.anchorPoint-tit>a.active::after {
	background-color: #107eec;
}

.anchorPoint-cont {
	overflow: hidden;
}

.anchorPoint-cont .scrollBox>.item {
	padding: 60px 0;
}

.anchorPoint-cont .scrollBox>.item>.title {
	margin-bottom: 64px;
	text-align: center;
}

.anchorPoint-cont .scrollBox>.item>.title span {
	line-height: 60px;
	height: 60px;
	font-size: 32px;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-left: -42px;
}

.anchorPoint-cont .scrollBox>.item>.title span::before {
	content: '';
	position: absolute;
	bottom: 3px;
	height: 20px;
	width: 180px;
	background-color: #e8f2fc;
	border-radius: 20px;
	left: 50%;
	margin-left: -90px;
	z-index: -1;
}

/* 功能介绍 */
.anchorPoint-cont .scrollBox>.item.gnjs>.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 46px;
	font-size: 20px;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.nav p {
	font-size: 12px;
	color: #88929e;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.nav>div {
	padding: 36px 0;
	width: 320px;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.nav>div:nth-of-type(1) {
	background: url('../img/01-icon.png') no-repeat right center;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.nav>div:nth-of-type(2) {
	background: url('../img/02-icon.png') no-repeat right center;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.nav>div:nth-of-type(3) {
	background: url('../img/03-icon.png') no-repeat right center;
}


.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 80px;
	padding: 60px 0;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item img {
	width: 100%;
	height: 100%;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child {
	background: url('../img/bg.png') no-repeat;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item>.text {
	max-width: 520px;
	font-size: 12px;
	color: #68717c;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item>.text p+p {
	margin-top: 10px;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item>.text .icon {
	padding-left: 20px;
	background: url('../img/correct-icon.png') no-repeat left center;
	font-size: 16px;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item>.text h1 {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text {
	color: #000000;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text p {
	font-size: 14px;
	color: #68717c;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text .icon {
	padding-left: 40px;
	font-size: 15px;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item>.text>div:not(:first-child) {
	margin-top: 45px;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text>div:nth-child(1) {
	background: url('../img/icon-1.png') no-repeat left center;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text>div:nth-child(2) {
	background: url('../img/icon-2.png') no-repeat left center;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text>div:nth-child(3) {
	background: url('../img/icon-3.png') no-repeat left center;
}

.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item:first-child>.text>div:nth-child(4) {
	background: url('../img/icon-4.png') no-repeat left center;
}

/* 特点介绍 */
.anchorPoint-cont .scrollBox>.item.tdjs {
	background-color: #f7f8fa;
}

.anchorPoint-cont .scrollBox>.item.tdjs .content {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 1344px;
	margin: 0 auto;
}

.anchorPoint-cont .scrollBox>.item.tdjs .content .left {
	padding-top: 26px;
}

.anchorPoint-cont .scrollBox>.item.tdjs .content .right {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding-right: 7px;
}

.anchorPoint-cont .scrollBox>.item.tdjs .content .right .card {
	width: 382px;
	height: 130px;
	border-radius: 5px;
	/* border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; */
	background-color: white;
	box-sizing: border-box;
	padding: 26px 24px 0;
	border-right: 2px solid #7ba9fc;
}

.anchorPoint-cont .scrollBox>.item.tdjs .content .right .card .p1 {
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 10px;
}

.anchorPoint-cont .scrollBox>.item.tdjs .content .right .card .p2 {
	color: #637381;
	line-height: 20px;
}

/* 应用场景 */
.anchorPoint-cont .scrollBox>.item.yycj .content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
	position: relative;
	z-index: 1;
}

.anchorPoint-cont .scrollBox>.item.yycj .content .card {
	width: 293px;
	height: 296px;
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px #ededed;
}

.anchorPoint-cont .scrollBox>.item.yycj .content .card .img {
	height: 233px;
	overflow: hidden;
}

.anchorPoint-cont .scrollBox>.item.yycj .content .card .p1 {
	font-size: 20px;
	color: #000;
	line-height: 42px;
	text-align: center;
}

@media (max-width: 768px) {
	.product>.f-body>.describe {
		height: 380px;
		background-size: auto;
	}

	.product>.f-body>.describe>.container {
		width: auto;
		padding: 50px 0 0 20px;
	}

	.product>.f-body>.describe>.container>.btn {
		margin-top: 20px;
	}

	.anchorPoint-tit {
		width: auto;
		gap: 40px;
		padding: 0 20px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.anchorPoint-cont .scrollBox>.item {
		padding: 20px;
	}

	.anchorPoint-cont .scrollBox>.item>.title {
		margin-bottom: 10px;
	}

	.anchorPoint-cont .scrollBox>.item.gnjs>.nav {
		gap: 10px;
		padding: 10px;
	}

	.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item {
		gap: 20px;
		padding: 20px 0;
	}

	.anchorPoint-cont .scrollBox>.item.gnjs>.content>.item>.text {
		padding: 10px;
	}

	/* 特点介绍 */
	.anchorPoint-cont .scrollBox>.item.tdjs .content {
		width: auto;
		flex-wrap: wrap;
	}
}