@media screen and (max-width: 768px) {
  .scenic-wrapper {
    width: 100vw;
    height: auto;
    padding: 0 12px 48px;
    margin-bottom: 0;
    overflow-x: hidden;
  }
  .cul-top-left {
    text-align: center;
  }
  .cul-top-left img {
    width: auto;
    height: 200px;
    margin-bottom: 6px;
  }
  .cul-top-right {
    padding-left: 0;
  }
  .cul-top-right .cul-content {
    padding-bottom: 6px !important;
  }
  .cul-top-right .cul-content p {
    margin: 0 !important;
  }
  .cul-top-right .cul-content p span {
    font-size: 14px !important;
  }

  /* 摩崖题记详解 */
  .cul-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-x: hidden;
  }
  .cul-details .cul-details-left {
    width: 100px;
    height: auto;
  }
  .cul-details .cul-details-left li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 38px;
    padding: 4px 12px;
    margin: 0 0 12px;
    background-size: 100% 200%;
    line-height: 1.2;
    font-size: 14px;
  }
  .cul-details .cul-details-left .moya-menu-list li.active {
    background-position: left top;
  }
  .cul-details .cul-details-right {
    width: calc(100% - 100px - 12px);
    height: auto;
    max-height: 60vh;
    padding: 0;
    overflow-y: scroll;
  }
  .cul-details .cul-details-right .cul-details-content {
    height: auto;
    padding: 0;
  }

  /* 精彩相册 */
  .mod-col-hd:before {
    display: none;
  }
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .slide-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    overflow-y: visible;
  }
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .prev-panel,
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .next-panel {
    display: none;
  }
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .slide-wrapper .tempWrap {
    width: 100% !important;
    height: auto;
  }
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .slide-wrapper .tempWrap ul {
    display: flex;
    flex-direction: column;
  }
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .slide-wrapper .tempWrap ul li {
    float: none;
    width: 100% !important;
    margin-bottom: 6px;
  }
  .cul-photos-wrapper .mod-slide-wrapper .mod-slide-bd .slide-wrapper ul li .box-wrap {
    height: auto;
    padding: 0;
  }
  .cul-photos-wrapper .big-img-wrapper {
    padding: 0;
  }
  .cul-photos-wrapper .big-img-wrapper .img {
    width: 100%;
  }

  /* 统一标题样式 */
  .cul-title,
  .scenic-wrapper .mod-col-hd {
    height: 36px;
    background-color: #094;
    margin-bottom: 12px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
}