.card-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
@media (min-width: 1024px){
	.card{
  overflow: visible !important;
}
}


.card-carousel-wrapper {
  display: flex;
  animation: scroll-left 20s linear infinite;
}
.card-swiper {
  display: flex;
  animation: scroll-left2 50s linear infinite;
}

.card-carousel-wrapper:hover {
  animation-play-state: paused;
}

.card-item {
  flex: 0 0 auto;
  /* PC端默认尺寸 */
  width: 250px; /* PC端卡片宽度 */
  height: 280px; /* PC端卡片高度 */
  margin-right: 20px; /* PC端间距 */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.card-list {
  /* PC端默认尺寸 */
  width: 680px; /* PC端卡片宽度 */
  height: 680px; /* PC端卡片高度 */
  margin-right: 20px; /* PC端间距 */
  border-radius: 8px;
  overflow: auto !important;
}

.card-item img {
  /* PC端默认尺寸 */
  width: 100%;
  height: 100%; /* PC端图片高度 */
  object-fit: cover;
  display: block;
  background: #f8f9fa;
  flex-shrink: 0; /* 防止图片被压缩 */
}

/* 无缝滚动关键：复制一份内容 */
.card-list.clone {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.card-item.clone {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}
@keyframes scroll-left2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-700%);
  }
}

/* 平板端样式 */
@media (max-width: 1024px) {
  .card-item {
    width: 200px; /* 平板端卡片宽度 */
    height: 240px; /* 平板端卡片高度 */
    margin-right: 15px; /* 平板端间距 */
  }

  .card-item img {
    height: 240px; /* 平板端图片高度 */
  }
}

/* 移动端样式 */
@media (max-width: 768px) {
  .card-item {
    width: 180px; /* 移动端卡片宽度 */
    height: 220px; /* 移动端卡片高度 */
    margin-right: 12px; /* 移动端间距 */
  }

  .card-item img {
    height: 220px; /* 移动端图片高度 */
  }
}

/* 小屏幕移动端样式 */
@media (max-width: 480px) {
  .card-item {
    width: 150px; /* 小屏幕卡片宽度 */
    height: 180px; /* 小屏幕卡片高度 */
    margin-right: 10px; /* 小屏幕间距 */
  }

  .card-item img {
    height: 180px; /* 小屏幕图片高度 */
  }
}

/* 图片查看模态框样式 */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 80%;
  object-fit: contain;
}

.modal-content {
  animation-name: zoom;
  animation-duration: 1s;
}

@keyframes zoom {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 50px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 1s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* 响应式模态框 */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
  }

  .close {
    top: 15px;
    right: 15px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .lanyun-section-s3slc5aq {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .lanyun-section-h9yczrwa {
    width: 24% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lanyun-section-h9yczrwa {
    width: 17% !important;
  }
}
.pc-style .box-search {
  background-color: transparent;
  padding: 0px;
  position: relative;
  overflow:visible;
}
.lanyun-search-full-wrap .search {
  background-color: white;
  height: 32px;
  font-size: 16px;
  /* right: 50px; */
}
.pc-form {
  display: flex;
}
@media(min-width: 1024px){
.search-2 {
  position: relative;
  left: 160px;
  top: 2px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .search-2 {
    position: relative;
    left: 110px;
  }
}
.lanyun-section-nnnevxe6 .lanyun-search-btn {
  /* font-size: 20px; */
  border-radius: 4px 4px 4px 4px;
  /* padding: 12px 25px 12px 25px; */
  background-color: rgba(255, 0, 0, 0);
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.lanyun-section-nnnevxe6 .lanyun-search-btn{
    position: absolute;
}
.lanyun-search-full-wrap .close-screen{
right: -4px;
bottom: 40px !important;
top: 0;
}
.lanyun-section-9so5z7zi .lanyun-img {
    width: 30% !important;
}
@media (max-width: 767px) {
    .lanyun-section-9so5z7zi .lanyun-img {
        width: 30% !important;
    }
}
@media (max-width: 768px) {
    .lanyun-nav-first {
        display: none;
        position: absolute;
        z-index: 99;
        left: 0;
        width: 100%;
        top: 100%;
    }
}