.case-board {
  width: 1040px;
  padding: 120px;
  margin: 52px auto;
  background-color: #fff;
  box-shadow: 0 0 30px #ccc;
}

.brand-row {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.brand-item{
  margin-right: 20px;
  cursor: pointer;
}
.brand-item .img-wrapper {
  box-sizing: border-box;
  width: 320px;
  height: 160px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #eaeaea;
  overflow: hidden;
  box-shadow: 0 2px 5px #e9eef7;
}

.brand-item .img-wrapper>img {
  width: 320px;
  height: 160px;
}

.brand-item>h6 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
}

/* µ¯´°ÑùÊ½ */
.issue-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.issue-popup.active {
  display: block;
}

.issue-popup .mask {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.3 ease;
}

.issue-popup .mask.active {
  opacity: 1;
  transition: all 0.3 ease;
}

.issue-popup .brand-info {
  position: fixed;
  z-index: 1100;
  left: 50%;
  top: 50%;
  width: 880px;
  height: 560px;
  margin-top: -280px;
  margin-left: -440px;
  background-color: #fff;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.3s ease;
}

.issue-popup .brand-info.active {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.brand-info .brand-logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -70px;
  text-align: center;
  overflow: hidden;
}

.brand-info .brand-logo-img {
  position: relative;
  width: 130px;
  top: 38px;
  height: 66px;
}

.brand-info .brand-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.brand-info .sub-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: #045DAE;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.brand-info .intro-title {
  padding: 40px 0 20px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.brand-info .intro-text {
  padding: 0 40px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.brand-info .date-title {
  padding: 30px 0 20px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.brand-info .date {
  padding: 0 40px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.brand-info .close-btn {
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
  cursor: pointer;
}

#pagi {
  margin-top: 170px;
}<!--ºÄÊ±1752865628.68Ãë-->