@media screen and (max-width: 992px) {
  .container {
    padding: 15px;
    padding: 2vw;
  }
  .wl-container {
    padding-top: 20px;
    padding-top: 2.66667vw;
    padding-bottom: 20px;
    padding-bottom: 2.66667vw;
  }
  .img-slogan {
    display: none;
  }

  .section-1 .video-container {
    width: 100%;
    height: 458px;
    height: 61.06667vw;
    float: none;
    margin-left: 0;
    position: relative;
  }
  /* prettier-ignore */
  .section-1 .infos {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-top: 2.66667vw;
    top: unset;
    right: unset;
    padding: 25px 18px 10px 25px;
    padding: 3.33333vw 2.4vw 1.33333vw 3.33333vw;
    font-size: 14PX; /* px-to-viewport-ignore */
    line-height: 48px;
    line-height: 6.4vw;
  }
  .section-1 .infos.pc {
    display: none;
  }
  .section-1 .infos.wap {
    display: block;
  }

  /* prettier-ignore */
  .section-1 .infos .detail {
    padding: 0;
    width: 200px;
    width: 26.66667vw;
    height: 48px;
    height: 6.4vw;
    line-height: 48px;
    line-height: 6.4vw;
    border-radius: 24px;
    border-radius: 3.2vw;
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 14PX; /* px-to-viewport-ignore */
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-title {
    margin-top: 80px;
    margin-top: 10.66667vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 240px;
    width: 32vw;
  }

  /* #region 精品景区 */
  .section-title-jpjq {
    margin-top: 50px;
    margin-top: 6.66667vw;
  }
  .section-title-jpjq img {
    width: 180px;
    width: 24vw;
  }
  .jpjq-swiper-container-1 {
    margin-top: 50px;
    margin-top: 6.66667vw;
    height: 560px;
    height: 74.66667vw;
    overflow: hidden;
  }
  .jpjq-detail-container {
    background-color: #fff;
    border-radius: 20px;
    border-radius: 2.66667vw;
    height: 560px;
    height: 74.66667vw;
    overflow: hidden;
  }
  .jpjq-detail-container .img-container {
    width: 100%;
    height: 50%;
    float: none;
    overflow: hidden;
  }
  .jpjq-detail-container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .jpjq-detail-container .img-container img:hover {
    animation: scale-draw 20s ease-in-out infinite;
  }
  .jpjq-detail-container .right-container {
    width: 100%;
    float: none;
    position: relative;
    height: 50%;
  }
  /* prettier-ignore */
  .jpjq-detail-container .right-container h1 {
    margin-top: 15px;
    margin-top: 2vw;
    text-align: center;
    font-weight: 800;
    color: #333;
    font-size: 26px;
    font-size: 3.46667vw;
    font-size: max(16PX, 3.46667vw);/* px-to-viewport-ignore */
    margin-bottom: 0;
  }
  /* prettier-ignore */
  .jpjq-detail-container .right-container p {
    margin-top: 15px;
    margin-top: 2vw;
    font-size: 14PX; /* px-to-viewport-ignore */
    color: #333;
    line-height: 2.25;
    margin-left: 40px;
    margin-left: 5.33333vw;
    margin-right: 40px;
    margin-right: 5.33333vw;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  /* prettier-ignore */
  .jpjq-detail-container .right-container a.detail {
    width: 200px;
    width: 26.66667vw;
    height: 48px;
    height: 6.4vw;
    line-height: 48px;
    line-height: 6.4vw;
    background: #0649a5;
    border-radius: 24px;
    border-radius: 3.2vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14PX; /* px-to-viewport-ignore */
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    bottom: 6.66667vw;
  }
  .jpjq-swiper-container-2 {
    margin-top: 34px;
    margin-top: 4.53333vw;
    overflow: hidden;
    height: 160px;
    height: 21.33333vw;
  }
  .jpjq-item-container {
    width: 283px;
    width: 37.73333vw;
    height: 160px;
    height: 21.33333vw;
    position: relative;
  }
  .jpjq-item {
    width: 268px;
    width: 35.73333vw;
    height: 160px;
    height: 21.33333vw;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border-radius: 1.33333vw;
  }
  .jpjq-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* prettier-ignore */
  .jpjq-item div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fefefe;
    font-size: 14PX; /* px-to-viewport-ignore */
    font-weight: 800;
    line-height: 160px;
    line-height: 21.33333vw;
    text-align: center;
  }
  .swiper-slide-active .jpjq-item div {
    display: none;
  }
  .jpjq-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    width: 6.93333vw;
    height: 72px;
    height: 9.6vw;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
    cursor: pointer;
  }
  .jpjq-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    width: 6.93333vw;
    height: 72px;
    height: 9.6vw;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
    cursor: pointer;
  }
  .jpjq-prev img,
  .jpjq-next img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    width: 2vw;
    height: 30px;
    height: 4vw;
  }
  /* #endregion 精品景区 */

  /* #region 旅游线路 */
  .section-title-lylx {
    margin-top: 77px;
    margin-top: 10.26667vw;
  }
  .section-title-lylx img {
    width: 180px;
    width: 24vw;
  }
  /* prettier-ignore */
  .lylx-swiper-container {
    margin-top: 50px;
    margin-top: 6.66667vw;
    height: 400px;
    height: 53.33333vw;
    overflow: hidden;
    perspective: 5000PX; /* px-to-viewport-ignore */
  }
  .lylx-swiper-container .swiper-slide-active {
    transform: translate3d(0px, 0px, -130px) rotateX(0deg) rotateY(0deg) !important;
    transform: translate3d(0px, 0px, -17.33333vw) rotateX(0deg) rotateY(0deg) !important;
  }
  .lylx-swiper-container .lylx-item.swiper-slide-active {
    box-shadow: -4px 0px 30px -2px rgba(5, 73, 165, 0.15);
    box-shadow: -0.53333vw 0px 4vw -0.26667vw rgba(5, 73, 165, 0.15);
  }
  .lylx-item {
    background: #ffffff;
    border-radius: 20px;
    border-radius: 2.66667vw;
    box-shadow: 0px 0px 30px -10px rgb(5, 73, 165, 0.15);
    box-shadow: 0px 0px 4vw -1.33333vw rgb(5, 73, 165, 0.15);
    height: 100%;
    overflow: hidden;
  }
  .lylx-item a {
    color: #333;
  }
  .lylx-item .img-container {
    height: 240px;
    height: 32vw;
    overflow: hidden;
  }
  .lylx-item .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* prettier-ignore */
  .lylx-item h1 {
    margin-top: 36px;
    margin-top: 4.8vw;
    font-size: 24px;
    font-size: 3.2vw;
    font-size: max(16PX, 3.2vw);/* px-to-viewport-ignore */
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
    padding: 0 10px;
    padding: 0 1.33333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  /* prettier-ignore */
  .lylx-item p {
    font-size: 14PX; /* px-to-viewport-ignore */
    line-height: 1.875;
    margin: 20px 20px 0;
    margin: 2.66667vw 2.66667vw 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    display: none;
  }
  /* #endregion 旅游线路 */

  /* #region 精品住宿 */
  .jpzs-section-title {
    margin-top: 50px;
    margin-top: 6.66667vw;
    margin-bottom: 40px;
    margin-bottom: 5.33333vw;
  }
  .jpzs-section-title img {
    width: 180px;
    width: 24vw;
  }
  /* prettier-ignore */
  .jpzs-container span {
  height: 57px;
  height: 7.6vw;
  line-height: 57px;
  line-height: 7.6vw;
  font-size: 14PX; /* px-to-viewport-ignore */
}
  .jpzs-container a {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
    height: 300px;
    height: 40vw;
  }
  .jpzs-container a:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .jpzs-container a:nth-child(-n + 3) {
    margin-top: 2%;
  }
  .jpzs-container a:nth-child(2n + 1) {
    margin-left: 0;
  }
  .jpzs-container a:nth-child(-n + 2) {
    margin-top: 0;
  }
  /* #endregion 精品住宿 */

  /* #region 奉节好味 */
  .fshw-gallery {
    height: 200px;
    height: 26.66667vw;
    margin-top: 40px;
    margin-top: 5.33333vw;
  }
  .fshw-gallery .arrow {
    display: none;
  }
  .fshw-gallery .swiper-container-mp {
    display: inline-block;
    width: 100%;
    height: 200px;
    height: 26.66667vw;
    margin: 0;
  }
  .fshw-gallery .swiper-container-mp .swiper-wrapper {
    width: 30000px !important;
    width: 4000vw !important;
  }
  .fshw-gallery .swiper-container-mp a {
    margin-right: 16px;
    margin-right: 2.13333vw;
    height: 200px;
    height: 26.66667vw;
    width: 300px;
    width: 40vw;
  }
  .fshw-gallery .swiper-container-mp a::before {
    width: calc(100% - 10px);
    width: calc(100% - 1.33333vw);
    height: calc(100% - 10px);
    height: calc(100% - 1.33333vw);
  }
  .fshw-gallery .swiper-container-mp img {
    width: calc(100% - 10px);
    width: calc(100% - 1.33333vw);
    height: calc(100% - 10px);
    height: calc(100% - 1.33333vw);
  }

  .fshw-gallery .swiper-container-mp .slogan {
    height: 60px;
    height: 8vw;
    line-height: 60px;
    line-height: 8vw;
    padding-left: 15px;
    padding-left: 2vw;
    width: calc(100% - 10px);
    width: calc(100% - 1.33333vw);
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .fshw-gallery .swiper-container-mp .name {
    padding: 5px 10px;
    padding: 0.66667vw 1.33333vw;
    font-size: 22px;
    font-size: 2.93333vw;
    bottom: 20px;
    bottom: 2.66667vw;
    right: 20px;
    right: 2.66667vw;
  }

  /* prettier-ignore */
  .fshw-detail {
  width: 200px;
    width: 26.66667vw;
    height: 48px;
    height: 6.4vw;
    line-height: 48px;
    line-height: 6.4vw;
    background: #0649a5;
    border-radius: 24px;
    border-radius: 3.2vw;
  text-align: center;
  display: block;
  margin: 40px auto 0;
  margin: 5.33333vw auto 0;
  font-size: 14PX; /* px-to-viewport-ignore */
  color: #fff;
}
  /* #endregion 奉节好味 */

  /* #region 奉上好物 */
  .fshaowu-container {
    margin-top: 50px;
    margin-top: 6.66667vw;
  }
  .fshaowu-container a {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 32%;
    padding-top: 32%;
    margin-left: 2%;
    margin-top: 2%;
    height: 0;
    overflow: hidden;
    border-bottom-left-radius: 40px;
    border-bottom-left-radius: 5.33333vw;
    border-top-right-radius: 40px;
    border-top-right-radius: 5.33333vw;
  }
  .fshaowu-container a:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .fshaowu-container a:nth-child(-n + 4) {
    margin-top: 2%;
  }
  .fshaowu-container a:nth-child(3n + 1) {
    margin-left: 0;
  }
  .fshaowu-container a:nth-child(-n + 3) {
    margin-top: 0;
  }
  .fshaowu-container a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* prettier-ignore */
  .fshaowu-container a span {
  height: auto;
  line-height: auto;
  width: auto;
  font-size: 14PX; /* px-to-viewport-ignore */
  padding: 10PX 15PX; /* px-to-viewport-ignore */
  border-top-right-radius: 40px;
  border-top-right-radius: 5.33333vw;
}
  /* #endregion 奉上好物 */
}
