@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 751px) {
  .brand__padd img {
    height: 28vw;
  }
  .brand__desc p,
  .brand__desc strong {
    font-size: 0.4rem;
  }
  .brand__list li {
    width: 32%;
    height: 1rem;
    margin-right: 2%;
  }
  .brand__list li:nth-child(7n+7) {
    margin-right: 2%;
  }
  .brand__list li:nth-child(3n+3) {
    margin-right: 0;
  }
  [data-page=index] .v6 .group .history .list {
    height: 2rem;
  }
  .history {
    margin-top: 0.3rem;
  }
  [data-page=index] .v6 .group {
    margin-bottom: 150px;
  }
  [data-page=index] .v3 .v3Box .v3Swr {
    display: none;
  }
  [data-page=index] .v3 .v3Box .group .item .hoverable_txt {
    display: block;
    color: #888;
    margin-top: 0.3rem;
    font-size: 14px;
    text-align: center;
  }
  [data-page=index] .v3 .v3Box .group .item {
    transform: none !important;
    margin-bottom: 0.3rem;
  }
  [data-page=index] .v3 .btn {
    margin-top: 1.2rem;
  }
}
