.pd-list .pd-item {
  margin-bottom: 0;
}

.trend-detail .page-section {
  max-width: none;
}
.trend-detail .sec-cont {
  max-width: 1200px;
  margin: 0 auto;
}
.trend-detail img {
  width: 100%;
  display: block;

}

.trend-detail .video-w {
  margin-bottom: 112px;
}




.trend-detail .trend-fn {
  margin-bottom: 20px;
  text-align: right;
  display: flex;
  justify-content: end;
}
.trend-detail .trend-fn a {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  font-size: 13px;
  padding: 0;
  text-align: center;
  float: none;

  display: flex;
  justify-content: center;
  align-items: center;
}

.trend-detail .trend-fn a.download i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/img/ico_moq_createpopup_download.png') no-repeat 0 0;
  background-size: 100% auto;
}






.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -58px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center;
  background-color: #fff;
}

.slick-next {
  right: auto;
  left: 100%;
  margin-left: 28px;
  background-image: url('/v2/img/ico_next_white.png');
}

.slick-prev {
  left: auto;
  right: 100%;
  margin-right: 28px;
  background-image: url('/v2/img/ico_pre_white.png');
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next:hover, .slick-next:focus {
  background-image: url('/v2/img/ico_next_white.png');
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center;
  background-color: #fff;
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url('/v2/img/ico_pre_white.png');
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center;
  background-color: #fff;
}

.pd-list .pd-item .pd-txt {
  display: flex;
}
.pd-list .pd-item .pd-txt .pd-name {
  flex-grow: 1;
}
.pd-list .pd-item .clip_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
    background-color: rgba(109, 109, 109, 0.24);
    border: 1px solid #fff;

    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
}
.pd-list .pd-item .clip_btn.clipped {
  background-color: #121619;
  border-color: #121619;
}
.pd-list .pd-item .clip_btn .ico_comm.clip_ico {
  background-image: url('/v2/img/ico_clip_v2_w.svg');
}

@media (max-width: 1300px) {
    .page-section {
        padding: 0 6.92vw;
    }

    .slick-next {
        margin-left: 16px;
    }
    .slick-prev {
        margin-right: 16px;
    }

    .pd-list .pd-item .pd-txt .pd-name {
        font-size: 1.38vw;
        min-height: 4.00vw;
    }
    .pd-list .pd-item .clip_btn {
        width: 2.46vw;
        height: 2.46vw;

        bottom: 0.62vw;
        right: 0.62vw;
    }
}
@media (max-width: 768px) {
    .page-section {
        padding: 0 53px;
    }

    .pd-list .pd-item .pd-txt .pd-name {
        font-size: 11px;
        min-height: 31px;
    }

    .pd-list .pd-item .clip_btn {
        width: 19px;
        height: 19px;

        bottom: 5px;
        right: 5px;
    }
}
