@media (min-width: 696px) {
  /* 用来存放 公共部分 样式的 css 代码 */

  /* 版心 */
  .wrapper {
    max-width: 1210px;
    margin: 0 auto;
  }

  /* 
      video  视频
   */

  .myVideo {
    display: block;
    position: relative;
    height: calc(100vh);
    object-fit: cover; /* Maintain aspect ratio and cover the area */
  }
  .video_title {
    padding: 0 40px;
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video_logo {
    display: flex;
  }
  .video_logo_img {
    /* width: 107px; */
    /* height: 107px; */
    width: 84px;
    height: 84px;
    margin-right: 30px;
  }
  .video_logo_title1 {
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #ffffff;
  }
  .video_logo_title2 {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
  }
  .video_title .video_title_1 {
    margin-bottom: 70px !important;
    margin: 40px 0;
    font-size: 30px;
    letter-spacing: 2.4px;
    color: #ffffff;
    text-align: center;
  }
  .XR_software_shade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100vh);
    /* background: inherit; */
    background-color: rgba(148, 143, 143, 0.2);
    border: none;
    border-radius: 0px;
  }
  .title {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    margin: 220px 40px;
    margin-bottom: 30px;
  }
  .explain {
    margin: 140px 40px;
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
  }
  /* // XR大空间一站式落地解决方案 */
  .XR_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .XR_button a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    border: #999999 solid 1px;
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .XR_button_img {
    position: relative;
    width: 140px;
    height: 40px;
    border-radius: 20px;
  }
  .XR_button_img_div {
    position: relative;
  }
  .XR_button_img_ckxq {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
  }
  .XR_large_space {
    margin: 0 auto;
  }
  .XR_large_space .XR_large_space_content {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; /* 网格项之间的间距 */
    padding: 0 20px;
  }
  .XR_large_space .footer-links {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 16px;
    height: 342px;
  }
  .XR_large_space .footer-links .cell {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .XR_large_space .footer-links .cell img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
  .XR_large_space .footer-links .cell span {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    margin: 24px 0;
  }
  .XR_large_space .footer-links .cell p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    color: #333333;
  }
  /* .footer-links:hover {
  box-shadow: 0 0 5px rgba(170, 170, 170, 0.349019607843137);
  padding: 5px;
} */
  /* // 强大而丰富的软件服务 */

  .software_details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; /* 网格项之间的间距 */
    padding: 0 20px;
  }
  .software_details .software_permutation {
    background-color: #fff;
    height: 253px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 16px;
  }
  .software_details .software_permutation .cell {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .software_details .software_permutation .cell img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
  .software_details .software_permutation .cell span {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
  }
  .software_details .software_permutation .cell p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    color: #333333;
  }

  /* // 门店开业流程 及 游客接待流程 */
  .Long_chart {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  .Long_chart_padding {
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
  }
  .Long_chart p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .Long_chart img {
    width: 100%;
    /* padding: 0 20px; */
  }
  .NR_Content_cooperation_padding {
    padding: 0 20px;
  }
  .NR_Content_cooperation .NR_footer_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; /* 网格项之间的间距 */
  }
  .NR_Content_cooperation .NR_footer_content img {
    width: 100%;
    border-radius: 16px;
  }
  /* 轮播图 */
  .indexlunbo {
    display: none;
  }
  .carousel-container {
    position: relative;
    max-width: 1210px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 16px;
    margin: auto;

    margin-top: 80px;
    /* background: #b4bbc5; */
    /* margin: 20px; */
    border: 0;
  }

  .carousel-slide-wrapper {
    width: 100%;
    /* padding: 0 20px; */

    background-color: #fff;
    border-radius: 16px;
  }
  .carousel_two {
    margin: 20px;
  }
  .carousel-slide {
    display: flex;
    transition: transform 0.7s ease-in-out;
  }
  .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;

    /* padding: 20px; */
  }
  /* 隐藏状态的类 */
  .slide-hidden img {
    opacity: 0;
    z-index: 0;
    transform: translateX(-100%);
  }

  .slide-hidden .caption {
    opacity: 0;
    z-index: 0;
    transform: translateX(100%);
    /* 文字移出屏幕外 */
  }
  .slide-hidden {
    opacity: 0;
  }
  .caption {
    height: auto;
    padding-right: 30px;
    z-index: 1000;
  }

  .caption .system {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
  }

  .carousel-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-indicators {
    display: flex;
    align-items: center;
  }

  .carousel-indicators button {
    background-color: rgba(187, 187, 187);
    border: none;
    margin: 15px 0;
    cursor: pointer;
    opacity: 0.5;
    width: 104px;
    height: 3px;
    z-index: 100;
    position: relative;
  }
  .carousel-indicators button::before {
    width: 104px;
    height: 40px;
    content: ""; /* 伪元素需要内容才能显示，但这里我们设置为空 */
    position: absolute; /* 绝对定位相对于最近的已定位祖先元素（这里是.clickable-button） */

    transform: translate(-50%, -50%);
    pointer-events: auto; /* 使伪元素能够接收指针事件 */
    background-color: transparent; /* 透明背景 */
    z-index: -1; /* 确保伪元素位于按钮内容的下方 */
  }

  .carousel-indicators button.active {
    opacity: 1;
    background-color: rgba(18, 150, 219);
    width: 104px;
    height: 3px;
    margin: 15px 0;
  }
  @media (min-width: 696px) {
    .slide img {
      max-width: 250px;
      margin: 30px;
      height: auto;
      object-fit: cover;
      object-position: center; /* 确保图片的中间部分被显示 */
    }
    .caption .system_content {
      max-width: 800px;
      height: auto;
      margin: 30px 0;

      font-size: 18px;
      line-height: 27px;
    }
    .XR_button {
      margin-bottom: 40px;
    }
  }
  @media (min-width: 1000px) {
    .slide img {
      max-width: 550px;
      margin-right: 30px;
      margin-bottom: 60px;
      height: auto;
      object-fit: cover;
      object-position: center; /* 确保图片的中间部分被显示 */
    }
    .caption .system_content {
      max-width: 800px;
      height: auto;
      margin: 60px 0;
      margin-top: 30px;
      font-size: 18px;
      line-height: 27px;
    }
  }
}
@media (max-width: 695px) {
  /* video  视频- 移动端 */
  .myVideo {
    display: block;
    position: relative;
    height: calc(100vh);
    object-fit: cover; /* Maintain aspect ratio and cover the area */
  }
  .video_title {
    padding: 0 0.2326rem;
    z-index: 30;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video_logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video_logo_img {
    width: 1.5581rem;
    height: 1.5581rem;
    margin-right: 0.2326rem;
  }
  .video_logo_title1 {
    font-weight: 700;
    font-style: normal;
    font-size: 0.8372rem;
    color: #ffffff;
  }
  .video_logo_title2 {
    display: none;
  }
  .video_logo_img_div {
    margin: 0 !important;
  }
  .video_title .video_title_1 {
    margin-bottom: 70px !important;
    margin: 80px 0;
    padding: 0 1.8605rem;
    font-size: 0.5581rem;
    letter-spacing: 2.4px;
    color: #ffffff;
    text-align: center;
  }
  .XR_software_shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh);
    background-color: rgba(148, 143, 143, 0.2);
    border: none;
    border-radius: 0px;
  }
  .XR_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .XR_button a {
    width: 3.2558rem;
    height: 0.9302rem;
    line-height: 0.9302rem;
    font-size: 0.3721rem;
    border-radius: 0.4651rem;
    border: #999999 solid 0.0233rem;
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .XR_button_img {
    position: relative;
    width: 140px;
    height: 40px;
    border-radius: 20px;
  }
  .XR_button_img_div {
    position: relative;
  }
  .XR_button_img_ckxq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
  }

  .title {
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    text-align: center;
    margin: 2.3256rem 0.4651rem;
    margin-bottom: 0.6977rem;
  }
  .explain {
    margin: 1.1628rem 0.4651rem;
    margin-top: 0;
    font-size: 0.2791rem;
    text-align: center;
    line-height: 27px;
  }

  /* XR大空间一站式落地解决方案——移动端 */
  .XR_large_space {
    margin: 0 auto;
  }
  .XR_large_space .XR_large_space_content {
    margin: 0 0.4651rem;
    margin-top: 1.8605rem;
    background-color: #fff;
    border-radius: 0.3721rem;
    /* padding: 20px; */
  }
  .XR_large_space .footer-links .cell {
    display: flex;
    align-items: center;
    padding: 0.4651rem;
  }
  .layout {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .XR_large_space .footer-links .cell img {
    width: 1.1163rem;
    height: 1.1163rem;
    border-radius: 0.3721rem;
    margin-right: 0.4651rem;
  }
  .XR_large_space .footer-links .cell span {
    font-weight: 700;
    font-style: normal;
    font-size: 0.3256rem;
    text-align: center;
    /* margin: 24px 0; */
  }
  .XR_large_space .footer-links .cell p {
    font-weight: 400;
    font-style: normal;
    font-size: 0.2791rem;
    text-align: center;
    color: #333333;
  }

  /* // 强大而丰富的软件服务 */

  .software_details {
    margin: 0 0.4651rem;
    margin-top: 1.8605rem;
    background-color: #fff;
    border-radius: 0.3721rem;
  }

  .software_details .software_permutation .cell {
    display: flex;
    align-items: center;
    padding: 0.4651rem;
  }
  .software_details .software_permutation .cell img {
    width: 1.1163rem;
    height: 1.1163rem;
    border-radius: 0.3721rem;
    margin-right: 0.4651rem;
  }
  .software_details .software_permutation .cell span {
    font-weight: 700;
    font-style: normal;
    font-size: 0.3256rem;
    text-align: center;
  }
  .software_details .software_permutation .cell p {
    font-weight: 400;
    font-style: normal;
    font-size: 0.2791rem;
    text-align: center;
    color: #333333;
  }

  /* 轮播图 */
  .carousel-container {
    display: none;
  }

  .caption .system {
    font-weight: 700;
    text-align: center;
    font-style: normal;
    font-size: 0.6512rem;
  }

  .caption .system_content {
    max-width: 800px;
    height: 135px;
    margin: 30px 0;

    font-size: 0.2791rem;
    line-height: 27px;
  }
  .XR_button {
    margin-bottom: 40px;
  }

  /* 门店开业和游客接待 */
  .Long_chart {
    display: none;
  }
  /* 内容合作服务 */
  .NR_Content_cooperation_padding {
    padding: 0 20px;
  }
  .NR_Content_cooperation .NR_footer_content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4651rem; /* 网格项之间的间距 */
    background-color: #fff;
    padding: 0.4651rem;
    border-radius: 0.3721rem;
  }
  .NR_Content_cooperation .NR_footer_content img {
    width: 100%;
    border-radius: 0.3721rem;
  }
}
