
.middle-left{
	width: 243px;	
}
.middle-right{
	width:894px;
	word-wrap: break-word;
	word-break: normal;
}
.product-icon{
	width: 894px;
	border-left:1px solid #e2e2e2 ;
	border-right:1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	
}
.nav-tab{
	width: 894px;
	height: 44px;
	line-height: 43px;
	border-left:1px solid #e2e2e2 ;
	border-right:1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background-color: #f0f0f0;
}
.nav-tab>li{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 16px;
}
.nav-tab>li.active{
	background-color: #e7e7e7;
	border-right: 1px solid #dbdbdb;
}
.nav-tab>li:hover{
	background-color: #e7e7e7;
	border-right: 1px solid #dbdbdb;
	cursor: pointer;
}
.config-table{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	color: #747b74;
	line-height: 30px;
}
.config-table,.config-table tr ,.config-table td{
	border: 1px solid #ccc;	
}
.bg-f6fdf5{
	background-color: #f6fdf5;
}

.prop-ul{
	width: 100%;
}
.prop-ul>li{
	line-height: 30px;
	list-style-position: outside;
    list-style: none;
	background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
}
.prop-ul>li p{
	margin-left:30px;
	display:block;
}
/*.prop-ul>li:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/check-icon.png);
	vertical-align: sub;
	margin-right: 15px;
}*/


.info-one{
	margin-top: 67px;
	width: 100%;
	height: 379px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}
