.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.seletion-detail-header {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("/public/img/selection/bg_2.png") no-repeat center;
  box-sizing: border-box;
  padding-top: 50px;
}
.seletion-detail-info {
  position: relative;
  width: 958px;
  height: 302px;
  margin: auto;
  background: url("/public/img/selection/bg_3.png") no-repeat center;
  padding-top: 40px;
  box-sizing: border-box;
  font-weight: 500;
}
.seletion-detail-info h3 {
  font-size: 28px;
  color: #333;
}
.seletion-detail-info p {
  margin: 20px auto;
  width: 732px;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left;
}
.seletion-detail-info span {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #F2F2F2;
  font-size: 12px;
  color: #777;
  border-bottom-left-radius: 12px;
}
.seletion-detail-info span i.view {
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-right: 4px;
  background: url("/public/img/selection/view.png") no-repeat center;
  background-size: 100%;
  vertical-align: -1px;
}
.seletion-detail-info button {
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(156deg, #009EFF 0%, #0065FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#009EFF', endColorstr='#0065FF');
  box-shadow: 0px 2px 4px 0px rgba(0, 101, 255, 0.3);
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.seletion-detail-info .selection-all-number {
  position: relative;
}
.seletion-detail-info .selection-all-number span {
  width: 181px;
  white-space: normal;
  font-size: 20px;
  color: #0065FF;
  position: absolute;
  text-align: center;
  font-weight: bold;
  left: 0;
  right: 0;
  margin: auto;
}
.seletion-detail-info .selection-all-number span::before {
  content: '';
  border: 1px dashed #979797;
  width: 276px;
  left: -276px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  margin: auto;
}
.seletion-detail-info .selection-all-number span::after {
  content: '';
  border: 1px dashed #979797;
  width: 276px;
  right: -276px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  margin: auto;
}
.solution-tags {
  position: relative;
  width: 958px;
  margin: 0 auto;
  padding: 0 30px 0 76px;
  box-sizing: border-box;
}
.solution-tags .scroll-body {
  width: 100%;
}
.solution-tags .tag {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 500;
  color: #222;
  margin: 15px 0;
  user-select: none;
}
.solution-tags .tag-name {
  position: absolute;
  top: 0;
  left: 0;
}
.solution-tags .tag.active {
  background-color: #2f7bff;
  color: white;
}
.solution-empty {
  text-align: center;
  padding: 100px 0;
}
.solution-empty p {
  font-size: 14px;
}
.solution-empty img {
  width: 175px;
  margin-bottom: 10px;
}
.solution-list {
  width: 958px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.solution-list li {
  margin-top: 50px;
}
.solution-list li:first-child {
  margin-top: 20px;
}
.solution-list li .img-wrap {
  width: 104px;
  height: 132px;
  position: relative;
}
.solution-list li .img-wrap img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.solution-list li .img-wrap span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #FF1837;
  border-radius: 6px 0px 6px 0px;
  text-align: center;
  color: #fff;
}
.solution-list li .img-wrap span.color-blue {
  background: #005AFF;
}
.solution-list li .img-wrap span.color-purple {
  background: #A300FF;
}
.solution-list li .info-wrap {
  position: relative;
  width: 776px;
  height: 132px;
}
.solution-list li .info-wrap h4 p {
  display: inline-block;
  position: relative;
  max-width: 600px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.solution-list li .info-wrap h4 p a {
  color: #000;
}
.solution-list li .info-wrap h4 p a:hover {
  color: #1DBFDA;
}
.solution-list li .info-wrap h4 label {
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  border: 1px solid;
  border-radius: 3px;
  color: #1DBFDA;
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.solution-list li .info-wrap .desc {
  margin: 10px 0;
  height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solution-list li .info-wrap .time-name {
  font-size: 12px;
  color: #999;
}
.solution-list li .info-wrap .time-name i {
  position: relative;
  margin-right: 10px;
  padding-left: 18px;
}
.solution-list li .info-wrap .time-name i:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
}
.solution-list li .info-wrap .time-name i.time:before {
  top: 1px;
  width: 14px;
  height: 14px;
  background: url("/public/img/selection/time.png") no-repeat center;
  background-size: 100%;
}
.solution-list li .info-wrap .time-name i.name:before {
  background: url("//image01.homedo.com/Files/Images/cms/www/20190813/5316901276235183457_pic1.png") no-repeat center;
  background-size: 100%;
}
.solution-list li .info-wrap .keywords-list {
  margin-top: 10px;
  color: #333;
  font-size: 0;
  width: 580px;
  height: 24px;
  overflow: hidden;
}
.solution-list li .info-wrap .keywords-list span {
  position: relative;
  font-size: 12px;
  margin-right: 10px;
  vertical-align: top;
  top: 4px;
}
.solution-list li .info-wrap .keywords-list label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #F2F2F2;
  border-radius: 12px;
  padding: 0 10px;
  font-size: 12px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.solution-list li .info-wrap .info-tips {
  position: absolute;
  bottom: 8px;
  right: 0;
  color: #6D6D6D;
  font-size: 0;
}
.solution-list li .info-wrap .info-tips span {
  display: inline-block;
  line-height: 12px;
  padding: 0 10px;
  font-size: 12px;
}
.solution-list li .info-wrap .info-tips span:nth-child(2) {
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
.selection-page {
  width: 900px;
  margin: 30px auto 50px;
  height: 50px;
  border: 1px solid #ECECEC;
}
.selection-page-wrap {
  position: relative;
}
.selection-page-wrap .ui-paging-container ul {
  margin-top: 12px;
  text-align: right;
}
