.product-view{
	
}
.product-view .product-title{
	margin-top: 38px;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 500;
	color: #0E1C3F;
}

.product-view  .product-item{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	box-shadow:
	  0px 0px 1.8px rgba(0, 0, 0, 0.028),
	  0px 0px 6px rgba(0, 0, 0, 0.042),
	  0px 0px 27px rgba(0, 0, 0, 0.07)
	;
	margin-bottom: 30px;
	cursor:pointer; 
}
.product-view .product-img{
	width: 100%;
	height: auto;
	min-height: 200px;
}
.product-view .product-outer{
	padding: 19px;
	font-size: 13px;
	font-weight: 400;
	color: #0E1C3F;
}
.product-view  .product-outer .item-title{
	font-size: 19px;
	font-weight: 500;
	color: #0E1C3F;
	margin-bottom: 4px;
}
.vip-view{
	
}
.vip-view .menus{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 55px;
}
.vip-view .menus .menus-itme{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 500;
	color: #0F0F0F;
	width: 361px;
	height: 65px;
	background: #EBF7FF;
	cursor:pointer; 
	transition: all 0.3s;
}
.vip-view .menus .active{
	background: #3370FF;
	color: #FFFFFF;
	transition: all 0.3s;
}
.vip-view .menus .menus-itme:hover{
	background: #3370FF;
	color: #FFFFFF;
	transition: all 0.3s;
}
.vip-view .menus .menus-itme .icon{
	width: 21px;
	height: auto;
	margin-right: 14px;
}

.application .application-img{
	width: 100%;
	height: auto;
}
.service-view{
	position: relative;
	padding-bottom:200px ;
}
.service-view .service-nei{
	width: 830px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.service-view .service-nei .service-item{
	width: 262px;
	height: 125px;
	background: #FFFFFF;
	box-shadow: 0px 4px 13px 0px rgba(196,196,196,0.3);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: 500;
	color: #0F0F0F;
	text-shadow: 0px 4px 13px rgba(196,196,196,0.3);
}
.service-view .service-nei .service-item .icon{
	width: 53px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.service-view .service-img{
	width: 631px;
	height:auto;
	position: absolute;
	right: 0;
	top: -100px;
	z-index: -1;
}

.details-cont{
	padding: 100px 0;
}
.details-cont .product{
	display: flex;
	flex-wrap: wrap;
}
.details-cont .product .product-img{
	width: 565px;
	height: auto;
	min-height: 200px;
}
.details-cont .product .product-details{
	padding-left: 175px;
}
.details-cont .product .product-details .product-title{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	width: 400px;
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.details-cont .product .product-details .product-data{
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	padding-top:10px ;
}
.details-cont .product .product-details .product-data p{
	width: 400px;
	padding-bottom: 10px;
	border-bottom: 1px dashed  rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
.details-cont .product .product-details .code-img{
	width: 133px;
	height: 133px;
	margin-top: 90px;
}
.details-cont .product .product-details .code-text{
	width: 133px;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
	color: #3370FF;
	text-align: center;
}
.details-cont .details{
	padding-top: 100px;
}
.details-cont .details .details-title{
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(51, 112, 255, 1);
}
.details-cont .details .details-text{
	min-height: 100vh;
	width: 100%;
	font-size: 14px;
}
.details-cont .details .details-text img{
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.container{
		padding: 0 3vw;
	}
	.product-view .col-xs-6{
		padding:0 5px;
	}
	.product-view .product-img{
		min-height: auto;
	}
	.service-view{
		padding-bottom: 7vw;
	}
	.service-view .service-nei{
		width: 100%;
	}
	.service-view .service-img{
		display: none;
	}
	.service-view .service-nei .service-item{
		width: 30vw;
		height: 14vw;
		font-size: 3vw;
		font-weight: 500;
		color: #0F0F0F;
	}
	.service-view .service-nei .service-item .icon{
		width: 7vw;
		height: 6vw;
	}
	.product-view .product-title{
		margin-top: 0;
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.product-view .product-item{
		margin-bottom: 4vw;
	}
	.product-view .product-outer{
		padding: 3vw;
		font-size: 3vw;
		font-weight: 400;
		color: #0E1C3F;
	}
	.product-view .product-outer .item-title{
		font-size: 4vw;
		font-weight: 500;
	}
	.vip-view .menus{
		margin: 3vw 0;
	}
	.vip-view .menus .menus-itme{
		width: 29vw;
		height: 8vw;
		border-radius: 1vw;
		font-size: 3.3vw;
		
	}
	.vip-view .menus .menus-itme .icon{
		width: 3vw;
		height: 3vw;
	}
	.row-nei{
		margin-right: -1.5vw;
		margin-left: -1.5vw;
	}
	.application .application-img{
		margin-bottom: 3vw;
	}
	
	
	/* xq */
	.details-cont{
		padding: 3vw 0;
	}
	.details-cont .product .product-img{
		width: 50vw;
		height: 50vw;
		border-radius: 1vw;
	}
	.details-cont .product .product-details{
		padding-left: 3vw;
		width: 40vw;
	}
	
	.details-cont .product .product-details .product-title{
		font-size: 4vw;
		font-weight: 500;
		color: #000000;
		width: 100%;
		padding-bottom: 2vw;
	}
	.details-cont .product .product-details .product-data{
		padding-top: 1vw;
	}
	.details-cont .product .product-details .product-data p{
		font-size: 3vw;
		font-weight: 400;
		color: #000000;
		margin-bottom: 1vw;
		padding-bottom: 1vw;
		width: 100%;
	}
	.details-cont .product .code-view{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.details-cont .product .product-details .code-img{
		width: 16vw;
		height: 16vw;
		margin-top: 1vw;
	}
	.details-cont .product .product-details .code-text{
		width: 16vw;
		margin-top: 1vw;
		font-size: 3vw;
	}
	.details-cont .details{
		padding-top: 3vw;
	}
	.details-cont .details .details-title{
		font-size: 4vw;
		font-weight: 500;
		color: #000000;
		padding-bottom: 2vw;
	}
	.details-cont .details .details-text{
		font-size: 3.2vw;
		padding-top: 3vw;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}
