body {
  background: #F5F5F5;
}
body .safe-width2 {
  width: 13rem;
  margin: 0 auto;
}
body .tabs_sub {
  background: #fff;
}
body .video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.69rem 0 0.56rem;
}
body .video-list .video-item {
  width: 4.16rem;
  flex: none;
  margin-right: 0.26rem;
  margin-bottom: 0.37rem;
  background: #fff;
  border-radius: 0.1rem;
}
body .video-list .video-item:nth-child(3n) {
  margin-right: 0;
}
body .video-list .video-item .video {
  position: relative;
  display: block;
  height: 2.41rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
body .video-list .video-item .video video {
  width: 4.16rem;
  height: 2.41rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
body .video-list .video-item .video img {
  position: absolute;
  left: 1.7rem;
  top: 0.68rem;
  z-index: 3;
  width: 0.77rem;
  height: 0.77rem;
}
body .video-list .video-item .video p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
  color: #fff;
  font-size: 0.2rem;
}
body .video-list .video-item .video-item-title {
  color: #8B8B8B;
  padding: 0.17rem 0.2rem;
  line-height: 0.28rem;
  transition: color 0.4s ease;
}
body .video-list .video-item:hover .video-item-title {
  color: #AA8266;
}
@media screen and (max-width: 1024px) {
  body .safe-width2 {
    width: 100%;
    padding: 0 0.3rem;
  }
  body .tabs_sub .safe-width2 {
    padding: 0;
  }
  body .tabs_sub .safe-width2 div a {
    padding: 0.44rem 0.52rem;
    margin-right: 0;
  }
  body .video-list {
    margin: 0.4rem 0 0.26rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  body .video-list .video-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.22rem;
  }
  body .video-list .video-item .video {
    height: 4rem;
  }
  body .video-list .video-item .video video {
    width: 100%;
    height: 4rem;
  }
  body .video-list .video-item .video img {
    width: 1.26rem;
    height: 1.26rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .video-list .video-item .video p {
    font-size: 0.32rem;
    padding: 0.3rem;
  }
  body .video-list .video-item .video-item-title {
    font-size: 0.28rem;
    line-height: 0.45rem;
    padding: 0.4rem 0.35rem;
  }
}
