@media (max-width: 767px) {
  .contain {
    padding: 13.33333vw 0 0;
    /* 文字分页项 */
    /* 激活态样式 */
  }
  .contain .des {
    font-weight: 380;
    font-size: 2.13333vw;
    line-height: 140%;
    text-align: center;
    margin-bottom: 6.66667vw;
    padding-left: 7.73333vw;
    padding-right: 7.73333vw;
  }
  .contain .title {
    font-weight: 630;
    font-size: 4.26667vw;
    line-height: 100%;
    text-align: center;
    margin-bottom: 3.46667vw;
    padding-left: 7.73333vw;
    padding-right: 7.73333vw;
  }
  .contain .swiper-pagination {
    position: relative;
    z-index: 10;
    /* 提高层级 */
    display: flex;
    justify-content: center;
    margin-top: 2.66667vw;
    /* 调整与轮播图的距离 */
  }
  .contain .custom-bullet {
    color: #1a1a1acc;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 1.86667vw;
    /* 调整字体大小 */
    font-weight: 500;
    /* 调整字体粗细 */
    border-bottom: 0.26667vw solid transparent;
    /* 添加下划线 */
    text-align: center;
    display: block;
  }
  .contain .custom-bullet.active {
    color: #c79f6c;
    /* 修改激活态文字颜色 */
    border-bottom: 0.26667vw solid #c79f6c;
    /* 修改激活态下划线颜色 */
  }
}
