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