/* 用来存放 公共部分 样式的 css 代码 */
@media (min-width: 696px) {
  body {
    background-color: #fff;
  }
  /* 版心 */
  .wrapper {
    max-width: 1210px;
    margin: 0 auto;
  }
  /* 标题版心*/
  .wrapper_title {
    max-width: 1000px;
    margin: 0 auto;
  }

  /* 
    首页图
  */

  .position_relative {
    position: relative;
  }
  .digital_space_img {
    width: 100%;
    height: calc(100vh);
    /* height: 100vw; */
    object-fit: cover; /* Maintain aspect ratio and cover the area */
    object-position: center; /* 图像居中显示 */
    background-size: cover;
  }
  .digital_space_title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
  }
  .digital_space_title_1 {
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    color: #d7d7d7;
    text-align: center;
    margin: 0 40px;

    margin-bottom: 40px;
  }
  .digital_space_title_2 {
    text-align: center;
    font-size: 18px;
    color: #d7d7d7;
    line-height: 27px;
    margin: 0 40px;
  }
  .digital_space_shade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100vh);
    background: inherit;
    background-color: rgba(0, 0, 0, 0.5);
    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: 220px 40px;
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
  }
  /* 沐玛科技为合作方提供XR大空间一站式落地解决方案 */
  .one_img {
    width: 100%;
    height: 700px;
    object-fit: cover; /* Maintain aspect ratio and cover the area */
    object-position: center; /* 图像居中显示 */
    background-size: cover;
  }
  .one_stop_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 700px;
    background: inherit;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .one_stop_div {
    max-width: 1210px;
    min-width: 696px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }
  .one_stop_div_title {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin: 0 40px;
    margin-bottom: 55px;
  }
  .one_stop_div_explain {
    font-size: 18px;
    color: #ffffff;

    text-align: center;
    margin: 0 40px;
    margin-bottom: 55px;
  }
  .one_stop_div_ul {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; /* 网格项之间的间距 */
  }
  .one_stop_div_li {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 20px;
  }
  .one_stop_div_cell {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .one_stop_div_cell img {
    max-width: 80px;
    min-width: 20px;
    max-height: 80px;
    min-height: 20px;
    border-radius: 16px;
  }
  .one_stop_div_cell p {
    margin-top: 12px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
  .XR_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
  }
  .XR_button a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: #02a7f0 solid 1px;
    background-color: transparent;
    padding: 0;
    text-align: center;
    color: #02a7f0;
    font-size: 14px;
  }
  /* 全流程SAAS云票务系统 */
  /* 移动销毁 */
  .PW_ticketin_mobile {
    display: none;
  }
  .PW_ticketing_system {
    margin: 0 20px;
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: 1fr 1fr 1fr 2fr;
    gap: 20px; /* 网格项之间的间距 */
  }
  .PW_ticketing_system img {
    border: #d7d7d7 solid 0.5px;
    /* max-width: 232px; */
    width: 100%;
    height: 100%;
    /* height: 500px; */
    border-radius: 16px;
  }
  .PW_ticketing_system .pos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .PW_ticketing_system .pos img {
    width: 408px;
    width: 100%;
    height: 48%;
    /* height: 229px; */
    border-radius: 16px;
    border: #d7d7d7 solid 0.5px;
  }
  /* 功能全面的播控系统 */
  .BK_broadcast_control {
    margin: 0 auto;
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: 1fr 1fr;
    gap: 36px; /* 网格项之间的间距 */
  }
  .BK_broadcast_control div {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .BK_broadcast_control img {
    width: 100%;
    /* height: 256px; */

    border-radius: 20px;
    border: #d7d7d7 solid 0.5px;
  }
  .BK_broadcast_control p {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .BK_broadcast_control_img {
    margin-top: 220px;
    width: 100%;
    height: 700px;
    object-fit: cover; /* Maintain aspect ratio and cover the area */
    object-position: center; /* 图像居中显示 */
    background-size: cover;
  }
  .BK_broadcast_control_img_list {
    margin-top: 220px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 700px;
    background: inherit;
    background-color: rgba(138, 136, 136, 0.6);
    border: none;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .BK_broadcast_control_div {
    max-width: 1210px;
    min-width: 696px;
  }
  .BK_broadcast_control_div_title {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin: 0 40px;
    margin-bottom: 55px;
  }
  .BK_broadcast_control_div_explain {
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
    margin: 0 40px;
    margin-bottom: 55px;
    text-align: center;
  }
  /* 强大的总部系统 */

  .ZB_headquarters_system {
    margin: 0 20px;
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
  .ZB_headquarters_system_div img {
    width: 100%;

    object-position: center;
    background-size: cover;
    border: #d7d7d7 solid 0.5px;
    border-radius: 16px;
  }
  .ZB_headquarters_system_div p {
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-size: 18px;
  }
  /* 服务支持  */
  @media (min-width: 600px) {
    .FW_service_support {
      margin: 0 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 36px; /* 网格项之间的间距 */
    }
  }

  @media (min-width: 1000px) {
    .FW_service_support {
      margin: 0 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 136px; /* 网格项之间的间距 */
    }
  }

  .FW_service_support_li {
    display: flex;
    flex-direction: column;
    justify-content: right;
    border-radius: 20px;
  }
  .FW_service_support_li img {
    width: 100%;
    border-radius: 16px;
    border: #d7d7d7 solid 0.5px;
  }
  .FW_service_support_li span {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: 10px 0;
  }
  .FW_service_support_li p {
    color: #333;
    font-size: 14px;
  }
  .FW_service_support_li_div_cell p {
    margin-top: 12px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
  /* 商务合作 */
  .SW_business_cooperation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    height: 544px;
    background-color: rgba(0, 0, 0, 0.533333333333333);
  }
  .SW_business_cooperation_hz {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
  }
}
@media (max-width: 695px) {
  .position_relative {
    position: relative;
  }
  .digital_space_img {
    width: 100%;
    height: calc(100vh);
    object-fit: cover; /* Maintain aspect ratio and cover the area */
    object-position: center; /* 图像居中显示 */
    background-size: cover;
  }
  .digital_space_title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
  }
  .digital_space_title_1 {
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    color: #d7d7d7;
    text-align: center;
    margin: 0 1.8605rem;

    margin-bottom: 1.8605rem;
  }
  .digital_space_title_2 {
    text-align: center;
    font-size: 0.2791rem;
    color: #d7d7d7;
    line-height: 0.6279rem;
    margin: 0 1.8605rem;
  }
  .digital_space_shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh);
    background: inherit;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
  }

  .title {
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    text-align: center;
    margin: 2.7907rem 0.9302rem;
    margin-bottom: 0;
  }
  .explain {
    margin: 2.7907rem 0.9302rem;
    margin-top: 0.6977rem;
    font-size: 0.2791rem;
    text-align: center;
    line-height: 0.6279rem;
  }
  .XR_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.9302rem;
  }
  .XR_button a {
    width: 3.2558rem;
    height: 0.9302rem;
    line-height: 0.9302rem;
    border-radius: 0.4651rem;
    border: #02a7f0 solid 0.0233rem;
    background-color: transparent;
    padding: 0;
    text-align: center;
    color: #02a7f0;
    font-size: 0.3256rem;
  }
  /* 沐玛科技为合作方提供XR大空间一站式落地解决方案 */
  .one_img {
    width: 100%;
    height: 22.3256rem;
    object-fit: cover;
    object-position: center; /* 图像居中显示 */
    background-size: cover;
  }
  .one_stop_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 22.3256rem;
    background: inherit;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0px;
  }
  .one_stop_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .one_stop_div_title {
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    color: #ffffff;
    text-align: center;
    margin: 0 0.4651rem;
    margin-bottom: 0.9302rem;
  }
  .one_stop_div_explain {
    font-size: 0.2791rem;
    color: #ffffff;
    line-height: 0.6279rem;
    text-align: center;
    margin: 0 0.4651rem;
    margin-bottom: 0.9302rem;
  }
  .one_stop_div_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.814rem; /* 网格项之间的间距 */
  }
  .one_stop_div_li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3721rem;
  }
  .one_stop_div_cell {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .one_stop_div_cell img {
    width: 2.093rem;
    height: 2.093rem;
    border-radius: 0.3721rem;
  }
  .one_stop_div_cell p {
    margin-top: 0.2791rem;
    font-size: 0.3256rem;
    color: #ffffff;
    text-align: center;
  }
  /* 全流程SAAS云票务系统 */

  /* pc 销毁 */
  .PW_ticketing_system {
    display: none;
  }
  /* 移动 */
  .PW_ticketin_mobile_img {
    margin: 0 0.4651rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4651rem; /* 网格项之间的间距 */
  }
  .PW_ticketin_mobile_img img {
    border: #d7d7d7 solid 0.5px;
    width: 100%;
    height: 100%;
    border-radius: 0.3721rem;
  }
  .PW_ticketin_mobile .pos {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .PW_ticketin_mobile .pos img {
    margin-top: 0.4651rem;
    width: 100%;
    border-radius: 0.3721rem;
    border: #d7d7d7 solid 0.5px;
  }
  /* 功能全面的播控系统 */
  .BK_broadcast_control {
  }
  .BK_broadcast_control div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .BK_broadcast_control img {
    margin-top: 0.4651rem;
    width: 8.1395rem;
    border-radius: 0.3721rem;
    border: #d7d7d7 solid 0.5px;
  }
  .BK_broadcast_control p {
    margin-top: 0.2326rem;
    font-size: 0.3256rem;
    text-align: center;
    color: #fff;
  }
  .BK_broadcast_control_img {
    margin-top: 1.3953rem;
    width: 100%;
    height: 22.9535rem;
    object-fit: cover; /* Maintain aspect ratio and cover the area */
    object-position: center; /* 图像居中显示 */
    background-size: cover;
  }
  .BK_broadcast_control_img_list {
    margin-top: 1.3953rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22.9535rem;
    background: inherit;
    background-color: rgba(138, 136, 136, 0.6);
    border: none;
  }
  .BK_broadcast_control_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .BK_broadcast_control_div_title {
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    color: #ffffff;
    text-align: center;
    margin: 0 0.9302rem;
    margin-bottom: 0.9302rem;
  }
  .BK_broadcast_control_div_explain {
    font-size: 0.2791rem;
    color: #ffffff;
    line-height: 0.6279rem;
    margin: 0 0.9302rem;
    margin-bottom: 0.9302rem;
  }
  /* 强大的总部系统 */

  .ZB_headquarters_system {
    margin: 0 0.4651rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4651rem;
  }
  .ZB_headquarters_system_div img {
    width: 100%;
    object-position: center;
    background-size: cover;
    border: #d7d7d7 solid 0.5px;
    border-radius: 16px;
  }
  .ZB_headquarters_system_div p {
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-size: 0.3256rem;
  }
  /* 服务支持  */
  .FW_service_support {
    margin: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4651rem; /* 网格项之间的间距 */
  }

  .FW_service_support_li {
    display: flex;
    flex-direction: column;
    justify-content: right;
    border-radius: 20px;
  }
  .FW_service_support_li img {
    width: 100%;
    border-radius: 16px;
    border: #d7d7d7 solid 0.5px;
  }
  .FW_service_support_li span {
    margin-top: 0.2326rem;
    font-weight: 700;
    font-style: normal;
    font-size: 0.3256rem;
    text-align: center;
  }
  .FW_service_support_li p {
    color: #333;
    font-size: 0.2791rem;
    line-height: 0.4651rem;
  }
}
