@media screen and (orientation: portrait) {
  .wx-wrap {
    width: 100vh;
    height: 100vw;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: url(../images/home_bg.png) left center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wx-wrap .wx-tips {
    font-size: 0.32rem;
    color: #480000;
    margin-top: -1rem;
  }

  .body-no-scroll-loading {
    overflow: hidden;
    position: fixed;
    width: 100vh;
  }

  .loading-wrap {
    width: 100vh;
    height: 100vw;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.2);
  }
  .loading-cont {
    position: fixed;
    bottom: 2.5rem;
    left: 50%;
    font-size: 0.24rem;
    text-align: center;
    color: #480000;
  }

  .tips {
    font-size: 0.16rem;
  }

  /* 视频弹窗 */

  .video-model {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
  }

  .video-model .video-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-model .video-cont .video-i {
    width: 90vh;
    height: 90vw;
  }

  .video-model .video-cont #my-video {
    width: 100%;
    height: 100%;
  }

  .video-model .video-cont .model-close {
    width: 6vh;
    height: 6vh;
    right: -1vh;
    top: -3vh;
    z-index: 9999;
    cursor: pointer;
  }

  .video-model .video-cont .model-close:hover {
    opacity: 0.6;
  }

  /* 专题弹窗 */

  .topic-model {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
  }

  .topic-model .topic-cont {
    position: absolute;
    top: 50%;
    margin-top: -44vw;
    left: 50%;
    margin-left: -3.1rem;
    width: 6.2rem;
    height: 88vw;
    padding: 0.1rem;
  }

  .topic-model .topic-cont .topic-i {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }

  .full-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
  }

  .topic-model .topic-cont .topic-close {
    width: 5vh;
    height: 5vh;
    right: -3vh;
    top: -3vh;
    z-index: 9999;
    cursor: pointer;
  }

  .topic-model .topic-cont .topic-close:hover {
    opacity: 0.6;
  }

  body {
    transform: rotate(90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    left: 100%; /* 旋转后调整位置 */
  }

  .nav-wrap {
    position: fixed;
    left: -2.05rem;
    top: 50%;
    margin-top: -2.9rem;
    width: 2.05rem;
    background: rgba(215, 205, 193, 0.8);
    z-index: 997;
    transition: left 0.3s ease;
  }
  .nav-wrap.active {
    left: 0;
  }
  .nav-wrap .value {
    font-size: 0.28rem;
    font-weight: bold;
    color: #480000;
    text-align: center;
    padding: 0.2rem 0;
    border: #b08c7f;
    cursor: pointer;
  }
  .nav-wrap .value:hover {
    opacity: 0.6;
  }
  .nav-wrap .line {
    height: 1px;
    background: #b08c7f;
    margin: 0 0.2rem;
  }

  .nav-wrap .toggle-box {
    position: absolute;
    right: -0.6rem;
    top: 50%;
    margin-top: -0.42rem;
    cursor: pointer;
    width: 0.6rem;
    height: 0.9rem;
    background: rgba(215, 205, 193, 0.8);
    border-radius: 0 0.4rem 0.4rem 0;
  }

  .nav-wrap .toggle-box .btn-tog {
    width: 0.2rem;
  }

  .section {
    position: relative;
  }

  .HomePage {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    background: #EADECF url(../images/home_bg.png) left center no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .s-logo {
    position: absolute;
    width: 0.8rem;
    top: 0.2rem;
    left: 1rem;
    z-index: 9;
  }

  .HomePage .home-title-01 {
    position: absolute;
    width: 100%;
    top: 0.4rem;
  }

  .HomePage .home-title-01 img {
    margin: 0 auto;
    width: 100%;
    height: 0.18rem;
  }

  .HomePage .home-title-02 {
    position: absolute;
    width: 100%;
    top: 0.6rem;
  }
  .HomePage .home-title-02 img {
    margin: 0.8rem auto 0;
    width: 7.8rem;
  }

  .HomePage .home-desc {
    position: absolute;
    width: 8rem;
    top: 1.2rem;
    right: 0;
  }

  .HomePage .home-desc img {
    width: 100%;
  }

  .HomePage .home-men {
    position: absolute;
    width: 6rem;
    bottom: -0.2rem;
    left: 15%;
    z-index: 1;
  }

  .HomePage .home-red {
    position: absolute;
    width: 100%;
    bottom: -0.05rem;
    left: 0;
    z-index: 9;
  }

  .HomePage .home-red img {
    width: 110%;
    margin-left: -5%;
    height: 1.2rem;
  }

  .HomePage #moving-image {
    position: absolute;
    width: 13.3rem;
    top: 0.2rem;
    right: -13.3rem;
  }

  .HomePage .btn-qianyan {
    position: absolute;
    width: 1.1rem;
    right: 0.4rem;
    bottom: 0.3rem;
    z-index: 999;
    cursor: pointer;
  }

  .foreword-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 9999;
  }
  .foreword-box {
    width: 10rem;
    height: 90vw;
    position: fixed;
    left: 50%;
    margin-left: -5rem;
    top: 50%;
    margin-top: -45vw;
    z-index: 9999;
    overflow-y: auto;
  }
  .foreword-box .body-img {
    width: 100%;
  }

  .foreword-close {
    position: absolute;
    width: 1.2rem;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
  }

  .foreword-close:hover {
    opacity: 0.6;
  }

  /* Page1 */
  .Page1 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    background: #fff;
  }

  .Page1 .page1-block {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .Page1 .p1-left {
    width: 3.3rem;
    height: 100%;
    position: relative;
    flex-shrink: 0;
  }

  .Page1 .p1-left .wwls-txt1 {
    position: absolute;
    left: 0.8rem;
    top: 0.5rem;
    width: 3.55rem;
  }

  .Page1 .p1-left .wwls-txt2 {
    position: absolute;
    left: 1.2rem;
    bottom: 0.4rem;
    width: 2.83rem;
  }

  .Page1 .circle-box {
    position: absolute;
    left: -2.6rem;
    top: 50%;
    margin-top: -2.65rem;
    width: 5.3rem;
    height: 5.3rem;
    z-index: 999;
  }
  .Page1 .circle-box .turn-table {
    width: 100%;
    height: 100%;
  }
  .Page1 .circle-box .turn-title {
    position: absolute;
    width: 0.8rem;
    right: 20%;
    top: 1.3rem;
  }

  .Page1 .lb_list {
    position: absolute;
    left: 2.6rem;
    top: 50%;
    margin-top: -2.65rem;
    width: 2rem;
    height: 5.3rem;
  }

  .Page1 .lb_list .line {
    position: absolute;
    width: 3.5rem;
    height: 1px;
    border-bottom: 1px dashed #999999;
    top: 0.15rem;
    left: -3.55rem;
    transition: transform 1s ease;
  }
  .Page1 .lb_list .i .s1 img {
    height: 0.3rem;
  }
  .Page1 .lb_list .i .s-txt {
    margin-top: 0.05rem;
  }

  .Page1 .lb_list .i {
    position: absolute;
    cursor: pointer;
    transition: left 1s ease;
  }

  .Page1 .lb_list .i1 {
    left: 0.3rem;
    top: 6%;
  }
  .Page1 .lb_list .i1 .s-txt {
    width: 2.2rem;
  }

  .Page1 .lb_list .i2 {
    left: 0.6rem;
    top: 32%;
  }
  .Page1 .lb_list .i2 .s-txt {
    width: 1.3rem;
  }

  .Page1 .lb_list .i3 {
    left: 0.8rem;
    top: 55%;
  }
  .Page1 .lb_list .i3 .s-txt {
    width: 1.47rem;
  }

  .Page1 .lb_list .i4 {
    left: 0.5rem;
    top: 81%;
  }
  .Page1 .lb_list .i4 .s-txt {
    width: 1.5rem;
  }

  .Page1 .lb_list .i1.now {
    left: 2rem;
  }
  .Page1 .lb_list .i2.now {
    left: 2.3rem;
  }
  .Page1 .lb_list .i3.now {
    left: 2.5rem;
  }
  .Page1 .lb_list .i4.now {
    left: 2.2rem;
  }

  .Page1 .slider-container {
    margin-left: 3.5rem;
    flex: 1;
    height: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .Page1 .Page4_Box {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 5.5rem;
    padding: 0 0 0 0.2rem;
  }

  .Page1 .Page4_List_Box {
    display: block;
    position: relative;
    padding: 0 0.7rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .Page1 .Page4_List_Box img {
    width: auto;
    height: 100%;
    transition: all 0.2s;
  }

  .Page1 .Page4_Scroll {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.3rem;
    top: 2.2rem;
  }

  /* Page2--遗址寻踪 */

  .Page2 {
    position: relative;
    overflow: hidden;
    width: 100vh;
    height: 100vw;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    background: #dddddd url("../images/yzxz_bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
  }

  .Page2 .circle-box {
    position: absolute;
    left: 50%;
    margin-left: -2.2rem;
    top: -2.6rem;
    width: 4.4rem;
    height: 4.4rem;
    z-index: 999;
  }
  .Page2 .circle-box .turn-table {
    width: 100%;
    height: 100%;
  }
  .Page2 .circle-box .turn-title {
    position: absolute;
    width: 2.2rem;
    left: 50%;
    margin-left: -1.1rem;
    bottom: 0.8rem;
  }

  .Page2 .room {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vh;
    height: 90vw;
    margin: 0 0 0 -50vh;
    pointer-events: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 500px) rotate3d(1, 0, 0, -1deg)
      rotate3d(0, 1, 0, 0deg) rotate3d(0, 0, 1, 0deg);
    opacity: 1;
    z-index: 8;
  }

  .Page2 .room__side {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 2px solid #7d6423;
  }

  .Page2 .room__side--left,
  .Page2 .room__side--right {
    width: 4000px;
    height: 85vw;
    background: #d4d4d4;
    transition: all 1.2s ease-in-out;
    pointer-events: auto;
  }

  .Page2 .room__side--back {
    width: 100vh;
    height: 85vw;
    background: #e9e9e9;
    -webkit-transform: translate3d(0, 0, -4000px) rotate3d(1, 0, 0, 0.1deg)
      rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, -4000px) rotate3d(1, 0, 0, 0.1deg)
      rotate3d(1, 0, 0, 0deg);
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    pointer-events: auto;
  }

  .Page2 .room__side--back .room__img {
    width: 70%;
    height: auto;
  }

  .Page2 .room__side--back .room__img img {
    width: 100%;
    height: auto;
  }

  .Page2 .room__side--right {
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: rotate3d(0, 1, 0, -90.03deg);
    transform: rotate3d(0, 1, 0, -90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .Page2 .room__side--right .room__img {
    margin-right: 12%;
    box-shadow: 0px 6px 13px 0px rgba(125, 100, 35, 0.29);
    border: solid 3px rgba(224, 196, 124, 0.29);
    cursor: pointer;
  }

  .Page2 .room__side--right .room__img:hover {
    transform: scale(1.05); /* 放大系数 */
  }

  .Page2 .room__side--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  .Page2 .room__side--left .room__img {
    margin-left: 12%;
    border: solid 3px rgba(224, 196, 124, 0.3);
    position: relative;
    cursor: pointer;
  }

  .Page2 .room__side--left .room__img:hover {
    transform: scale(1.05); /* 放大系数 */
  }

  .Page2 .room__side--left .room__img,
  .Page2 .room__side--right .room__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 15%;
    max-height: 75%;
    -webkit-transform: translate3d(0, 0, 10px);
    transform: translate3d(0, 0, 10px);
    overflow: hidden;
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Page2 .room__side--left .room__img img,
  .Page2 .room__side--right .room__img img {
    margin-top: -0.5rem;
  }

  .Page2 .room__img img {
    width: 100%;
    height: 5rem;
  }

  .room__img.active {
    animation: magentaPulse 2s linear infinite;
  }

  @-webkit-keyframes magentaPulse {
    from {
      background-color: #8d0200;
      -webkit-box-shadow: 0 0 5px #333;
    }
    to {
      background-color: #8d0200;
      -webkit-box-shadow: 0 0 5px #333;
    }
  }

  .Page2 .map-wrap {
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    bottom: -0.4rem;
    width: 5rem;
    height: 4rem;
    z-index: 999;
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  .Page2 .map-box {
    width: 5rem;
    height: 4rem;
    background: blue;
  }

  #shandong-map-container {
    width: 5rem;
    height: 4rem;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  #shandong-map {
    width: 5rem;
    height: 4rem;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }

  .Page2 .ban-box {
    position: absolute;
    width: 3.3rem;
    right: 50%;
    margin-right: -5.5rem;
    bottom: 0.8rem;
    background: rgba(219, 219, 218, 0.5);
    border: 1px solid #5a513b;
    border-radius: 0.04rem;
    z-index: 999;
  }
  .Page2 .ban-box .city-name {
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #5a513b;
  }
  .Page2 .ban-box ul {
    max-height: 2.2rem;
    padding: 0.1rem 0.2rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* 启用iOS弹性滚动 */
  }
  .Page2 .ban-box li {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #734123;
    padding: 0.05rem 0;
    margin-bottom: 0.1rem;
  }
  .Page2 .ban-box li img {
    width: 0.15rem;
    height: 0.2rem;
    margin-right: 10px;
  }

  .Page2 .map-tips {
    font-size: 0.14rem;
    color: #480000;
    position: absolute;
    left: 60%;
    margin-right: -3rem;
    bottom: 0.5rem;
  }

  /* 滚动条 */

  .Page2 .ban-box ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 2px;
  }

  /* 滚动槽 */

  .Page2 .ban-box ul::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(33, 68, 124, 1); */
    border-radius: 2px;
    background: transparent;
    background: rgba(255, 255, 255, 0.2);
  }

  /* 滚动条滑块 */

  .Page2 .ban-box ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ffe1c2;
    -webkit-box-shadow: inset 0 0 2px rgba(120, 120, 120, 1);
  }

  .Page2 .ban-box ul::-webkit-scrollbar-thumb:window-inactive {
    background: #cec4ec;
  }

  /* 边角 即两个滚动条的交汇处 */

  .Page2 .ban-box ul::-webkit-scrollbar-corner {
    background: #cec4ec;
    border-radius: 1px;
  }

  /* Page3--英雄事迹 */
  .Page3 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    background: url(../images/yxsj_bg.png) center bottom no-repeat;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
  }

  .Page3 .page3-box {
    display: flex;
    justify-content: space-between;
  }

  .Page3 .p3-left {
    flex: 1;
    padding: 0.25rem 0.25rem 0 0.25rem;
  }

  .Page3 .p3-left-top {
    display: flex;
    margin-bottom: 0.1rem;
  }

  .Page3 .p3-left-top li {
    width: 1.2rem;
    cursor: pointer;
    overflow: hidden;
    margin-right: 0.2rem;
  }

  .Page3 .p3-left-top li .avatar-box {
    position: relative;
    width: 100%;
    height: 1.4rem;
    overflow: hidden;
  }

  .Page3 .p3-left-top li .avatar-box .avatar {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }

  .Page3 .avatar-box .video-play {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
  }

  .Page3 .p3-left-top li .name {
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #060302;
    text-align: center;
  }

  .Page3 .p3-left-top li:hover .avatar {
    transform: scale(1.05); /* 放大系数 */
  }

  .Page3 .p3-left-top li:hover .name {
    color: #480000;
    font-weight: bold;
    font-size: 0.17rem;
  }

  .Page3 .p3-left-bottom {
    display: flex;
    margin-bottom: 0.15rem;
  }
  .Page3 .first-left-bottom {
    margin-top: 0.2rem !important;
  }

  .Page3 .p3-left-bottom li {
    width: 4.7rem;
    margin-right: 0.8rem;
  }

  .Page3 .p3-left-bottom li img {
    width: 1.8rem;
  }

  .Page3 .p3-left-bottom h2 {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #2a180c;
    font-weight: bold;
  }
  .Page3 .p3-left-bottom h6 {
    font-size: 0.18rem;
    color: #2a180c;
  }

  .Page3 .p3-right {
    position: relative;
    width: 4.24rem;
    flex-shrink: 0;
  }

  .Page3 .circle-box {
    position: absolute;
    right: 0;
    top: 4%;
    width: 4.6rem;
    height: 4.6rem;
    z-index: 999;
  }
  .Page3 .circle-box .turn-table {
    width: 100%;
    height: 100%;
  }
  .Page3 .circle-box .turn-title {
    position: absolute;
    width: 0.8rem;
    left: 20%;
    top: 0.9rem;
  }

  .Page3 .btn-sf {
    position: absolute;
    left: 15%;
    top: 5.1rem;
    width: 2rem;
    cursor: pointer;
  }
  .Page3 .btn-sf:hover {
    opacity: 0.6;
  }

  .Page3 .btn-more {
    position: absolute;
    right: 1.8rem;
    bottom: 0.06rem;
    width: 0.5rem;
    cursor: pointer;
    transition: transform 0.5s ease;
  }

  .Page3 .btn-more:hover {
    transform: scale(1.05);
  }

  /* Page4--老兵说 */
  .Page4 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    background: url(../images/lbs_bg.png) center bottom no-repeat;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
  }

  .Page4 .page4-block {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .Page4 .p4-left {
    width: 6rem;
    height: 100%;
    position: relative;
    flex-shrink: 0;
  }

  .Page4 .p4-left .wwls-txt1 {
    position: absolute;
    left: 1rem;
    bottom: 0.5rem;
    width: 0.84rem;
  }

  .Page4 .p4-left .wwls-txt2 {
    position: absolute;
    left: 2rem;
    bottom: 0.3rem;
    width: 4.55rem;
  }

  .Page4 .circle-box {
    position: absolute;
    left: 50%;
    margin-left: -2.65rem;
    top: -3rem;
    width: 5.3rem;
    height: 5.3rem;
    z-index: 999;
  }
  .Page4 .circle-box .turn-table {
    width: 100%;
    height: 100%;
  }
  .Page4 .circle-box .turn-title {
    position: absolute;
    width: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    top: 3.2rem;
    z-index: 999;
    transform: translate3d(0, 0, 0);
  }

  .Page4 .lb_list {
    position: absolute;
    left: 0;
    top: 2.1rem;
    width: 100%;
    height: 100%;
  }
  .Page4 .lb_list .i {
    position: absolute;
    font-size: 0.3rem;
    color: #bc956e;
    cursor: pointer;
    transition: top 1s ease;
  }
  .Page4 .lb_list .line {
    position: absolute;
    width: 1px;
    height: 3.5rem;
    border-left: 1px dashed #bc956e;
    top: -3.55rem;
    left: 0.18rem;
    transition: transform 1s ease;
  }
  .Page4 .lb_list .i .s1 {
    font-weight: bold;
    writing-mode: vertical-lr;
  }
  .Page4 .lb_list .i1 {
    left: 0.3rem;
    top: 0.1rem;
  }
  .Page4 .lb_list .i2 {
    left: 0.95rem;
    top: 0.4rem;
  }
  .Page4 .lb_list .i3 {
    left: 1.6rem;
    top: 1rem;
  }
  /* .Page4 .lb_list .i4 {
    left: 1.95rem;
    top: 0.8rem;
  } */
  .Page4 .lb_list .i5 {
    left: 2.25rem;
    top: 0.5rem;
  }
  .Page4 .lb_list .i6 {
    left: 2.9rem;
    top: 0.6rem;
  }
  .Page4 .lb_list .i7 {
    left: 3.55rem;
    top: 0.9rem;
  }
  .Page4 .lb_list .i8 {
    left: 4.2rem;
    top: 0.3rem;
  }
  .Page4 .lb_list .i9 {
    left: 4.8rem;
    top: 0.7rem;
  }
  .Page4 .lb_list .i10 {
    left: 5.4rem;
    top: 0.4rem;
  }

  .Page4 .lb_list .i.now {
    font-size: 0.36rem;
    color: #ffe0be;
  }

  .Page4 .lb_list .i1.now {
    top: 1.8rem;
  }
  .Page4 .lb_list .i2.now {
    top: 2.1rem;
  }
  .Page4 .lb_list .i3.now {
    top: 2.7rem;
  }
  .Page4 .lb_list .i4.now {
    top: 2.5rem;
  }
  .Page4 .lb_list .i5.now {
    top: 2.2rem;
  }
  .Page4 .lb_list .i6.now {
    top: 2.3rem;
  }
  .Page4 .lb_list .i7.now {
    top: 2.7rem;
  }
  .Page4 .lb_list .i8.now {
    top: 2rem;
  }
  .Page4 .lb_list .i9.now {
    top: 2.4rem;
  }
  .Page4 .lb_list .i10.now {
    top: 2.1rem;
  }

  .Page4 .p4-slider {
    margin-left: 1rem;
    flex: 1;
    height: 100vw;
    position: relative;
  }

  .Page4 .slider-wrap {
    width: 100%;
    height: 100%;
  }

  .Page4 .slider-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
  }

  .Page4 .slider-wrap .men-box {
    position: relative;
    height: 80vw;
  }

  .Page4 .slider-wrap .men-box .thumb {
    height: 100%;
  }

  .Page4 .slider-wrap .men-box .blurb {
    position: absolute;
    width: 3.8rem;
    left: -2rem;
    top: 1rem;
  }
  .p4-slider .arrow-container {
    position: absolute;
    left: -1.8rem;
    top: 2.2rem;
    width: 0.7rem;
    height: 0.3rem;
    cursor: pointer;
    padding-top: 0.08rem;
  }
  .Page4 .slider-wrap:nth-child(1) .slider-box {
    margin-left: 1rem;
  }
  .Page4 .slider-wrap:nth-child(1) .blurb {
    width: 2.8rem;
    left: -2.8rem;
    top: 0.2rem;
  }
  .Page4 .slider-wrap:nth-child(1) .arrow-container {
    left: -2.5rem;
    top: 2rem;
  }
  .Page4 .slider-wrap:nth-child(2) .slider-box {
    margin-left: 0.5rem;
  }
  .Page4 .slider-wrap:nth-child(2) .blurb {
    width: 2.6rem;
    left: -1.6rem;
    top: 0.2rem;
  }
  .Page4 .slider-wrap:nth-child(2) .arrow-container {
    left: -1.5rem;
    top: 2rem;
  }
  .Page4 .slider-wrap:nth-child(3) .slider-box {
    margin-left: 1rem;
  }
  .Page4 .slider-wrap:nth-child(3) .blurb {
    width: 3.5rem;
    left: -3rem;
    top: 0.5rem;
  }
  .Page4 .slider-wrap:nth-child(3) .arrow-container {
    left: -2.5rem;
    top: 2.2rem;
  }
  /* .Page4 .slider-wrap:nth-child(4) .blurb {
    width: 2.6rem;
    left: -1.5rem;
    top: 0.2rem;
  }
  .Page4 .slider-wrap:nth-child(4) .arrow-container {
    left: -1.3rem;
    top: 1.5rem;
  } */
  .Page4 .slider-wrap:nth-child(4) .slider-box {
    margin-left: 0.5rem;
  }
  .Page4 .slider-wrap:nth-child(4) .blurb {
    width: 3rem;
    left: -1.5rem;
    top: 0.2rem;
  }
  .Page4 .slider-wrap:nth-child(4) .arrow-container {
    left: -1.2rem;
    top: 1.5rem;
  }
  .Page4 .slider-wrap:nth-child(6) .slider-box {
    margin-left: 0rem;
  }
  .Page4 .slider-wrap:nth-child(5) .blurb {
    width: 3.4rem;
    left: -2rem;
    top: 1rem;
  }
  .Page4 .slider-wrap:nth-child(5) .arrow-container {
    left: -1.8rem;
    top: 2.2rem;
  }
  .Page4 .slider-wrap:nth-child(6) .blurb {
    width: 3.4rem;
    left: -2.5rem;
    top: 0.4rem;
  }
  .Page4 .slider-wrap:nth-child(6) .arrow-container {
    left: -2.3rem;
    top: 1.7rem;
  }
  .Page4 .slider-wrap:nth-child(7) .slider-box {
    margin-left: 0.1rem;
  }
  .Page4 .slider-wrap:nth-child(7) .blurb {
    width: 3.2rem;
    left: -2.2rem;
    top: 0.4rem;
  }
  .Page4 .slider-wrap:nth-child(7) .arrow-container {
    left: -2rem;
    top: 2rem;
  }
  .Page4 .slider-wrap:nth-child(8) .blurb {
    width: 3.2rem;
    left: -1.4rem;
    top: 0.2rem;
  }
  .Page4 .slider-wrap:nth-child(8) .arrow-container {
    left: -1.2rem;
    top: 1.7rem;
  }
  .Page4 .slider-wrap:nth-child(9) .blurb {
    width: 3.8rem;
    left: -2rem;
    top: 1rem;
  }
  .Page4 .slider-wrap:nth-child(9) .arrow-container {
    left: -1.8rem;
    top: 2.2rem;
  }

  .p4-slider .arrow {
    position: absolute;
    width: 0.3rem;
    height: 0.03rem;
    opacity: 0;
    animation: moveAndFade 1.5s infinite ease-in-out;
  }

  .p4-slider .arrow::before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-top: 3px solid #ffe0be;
    border-right: 3px solid #ffe0be;
    transform: rotate(45deg);
  }
  .p4-slider .arrow-1 {
    left: 0;
  }
  .p4-slider .arrow-2 {
    left: 0.1rem;
  }

  /* Page5 */
  .Page5 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    background: url(../images/ry_bg.png) center bottom no-repeat;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
  }
  .Page5 .circle-box {
    position: absolute;
    right: -2.1rem;
    top: -2.1rem;
    width: 5.3rem;
    height: 5.3rem;
    z-index: 999;
  }
  .Page5 .circle-box .turn-table {
    width: 100%;
    height: 100%;
  }
  .Page5 .circle-box .turn-title {
    position: absolute;
    width: 0.9rem;
    left: 36%;
    top: 2.4rem;
  }

  .Page5 .ry-ul {
    position: relative;
    margin: 45vw auto 0;
  }

  .banner-swiper {
    width: 90%;
  }

  .banner-swiper .swiper-button-next,
  .banner-swiper .swiper-button-prev {
    width: 0.4rem;
    height: 0.66rem;
  }

  .banner-swiper .swiper-button-next {
    right: 0.2rem;
    margin-right: 0;
  }

  .banner-swiper .swiper-button-prev {
    left: 0.2rem;
    margin-left: 0;
  }

  .Page5 .ry-li {
    width: auto;
    height: 2.8rem;
    background: rgba(72, 66, 60, 0.7);
    cursor: pointer;
    overflow: hidden;
  }
  .Page5 .ry-li .avatar-box {
    position: relative;
    width: 100%;
    height: 1.74rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Page5 .ry-li .avatar-box .avatar {
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  }

  .Page5 .ry-li .avatar-box .video-play {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
  }

  .Page5 .ry-li .name-wrap {
    padding: 0.1rem 0 0 0;
  }

  .Page5 .ry-li .name-wrap .h1 {
    font-size: 0.24rem;
    color: #ffe1c2;
  }

  .Page5 .ry-li .name-wrap .h2 {
    font-size: 0.18rem;
    color: #ffffff;
    margin-top: 0.05rem;
  }

  .Page5 li:hover .avatar {
    transform: scale(1.15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .Page5 li:hover .h1 {
    color: #480000;
    font-weight: bold;
    font-size: 0.17rem;
  }

  /* Page6 */
  .Page6 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    background: url(../images/jd_bg.png) center bottom no-repeat;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
  }

  .Page6 .title-box {
    padding-top: 0.2rem;
    height: 1rem;
  }
  .Page6 .title-box img {
    height: 100%;
  }

  .Page6 .wrapper {
    height: calc(100vw - 1.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Page6 .wrapper .item-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.5rem;
  }
  .Page6 .wrapper .item-ul .item {
    position: relative;
    width: 0.8rem;
    height: 4.2rem;
    color: #fff;
    background-color: #333;
    border-radius: 0.04rem;
    cursor: pointer;
    transition: height 0.5s ease-in 0.5s, width 0.5s ease-in;
    margin: 0 0.07rem;
  }

  .Page6 .wrapper .item-ul .item-li:nth-child(odd) .item {
    margin: 0.4rem 0.05rem 0;
  }
  .Page6 .wrapper .item-ul .item-li:nth-child(even) .item {
    margin: 0 0.05rem 0.4rem;
  }

  .Page6 .wrapper .item-ul .item .bjPic {
    width: 100%;
    height: 100%;
  }

  .Page6 .wrapper .item-ul .item .dir {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s linear 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Page6 .wrapper .item-ul .item .dir .h2 {
    font-size: 0.32rem;
    color: #ffffff;
    opacity: 0.5;
    writing-mode: vertical-lr;
  }
  .Page6 .wrapper .item-ul .item .dir .h6 {
    height: 100%;
    font-size: 0.18rem;
    color: #ffffff;
    opacity: 0.5;
    writing-mode: vertical-lr;
    margin-left: 0.01rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Page6 .wrapper .item-ul .item .dir .h6 span {
    writing-mode: horizontal-tb;
  }

  .Page6 .wrapper .item-ul .item:hover .bjPic {
    opacity: 1;
  }

  .Page6 .wrapper .item-ul .item .showBox {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgb(183, 150, 115, 0.6);
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #ffffff;
    transition: width 0.5s ease-in 0.5s, height 0.5s ease-in,
      opacity 0.5s linear 0.8s;
    opacity: 0;
    overflow: hidden;
  }

  .Page6 .wrapper .item-ul .item .showBox span {
    display: block;
    margin: 0.15rem 0.15rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*点击展示动画*/
  .startShowItem .item-ul .item {
    transition: width 0.5s ease-in 0.5s, height 0.5s ease-in;
  }
  .startShowItem .item-ul .item.active {
    width: 3.2rem;
  }
  .startShowItem .item-ul .item.active .showBox {
    width: 100%;
    height: 1.2rem;
    opacity: 1;
  }
  .startShowItem .item-ul .item.active .dir {
    opacity: 0;
    transition: opacity 0.5s linear 0.2s;
  }

  /* Page7 */
  .Page7 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    z-index: 2;
    overflow: hidden;
  }

  .Page7 .circle-box {
    position: absolute;
    left: 10%;
    top: -2.8rem;
    width: 5.3rem;
    height: 5.3rem;
    z-index: 999;
  }
  .Page7 .circle-box .turn-table {
    width: 100%;
    height: 100%;
  }
  .Page7 .circle-box .turn-title {
    position: absolute;
    width: 3.4rem;
    left: 50%;
    margin-left: -1.7rem;
    bottom: 1.2rem;
  }

  .Page7 .news-ul {
    position: absolute;
    left: 5%;
    top: 2.8rem;
  }

  .Page7 .news-ul li {
    border-bottom: 1px dashed #bcbcbc;
  }

  .Page7 .news-ul li:last-child {
    border-bottom: none;
  }

  .Page7 .news-ul li a {
    display: block;
    padding: 0.1rem 0;
  }

  .Page7 .news-title {
    max-width: 5.5rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
  }
  .Page7 .time {
    font-size: 0.18rem;
    color: #bcbcbc;
    margin-top: 0.05rem;
  }

  .Page7 .news-ul li:hover .news-title {
    color: #2a180c;
    font-weight: bold;
    font-size: 0.22rem;
  }

  .Page7 .swiper-box {
    position: absolute;
    right: 0.2rem;
    top: 30%;
  }
  .Page7 .exhibition_hall h4 {
    font-size: 0.3rem;
    text-align: center;
    margin: 0px auto;
    padding-top: 0.5rem;
    color: #000;
  }
  .Page7 .tline {
    color: #dedede;
  }
  .Page7 .roundabout_box {
    width: 7.4rem;
    height: 4.2rem;
    margin: 0 auto;
  }
  .roundabout_box img {
    width: 100%;
  }

  .roundabout-holder {
    list-style: none;
    width: 4rem;
    height: 3.6rem;
    margin: 0px auto;
  }
  .roundabout-holder {
    pointer-events: auto !important;
  }
  .roundabout-moveable-item {
    width: 5rem;
    height: 2.8rem;
    cursor: pointer;
    background: #f9f9f9;
  }

  /* Page8 */
  .Page8 {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vw;
    z-index: 2;
  }

  .Page8 .text-container {
    height: calc(100vw - 1.8rem);
    padding: 0.6rem 0 0 0;
    background: url(../images/wa_bg.png) center bottom no-repeat;
    background-size: 100% 100%;
  }

  .Page8 .text-container .p-li {
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .Page8 .footer-box {
    width: 100%;
    height: 1.8rem;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Page8 .footer-title {
    width: 4rem;
  }
  .Page8 .footer-qrcode {
    width: 0.8rem;
    margin-right: 0.2rem;
  }

  /* 大于640px的样式 */
  @media (min-width: 640px) {
    .Page1 .p1-left {
      margin-left: -0.5rem;
      zoom: 80%;
    }
    .Page1 .p1-left .wwls-txt1 {
      top: 1rem;
    }

    .Page1 .p1-left .wwls-txt2 {
      bottom: 0.8rem;
    }
    .Page1 .slider-container {
      margin-left: 3rem;
    }
    .Page2 .ban-box li {
      font-size: 0.18rem;
      line-height: 0.2rem;
      margin-bottom: 0;
    }
    .Page3 .p3-left {
      padding: 0.15rem 0.15rem 0 0.15rem;
    }
    .Page3 .p3-left-top li {
      width: 1rem;
      margin-right: 0.1rem;
    }
    .Page3 .p3-left-top li .avatar-box {
      height: 1.2rem;
    }
    .Page3 .p3-left-bottom li img {
      width: 1.4rem;
    }
    .Page3 .p3-left-bottom li {
      width: 3.4rem;
      margin-right: 0.8rem;
    }
    .Page3 .p3-right {
      zoom: 90%;
    }

    .Page4 .p4-left {
      zoom: 90%;
    }
    .Page4 .p4-left .wwls-txt1 {
      left: 0.5rem;
    }

    .Page4 .p4-left .wwls-txt2 {
      left: 1.5rem;
    }
    .Page4 .p4-slider {
      margin-left: 0rem;
      transform: scale(0.8);
      transform-origin: center center;
    }
    .Page7 .swiper-box {
      position: absolute;
      right: -0.5rem;
      top: 30%;
    }
    .Page7 .news-ul {
      left: 5%;
      max-width: 40%;
    }
    .Page7 .roundabout_box {
      width: 7rem;
    }
    .Page7 .swiper-box {
      transform: scale(0.8);
      transform-origin: center center;
    }
    .Page8 .text-container {
      padding: 0.5rem 0 0 0.6rem;
    }
    .Page8 .text-container .p-li {
      line-height: 0.6rem;
    }
    .Page9 .nav-box {
      transform: scale(0.8);
      transform-origin: center center;
    }
  }
}
