.blind-box-container[data-v-6b89d3d2] {
  width: 1200px;
  position: relative;
  margin: 40px auto 64px;
}

.blind-box-container .blind-box-wrapper[data-v-6b89d3d2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  height: 518px;
  overflow-y: scroll
}

.blind-box-container .blind-box[data-v-6b89d3d2] {
  width: 198px;
  height: 220px;
  font-family: 'main-font';
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  margin: 18px 45px;
  background: url(https://www.iqilu.com/html/zt/hpsd/assets/images/river-market/bg-blind-box.png) center center/contain no-repeat;
  display: flex;
  align-items: center;
  padding-top: 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 1.5s linear;
}

.blind-box-container .blind-box .blind-box-inner[data-v-6b89d3d2] {
  width: 98px;
  line-height: 32px;
  text-align: center;
  transform: rotate(10deg);
  margin-left: 10px;
}

.blind-box-container .blind-box-pop[data-v-6b89d3d2] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8)
}

.blind-box-container .blind-box-pop .close[data-v-6b89d3d2] {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(https://www.iqilu.com/html/zt/hpsd/assets/images/river-market/icon-close.png) center center / contain no-repeat;
  position: absolute;
  top: 10%;
  right: 20%
}

.blind-box-container .blind-box-pop .blind-box-pop-inner[data-v-6b89d3d2] {
  width: 1106px;
  height: 912px;
  background: url(https://www.iqilu.com/html/zt/hpsd/assets/images/river-market/bg-award.png) center center / contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  padding-bottom: 100px
}

.blind-box-container .blind-box-pop .blind-box-pop-inner .blind-pop-cnt[data-v-6b89d3d2] {
  width: 556px;
  height: 408px;
  margin: -5px 0 0 -10px;
  position: relative
}

.blind-box-container .blind-box-pop .blind-box-pop-inner .blind-pop-cnt .blind-box-pop-title[data-v-6b89d3d2] {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.blind-box-container .blind-box-pop .blind-box-pop-inner .blind-pop-cnt .blind-box-pop-img[data-v-6b89d3d2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.blind-box-container .blind-box.static[data-v-6b89d3d2]:hover {
  animation: shaking-6b89d3d2 .82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px
}

@media screen and (max-width: 800px) {
  .blind-box-container[data-v-6b89d3d2] {
    position: relative;
    margin: .4rem 0 .64rem;
    padding: 0 0.2rem;
  }

  .blind-box-container .blind-box-wrapper[data-v-6b89d3d2] {
    height: 11rem
  }

  .blind-box-container .blind-box[data-v-6b89d3d2] {
    font-family: main-font;
    color: #fff;
    font-size: .3rem;
    width: 3rem;
    height: 3.5rem;
    margin: 0 .24rem;
    background: url(https://www.iqilu.com/html/zt/hpsd/assets/images/river-market/bg-blind-box.png) center center / contain no-repeat;
    display: flex;
    align-items: center;
    padding-top: 15px;
    box-sizing: border-box;
    cursor: pointer
  }

  .blind-box-container .blind-box .blind-box-inner[data-v-6b89d3d2] {
    width: 1.58rem;
    line-height: .4rem;
    margin-left: .1rem;
    transform: rotate(10deg)
  }

  .blind-box-container .blind-box-pop[data-v-6b89d3d2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999
  }

  .blind-box-container .blind-box-pop .close[data-v-6b89d3d2] {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(https://www.iqilu.com/html/zt/hpsd/assets/images/river-market/icon-close.png) center center / contain no-repeat;
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 999
  }

  .blind-box-container .blind-box-pop .blind-box-pop-inner[data-v-6b89d3d2] {
    width: 100%;
    height: 5rem;
    background: url(https://www.iqilu.com/html/zt/hpsd/assets/images/river-market/bg-award.png) center center / contain no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    padding-bottom: 100px
  }

  .blind-box-container .blind-box-pop .blind-box-pop-inner .blind-pop-cnt[data-v-6b89d3d2] {
    width: 100%;
    height: 4rem;
    margin: 0;
    position: relative
  }

  .blind-box-container .blind-box-pop .blind-box-pop-inner .blind-pop-cnt .blind-box-pop-title[data-v-6b89d3d2] {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .3rem
  }

  .blind-box-container .blind-box-pop .blind-box-pop-inner .blind-pop-cnt .blind-box-pop-img[data-v-6b89d3d2] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.gallery-container[data-v-a3ae7fb4] {
  width: 1230px;
  margin: 68px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-bottom: 94px
}

.gallery-container .gallery-item[data-v-a3ae7fb4] {
  width: 380px;
  height: 220px;
  position: relative;
  margin: 0 30px 30px 0
}

.gallery-container .gallery-item .gallery-link[data-v-a3ae7fb4],
.gallery-container .gallery-item .gallery-pic-container[data-v-a3ae7fb4],
.gallery-container .gallery-item .gallery-pic[data-v-a3ae7fb4] {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden
}

.gallery-container .gallery-item .gallery-pic[data-v-a3ae7fb4] {
  transition: transform .3s
}

.gallery-container .gallery-item .gallery-text[data-v-a3ae7fb4] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 17px 14px;
}

.gallery-container .gallery-item .gallery-text .gallery-text-inner[data-v-a3ae7fb4] {
  width: 100%;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}


.gallery-container .gallery-item:hover .gallery-pic[data-v-a3ae7fb4] {
  transform: scale(1.15)
}

.gallery-container .gallery-item[data-v-a3ae7fb4]:nth-of-type(1) {
  width: 1200px;
  height: 505px
}

.gallery-container .gallery-item:nth-of-type(1) .gallery-text[data-v-a3ae7fb4] {
  height: 100px;
  line-height: 100px;
  font-size: 28px
}

.gallery-container .gallery-item:nth-of-type(1) .gallery-text .gallery-text-inner[data-v-a3ae7fb4] {
  font-size: 20px;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .gallery-container[data-v-a3ae7fb4] {
    width: 100%;
    max-width: 432px;
    margin: .3rem auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding-bottom: .5rem
  }

  .gallery-container .gallery-item[data-v-a3ae7fb4] {
    width: 100%;
    height: 4.4rem;
    position: relative;
    margin: 0 0 .4rem
  }

  .gallery-container .gallery-item .gallery-text[data-v-a3ae7fb4] {
    width: 100%;
    height: 1rem;
    line-height: .6rem;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: .32rem;
    text-align: center;
    padding: .1rem;
  }

  .gallery-container .gallery-item .gallery-text .gallery-text-inner[data-v-a3ae7fb4] {
    justify-content: center;
  }


  .gallery-container .gallery-item:hover .gallery-pic[data-v-a3ae7fb4] {
    transform: scale(1.15)
  }

  .gallery-container .gallery-item[data-v-a3ae7fb4]:nth-of-type(1) {
    width: 100%;
    height: 4rem
  }

  .gallery-container .gallery-item:nth-of-type(1) .gallery-text[data-v-a3ae7fb4] {
    height: 1.2rem;
    line-height: .6rem;
    font-size: .32rem
  }

  .gallery-container .gallery-item:nth-of-type(1) .gallery-text .gallery-text-inner[data-v-a3ae7fb4] {
    font-size: 14px;
  }
}

.news-pics-container[data-v-1a181bfe] {
  width: 1230px;
  margin: 68px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-bottom: 94px
}

.news-pics-container .news-pics-item[data-v-1a181bfe] {
  width: 380px;
  position: relative;
  margin: 0 30px 30px 0;
}

.news-pics-container .news-pics-item .news-pics-pic-container[data-v-1a181bfe] {
  position: relative;
  height: 245px;
  overflow: hidden
}

.news-pics-container .news-pics-item .news-pics-pic-container .news-pics-pic[data-v-1a181bfe] {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .3s
}

.news-pics-container .news-pics-item .news-pics-pic-container .icon[data-v-1a181bfe] {
  width: 98px;
  height: 98px;
  position: absolute;
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateY(500%);
  transition: transform .3s
}

.news-pics-container .news-pics-item .news-pics-text[data-v-1a181bfe] {
  padding: 17px 14px;
  background: #fff
}

.news-pics-container .news-pics-item .news-pics-text .new-pics-text-inner[data-v-1a181bfe] {
  width: 100%;
  line-height: 35px;
  height: 70px;
  font-size: 22px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.news-pics-container .news-pics-item:hover .news-pics-pic[data-v-1a181bfe] {
  transform: scale(1.15)
}

.news-pics-container .news-pics-item:hover .icon[data-v-1a181bfe] {
  transform: translateY(0)
}

.news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) {
  width: 1200px;
}

.news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) .news-pics-pic-container {
  height: 505px;
}

.news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) .news-pics-text {
  height: 100px;
  line-height: 100px;
  font-size: 28px;
}

.news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) .news-pics-text .new-pics-text-inner {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .news-pics-container[data-v-1a181bfe] {
    width: 100%;
    max-width: 432px;
    margin: .3rem auto 0;
    padding-bottom: .5rem
  }

  .news-pics-container .news-pics-item[data-v-1a181bfe] {
    width: 100%;
    margin: 0 0 .4rem
  }

  .news-pics-container .news-pics-item .news-pics-pic-container[data-v-1a181bfe] {
    position: relative;
    height: 4rem;
    overflow: hidden
  }

  .news-pics-container .news-pics-item .news-pics-pic-container .icon[data-v-1a181bfe] {
    width: 1rem;
    height: 1rem
  }

  .news-pics-container .news-pics-item .news-pics-text[data-v-1a181bfe] {
    padding: .2rem;
    background: #fff
  }

  .news-pics-container .news-pics-item .news-pics-text .new-pics-text-inner[data-v-1a181bfe] {
    width: 100%;
    line-height: .5rem;
    height: 1rem;
    font-size: .32rem
  }

  .news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) {
    width: 100%;
  }

  .news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) .news-pics-pic-container {
    height: 4rem;
  }

  .news-pics-container .news-pics-item[data-v-1a181bfe]:nth-of-type(1) .news-pics-text {
    padding: .2rem;
    background: #fff;
    height: auto;
    line-height: normal;
  }

}

.page-container:where(.astro-D6T4A4T6) {
  background: url(/html/zt/hpsd/assets/images/river-market/bg.png) repeat
}

.section-02:where(.astro-D6T4A4T6) {
  padding-top: 150px
}

@media screen and (max-width: 800px) {
  .section-02:where(.astro-D6T4A4T6) {
    padding-top: 1rem
  }
}