@media (min-width: 696px) {
  /* 用来存放 公共部分 样式的 css 代码 */
  body {
    background-color: #fff;
  }
  /* 版心 */
  .wrapper {
    max-width: 1210px;
    margin: 0 auto;
  }
  .title_move {
    display: none;
  }
  /* 内容 */
  .title {
    /* max-width: 1000px; */
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    margin: 220px 40px;
    margin-bottom: 60px;
  }
  .explain {
    font-size: 18px;
    margin: 0 20px;
    margin-top: 60px;
    padding: 30px 50px;
    border-radius: 10px;
    background-color: rgba(242, 242, 242);
  }
  .explain_title {
    margin: 0 20px;
    margin-top: 60px;
    font-size: 18px;

    padding: 60px 50px;
    border-radius: 10px;
    background-color: rgba(242, 242, 242);
  }
  .headline {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
  }
  .content {
    font-size: 18px;
    margin: 30px 0;
    color: #333333;
  }
  .option {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;  */
    display: flex;
    justify-content: space-around;
  }
  .option_a {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #555555;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
  }
  /* 轮播图 */
  .carousel {
    display: none;
  }
  .ticketing_xcx_grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 28px; /* 网格项之间的间距 */
  }
  .ticketing_xcx_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_pos_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; /* 网格项之间的间距 */
  }
  .ticketing_pos_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_sanfang_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 84px; /* 网格项之间的间距 */
  }
  .ticketing_sanfang_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_houtai_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; /* 网格项之间的间距 */
  }
  .ticketing_houtai_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .ticketing_dengji_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; /* 网格项之间的间距 */
    margin-top: 30px;
  }
  .ticketing_dengji_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_pad_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; /* 网格项之间的间距 */
  }
  .ticketing_pad_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_zongbu_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; /* 网格项之间的间距 */
  }
  .ticketing_zongbu_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
}
@media (max-width: 695px) {
  body {
    background-color: rgba(242, 242, 242);
  }

  .head {
    margin-top: 1.3953rem;
    background-color: #fff;
  }
  .yuanhu {
    width: 100%;
    height: 1.3953rem;
    background-color: #fff;
    /* margin-top: 40px; */
    border-radius: 0px 0px 70% 70%;
  }
  /* 内容 */
  .title {
    display: none;
  }
  .title_move {
    padding-top: 2.3256rem;
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    text-align: center;
  }
  .explain {
    font-size: 0.2791rem;
    line-height: 0.6279rem;
    padding: 0.6977rem 1.1628rem;
  }
  .explain_title {
    margin: 0 30px;
    margin-top: 60px;
    font-size: 18px;

    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
  }
  .headline {
    font-weight: 700;
    font-style: normal;
    font-size: 0.4651rem;
    line-height: 1.0465rem;
  }
  .content {
    font-size: 0.2791rem;
    line-height: 0.4651rem;
  }
  .option {
    display: none;
  }
  .option_a {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #555555;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
  }

  .ticketing_xcx_grid {
    display: none;
  }
  .ticketing_xcx_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_pos_grid {
    display: none;
  }
  .ticketing_pos_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_sanfang_grid {
    display: none;
  }
  .ticketing_sanfang_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_houtai_grid {
    display: none;
  }
  .ticketing_houtai_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .ticketing_dengji_grid {
    display: none;
  }
  .ticketing_dengji_grid_img {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .ticketing_pad_grid {
    display: none;
  }

  .ticketing_zongbu_grid {
    display: none;
  }
}
