.channelIndex-banner {
  position: relative;
  margin-bottom: 35px;
  height: 510px;
}
.channelIndex-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.channelIndex-banner .banner-mask {
  position: absolute;
  width: 400px;
  max-height: 240px;
  left: 10vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px 20px 64px;
}
.channelIndex-banner .banner-mask .info {
  float: left;
  color: #fff;
  width: 100%;
}
.channelIndex-banner .banner-mask .info h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: '微软雅黑';
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.channelIndex-banner .banner-mask .info h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 84px;
}
.channelIndex-banner .banner-mask .info .get-more {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 66px;
  height: 44px;
  background: #fd5400;
  border-radius: 10px 0 0 0;
  float: right;
  color: #fff;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
}
.channelIndex-banner .banner-mask .info .get-more:hover {
  background: #ff9662;
}
.channelIndex-banner .swiper-button-next,
.channelIndex-banner .swiper-button-prev {
  color: #fff;
}
.channelIndex-banner .swiper-pagination-bullet {
  background: #fff;
  width: 30px;
  height: 6px;
  border-radius: 5px;
}
.brand-logo {
  margin: 0 auto 50px;
  position: relative;
}
.brand-logo .swiper-container {
  padding-left: 1px;
}
.brand-logo .swiper-button-prev:after,
.brand-logo .swiper-container-rtl .swiper-button-next:after {
  font-size: 28px;
  color: #888;
}
.brand-logo .swiper-button-next:after,
.brand-logo .swiper-container-rtl .swiper-button-prev:after {
  font-size: 28px;
  color: #888;
}
.brand-logo .swiper-slide a {
  display: block;
  height: 110px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  position: relative;
}
.brand-logo .swiper-slide a img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.brand-logo .swiper-slide a span {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff4ef;
  border: 1px solid #fff4ef;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.5;
}
.brand-logo .swiper-slide a span h3 {
  font-size: 14px;
  color: #fd5400;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.brand-logo .swiper-slide a span p {
  padding: 2px 20px;
  font-size: 12px;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.brand-logo .swiper-slide a:hover span {
  display: block;
}
.brand-logo .swiper-button-next,
.brand-logo .swiper-button-prev {
  color: #999;
  top: 60px;
}
.brand-logo .swiper-button-next:hover,
.brand-logo .swiper-button-prev:hover {
  color: #ff5700;
}
.brand-logo .swiper-button-prev {
  left: -3%;
}
.brand-logo .swiper-button-next {
  right: -3%;
}
.brand-logo .check-more {
  display: block;
  width: 140px;
  height: 40px;
  background: #ff5700;
  border-radius: 5px;
  font: 16px/40px "微软雅黑";
  color: #fff;
  margin: 3% auto;
  text-align: center;
}
.brand-floor {
  position: relative;
  width: 80vw;
  margin: 0 auto 100px;
}
.brand-floor .logo {
  margin-bottom: 15px;
}
.brand-floor .logo img {
  display: block;
  height: 100px;
  width: 360px;
  object-fit: contain;
}
.brand-floor .praise {
  padding-left: 90px;
  font-size: 20px;
  color: #ff5700;
  position: relative;
  margin-bottom: 30px;
}
.brand-floor .praise::before {
  content: '';
  width: 60px;
  height: 8px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 18%;
}
.brand-floor .content {
  padding: 5%;
  background: #ff5700;
  position: relative;
  margin-bottom: 20px;
  width: 80vw !important;
  display: flex;
  box-sizing: border-box;
  min-height: 430px;
}
.brand-floor .content .info {
  padding-right: 720px;
}
.brand-floor .content h3 {
  font: 28px/34px "微软雅黑";
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  text-align: justify;
}
.brand-floor .content p {
  font: 16px/32px "微软雅黑";
  color: #fff;
  text-align: justify;
  height: 160px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.brand-floor .content .more {
  text-align: right;
  padding-top: 30px;
}
.brand-floor .content .more a {
  color: #fff;
  font-size: 16px;
}
.brand-floor .brand-img {
  display: block;
  width: 720px;
  height: 480px;
  border: 1px solid #e2e2e2;
  background: #fff;
  position: absolute;
  right: -1px;
  top: -26%;
  box-sizing: border-box;
}
.brand-floor .brand-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-floor .cue {
  text-align: right;
  letter-spacing: 15px;
  font-size: 16px;
  color: #f1f1f1;
  position: absolute;
  bottom: 5%;
  right: 2%;
}
.brand-floor .goods-content {
  display: flex;
  justify-content: space-between;
  width: 80vw;
  margin: 0 auto;
}
.brand-floor .goods-content .list {
  display: block;
  flex: 1;
  margin: 0 20px 20px 0;
  height: 300px;
  position: relative;
}
.brand-floor .goods-content .list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-floor .goods-content .list span {
  display: block;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 0 10px;
  font: 16px/40px "微软雅黑";
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.brand-floor .goods-content .list:nth-child(3n) {
  margin-right: 0;
}
.brand-floor .goods-content .list:hover span {
  color: #ff5700;
}
.brand-floor:nth-child(odd) .logo {
  overflow: hidden;
}
.brand-floor:nth-child(odd) .logo img {
  float: right;
}
.brand-floor:nth-child(odd) .info {
  padding-left: 720px;
  padding-right: 0;
}
.brand-floor:nth-child(odd) .praise {
  text-align: right;
  padding-left: 0;
  padding-right: 90px;
}
.brand-floor:nth-child(odd) .praise::before {
  content: '';
  right: 0;
  left: auto;
}
.brand-floor:nth-child(odd) .brand-img {
  right: auto;
  left: 0;
}
.brand-floor:nth-child(odd) .cue {
  right: auto;
  left: 5%;
}
