<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  min-width: 1080px;
  height: 586px;
  position: relative;
}

.swiper1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper1 .swiper-container {

  height: inherit;
  /* width: 1196px; */
  height: 586px;

}

.swiper2 {
  width: 220px;
  height: 300px;
  position: absolute;
  right: 40px;
  top: 100px;
  z-index: 100;
}

.swiper2&gt;.swiper-container {
  width: 100%;
  height: inherit;
}

.swiper2 .swiper-pagination-bullet-active{
  opacity: 1;
  /* background: var(--swiper-pagination-color, var(--swiper-theme-color)); */
  width: 6px;
  height: 6px;
  border-radius: 0;
  transform: scaleX(2.66);
  background: #00cc4c;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: #ffffff;
  opacity: .2;
  margin: 0 7px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after ,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -10px;
}
.swiper-button-prev:focus,.swiper-button-next:focus{
  outline: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -10px;
}
.qy20-h-carousel__arrow[data-v-1ea95016]:hover{
  opacity: 1;
}
.qy20-h-carousel__arrow.left[data-v-1ea95016] {
  /* transform: translate(-100%,-50%); */
}
.qy20-h-carousel__arrow[data-v-1ea95016] {
  position: absolute;
  /* top: 50%; */
  opacity: .3;
  cursor: pointer;
  /* padding: 16px; */
}
.swiperBox{
  /* text-align: center; */
  width: 85%;
  margin: 0 auto;
}
.swiperBox img{
  width: 126px;
  height: 168px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
a.swiperTitle{
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  text-align: left;
}
.swiperInfo{
  color: #ffffff;
  font-size: 14px;
  opacity: .7;
  padding: 3px 0;
  margin: 0;
  text-align: left;
}
.swiper-pagination{
  left: 0;
  right: 0;
}
.swiperBig{
  height: inherit;
}
.swiperBig a{
  display: flex;
  align-items: center;
  height: inherit;
}
.swiperBig img{
  width: 100%;
  vertical-align: middle;
}
.sw_mask_{
  position: absolute;
  z-index: 90;
  width: 300px;
  top: 0;
  bottom: 0;

}
.sw_mask_left{
  left: 0;
  background: linear-gradient(to left,#00000000,#00000075);
}
.sw_mask_right{
  right: 0;
  background: linear-gradient(to right,#00000000,#00000075);
}</pre></body></html>