@charset "UTF-8";
.home-special003 {
    position: relative;
}
.home-special003 .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.home-special003 .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.home-special003 .layout h1 {
  width: 14%;
  height: 5.25rem;
  padding-left: 1rem;
  position: relative;
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.home-special003 .layout h1 .m-tit,
.home-special003 .layout h1 .m-more {
    display: none;
}

.home-special003 .layout .inner-box {
  width: 83%;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide {
  perspective: 5rem;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) a {
  transform: rotateY(-5deg) translateX(-0.07rem);
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  transform: rotateY(5deg);
  margin: 0.3rem 0.1rem;
  margin-bottom: 1.5rem;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a:hover .img-box:before {
  animation: shine 1s;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a:hover .img-box img {
  transform: scale(1.1);
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box {
  position: relative;
  overflow: hidden;
  padding-top: 227%;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box:before {
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 50%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box .tit {
  color: #fff;
  position: absolute;
    top: 0.4rem;
        left: 0.4rem;
  writing-mode: vertical-lr;
  font-size: 0.28rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box .more {
        writing-mode: vertical-lr;
            color: #fff;
            font-size: 0.16rem;
            position: absolute;
            bottom: 0.4rem;
            right: 0.4rem;
}
.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box .more:before {
    content: "";
        height: 1.2rem;
        border-left: 1px dashed #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(100% + 0.2rem);
}
.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
  object-position: bottom;
}

.home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .reflection {
  position: absolute;
  top: 100%;
  /* 使倒影位于图片下方 */
  left: 0;
  width: 100%;
  height: 1.5rem;
  /* 倒影高度 */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /* 适应容器 */
  background-size: 0\0;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  transform: scaleY(-1);
  /* 垂直翻转 */
}

@media (max-width: 960px) {
  .home-special003 .layout {
    display: block;
  }

  .home-special003 .layout h1 {
    width: 100%;
    height: auto;
    flex-direction: row;
    padding-left: 0;
    margin-right: 0;
  }
  .home-special003 .layout h1 .more-component {
    position: relative;
    right: 0;
  }
  .home-special003 .layout h1 .pc-tit,
  .home-special003 .layout h1 .pc-more {
      display: none;
  }
.home-special003 .layout h1 .m-tit,
.home-special003 .layout h1 .m-more {
    display: block;
}
  .home-special003 .layout .inner-box {
    width: 100%;
  }
  .home-special003 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide a .img-box .tit {
    font-size: 20px;
  }
}

/*# sourceMappingURL=home-special003.css.map */