@charset "UTF-8";
/*
 *@description:顶部插图 
 *@author: liangtian 
 *@date: 2020-07-30 08:31:34
*/
.illustration-wrap {
  height: 340px;
  background: url("../images/subject_top.png") no-repeat center/100% 100%;
  position: relative;
}


.illustration-wrap .illustration {
  height: 85px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(27, 27, 27, 0.8);
}

.illustration-wrap .illustration .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 11px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.illustration-wrap .illustration .subject dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}

.illustration-wrap .illustration .subject dl:last-child {
  margin-bottom: 0;
}

.illustration-wrap .illustration .subject dl .category {
  width: 45px;
  height: 27px;
  line-height: 27px;
  background: #e3463f;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}

.illustration-wrap .illustration .subject dl dd .case-a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.illustration-wrap .illustration .subject dl dd .case-a:hover {
  color: #FBB03B;
}

.illustration-wrap .illustration .subject dl dd .active-case .case-a {
  color: #FBB03B;
}

/*
 *@description:结果内容区 
 *@author: liangtian 
 *@date: 2020-07-30 09:04:40
*/
.result-content-wrap {
  width: 100%;
  min-height: 700px;
}

.result-content-wrap .result-content .best {
  padding: 40px 0 20px 0;
}

.result-content-wrap .result-content .best span {
  margin-left: 0;
  margin-right: 10px;
}

.result-content-wrap .result-content .result-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
