html {
  background: #fff;
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  margin: 0;
}
html body ._swiperMain {
  width: 100%;
  height: auto;
  overflow: hidden;
}
html body ._swiperMain .title-bg {
  height: 32px;
  border-bottom: 1px solid var(--font-color);
  background-color: #ffffff;
  text-align: left;
  width: auto;
}
html body ._swiperMain .title-bg .title-name {
  height: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #666;
  display: inline-block;
  padding: 0 8px;
}
html body ._swiperMain .title-bg .title-name-selected {
  color: var(--font-color);
  border-bottom: 3px solid var(--font-color);
}
html body ._swiperMain .title-bg .title-more {
  width: 50px;
  float: right;
  font-size: 12px;
  color: #999999;
}
html body ._swiperMain .title-bg .title-more a {
  font-size: 12px;
  color: #999999;
}
html body ._swiperMain .swiper-container {
  width: 100%;
  height: 100%;
}
html body ._swiperMain .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;

  flex-direction: column;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
html body ._swiperMain .swiper-slide-duplicate-active {
  transform: scale(1);
}
html body ._swiperMain .zz-news {
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 5px;
  line-height: 28px;
  color: white;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
html body ._swiperMain .zz-news:hover {
  opacity: 0.9;
}
html body ._swiperMain .yy-news {
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 5px;
  line-height: 28px;
  color: white;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
html body ._swiperMain .yy-news:hover {
  opacity: 0.9;
}
html body ._swiperMain .zz {
  width: 27px;
  height: 64px;
  background: #f9e2e1;
  position: absolute;
  top: 45%;
  left: 0px;
  line-height: 64px;
  color: var(--font-color);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
html body ._swiperMain .zz:hover {
  opacity: 0.9;
}
html body ._swiperMain .yy {
  width: 27px;
  height: 64px;
  background: #f9e2e1;
  position: absolute;
  top: 45%;
  right: 0px;
  line-height: 64px;
  color: var(--font-color);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
html body ._swiperMain .yy:hover {
  opacity: 0.9;
}
html body ._swiperMain .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  color: var(--font-color);
}
html body ._swiperMain .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: var(--font-color);
}
/*# sourceMappingURL=swiper.css.map */
@media screen and (max-width: 1200px){
  ._swiperMain .txt-box{
    font-size: 14px!important;
    height: 40px!important;
    line-height: 40px!important;
  }
}