.product-industry {
  width: 66%;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.product-industry .title {
  font-weight: 600;
  font-size: 0.8rem;
  color: #333;
  padding-bottom: 2.54rem;
  text-align: center;
}
.product-industry .top-industry {
  display: flex;
  justify-content: space-around;
}
.product-industry .top-industry .industry-item {
  width: 12.5%;
  text-align: center;
  border-radius: 0.27rem;
  padding: 0.67rem 0 0.34rem;
  position: relative;
  cursor: pointer;
}
.product-industry .top-industry .industry-item.withBorder::after {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  right: -1px;
  top: 25%;
  border-right: 2px dashed #D1D1D1;
  /* border: 1px dashed #D1D1D1; */
}
.product-industry .top-industry .industry-item .image-box {
  margin-bottom: 0.34rem;
}
.product-industry .top-industry .industry-item .image-box img {
  max-width: 80%;
  height: 1.21rem;
}
.product-industry .top-industry .industry-item p {
  color: #3E3E3E;
  font-size: 0.47rem;
}
.product-industry .top-industry .industry-item.active {
  background-color: #1E50AF;
}
.product-industry .top-industry .industry-item.active  p {
  color: #fff;
}
.product-industry .bottom .bottom-notice {
  margin: 2rem 0 1rem 0.5rem;
  font-size: 0.47rem;
}
.product-industry .bottom .bottom-notice img {
  margin-right: 0.17rem;
}
.product-industry .bottom .main-scene {
  display: flex;
  flex-wrap: wrap;
}
.product-industry .bottom .main-scene .scene-item {
  width: 14%;
  text-align: center;
  margin-bottom: 1.4rem;
}
.product-industry .bottom .main-scene .scene-item img {
  max-width: 78%;
}
.product-industry .bottom .main-scene .scene-item p {
  color: #3E3E3E;
  margin-top: 0.34rem;
  font-size: 0.5381rem;
  cursor: pointer;
}
.product-industry .bottom .main-scene .scene-item p.long {
  width: 115%;
}
