.about-hero-section {
  position: relative;
  width: 100%;
}
.head_conat {
  background: #fff;
}
.brand-section {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding-top: 37px;
  padding-bottom: 97px;
}
.brand-section .title {
  color: #002EA6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.brand-section .drag-container {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  padding-bottom: 10px;
}
.brand-section .drag-container:active {
  cursor: grabbing;
}
.brand-section .drag-container .drag-track {
  display: flex;
  width: 100%;
  transition: transform 0s;
  user-select: none;
}
.brand-section .drag-container .drag-track .nav-item {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  -webkit-user-drag: none;
}
.brand-section .drag-container .drag-track .nav-item .icon-circle {
  width: 129px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  background: #fff;
}
.brand-section .drag-container .drag-track .nav-item .icon-circle img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.brand-section .drag-container .drag-track .nav-item .name {
  font-size: 16x;
  color: #050505;
  transition: color 0.3s;
}
.brand-section .drag-container .drag-track .nav-item:hover .icon-circle {
  transform: translateY(-5px);
}
.brand-section .drag-container .drag-track .nav-item:hover .name {
  color: #002EA6;
}
.maxin-content {
  background: #F2F7FF;
  padding-bottom: 147px;
}
.main-content {
  max-width: 1280px;
  margin: 0 auto;
}
.main-content .page-title {
  text-align: center;
  color: #002EA6;
  margin-bottom: 123px;
  font-size: 34px;
  font-weight: 800;
  padding-top: 118px;
}
.brand-row {
  display: flex;
  margin-bottom: 185px;
  align-items: center;
}
.brand-row:last-child {
  margin-bottom: 0;
}
.brand-row .brand-info {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 350px;
  margin-right: 30px;
}
.brand-row .brand-info .logo-box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-row .brand-info .logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-row .brand-info .info-text h3 {
  color: #002EA6;
  font-size: 40px;
  margin-bottom: 5px;
}
.brand-row .brand-info .info-text p {
  color: #002EA6;
  font-size: 16px;
}
.brand-row .store-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.brand-row .store-list .store-card {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.brand-row .store-list .store-card .qr-area {
  background-color: #e8eef6;
  border-radius: 8px;
  padding: 15px 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-row .store-list .store-card .qr-area .qr-img {
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.brand-row .store-list .store-card .qr-area .search-bar {
  width: 100%;
  height: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  color: #fff;
  font-size: 10px;
}
.brand-row .store-list .store-card .qr-area .search-bar .text {
  flex: 1;
  text-align: left;
  margin-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  transform: scale(0.9);
  transform-origin: left;
}
.brand-row .store-list .store-card .qr-area .search-bar.tb {
  background: linear-gradient(90deg, #ff9000, #ff5000);
}
.brand-row .store-list .store-card .qr-area .search-bar.pdd {
  background: #e02e24;
}
.brand-row .store-list .store-card .qr-area .search-bar.dy {
  background: #000;
}
.brand-row .store-list .store-card .qr-area .search-bar.ks {
  background: #ff5000;
}
.brand-row .store-list .store-card .desc {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
}
.brand-row-buton {
  background: #fff;
  padding-bottom: 50px;
}
.brand-row-buton .barad-cona {
  width: 1280px;
  margin: 0 auto;
}
.brand-row-buton .barad-cona .brad-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #002ea6;
  padding-top: 132px;
  padding-bottom: 93px;
}
.brand-row-buton .barad-cona .brul-0at {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  transition: all 0.3s;
}

.brul-0at img {
  /* 初始状态 */
  transition: all 0.4s ease; /* 0.4秒平滑过渡 */
  cursor: pointer;           /* 鼠标变成小手 */
  backface-visibility: hidden; /* 防止某些浏览器抖动 */
}

/* 鼠标悬停/触碰状态 */
.brul-0at img:hover {
  transform: translateY(-8px) scale(1.02); /* 向上浮动8px 并 微微放大 */
  z-index: 10; /* 确保浮起时在最上层 */
}