
img {
  max-width: 100%;
}

.content-wrap .container {
  gap: 48px;
}

.section-top-banner {
  background: url("https://images.tenorshare.com/guide/px-theme/px-top-banner-bg.webp") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 90px 0;
  min-height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-top-banner .content-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.section-top-banner h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #ffffff;
}
.section-top-banner .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-top: 18px;
  margin-bottom: 0;
}

.videos-list {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.videos-list .youtube-video {
  border-radius: 8px;
  overflow: hidden;
}
.videos-list .item {
  width: calc(33.33% - 19px);
}
.videos-list .item .img-wrap {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.videos-list .item .img-wrap .hover-play {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos-list .item .img-wrap .video-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  z-index: 1;
}
.videos-list .item .img-wrap .video-duration {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.videos-list .item .img-wrap:hover .hover-play {
  opacity: 1;
}
.videos-list .item .tit {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px;
  margin-bottom: 0;
  color: #000000;
  display: inline-block;
}
.videos-list .item .tit:hover {
  color: #000000;
}

.view-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 28px 0;
}
.view-more a {
  color: #6c7071;
}
.view-more a:hover {
  color: #6c7071;
}

.section-page-turning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}
.section-page-turning .item {
  border: 1px solid #eeeeee;
  background: rgba(33, 33, 33, 0.0392156863);
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.4s;
}
.section-page-turning .item .text-wrap .tit {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin: 0;
}
.section-page-turning .item .text-wrap .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.section-page-turning .item.prev {
  text-align: right;
}
.section-page-turning .item:hover {
  text-decoration: none;
  color: #000;
  background: rgba(255, 188, 32, 0.0392156863);
}
.section-page-turning .item:hover svg {
  background: #525252;
}
.section-page-turning .item:hover svg rect {
  stroke: #525252;
}
.section-page-turning .item:hover svg path {
  fill: #fff;
}

@media (max-width: 1600px) {
  .content-wrap .container,
  .breadcrumb .container {
    max-width: 1200px;
  }
  .videos-list {
    gap: 24px;
  }
  .videos-list .item {
    width: calc(33.33% - 16px);
  }
  .section-top-banner {
    min-height: 318px;
    padding: 78px 0;
  }
  .section-top-banner h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
  }
  .section-top-banner .content-wrap {
    max-width: 590px;
    padding: 0;
  }
  .section-top-banner .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .content-wrap .container {
    gap: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .section-top-banner {
    background: url("https://images.tenorshare.com/guide/px-theme/px-botton-banner-2.webp") no-repeat bottom center;
    background-size: contain;
    background-color: rgb(24, 14, 19);
    display: block;
    padding: 40px 0;
    min-height: 428px;
  }
  .section-top-banner h1 {
    font-size: 26px;
  }
  .section-top-banner .des {
    font-size: 14px;
    margin-top: 8px;
  }
  .videos-list {
    flex-direction: column;
  }
  .videos-list .item {
    width: 100%;
  }
  .content-wrap {
    padding-top: 32px;
  }
  .section-top-banner .content-wrap {
    padding-top: 0;
  }
  main {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-page-turning {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .section-page-turning .item {
    width: 100%;
  }
}/*# sourceMappingURL=ts-guide-3.css.map */