@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.tabs {
  text-align: center;
}

.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 1.25rem 0 !important;
}

.container {
  padding-top: 2.8125rem;
}

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

.container .news-swiper {
  height: 100%;
  overflow: hidden;
}

.container .news-swiper .news-swiper-prev,
.container .news-swiper .news-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  z-index: 99;
  cursor: pointer;
}

.container .news-swiper .news-swiper-prev:hover img,
.container .news-swiper .news-swiper-next:hover img {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.container .news-swiper .news-swiper-prev:hover::after,
.container .news-swiper .news-swiper-next:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.2s ease;
}

.container .news-swiper .news-swiper-prev {
  left: 0;
  margin-left: -4.375rem;
}

.container .news-swiper .news-swiper-prev:hover::after {
  background-image: url("../images/left2.png");
}

.container .news-swiper .news-swiper-next {
  right: 0;
  margin-right: -4.375rem;
}

.container .news-swiper .news-swiper-next:hover::after {
  background-image: url("../images/right2.png");
}

.container .news-swiper__item {
  max-height: 25.125rem;
  grid-template-columns: 49.0625rem 1fr;
  background: #FFFFFF;
  box-shadow: 0 0.1875rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.16);
  border-radius: 0.125rem;
  border: 0.0625rem solid #DDDDDD;
}

.container .news-swiper__item__image {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.container .news-swiper__item__image .image-swiper-pagination {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.container .news-swiper__item__image .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(36, 89, 169, 0.4);
}

.container .news-swiper__item__image .swiper-pagination-bullet-active {
  background-color: #2459A9;
}

.container .news-swiper__item__content {
  padding: 3.75rem;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container .news-swiper__item__content__title {
  font-weight: bold;
  font-size: 1.5rem;
}

.container .news-swiper__item__content__description {
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.container .news-swiper__item__content__date {
  font-size: 0.875rem;
  color: #999999;
  margin: 0.875rem 0 1.75rem;
}

.container .list {
  padding-top: 2.125rem;
}

.container .list .product-card__title {
  margin: 1.875rem 0 0.75rem;
}

.container .list .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.625rem 0 3.375rem;
}
