.feature-boxs{
	padding: 3rem;
	margin: auto;
	width: 100%;
}
.feature-titleSty{
	font-size: 39px;
	font-weight: bold;
	color: #333;
    text-align: center;
    font-family: Roboto-Bold-3;
}
[class*=col-]{
	float: left;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-height: 1px;
    min-width: 0;
    width: 100%;
    height: 100%;
}
.col-xs-3{
	width: 50%;
}
.padding-1{
    border: 1px solid #efefef;
	padding: 1.5rem !important;
	/*position: relative;*/
	background: #fff;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    min-height: 100%;
    border-radius: 8px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.cleaseRadius{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.padding-1:after{
	content: '';
	display: block;
	clear: both;
}
.both{
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.amazon{
	padding: 60px 20px 20px !important;
}
.both:after{
	content: '';
	display: block;
	clear: both;
}

.feature-top-icon img{
	width: 71px;
}
.blogs .feature-top-icon img{
	width: 70px;
}
.feature-values-icon img{
	width: 36px;
}
.amazon .feature-top-icon img{
	width: 160px;
}
.feature-main-img{
	height: 171px;
}
.feature-main-img img{
	width: 100%;
	padding: 20px 0;
}
.feature-url{
	/*position: absolute;*/
	bottom: 0px;
	color: #000000;
	font-weight: bold;
	font-family: Roboto-Bold-title;
}
.feature-flex-grow{
	flex-grow:1;
	max-width: 100%;
	margin-bottom: 6px;
	font-family: Roboto-Light-whiteDesc;
	/*overflow: hidden;*/
}
/*.webkitLineClamp{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}*/
.feature-title{
	margin: 45px 0 20px;
}
.feature-title-left{
	float: left;
	color: #383026;
	font-weight: bold;
	font-size: 19px;
}
.feature-title-right{
	float: right;
	font-size: 15px;
	color: #848484;
	position: relative;
    top: 4px;
    font-family: Roboto-Light-whiteDesc;
}
.feature-title-right img{
	width: 18px;
	position: relative;
	top: -2px;
}
.feature-values-title{
	color: #383026;
	font-weight: bold;
	font-size: 19px;
	margin: 24px 0 14px;
}
.showBtn{
	cursor: pointer;
	width: 80px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	font-family: Roboto-Bold-title;
}
.hideBtn{
	cursor: pointer;
	width: 80px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	display: none;
}
.twoUlPad{
	padding-right: 45px;
} 
.gticon{
    width: 17px;
    position: relative;
    top: -1px;
}
.feature-url:hover{
	text-decoration: revert;
}
@media (min-width: 992px){
	.twoUlPad{
		padding-right: 60px;
	} 
	/*上打*/
	.col-xs-3{
		width: 25%;
	}
	.col-4{
		width: 33%;
	}	
	[class*=col-]{
		height: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.twoUlPad{
		padding-right: 70px;
	} 
	.col-6-md{
		width: 50%;
	}
	[class*=col-]{
		height: auto !important;
	}
	.feature-main-img{
		height: 100%;
	}
}
@media (max-width: 768px){
	.feature-main-img{
		height: 100%;
	}
}
