.gunlun-box-line{
    background: url('https://file.hnzx.gov.cn/4500000001/zt2025/yzbz/img/line.png') no-repeat;
    background-position: center 83%;
    width: 100%;
    background-size: 100%;
}
.gunlun-box-line .slide-box{
    width: 100%;
    left: 0;
    height: 24.2vw;
}
.gunlun-box-line .slide-item .bd {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.follow-image {
    position: fixed;
    width: 50px;
    height: 50px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1000;
    display: none;
}
.gunlun-box-line .prev{
    left: 4vw;
}
.gunlun-box-line .next{
    right: 4vw;
}
.gunlun-box-line .slide-item .bd li{
    width:15vw;
    margin: 0 0.3vw;
}
.gunlun-box-line .slide-item .bd {
    width: 70vw;
}
.gunlun-box-line .slide-item .bd li .img-bg{
    height: 21.29vw;
}
.page4-box {
    width: 100%;
    height: 100%;
}
.page4-text {
    width: 30vw;
    margin: 2vw auto;
    font-size: 2.4vw;
    line-height: 1.8;
    color: rgba(0,0,0,0.8);
}

.go-next {
    position: absolute;
    right: -8vw;
    /* opacity: 0; */
    width: auto;
    height: 2.5vw;
    margin-top: -2vw;
}
.page4 {
    width: 100%;
    height: 100%;
    background: url('https://file.hnzx.gov.cn/4500000001/zt2025/yzbz/img/02bg.jpg?v=1') no-repeat left center;
    background-size: cover;
    position: relative;
    display: none;
    overflow: hidden;
}
.page4-t {
    width: 70vw;
    height: 8vw;
    position: relative;
    margin: 0 auto;
}
.page4-1 {
    width: 30vw;
    position: absolute;
    top: 2vw;
    left: 0;
}

.page4-2 {
    width: 13vw;
    position: absolute;
    bottom: 0;
    right: 0;
}
.page4-back {
    width: 7.5vw;
    height: auto;
    position: absolute;
    right: 6.333vw;
    bottom: 5vw;
    display: none;
}
.page3-summary {
    -webkit-line-clamp: 10 !important;
}
.thanks-box{
    margin-top: 1vw;
}
.thanks{
    text-align: center;
}
.music {
    position: fixed;
    right: 3.2vw;
    top: 2.8vw;
    width: 3.8vw;
    height: 3.8vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9999;
    background: url(https://file.hnzx.gov.cn/4500000001/zt2025/yzbz/img/stop.png) center center no-repeat;
    background-size: 100%;
  }
  .music.play {
    background: url(https://file.hnzx.gov.cn/4500000001/zt2025/yzbz/img/play.png) center center no-repeat;
    background-size: 100%;
    animation: play linear 3s infinite;
    -webkit-animation: play linear 3s infinite;
  }
  .music.stop {
    animation: play linear 3s infinite;
    -webkit-animation: play linear 3s infinite;
  }
  
  @keyframes play {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  .bd ul{
    display: flex;
  }
  .wz-tips {
    font-size: 1.667vw;
  }
 .page2-2 {
    width: 11vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5.8vw;
    background: #B43D21;
    padding: 0.5vw;
    border: 0;
    border-radius: 0.6vw;
    color: #F0E0C6;
    text-align: center;
    font-weight: bold;
    font-size: 1.4vw;
}
.pointer-image {
    position: absolute;
    width: 3vw;
    height: 3vw;
    pointer-events: none;
    z-index: 1000;
    left: 50%;
    margin-left: 7.5vw;
    top: 1vw;
}