/* ModuleSiteGalleryV2Giant layout-104 — 汽车图集 */
.ModuleSiteGalleryV2Giant.layout-104 .gallery-container {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.ModuleSiteGalleryV2Giant.layout-104 .gallery-container::after {
  content: "";
  display: table;
  clear: both;
}
.ModuleSiteGalleryV2Giant.layout-104 .grid-item {
  float: left;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 !important;
}
.ModuleSiteGalleryV2Giant.layout-104 .imgTitle {
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 16px;
  color: #000;
}
.ModuleSiteGalleryV2Giant.layout-104 .ImgCenterbox2 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ModuleSiteGalleryV2Giant.layout-104 .ImgCenter {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.ModuleSiteGalleryV2Giant.layout-104 .grid-cont:hover .ImgCenter {
  transform: scale(1.06);
}
.ModuleSiteGalleryV2Giant.layout-104 .demo-gallery-poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s ease 0s;
}
.ModuleSiteGalleryV2Giant.layout-104 .grid-cont:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.45);
}
.ModuleSiteGalleryV2Giant.layout-104 .demo-gallery-poster .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 36px;
  color: #fff;
  transition: opacity 0.3s ease 0s;
}
.ModuleSiteGalleryV2Giant.layout-104 .grid-cont:hover .demo-gallery-poster .iconfont {
  opacity: 1;
}

/* 4 列铺满容器，不再用 (100%-180px)/4 造成右侧大块空白 */
@media only screen and (min-width: 768px) {
  .ModuleSiteGalleryV2Giant.layout-104 .col-lg-4,
  .ModuleSiteGalleryV2Giant.layout-104 .col-md-4,
  .ModuleSiteGalleryV2Giant.layout-104 .col-sm-4 {
    width: 25% !important;
  }
}
@media only screen and (max-width: 767px) {
  .ModuleSiteGalleryV2Giant.layout-104 .grid-item {
    padding: 5px !important;
  }
  .ModuleSiteGalleryV2Giant.layout-104 .col-xs-2 {
    width: 50% !important;
  }
  .ModuleSiteGalleryV2Giant.layout-104 .demo-gallery-poster .iconfont {
    font-size: 24px;
  }
}

/* 与头部 Logo 区同款左右留白 */
@media screen and (min-width: 768px) {
  #module_16205168 > .module_16205168 {
    margin-left: 5.7637%;
    margin-right: 5.7637%;
  }
}
@media screen and (max-width: 767px) {
  #module_16205168 > .module_16205168 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
