.searchDetail {
  width: 100%;
  height: 164px;
  background: #252D37;
}
.searchDetail-nav {
  width: 1200px;
  margin: auto;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  padding-top: 24px;
  margin-bottom: 32px;
}
.searchDetail-title {
  display: flex;
  width: 1200px;
  margin: auto;
}
.searchDetail-title-leftView {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchDetail-title-leftView img {
  width: 14px;
  height: 14px;
}
.searchDetail-title-rightView {
  height: 56px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 40px;
  color: #FFFFFF;
  margin-left: 16px;
}
.searchDetailConent {
  width: 1200px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
.searchDetailConent-left {
  width: 894px;
  border-radius: 8px;
}
.searchDetailConent-left-top {
  box-sizing: border-box;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 8px;
}
.searchDetailConent-left-top .RichText {
  font-size: 16px;
}
.searchDetailConent-left-top .RichText p {
  line-height: 30px;
  margin-bottom: 20px;
  word-break: break-all;
}
.searchDetailConent-left-top .RichText h1 {
  margin-top: 24px;
  margin-bottom: 18px;
  word-break: break-all;
}
.searchDetailConent-left-top .RichText h2 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
  word-break: break-all;
}
.searchDetailConent-left-top .RichText h3 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 12px;
  word-break: break-all;
}
.searchDetailConent-left-top .RichText h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  word-break: break-all;
}
.searchDetailConent-left-top .thumbsUp {
  cursor: pointer;
  margin: auto;
  width: 163px;
  height: 40px;
  border: 1px solid #00A98F;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A98F;
  margin-bottom: 24px;
}
.searchDetailConent-left-top .thumbsUp .text {
  border-right: 2px solid #00A98F;
  margin-left: 8px;
  padding-right: 8px;
}
.searchDetailConent-left-top .thumbsUp .numberText {
  margin-left: 8px;
}
.searchDetailConent-left-top .changetTumbsUp {
  background: #00A98F;
  color: white;
}
.searchDetailConent-left-top .changetTumbsUp .text {
  border-right: 2px solid white;
}
.searchDetailConent-left-top .bottomDiv {
  font-weight: 400;
  font-size: 12px;
  color: #909399;
  line-height: 29px;
  padding-bottom: 12px;
}
.searchDetailConent-left-list {
  width: 894px;
  height: 304px;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 24px;
}
.searchDetailConent-left-list .title {
  display: flex;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #F5F6F7;
}
.searchDetailConent-left-list .title img {
  width: 24px;
  height: 24px;
}
.searchDetailConent-left-list .title-des {
  height: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  text-align: left;
  margin-left: 6px;
}
.searchDetailConent-left-list .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 24px;
}
.searchDetailConent-left-list .list .listTop-view {
  width: 266px;
}
.searchDetailConent-left-list .list .listTop-view img {
  width: 100%;
  height: 144px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 8px;
}
.searchDetailConent-left-list .list .listTop-view-des {
  width: 266px;
  height: 40px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #252D37;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 16px;
}
.searchDetailConent-left-list .list .listBottom-view {
  width: 266px;
}
.searchDetailConent-left-list .list .listBottom-view .imageDiv0 {
  background-image: extract(linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%), linear-gradient(0deg, #A3BDED 0%, #6991C7 100%), linear-gradient(0deg, #A1ACB5 0%, #6F7D82 100%), 0);
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
}
.searchDetailConent-left-list .list .listBottom-view .imageDiv1 {
  background-image: linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%);
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
}
.searchDetailConent-left-list .list .listBottom-view .imageDiv2 {
  background-image: linear-gradient(0deg, #A3BDED 0%, #6991C7 100%);
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
}
.searchDetailConent-left-list .list .listBottom-view .imageDiv3 {
  background-image: linear-gradient(0deg, #A1ACB5 0%, #6F7D82 100%);
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
}
.searchDetailConent-left-list .list .listBottom-view-des {
  width: 266px;
  height: 63px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 16px;
}
.searchDetailConent-right {
  width: 282px;
  flex-wrap: wrap;
}
.searchDetailConent-right-search {
  width: 282px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(224, 224, 224, 0.5);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 24px;
  border: none !important;
}
.searchDetailConent-right-search .divMain {
  width: 258px;
  height: 40px;
  border: 1px solid #EFEFEF;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchDetailConent-right-search .divMain input {
  border: none;
  width: 80%;
}
.searchDetailConent-right-search .divMain img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.searchDetailConent-right-search .hotDiv {
  width: 258px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  display: none;
}
.searchDetailConent-right-search .hotDiv .title {
  height: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}
.searchDetailConent-right-search .hotDiv .des {
  display: flex;
  flex-wrap: wrap;
}
.searchDetailConent-right-search .hotDiv .des .desDev {
  height: 28px;
  background: #F5F6F7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 4px 8px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.searchDetailConent-right .divView {
  width: 282px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.searchDetailConent-right .divView-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F5F6F7;
  padding: 16px;
}
.searchDetailConent-right .divView-title img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.searchDetailConent-right .divView-title-text {
  height: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  text-align: left;
}
.searchDetailConent-right .divView-list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  box-sizing: border-box;
}
.searchDetailConent-right .divView-list .divClick {
  cursor: pointer;
  background: #F5F6F7;
  border-radius: 4px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.searchDetailConent-right .divView-list .divClick:hover {
  color: #00A98F;
  background: #EBF9F6;
}
.searchDetailConent-right .divView-list-listView {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.searchDetailConent-right .divView-list-listView-left {
  width: 32px;
  height: 32px;
  background: #F5F5F5;
  border-radius: 15.71px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchDetailConent-right .divView-list-listView-left img {
  width: 50%;
  height: 50%;
}
.searchDetailConent-right .divView-list-listView-right {
  flex: 1;
  margin-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.searchDetailConent-right .divView-list-listView-right:hover .title {
  color: #00A98F;
}
.searchDetailConent-right .divView-list-listView-right:hover .des {
  color: #00A98F;
}
.searchDetailConent-right .divView-list-listView-right .title {
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.searchDetailConent-right .divView-list-listView-right .des {
  font-weight: 400;
  font-size: 12px;
  color: #909399;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.active-box{
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.active-container{
  width: 100%;
  display: flex;
  flex-direction: row;
}
.active-container img{
  width: 100px;
  height: 100px;
  background: #F5F6F7;
  border-radius: 3.85px;
  margin-right: 24px;
}
.active-box .active-info{
  display: flex;
  flex-direction: column;
  width: 534px;
  margin-right: 40px;
}
.active-box .active-info .title{
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #1F2C3D;
  line-height: 28px;
  margin-bottom: 12px;
}
.active-box .active-info .des{
  width: 100%;
  min-height: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #5C626A;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.active-container .btn-box {
  margin-top: 26px;
  width: 132px;
  position:  relative;
}
.active-container .btn-shadow {
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 12px;
  opacity: 0.29;
  background: #00B07A;
  filter: blur(5px);
  top: 41.5px;
  left: 8px;
}
.active-container .btn {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(110deg, #01C3A5 0%, #00AF77 100%);
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.active-container .btn:hover {
  background: #13BC9D;
}
.active-container .btn:active {
  background: #00957E;
}
