.analysis {
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  min-width: 1080px;
  min-height: 1200px;
  height: 100%;
  background: #F4F3F7;
  padding: 20px;
  /* padding-top: 70px;
  background: url("../images/topmessage.png") no-repeat, #F4F3F7;
  background-position: top center;
  background-size: contain; */
}
.analysis .list-box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
}
.analysis .list-box .goodInfo {
  display: flex;
  align-items: center;
}
.analysis .list-box .goodInfo .title {
  margin-left: 10px;
  color: #000;
}
.analysis .list-box .goodInfo .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.analysis .list-box .goodInfo .title:hover {
  color: #885FFD;
}
.analysis .list-box .tools .btn-monitor,
.analysis .list-box .tools .btn-detial {
  margin: unset;
}
.analysis .list-box .tools .btn-detial {
  color: #885FFD;
  margin-top: 5px;
}
.analysis .list-box .header-class {
  background-color: #f3f5f8;
}
.analysis .list-box .search-list-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
.analysis .list-box .search-list-section .card-box-war {
  position: relative;
  width: 250px;
  margin: 0 10px 20px 0;
  border-radius: 8px;
  border: 1px solid transparent;
  box-shadow: 0 2px 16px 5px rgba(0, 0, 0, 0.05);
}
.analysis .list-box .search-list-section .card-box-war .img-box {
  position: relative;
}
.analysis .list-box .search-list-section .card-box-war .img-box .img-bg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.analysis .list-box .search-list-section .card-box-war .img-box .goods-info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(180deg, transparent, #000);
}
.analysis .list-box .search-list-section .card-box-war .img-box .goods-info-box .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
}
.analysis .list-box .search-list-section .card-box-war .tag-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  background-color: #ffefe3;
  border-radius: 6px;
  font-size: 12px;
  color: #ff4d00;
  margin: 15px 10px;
}
.analysis .list-box .search-list-section .card-box-war .sales-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  text-align: center;
}
.analysis .list-box .search-list-section .card-box-war .sales-box div {
  flex: 1;
}
.analysis .list-box .search-list-section .card-box-war:hover {
  background-color: #fff;
  border: 1px solid #885FFD;
  border-radius: 8 px;
}
.analysis .list-box .moreClick {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.analysis .list-box .moreClick:hover {
  color: #885FFD;
}
.analysis .table-sticky {
  font-weight: normal;
  position: sticky;
  top: 73px;
  z-index: 100;
}
.analysis .table-sticky .table-sticky-header {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  padding: 12px 0;
  display: flex;
  background-color: #fff;
}
.analysis .table-sticky .table-sticky-header .table-sticky-header-item .el-table__empty-block {
  min-height: 0;
}
.analysis .table-header {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  padding: 12px 0;
  display: flex;
}
.analysis .table-header .table-header-item .el-table__empty-block {
  min-height: 0;
}
