.bokai_index_pic_text_main {
  padding: var(--section-padding) 0;
  background-color: #fff;
  overflow: hidden;
}

.bokai_index_pic_text_grid {
  display: flex;
  gap: 2.5rem;
  will-change: transform;
}

.bokai_index_pic_text_item {
  flex-shrink: 0;
  width: 20rem;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
}

.bokai_index_pic_text_frame {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bokai_index_pic_text_img,
.bokai_index_pic_text_frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ==========================================
   响应式设计
   ========================================== */

/* 1400px */
@media screen and (max-width: 1400px) {
}

/* 1200px */
@media screen and (max-width: 1200px) {
}

/* 992px */
@media screen and (max-width: 992px) {
}

/* 768px */
@media screen and (max-width: 768px) {
}

/* 576px */
@media screen and (max-width: 576px) {
}
