/*!
==================================================================

                  本文件由SCSS编译生成，禁止直接修改

  THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

==================================================================
*/
.main {
  position: relative;
  padding: 12px 0;
}

.wide-container,
.slim-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.wide-container img,
.slim-container img {
  width: 100%;
}

.gallery-swiper {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 20px 0 50px;
}

.gallery-swiper .swiper-slide-pic, .gallery-swiper .swiper-slide-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-swiper .swiper-slide-link img{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.gallery-swiper .swiper-slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 50px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gallery-swiper .swiper-ctrl {
  position: absolute;
  top: 50%;
  z-index: 666;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.gallery-swiper .swiper-ctrl-prev {
  left: 20px;
  background-image: url("../img/icon_prev_light.png");
}

.gallery-swiper .swiper-ctrl-next {
  right: 20px;
  background-image: url("../img/icon_next_light.png");
}

.gallery-swiper .swiper-ctrl:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-swiper .swiper-pagination {
  bottom: 25px;
  font-size: 0;
}

.gallery-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  border-radius: 4px;
  margin: 0 10px !important;
  background-color: #d8d8d8;
  opacity: .5;
}

.gallery-swiper .swiper-pagination-bullet-active {
  background-color: #e60012;
  opacity: 1;
}

.gallery-swiper .swiper-summary {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.gallery-swiper .swiper-summary-item {
  text-indent: 2em;
  line-height: 1.8em;
  display: none;
}

.gallery-swiper .swiper-summary-item.is-active {
  display: block;
}

.gallery-list {
  position: relative;
  margin-bottom: 40px;
}

.gallery-item {
  position: relative;
  float: left;
  width: 540px;
  margin-bottom: 30px;
}

.gallery-item-pic {
  display: block;
  width: 330px;
  height: auto;
}
.gallery-item-pic img{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.gallery-item-info {
  position: absolute;
  top: 50%;
  right: 0;
  width: 225px;
  height: 170px;
  margin-top: -85px;
  color: #fff;
  cursor: pointer;
}

.gallery-item-info:hover .gallery-item-title {
  background: rgba(232, 117, 35, 0.8);
  background: radial-gradient(circle at bottom left, transparent 5px, rgba(232, 117, 35, 0.8) 0) bottom left;
}

.gallery-item-info:hover .gallery-item-main {
  background: rgba(232, 117, 35, 0.8);
  background: radial-gradient(circle at top left, transparent 5px, rgba(232, 117, 35, 0.8) 0) top left;
}

.gallery-item-title {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.8);
  background: radial-gradient(circle at bottom left, transparent 5px, rgba(0, 0, 0, 0.8) 0) bottom left;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 20px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.gallery-item-main {
  position: relative;
  height: 118px;
  padding: 10px 20px 0;
  background: rgba(0, 0, 0, 0.8);
  background: radial-gradient(circle at top left, transparent 5px, rgba(0, 0, 0, 0.8) 0) top left;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.gallery-item-summary {
  height: 6em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
}

.gallery-item-line {
  position: absolute;
  top: 52px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #fff;
}

.gallery-item:nth-of-type(2n) {
  float: right;
}

.gallery-section {
  position: relative;
  margin-bottom: 60px;
}

.gallery-section .title-container {
  background-image: url("../img/title_slim.png");
}

.gallery-section .image-list {
  position: relative;
}

.gallery-section .image-item {
  position: relative;
  width: 33.33%;
  /* height: 260px; */
  height: auto;
  overflow: hidden;
}
.gallery-section .image-item img{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.gallery-section .image-item-link, .gallery-section .image-item-pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.gallery-section .image-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .3em 1em;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  text-align: center;
  line-height: 2em;
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.gallery-section .image-item:hover .image-item-pic {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.gallery-section .image-item:hover .image-item-text {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
