.case .case-section .show-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case .brand-report .report-title, .case .brand-report .report-con, .case .case-section .show-info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case .case-tab {
  width: 100%;
  height: 1rem;
  background-color: #fff;
}
.case .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background: #fff;
  padding: 0 0.5rem;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 0 #edeff0;
}
.case .tab-item {
  font-size: 0.28rem;
  opacity: 0.6;
}
.case .tab-item.active {
  height: 1rem;
  box-sizing: border-box;
  border-bottom: 2px solid #488bff;
  opacity: 1;
  color: #333;
}
.case .case-section {
  padding: 0.5rem 0;
  border-bottom: 5px solid #dedede;
}
.case .case-section:last-child {
  border-bottom: 0;
}
.case .title {
  margin-bottom: 0.5rem;
}
.case .title:after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 2px;
  margin: 0.2rem auto;
  background: #4b59ee;
}
.case .case-item {
  width: 100%;
  text-align: center;
}
.case .case-item .con-img {
  width: 5.6rem;
  height: 2.6rem;
  margin: 0 auto;
}
.case .case-item .con-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.case .case-item .con-title {
  padding: 0.5rem 0 0.4rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.case .case-item .con-info {
  width: 4.6rem;
  margin: 0 auto;
}
.case .case-bann .sw-page {
  position: absolute;
  top: 1.4rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #bcbcbc;
  color: #fff;
}
.case .case-bann .swiper-button-prev {
  left: 0.24rem;
}
.case .case-bann .swiper-button-next {
  right: 0.24rem;
}
.case .brand-report .report-item {
  border-bottom: 5px solid #dedede;
}
.case .brand-report .report-item:last-child {
  border-bottom: 0;
}
.case .brand-report .report-item a {
  padding: 0.4rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.case .brand-report .item-left {
  width: 2.3rem;
  height: 1.8rem;
}
.case .brand-report .item-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .brand-report .item-right {
  width: 4.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case .brand-report .report-title {
  font-size: 0.28rem;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}
.case .case-section {
  background: #fcfcfc;
}
.case .case-section .show-list {
  width: 98%;
  margin: 0 auto;
  background: #fcfcfc;
}
.case .case-section .show-item {
  float: left;
  width: 32.6%;
  padding-bottom: 0.15rem;
  margin-right: 1%;
  margin-top: 0.2rem;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.case .case-section .show-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-section .item-img {
  width: 100%;
}
.case .case-section .item-img img {
  display: block;
  width: 100%;
  height: 2.9rem;
}
.case .case-section .show-title {
  margin: 0.2rem 0 0.1rem;
  font-weight: bold;
  padding: 0 0.1rem;
}
.case .case-section .show-info {
  font-size: 12px;
  line-height: 1.5;
  height: 36px;
  color: #666;
}
.case .case-section .show-logo {
  height: 0.6rem;
  margin: 0.15rem 0 0;
}
.case .case-section .show-logo img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 100%;
}
