/********************* 首页内容 **********************/
.product-box {
  background-color: #ffffff;
  padding: 0.95rem 0;
  width: 100%;
}
.product-box .box-item {
  height: 2.04rem;
}
.product-box .box-item img {
  height: 2.04rem;
}
.product-box .box-item .box-content {
  padding: 0.145rem 0.304rem 0.288rem 0.304rem;
  color: #172443;
  background-color: rgba(240, 244, 250, 1);
  height: 2.04rem;
}
.box-item .box-content .title {
  line-height: 0.43rem;
  position: relative;
}
.box-item .box-content .title::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 46px;
  height: 2px;
  background-color: #e94709;
}
.box-item .box-content .second-title {
  padding: 0.07rem 0 0.06rem 0;
  line-height: 32px;
  font-weight: 400;
}
.box-item .box-content .btn-detail {
  color: #e94709;
  font-size: 0.075rem;
  line-height: 38px;
  border:1px solid rgba(233,81,42,1);
  border-radius: 4px;
  padding: 0 29px;
  width: 71px;
}
.box-item .box-content .description {
  line-height: 30px;
  padding-bottom: 21px;
}