@CHARSET "UTF-8";

.swiper-container {
  width: 100%;
  position: absolute;
}

.banner #pc-notice .banner-nav {
  height: 500px;
  width: 350px;
}

.swiper-height {
  height: 500px;
}

#pc-swiper-container .swiper-height .swiper-slide img {
  height: 500px !important;
}

.pc-swiper-container {
  height: 500px;
}

.notice-detail {
  width: 350px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 99;
}

@media (max-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}


@media screen and (max-width: 1500px) and (min-width: 100px) {

  .banner #pc-notice .banner-nav {
    height: 400px;
    width: 300px;
  }

  .swiper-height {
    height: 400px;
  }

  #pc-swiper-container .swiper-height .swiper-slide img {
    height: 400px !important;
  }

  .pc-swiper-container {
    height: 400px;
  }

  .notice-detail {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
  }
}