.soft-body{
	width: 100%;
	padding-top: 6rem;
}
.soft-body .soft-title img{
	display: block;
	margin: 0 auto;
}

.soft-body .soft-sort-item li{
	padding: 0;
}
.soft-body .soft-sort-item .title-desc{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 0.8rem;
}
.soft-body .soft-sort-item .title-desc i{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 0.5rem;
	vertical-align: middle;
	background: url(../img/soft-pic/title-tag.png) no-repeat center;
	background-size: 100%;
}

.soft-body .soft-sort-item .title-desc p{
	width: 75%;
	margin-top: 24px;
	border-bottom: 2px solid #e0e0e0;
}
.soft-body .soft-sort-item .product-item{
	text-align: center;
	font-size: 13px;
}
.soft-body .soft-sort-item .product-item:hover{
	background: #e5e5e5;
}
.soft-body .soft-sort-item .product-item img{
	width: 75px;
  margin-top: 0.8rem;
}
.soft-body .soft-sort-item .product-item h3{
  margin: 1rem 0 0.75rem;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.soft-body .soft-sort-item .product-item .detail{
	height: 110px;
  margin: 1rem;
  line-height: 19px;
  text-align: left;
  font-size: 12px;
	color: #666;
  word-break: break-all;
}
.soft-body .soft-sort-item .product-item .btns{
	padding-bottom: 3rem;
}
.soft-body .soft-sort-item .product-item .btns a{
	padding: 4px 26px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
} 
.soft-body .soft-sort-item .product-item .d-btn{
  color: #759e2e;
  background: #fff;
  border: 1px solid #759e2e;
}
.soft-body .soft-sort-item .product-item .b-btn{
	margin-left: 10px;
  color: #fff;
	background: #98c745;
	border: 1px solid #98c745;
}
.soft-body .soft-sort-item .product-item .f-btn{
	margin-left: 10px;
  color: #fff;
	background: #0283f1;
	border: 1px solid #0283f1;
}
.soft-body .soft-sort-item .product-item .d-btn:hover{
	box-shadow: 0px 0px 1px 1px #98C745;
}
.soft-body .soft-sort-item .product-item .b-btn:hover{
	background:#759e2e;
	border: 1px solid #759e2e;
}
.soft-body .soft-sort-item .product-item .f-btn:hover{
	background:#FF9900;
	border: 1px solid #FF9900;
}

@media only screen and (max-width: 768px) {
	.soft-body .soft-sort-item .product-item .detail{
		height: auto;
	}
	.soft-body .soft-title img{
		width: 80%;
	}
}
