.detecting_platform {
	background: #fff;
    background-repeat: repeat no-repeat;
    background-position: top center;
    background-size: auto auto;
    background-image: url("../../static/bgimgs/jcpt_bg.jpg");
    position: relative;
    padding-bottom: 75px;
}

.detecting_platform .first-content {
	display: block;
    margin: 0 auto;
    padding: 140px 0 50px 0;
    text-align: center;
}

.detecting_platform_imgwz{
	width: 80%;
	margin-left: 10%;
}

.detecting_platform .img-container{
	width: 340px;
	max-width: 100%;
    position: relative;
    margin-right: 40px;
    margin-bottom: 20px;
}
.detecting_platform .img-container .title{
	background:rgba(14,32,45,0.7);
	font-size:14px;
	font-weight:400;
	color:rgba(204,204,204,1);
	position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding-left: 11px;
}

.detecting_platform .wz-container{
	padding-right: 10%;
}

.detecting_platform .wz-container{
	width: calc(100% - 380px);
}

.detecting_platform .wz-container .name{
	font-size: 16px;
	color: #333;
	font-weight:bold;
}

.detecting_platform .wz-container .value{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	text-align: justify;
    line-height: 32px;
    text-indent: 2em;
}

.detecting_platform .detecting_platform_content{
	margin-top: 40px;
}

.detecting_platform .wz-container .features{
	background:rgba(84,168,175,1);
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	width: 95px;
    padding: 0 10px;
    position: relative;

}

.detecting_platform .wz-container .features:after{
	content: '';
	display: block;
	width: 17.5px;
	height: 17.5px;
	background:rgba(84,168,175,1);
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
    right: -9px;
}

.detecting_platform .wz-container .descript{
	font-size: 14px;
	line-height: 32px;
	color: #666;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 2em;
}


@media(max-width: 992px){
	.detecting_platform .first-content {
	    padding: 100px 0 20px 0;
	}
	.detecting_platform .wz-container{
		width: 100%;
	}
	.detecting_platform .wz-container{
		padding-right: 0;
	}

}
@media(max-width: 640px){
	.detecting_platform .first-content {
	    padding: 60px 0 20px 0;
	}
}

