:root {
  --customized1_color-p: 100px 0;
  --customized1_color-title-size: 36px;
  --customized1_color-text-size: 18px;
  --customized1_color-text-mt: 35px;
  --customized1_color-gap: 100px;
  --customized1_color-li-gap: 66px;
}

.customized1_color {
  width: 100%;
  height: 100vh; /* 占满屏幕高度 */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customized1_color .overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); 半透明遮罩 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customized1_color .container {
  text-align: center;
  color: #fff;
}

.customized1_color .section-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.customized1_color .section-header p {
  color: #666666;
  font-size: 18px;
  margin-bottom: 30px;
}

.customized1_color .swiper-container {
  width: 100%;
  height: 60vh;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

.customized1_color .swiper-wrapper {
  display: flex;
  align-items: center;
}

.customized1_color .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* 每页占满容器宽度 */
  height: 100%;
}

.customized1_color .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 保持图片比例 */
}

.customized1_color .swiper-pagination {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.customized1_color .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  position: relative;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.customized1_color .swiper-pagination-bullet::after {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 34px;
  height: 34px;
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
}
/* .customized1_color .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
} */

.customized1_color .swiper-pagination-bullet-active {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 2px;
}

.customized1_color .swiper-pagination-bullet-active::after {
  border: 1px solid #050505;
}

.customized1_color .section-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  align-items: center;
}

.customized1_color .section-button .custom-button-left {
  width: 210px;
  border-radius: 20px;
  padding: 10px 20px;
  background: #f7f7f7;
  border: 1px solid #000000;
  color: #000;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

.customized1_color .section-button .custom-button-left:hover {
  background: #000;
  color: #fff;
  border: 1px solid #f7f7f7;
}

.customized1_color .section-button .custom-button-right {
  width: 210px;
  border-radius: 20px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: 1px solid #f7f7f7;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

.customized1_color .section-button .custom-button-right:hover {
  background: #f7f7f7;
  border: 1px solid #000000;
  color: #000;
}

.customized1_color .section-bottom {
  margin-top: 30px;
  color: #000;
}

.customized1_color .section-bottom a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 1500px) {
  :root {
    --customized1_color-p: 85px 0;
    --customized1_color-title-size: 32px;
    --customized1_color-text-size: 16px;
    --customized1_color-text-mt: 30px;
    --customized1_color-gap: 80px;
    --customized1_color-li-gap: 56px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --customized1_color-p: 70px 0;
    --customized1_color-title-size: 28px;
    --customized1_color-text-size: 14px;
    --customized1_color-text-mt: 30px;
    --customized1_color-gap: 60px;
    --customized1_color-li-gap: 46px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --customized1_color-p: 55px 0;
    --customized1_color-title-size: 24px;
    --customized1_color-text-mt: 30px;
    --customized1_color-gap: 60px;
    --customized1_color-li-gap: 40px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --customized1_color-p: 70px 0;
    --customized1_color-title-size: 28px;
    --customized1_color-text-mt: 30px;
    --customized1_color-gap: 60px;
    --customized1_color-li-gap: 0;
  }

  .customized1_color .pic {
    width: 100%;
  }

  .customized1_color .txt {
    margin-top: 30px;
  }

  .customized1_color .txt h2 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --customized1_color-p: 50px 0;
    --customized1_color-title-size: 24px;
    --customized1_color-text-mt: 25px;
    --customized1_color-gap: 40px;
    --customized1_color-li-gap: 0;
  }
  .customized1_color{

    padding: 20px 0 22px;
    height: auto;
  }
  .customized1_color .swiper-container{
    padding-top: 20px;
    height: 220px;
    padding-bottom: 15px;
  }
  .customized1_color .section-header h2{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .customized1_color .section-header p{
    font-size: 8px;
    margin-bottom: 5px;
  }
  .customized1_color .swiper-pagination-bullet::after{
    width: 14px;
    height: 14px;
    top: -2px;
    left: -2px;
  }
  .customized1_color .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .customized1_color .swiper-pagination{
    margin-top: 2px;
  }
  .customized1_color .section-button{
    margin-top: 13px;
  }
  .customized1_color .section-button .custom-button-right{
    width: 105px;
    font-size: 8px;
    padding: 5px 0;
  }
  .customized1_color .section-button .custom-button-left{
    width: 105px;
    font-size: 8px;
    padding: 5px 0;
  }
  .customized1_color .section-bottom{
    margin-top: 13px;
    font-size: 8px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --customized1_color-p: 30px 0;
    --customized1_color-title-size: 24px;
    --customized1_color-text-size: 14px;
    --customized1_color-text-mt: 15px;
    --customized1_color-gap: 20px;
    --customized1_color-li-gap: 0;
  }

  .customized1_color .txt {
    margin-top: 20px;
  }
}
