/* Banner */
.product .banner {
	background-image: url(../../images/product/dzt/banner-dzt.jpg);
}

/* 试用场景 */
.product-scene {
	padding-bottom: .6rem;
	overflow: auto;
}

.product-scene ul {
	width: 100%;
	max-width: 10.4rem;
	margin: 0 auto;
}

.product-scene li {
	width: calc(50% - .2rem);
	height: 3rem;
	color: #fff;
	background: url(../../images/product/dzt/scene-bg1.jpg) no-repeat;
	background-size: 100% 100%;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.product-scene li:last-child {
	background-image: url(../../images/product/dzt/scene-bg2.jpg);
	float: right;
}

.product-scene li::before,
.product-scene li::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(41, 55, 97, .7);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.product-scene li::after {
	background: rgba(44, 81, 197, 1);
	top: 100%;
	transition: all .3s ease;
}

.product-scene li h4 {
	width: 2.4rem;
	text-align: left;
	margin-bottom: .4rem;
	font-size: .3rem;
	transition: all .3s ease;
	position: relative;
	top: 24%;
	z-index: 9;
}
.product-scene li:nth-child(2) h4{
	top: 12%;
}

.product-scene li p {
	width: 2.4rem;
	font-size: .18rem;
	line-height: .36rem;
	font-weight: lighter;
	text-align: left;
	transition: all .3s ease;
	position: relative;
	top: 24%;
	z-index: 3;
	opacity: 0;
}

.product-scene li:nth-child(2) p{
	top: 12%;
}
.product-scene li:hover h4 {
	top: 0%;
}

.product-scene li:hover p {
	top: 0;
	opacity: 1;
}

.product-scene li:hover::after {
	top: 0;
}

/* 介绍 */
.product-brief li {
	background-image: url(../../images/product/dzt/brief-icon1.png);
}

.product-brief li:nth-child(2) {
	background-image: url(../../images/product/dzt/brief-icon2.png);
}

.product-brief li:nth-child(3) {
	background-image: url(../../images/product/dzt/brief-icon3.png);
}

.product-brief li:nth-child(4) {
	background-image: url(../../images/product/dzt/brief-icon4.png);
}

.product-brief li:nth-child(5) {
	background-image: url(../../images/product/dzt/brief-icon5.png);
}

/* 核心功能 */
.product-core li {
	width: calc(100% / 2 - .1rem);
	margin-right: .2rem !important;
	padding: 0 .2rem 0 1.1rem !important;
	background-position-x: .29rem !important;
	background-position-y: center !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-core li:nth-child(even) {
	margin-right: 0!important;
}

.product-core li {
	background-image: url(../../images/product/dzt/core-icon1.png);
}

.product-core li:nth-child(2) {
	background-image: url(../../images/product/dzt/core-icon2.png);
}

.product-core li:nth-child(3) {
	background-image: url(../../images/product/dzt/core-icon3.png);
}

.product-core li:nth-child(4) {
	background-image: url(../../images/product/dzt/core-icon4.png);
}

/* 效果对比 */
.product-pk {
	background: #f4f9ff;
	padding-bottom: .5rem;
}

.product-pk h2 {
	margin-bottom: .3rem;
}

.product-pk .txt {
	width: 100%;
	text-align: center;
	font-size: .18rem;
	color: #a4abc0;
	margin-bottom: .7rem;
}

.product-pk dl {
	max-width: 12rem;
	margin: 0 auto;
}

.product-pk dt,
.product-pk dd {
	display: flex;
}

.product-pk dt p,
.product-pk dd p {
	flex: 1;
	text-align: center;
	vertical-align: top;
}

.product-pk dt strong {
	font-family: 'YouSheBiaoTiHei';
	color: rgba(44, 81, 197, .2);
	font-size: .4rem;
	display: block;
	padding-bottom: .06rem;
}

.product-pk dt p span {
	height: .35rem;
	line-height: .35rem;
	padding: 0 .14rem;
	color: #fff;
	background: #b8c6ed;
	border-radius: .04rem;
	font-size: .18rem;
	display: inline-block;
}

.product-pk dt p {
	padding-top: .45rem;
}

.product-pk dt p:nth-child(2) {
	padding-top: 0;
}

.product-pk dt p:nth-child(2) strong {
	font-size: 1.4rem;
	color: rgba(44, 81, 197, .1);
}

.product-pk dd {
	margin-bottom: .3rem;
}

.product-pk dd p {
	height: .74rem;
	line-height: .74rem;
	font-size: .24rem;
	color: rgba(44, 81, 197, .5);
	position: relative;
}

.product-pk dd p::after {
	content: '';
	width: 35%;
	height: .37rem;
	border-bottom: 1px dashed #96a3cb;
	position: absolute;
	right: 0;
	top: 0;
}

.product-pk dd p:nth-child(3)::after {
	width: 38%;
}

.product-pk dd p:nth-child(2) {
	color: #484949;
	background: #fff;
	border-radius: .37rem;
	box-shadow: .12rem 0 .3rem rgba(44, 81, 197, .2);
}

.product-pk dd p:nth-child(2)::after {
	display: none;
}

.product-pk dd p:nth-child(3)::after {
	left: 0;
	right: auto;
}

.product-pk dd p b {
	font-family: 'helveticaneueltstd-bdcn';
	font-size: .36rem;
	padding-right: .1rem;
}
.product-pk dd p:nth-child(3) b{
	color:#1f50cc;
}


/* 客户案例 */
.product-example ul {
	height: 4.64rem;
	background-image: url(../../images/product/dzt/product-example.jpg);
}

.product-example li:nth-child(1) p {
	padding-right: .5rem;
}

.product-example li:nth-child(2) {
	width: 40%;
}

.product-example li:nth-child(3) {
	width: 60%;
	padding-top: .6rem;
}

.product-example li:nth-child(3) div:nth-child(1) b {
	font-size: .55rem;
}

.product-try{
	background-image: url(../../images/product/dzt/product-try.jpg);
}

@media (max-width:1200px) {
	/* 客户案例 */
	.product-example li:nth-child(3) div b {
		font-size: .55rem;
	}

	.product-example li:nth-child(3) div:nth-child(1) b {
		font-size: .44rem;
	}
}

@media (max-width:900px) {
	/* 适用场景 */
	.product-scene li h4,
	.product-scene li p{
		width: 3.2rem;
	}

	/* 核心功能 */
	.product-core li h5 {
		font-size: .3rem;
		padding: 0 0 .05rem;
	}

	/* 客户案例 */
	.product-example ul {
		padding-top: .1rem;
	}
}

@media (max-width:750px) {

	/* 适用场景 */
	.product-scene li {
		width: 100%;
	}

	.product-scene li::after {
		display: none;
	}

	.product-scene li h4 {
		font-size: .36rem;
		top: 0!important;
	}

	.product-scene li p {
		line-height: .4rem;
		font-size: .24rem;
		font-weight: normal;
		opacity: 1;
		top: 0!important;
	}

	/* 核心功能 */
	.product-core li {
		padding: .3rem .2rem 0 .25rem !important;
		background-position-x: .2rem!important;
		background-position-y: .3rem !important;
		justify-content: start;
	}

	.product-core li h5 {
		padding: .1rem 0 .3rem .65rem;
	}

	/* 效果对比 */
	.product-pk .txt {
		text-align: left;
		margin-bottom: .05rem;
		font-size: .24rem;
	}

	.product-pk dt p:nth-child(1),
	.product-pk dd p:nth-child(1) {
		text-align: left;
	}

	.product-pk dt p:nth-child(3),
	.product-pk dd p:nth-child(3) {
		text-align: right;
	}

	.product-pk dd p::after {
		width: 55%;
	}

	.product-pk dd p:nth-child(3)::after {
		width: 65%;
	}

	.product-pk dd p:nth-child(2) {
		flex: 1.5;
	}

	/* 客户案例 */
	.product-example ul {
		height: 8.6rem!important;
		padding: .4rem .7rem 0;
	}

	.product-example li:nth-child(3) {
		padding-left: 0;
		padding-top: .2rem;
	}
}
