﻿@charset "UTF-8";

#images {
  height: 0;
  overflow: hidden;
}

.viewer-container {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-container .viewer-flip-horizontal,
.viewer-container .viewer-flip-vertical,
.viewer-container .viewer-one-to-one,
.viewer-container .viewer-play,
.viewer-container .viewer-reset,
.viewer-container .viewer-rotate-left,
.viewer-container .viewer-rotate-right,
.viewer-container .viewer-zoom-in,
.viewer-container .viewer-zoom-out {
  display: none;
}

.viewer-container .viewer-title {
  color: #fff;
}

.viewer-container .viewer-navbar {
  background-color: rgba(0, 0, 0, 0.9);
}

.viewer-container .viewer-navbar .viewer-list {
  margin: 0 auto;
  transform: translateX(0) !important;
}

.viewer-container .viewer-toolbar .viewer-next,
.viewer-container .viewer-toolbar .viewer-prev {
  position: fixed !important;
  top: 50%;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}

.viewer-container .viewer-toolbar .viewer-next:before,
.viewer-container .viewer-toolbar .viewer-prev:before {
  display: none;
}

.viewer-container .viewer-toolbar .viewer-prev {
  left: 20px;
  background: url(../img/l.png) no-repeat center center;
  background-size: 80% auto;
}

.viewer-container .viewer-toolbar .viewer-next {
  right: 20px;
  background: url(../img/r.png) no-repeat center center;
  background-size: 80% auto;
}

.viewer-container .viewer-title {
  font-size: 16px;
}

.viewer-container .viewer-close:before {
  background: url(../img/close.png);
  background-size: 100% auto;
}

.viewer-container {
  z-index: 999999 !important;
}

.viewer-title {
  display: none;
}

.mobile .viewer-container .viewer-button,
.mobile .viewer-container .viewer-title,
.mobile .viewer-container .viewer-toolbar {
  /* zoom: 2.4 */
}

.mobile .viewer-container .viewer-next,
.mobile .viewer-container .viewer-prev {
  transform: translateY(-50%) scale(1);
}

.mobile .viewer-container .viewer-prev {
  left: 0;
}

.mobile .viewer-container .viewer-next {
  right: 0;
}

.mobile .viewer-container .viewer-list {
  height: 150px;
}

.mobile .viewer-container .viewer-list>li {
  width: 90px;
  height: 150px;
}

.video_modal_global {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_modal_global video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.video_modal_global .close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .video_modal_global .close {
    width: 35px;
    right: 32px;
    top: 32px;
  }
}

@media screen and (max-width: 750px) {
  .video_modal_global .close {
    width: 6vw;
    right: 6vw;
    top: 6vw;
  }
}

body {
  background-color: #FFFDF8;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}


@media screen and (min-width: 751px) {
  .top {
    position: fixed;
    bottom: 10%;
    right: 361px;
    z-index: 999;
    cursor: pointer;
  }
}

@media screen and (max-width: 750px) {
  .top {
    position: fixed;
    bottom: 10%;
    right: 15vw;
    z-index: 999;
    cursor: pointer;
  }
}

.mobile .top img {
  width: 15vw;
}

.hide {
  display: none
}

.top img {
  display: block;
  width: 80px;
}

.hidden.hidden.hidden {
  display: none !important;
}

.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-col-x-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-col-y-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.mobile .w1200 {
  width: 100%;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb100 {
  margin-bottom: 100px;
}

.themScrollBar::-webkit-scrollbar {
  width: 12px;
}

.themScrollBar::-webkit-scrollbar-thumb {
  background-color: #cbd4d6;
  border-radius: 6px;
}

.themScrollBar::-webkit-scrollbar-track {
  background-color: transparent;
}

.fullimg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.title_mb {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .title_mb {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .title_mb {
    padding-bottom: 5vw;
  } .app #hsjy .title_mb {
    padding-bottom: 0;
    padding-top: 2vw;
}
}
 
@media screen and (min-width: 751px) {
  .title_mb .title_img {
    height: 115px;
  }

}

@media screen and (max-width: 750px) {
  .title_mb .title_img {
    height: 9.417vw;
  }
}

.them_btn {
  display: block;
  background-image: url("../img/42.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  .them_btn {
    width: 224px;
    height: 66px;
  }
}

@media screen and (max-width: 750px) {
  .them_btn {
    width: 29.8666666667vw;
    height: 8.6666666667vw;
  }
}

.them_btn:hover {
  background-image: url("../img/42.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  /* background-color: #fafffd; */
  /* background: url('../img/snowflake.png') no-repeat;
  background-size: cover; */
}


.app {
  min-width: 1200px;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 100vh;
}

@media screen and (min-width: 751px) {
  .app .group_1 {
    padding-top: 110px;
    margin-bottom: 36px;

  }

  .app .group_1 {
    background: url("../img/ddbg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    /* 确保内容层级更高 */
  }

  .app .group_1::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url("../img/snowflake.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    /* 绝对定位 */
    top: 17px;
    left: -126px;
    width: 100%;
    /* 伪元素覆盖整个 .content */
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 750px) {
  .app .group_1 {
    padding-top: 6.6666666667vw;
    margin-bottom: 0vw;
    position: relative;
    z-index: 1;
  }

  .app .group_1 {
    background: url("../img/ddbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .app .group_1::before {
    background: url("../img/snowflake.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    top: 3.43vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    content: "";
  }
}

@media screen and (min-width: 751px) {
  .app .group_2 {
    padding-top: 110px;
    margin-top: 0px;
  }

  .app .group_2 {
    background-image: url("../img/hsjybg.png");
    background-position: center 700px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 750px) {
  .app .group_2 {
    padding-top: 10.4vw;
    margin-top: 3.2vw;
    background: url('../img/hsjybg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 306px;
  }
}

@media screen and (min-width: 751px) {
  .app .group_3 {
    padding-top: 111px;
    margin-top: 0px;
    background: url("../img/fgyjbj.png");
    background-position: 0 400px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 750px) {
  .app .group_3 {
    padding-top: 9.3333333333vw;
    margin-top: 0vw;
    background: url("../img/fgyjbj.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position: 0 58vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 751px) {
  .app .group_4 {
    padding-top: 180px;
    margin-bottom: 36px;

  }

  .app .group_4 {
    background: url("../img/wjztbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;

  }

  .app .group_4::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/snowflake.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;

  }
}

@media screen and (max-width: 750px) {
  .app .group_4 {
    padding-top: 6.6666666667vw;
    margin-bottom: 0vw;
    background: url("../img/m/wjztbj.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.app #index .pc_cover {
  display: block;
}

.app #index .mobile_cover {
  display: none;
}

.app #dd {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  .app #dd {
    margin-bottom: 110px;
    font-size: 22px;
    line-height: 48px;
    width: 1200px;
    padding-top: 182px;
    padding-bottom: 68px;
    padding-left: 101px;
    padding-right: 101px;
    background-image: url("../img/dd.png");
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .app #dd {
    margin-left: 5.333vw;
    margin-right: 1.333vw;
    margin-bottom: 8vw;
    font-size: 2.607vw;
    line-height: 6.4vw;
    width: calc(100% - 10.6666666667vw);
    height: 87.867vw;
    padding-top: 17.133vw;
    padding-bottom: 1.733vw;
    padding-left: 6.467vw;
    padding-right: 6.467vw;
    background-image: url("../img/m/dd.png");
    background-size: 100% 100%;
  }
}

.app #dd .content {
  text-indent: 2em;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 751px) {
  .app #dd .content {
    -webkit-line-clamp: 30;
  }
}

@media screen and (max-width: 750px) {
  .app #dd .content {
    -webkit-line-clamp: 99;
  }
}

@media screen and (min-width: 751px) {
  .app #tzfy {
    padding-left: 0px;
    padding-right: 0px;
  }

  .app #tzfy .content {
    position: relative;
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }

}

@media screen and (min-width: 751px) {
  .app #tzfy .content {

    align-items: center;
    justify-content: flex-end;
    height: 604px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content {
    height: 84.6666666667vw;
    display: flex;
    flex-wrap: wrap;
  }
}

.app #tzfy .content .l {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .l {
    border-radius: 12px;
    height: 543px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .l {
    border-radius: 1.6vw;
    height: 49.8666666667vw;
    order: -1;
  }
}

.app #tzfy .content .l .cover {
  width: 100%;
  height: 100%;
}

.app #tzfy .content .l .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/play.png");
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .l .play {
    width: 93px;
    height: 93px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .l .play {
    width: 12.4vw;
    height: 12.4vw;
  }
}

.app #tzfy .content .l .play:hover {
  background-image: url("../img/14.png");
}

.app #tzfy .content .r {
  /* position: absolute; */
  /* background: linear-gradient(to bottom, #fcf7e3, #d9f8ed); */
  height: 100%;
  display: flex;
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .r {
    align-items: initial;
    justify-content: flex-start;
    border-radius: 12px;
    height: 100%px;
    right: initial;
    left: 0px;
    top: 0px;
    bottom: initial;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .r {
    align-items: initial;
    justify-content: flex-start;
    border-radius: 1.6vw;
    height: auto;
    width: 100%;
    right: initial;
    left: initial;
    top: 38.2666666667vw;
    bottom: 0vw;
  }
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content {
    width: 333px;
    height: initial;
    padding-right: 54px;
    padding-left: 54px;
    padding-top: 52px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content {
    width: 100%;
  }
}

.app #tzfy .content .r .r-content .rc-t {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .rc-t {
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .rc-t {
    line-height: 48px;
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content .rc-t {
    line-height: 4.2666666667vw;
    font-size: 3.4666666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-top: 3.4666666666667vw;
  }
}

.app #tzfy .content .r .r-content .rc-c {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  /* text-indent: 2em; */
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .rc-c {
    height: 217px;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content .rc-c {
    height: auto;
    font-size: 3.1914893617021vw;
    line-height: 4.8vw;
    margin-bottom: 1.0666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .them_btn {
    float: initial;
    color: white;
    text-align: center;
    line-height: 66px;
  }
}

@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content .them_btn {
    float: right;
    margin-top: 7vw;
    justify-content: center;
    display: flex;
    color: #fff;
    font-weight: 400;
    align-items: center;
  }
}

.app #hsjy {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .app #hsjy {
    width: 1246px;
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 750px) {
  .app #hsjy {
    width: 100%;
    margin-bottom: 10.2666666667vw;
    background: url('../img/m/12.png');
            background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.app #hsjy .content {
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  .app #hsjy .content {

    min-height: 532px;
    background-image: url("../img/12.png");
    border-radius: 20px 20px;
    background-size: 100%;
  }

  /* .app #hsjy .content::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url("../img/12.png");
    border-radius: 20px 20px;
    background-size: 100%;
    position: absolute;
    left: 80px;
    top: -30px;
  } */

  .app #hsjy .content .i-content {
    width: 500px;
    margin-left: 37vw;
  }
}

@media screen and (max-width: 750px) {
  .app #hsjy .content {
    /* height: 100vw;
    border-radius: 20px 20px;
    background-size: 100%;
    position: relative; */

    width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 84vw;
  }

  /* .app #hsjy .content::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url("../img/m/12.png");
    background-size: contain;
    position: absolute;
    left: 10vw;
    top: 0;
    background-repeat: no-repeat;
  } */
}

.app #hsjy .content .c-content {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 751px) {
  /* .app #hsjy .content .c-content {
    -webkit-line-clamp: 4;
  } */
}

@media screen and (max-width: 750px) {
  .app #hsjy .content .c-content {
    -webkit-line-clamp: 6;
  }
}

@media screen and (min-width: 751px) {
  .app #hsjy .content .c-content {
   font-size: 23px;
    line-height: 40px;
    padding-right: 700px;
    padding-top: 195px;
    padding-left: 58px;
    text-align: justify;
  }
}

@media screen and (max-width: 750px) {
  .app #hsjy .content .c-content {
    font-size: 2.9333333333vw;
    line-height: 6.4vw;
    padding-right: 7.533vw;
    padding-left: 10vw;
    padding-top: 17vw;
    text-indent: 2em;
  }
}

@media screen and (min-width: 751px) {
  .app #hsjy .content .them_btn {
    /* margin-left: 0px;
    margin-top: 0px; */
margin-left: 160px;
    margin-top: 20px;
    text-align: center;
    line-height: 66px;
    color: white;

  }
}

@media screen and (max-width: 750px) {
  .app #hsjy .content .them_btn {
    margin-left: 10vw;
    margin-top: 3.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
}

@media screen and (min-width: 751px) {
  .app #xfcj .title_mb {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .app #xfcj .title_mb {
    padding-bottom: 8vw;
  }
}

.app #xfcj .content {
  background-image: url("");
  background-position: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  /* .app #xfcj .content {
    height: 621px;
    width: 100%;
    background-color: #F8E6E4;
    border-radius: 20px 20px;
  } */
}

@media screen and (max-width: 750px) {
  .app #xfcj .content {
    margin-left: 7.0666666667vw;
    margin-right: 6.6666666667vw;
    height: 103.8666666667vw;
    padding-bottom: 11.533vw;
    display: flex;
    flex-wrap: wrap;
  }
}

.app #xfcj .content .control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 751px) {
  .app #xfcj .content .control {
    gap: 39px;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .app #xfcj .content .control {
    gap: 5.2vw;
    /* margin-bottom: 9.7333333333vw; */
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .app #xfcj .content .control .tabs_item_global {
    gap: 39px;
    height: 195px;
    width: 66px;
    line-height: 48px;
    font-size: 24px;
  }

  .app #xfcj .content .control .tabs_item_global {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #972518;
    cursor: pointer;
    background-image: url("../img/7.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 278px;
    height: 69px;
  }

  .app #xfcj .content .control .tabs_item_global.active {
    color: #fff;
    background-image: url("../img/6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 278px;
    height: 69px;
  }

  .tabs_content_global {
    height: 320px;
    width: 100%;
    background-color: #F8E6E4;
    border-radius: 20px 20px;
  }
}

@media screen and (max-width: 750px) {

  .app #xfcj .content .control .tabs_item_global {
    height: 9vw;
    width: 32vw;
    font-size: 3.111vw;
  }

  .app #xfcj .content .control .tabs_item_global {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #A24300;
    cursor: pointer;
    background-image: url("../img/7.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 3.2vw;
  }

  .app #xfcj .content .control .tabs_item_global.active {
    color: #fff;
    background-image: url("../img/6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;

  }

  .tabs_content_global {
    background-color: #F8E6E4;
    border-radius: 2.6666666666667vw 2.6666666666667vw;
  }

}


.app #xfcj .content .tabs_content_global .tc-content {
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 400;
  text-indent: 2em;
}

@media screen and (min-width: 751px) {
  .app #xfcj .content .tabs_content_global .tc-content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 750px) {
  .app #xfcj .content .tabs_content_global .tc-content {
    height: 66.6666666667vw;
    font-size: 3.1914893617021vw;
    line-height: 7.333vw;
    padding-top: 6.6666666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.5333vw;
    padding-bottom: 6vw;
  }
}

.app #xfcj .content .tabs_content_global .tc-content .zw {
  opacity: 0;
  float: right;
  position: relative;
  bottom: 0;
}

@media screen and (min-width: 751px) {
  .app #xfcj .content .tabs_content_global .tc-content .zw {
    display: none;
    height: 0px;
    width: 0px;
  }
}

@media screen and (max-width: 750px) {
  .app #xfcj .content .tabs_content_global .tc-content .zw {
    display: block;
    height: 37.0666666667vw;
    width: 14.6666666667vw;
  }
}

@media screen and (min-width: 751px) {

  /* .app #fgyj {
    margin-bottom: 131px;
  } */
  .app #xfcj {
    margin-bottom: 111px;
  }
}

@media screen and (max-width: 750px) {
  .app #fgyj {
    margin-bottom: 8vw;
  }

  .app #xfck {
    margin-bottom: 8vw;
  }
}

.app #fgyj .content .img_pre {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .app #hdtj {
    margin-bottom: 111px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 751px) {
  .app #hdtj .content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content {
    margin-left: 5.2vw;
    margin-right: 5.2vw;
  }
}

.app #hdtj .content .item {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item .title {
    margin-bottom: 2.6666666667vw;
  }
}

.app #hdtj .content .item .title img {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item .title img {
    height: 62px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item .title img {
    height: 6.8vw;
  }
}

.app #hdtj .content .item .warter_container {
  position: relative;
}

.app #hdtj .content .item .warter_container .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .imgs {
    gap: 12px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .imgs {
    gap: 1.6vw;
  }
}

.app #hdtj .content .item .warter_container .imgs img {
  height: auto;
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .imgs img {
    border-radius: 12px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .imgs img {
    border-radius: 1.6vw;
  }
}

.app #hdtj .content .item .warter_container .loadmore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #8b3b34 100%);
}

.app #hdtj .content .item .warter_container .loadmore[data-load-status=completion] {
  display: none;
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .loadmore {
    height: 188px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .loadmore {
    height: 16vw;
  }
}

.app #hdtj .content .item .warter_container .loadmore .next {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #156b56;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffef5;
  border-radius: 9999px;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .loadmore .next {
    width: 145px;
    height: 46px;
    font-size: 20px;
    line-height: 31px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .loadmore .next {
    width: 19.3333333333vw;
    height: 6.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 4.1333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .app #hdtj .content .item+.item {
    margin-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  .app #hdtj .content .item+.item {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .app #sphg {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg {
    margin-bottom: 13.4666666667vw;
  }
}

.app #sphg .content .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.app #sphg .content .swiper-slide {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  backface-visibility: visible;
  /* 使背面可见 */
  transform-style: preserve-3d;
  transform: translate(0, 0, 0) !important;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide {
    height: 642px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide {
    height: 44.8vw;
  }
}

.app #sphg .content .swiper-slide .swiper_slider-content {
  position: relative;
  width: 100%;
  transition: transform 300ms linear 0s;
  height: 100%;
}

.app #sphg .content .swiper-slide .swiper_slider-content .cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .cover {
    height: 507px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .cover {
    height: 32.5333333333vw;
    border-radius: 0.8vw;
  }
}

.app #sphg .content .swiper-slide .swiper_slider-content .play {
  cursor: pointer;
  transition: all 300ms linear 400ms;
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
  position: absolute;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .play {
    width: 93px;
    height: 93px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .play {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}

.app #sphg .content .swiper-slide .swiper_slider-content .title2 {
  color: #404611;
  display: none;
  text-align: center;
  font-weight: PingFang SC-Medium;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title2 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title2 {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin-top: 0vw;
    margin-bottom: 1.8666666667vw;
  }
}

.app #sphg .content .swiper-slide .swiper_slider-content .title {
  display: none;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title {
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title {
    height: 3.3333333333vw;
  }
}

.app #sphg .content .swiper-slide.swiper-slide-active {
  perspective: 600px;
}

.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content {
    width: 965px;
    background-image: url("../img/35.png");
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 37px;
    padding-top: 33px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content {
    width: 71.8666666667vw;
    background-image: url("../img/59.png");
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    padding-bottom: 2.8vw;
    padding-top: 2.8vw;
  }
}

.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .cover {
  transform: scale(1) translate3d(0px, 0, 0px) rotateY(0deg);
  opacity: 1;
}

.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .play {
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -55%);
}

.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title2 {
  display: block;
}

.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title {
    bottom: 57px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title {
    bottom: 7.4666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-next {
    perspective: 600px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-next {
    perspective: 80vw;
  }
}

.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content {
  transition: transform 0ms linear 0ms;
  transform-origin: left center;
  opacity: 1;
}

.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content .play,
.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content .title {
  transition: none;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content {
    transform: scale(0.8) translate3d(30px, 10%, 0px) rotateY(20deg);
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content {
    transform: scale(0.8) translate3d(30px, 10%, 0px) rotateY(20deg);
  }
}

.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content .cover {
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev {
    perspective: 600px;
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev {
    perspective: 80vw;
  }
}

.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content {
  transition: transform 0ms linear 0ms;
  transform-origin: right center;
  opacity: 1;
}

.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .play,
.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .title {
  transition: none;
}

.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .title {
  display: none;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content {
    transform: scale(0.8) translate3d(-30px, 10%, 0px) rotateY(-20deg);
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content {
    transform: scale(0.8) translate3d(-30px, 0, 0px) rotateY(-20deg);
  }
}

.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .cover {
  opacity: 1;
}

.app #sphg .content .swiper-button-next,
.app #sphg .content .swiper-button-prev {
  z-index: 99999;
}

@media screen and (min-width: 751px) {

  .app #sphg .content .swiper-button-next,
  .app #sphg .content .swiper-button-prev {
    width: 181px;
    height: 33px;
  }
}

@media screen and (max-width: 750px) {

  .app #sphg .content .swiper-button-next,
  .app #sphg .content .swiper-button-prev {
    width: 16vw;
    height: 5.0666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-button-next {
    right: 80px;
    transform: translateY(0%);
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-button-next {
    right: 10.6666666667vw;
    transform: translateY(50%);
  }
}

.app #sphg .content .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-button-prev {
    left: 80px;
    transform: translateY(0%);
  }
}

@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-button-prev {
    left: 10.6666666667vw;
    transform: translateY(50%);
  }
}

.app #sphg .content .swiper-button-prev::after {
  display: none;
}

.app #wjzt .content {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}





@media screen and (min-width: 751px) {
  .app #wjzt .content {
    background: url("../img/36.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
  }

  .app #wjzt {
    height: 100vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content {
    height: 100%;
    background-image: url("../img/m/36.png");
    background-size: contain;
    background-repeat: no-repeat;


  }

  .app #wjzt {
    height: 110vw;
  }
}

.app #wjzt .content .item {
  width: 38.9333333333vw;
  height: 11.7333333333vw;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.app #wjzt .content .item .ckxq:hover {
  background-color: #A24300;
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item {
    width: 26.0416666667vw;
    height: 5.813vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .app #wjzt .content .item .text {
    width: 192px;
    height: 75px;
  }

  .app #wjzt .content .item .ckxq {
    width: 163px;
    height: 46px;
    background: #ce8148;
    border-radius: 23px 23px 23px 23px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
  }

}

@media screen and (max-width: 750px) {



  .app #wjzt .content .item {
    width: 45vw;
    height: 11.7333333333vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;


  }

  .app #wjzt .content .item .ckxq {
    width: 12vw;
    height: 4.733vw;
    background: #ce8148;
    border-radius: 12px 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 2vw;
    margin-top: 5px;
  }
}

.app #wjzt .content .item .zt img {
  width: 100%;
  height: 100%;
}

.app #wjzt .content .item .active {
  display: none;
}

.app #wjzt .content .item:hover .active {
  display: block;
}

.app #wjzt .content .item:hover .default {
  display: none;
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item .point img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item .point {
    width: 50px;
    height: 50px;
  }
}

.app #wjzt .content .item:nth-child(n+6) .point {
  order: 1;
}

.app #wjzt .content .item:nth-child(n+6) .zt {
  order: 2;
}



@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(1) {
    top: 6.344vw;
    left: 25vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(1) {
    top: 6.333vw;
    left: 8.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(2) {
    top: 22.656vw;
    left: 29vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(2) {
    top: 22.333vw;
    left: 13.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(3) {
    top: 38.656vw;
    left: 21vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(3) {
    top: 41.333vw;
    left: 2.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(4) {
    top: 55.76vw;
    left: 22.3vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(4) {
    top: 63.333vw;
    left: 6.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(5) {
    top: 71.656vw;
    left: 23.5vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(5) {
    top: 79.333vw;
    left: 6.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(6) {
    top: 13.813vw;
    right: 21vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(6) {
    top: 13.633vw;
    left: 51.2vw;

  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(7) {
    top: 31.125vw;
    right: 32vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(7) {
    top: 33.533vw;
    left: 39.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(8) {
    top: 47.125vw;
    right: 27vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(8) {
    top: 52.333vw;
    left: 44.2vw;
  }
}

@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(9) {
    top: 63.125vw;
    right: 21vw;
  }
}

@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(9) {
    top: 70.333vw;
    left: 51.2vw;
  }
}

.mobile .app {
  min-width: initial;
  overflow: hidden;
}

.mobile .app #index .pc_cover {
  display: none;
}

.mobile .app #index .mobile_cover {
  display: block;
}

.app #wjzt .pc_cover {
  display: block;
  /* PC 显示 */
}

.app #wjzt .mobile_cover {
  display: none;
  /* PC 隐藏 */
}

@media screen and (max-width: 750px) {
  .app #wjzt .pc_cover {
    display: none;
    /* 移动端隐藏 */
  }

  .app #wjzt .mobile_cover {
    display: block;
    /* 移动端显示 */
  }
}

footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/bottom.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  footer {
    height: 777px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 750px) {
  footer {
    height: 40.5333333333vw;
    margin-top: 10vw;
  }
}

@media screen and (min-width: 751px) {
  footer .code {
    width: 500px;
    height: 393px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  footer .code {
    width: 38.6666666667vw;
    height: 30.8vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 751px) {
  footer .text {
    height: 120px;
  }
}

@media screen and (max-width: 750px) {
  footer .text {
    height: 8vw;
  }
}