.cp1076 .service-content-item{
  padding-left: 12px;
  line-height: 18px;
  word-break: break-word;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.cp1076 .service-item-title{
  font-size: 14px;
  margin: 13px 0 0 12px;
  font-weight: bold;
  /* width: 260px; */
  color: #333;
  overflow-wrap: break-word;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  max-height: calc(1.4 * 2 * 1.4em);
  text-overflow: ellipsis;
  word-break: break-all;
  margin-right: 3px;
}
.cp1076 .searchRightSupply-item .service-item-brand{
  margin-top: 10px;
  width: 42px;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 2px;
  box-sizing: border-box;
  margin-right: 5px;
}
.cp1076 .service-btn{
  background-color: #ff6d00;
  color: white;
}
.cp1076 .service-item-top{
  margin-top: 3px;
}

.cp1078 .service-item-title{
  font-size: 14px;
    font-weight: bold;
    color: #333;
    overflow-wrap: break-word;
    overflow: hidden;
    line-height: 1.4;
    max-height: calc(1.4 * 2 * 1.4em);
    text-overflow: ellipsis;
    word-break: break-all;
    margin: 13px 0 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cp1078 .service-item-title:hover {
  color: #ff6d00 !important;
}

.cp1078 .service-item-brand{
  width: 42px;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 2px;
  margin-top: 12px;
  margin-left: 6px;
  box-sizing: border-box;
  margin-right: 9px;
}

.cp1078 .service-item{
  /* margin: 13px 0 0 12px; */
}

.cp1078 .service-extendInfo{
  color: #999;
  height: 18px;
  line-height: 18px;
  margin-left: 12px;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 3px;
}
.cp1078 .service-extendInfo .addService-btn{
  margin-right: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF6D00;
  line-height: 18px;
}

.cp1078 .service-content-item{
  color:#666666;
  font-size: 12px;
  margin: 2px 12px;
  line-height: 18px;
  word-break: break-word;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.cp1078 .searchRightSupply-main-item-right .searchRightSupply-item{
  cursor: inherit !important;
}

.cp1078 .service-extendInfo-value{
  color: #666666;
}

.cp1078 .supply-btn {
  background: #FF6D00 !important;
  color: #ffffff !important;
  border-color: #ff6d00 !important;
}

.cp1078 .supply-btn:hover{
  background: #f26e03 !important;
}

.cp1078 .searchRightSupply-main .title{
  border-bottom:2px solid #ff5553 !important;
}

.cp1078 .supply-list-btn {
  margin: 6px 0 8px 12px !important;
}
.cp1078 .submit-btn-extendInfo{
  position: relative;
}
.cp1078 .submit-btn-extendInfo .submit-btn{
position: absolute;
right: 0px;
}