
.supp-service-h1{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.supp-service-h2{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0;
  padding: 0;
}
.supp-service-share{
  line-height: 24px;
  font-size: 14px;
}
.supp-service-share .layui-icon{
  color: #D70909;
}
#supp-service-nav{
  background-color: #fff;
  margin-top: 16px;
}
.supp-service-nav-hd{
  margin: 0;
  padding: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #666;
}
.supp-service-nav-bd{
  padding: 16px;
}
.supp-service-nav-hd + .supp-service-nav-bd{
  border-top: 1px solid #BBBBBB;
}
.supp-service-nav-title{
  line-height: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}
.supp-service-nav-bd div[class^="layui-col-"]{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.supp-service-nav-bd a{
  color: #333;
}
.supp-service-nav-bd a:hover{
  color: #D70909;
}
.supp-service-list{
  padding: 16px;
  background-color: #fff;
}
.supp-service-item{
  display: block;
  padding: 16px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  display: flex;
}
.supp-service-item-img{
  width: 120px;
  height: 120px;
  margin-right: 16px;
}
.supp-service-item-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supp-service-item-main{
  flex: 1;
}
.supp-service-h3 a{
  display: flex;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}
.supp-service-item-title{
  flex: 100;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.supp-service-item-price{
  flex: auto;
  color: #D70909;
}
.supp-service-item-desc {
  height: 60px;
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.supp-service-item-action {
  text-align: right;
  margin-top: 8px;
}
.supp-service-item-action a{
  display: inline-block;
  min-width: 88px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 4px 0 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  color: #fff;
  background-color: #D70909;
}