.banner {
  position: relative;
}

.banner::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28.6979166667vw;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.banner .bg {
  display: block;
  width: 100%;
  /* height: 100vh; */
  height: 44.7916666667vw;
  object-fit: cover;
}

.banner .text {
  position: absolute;
  width: 100%;
  bottom: 14.7395833333vw;
  padding: 0 5%;
  color: white;
  text-align: center;
  z-index: 5;
}

.banner .text .p1 {
  font-weight: 500;
  margin-bottom: 0.4166666667vw;
}

.banner .text .p2 {
  font-weight: 300;
  line-height: 2;
}

.container {
  padding: 4.0625vw 0 11.7708333333vw 0;
}

.container .tabs {
  display: flex;
  justify-content: center;
}

.container .tabs .item {
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 4.4270833333vw;
  font-weight: 500;
  line-height: 1;
  color: #999;
  transition: all 600ms;
  cursor: pointer;
}

.container .tabs .item img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 11.9791666667vw;
  display: block;
  opacity: 0;
  transition: all 600ms;
}

.container .tabs .item.on,
.container .tabs .item:hover {
  color: #000;
}

.container .tabs .item.on img,
.container .tabs .item:hover img {
  opacity: 1;
}

.container .boxs .box {
  display: none;
}

.container .boxs .box.active {
  display: block;
}

.container .boxs .box .list {
  padding: 8.3333333333vw 12.5vw 6.0416666667vw 12.5vw;
}

.container .boxs .box .list a {
  display: block;
  position: relative;
  overflow: hidden;
}

.container .boxs .box .list a:not(:last-child) {
  margin-bottom: 3.125vw;
}

.container .boxs .box .list a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24.8958333333vw;
  z-index: 2;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.container .boxs .box .list a .pic {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 28.6458333333vw;
  transition: all 600ms;
}

.container .boxs .box .list a .text {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 5.2083333333vw;
  bottom: 3.3854166667vw;
  color: white;
  z-index: 3;
  transform: translateY(2.5vw);
  transition: all 600ms;
}

.container .boxs .box .list a .text .time {
  color: #FFF;
  font-weight: 300;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
}

.container .boxs .box .list a .text .pt {
  margin: 0 0 0.78125vw 0;
  font-weight: 500;
  line-height: 1.5;
}

.container .boxs .box .list a .text .des_b {
  opacity: 0;
  transition: all 600ms;
}

.container .boxs .box .list a .text .des_b .des {
  width: 50vw;
  line-height: 1.5;
  height: 2.5vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container .boxs .box .list a .btn {
  display: flex;
  gap: 0.8333333333vw;
  align-items: center;
  position: absolute;
  right: 5.2083333333vw;
  bottom: 5.2083333333vw;
  color: white;
  transition: all 600ms;
  z-index: 4;
  transform: translateX(1.1458333333vw);
}

.container .boxs .box .list a .btn svg {
  display: block;
  width: 1.1458333333vw;
  height: auto;
  opacity: 0;
  transition: all 600ms;
}

.container .boxs .box .list a:hover .pic {
  transform: scale(1.05);
}

.container .boxs .box .list a:hover .text {
  transform: translateY(-0.5208333333vw);
}

.container .boxs .box .list a:hover .text .des_b {
  opacity: 1;
}

.container .boxs .box .list a:hover .btn {
  transform: translateX(0);
}

.container .boxs .box .list a:hover .btn svg {
  opacity: 1;
}

.container .boxs .box .vlist {
  padding: 8.1770833333vw 4.9479166667vw 6.0416666667vw 4.9479166667vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.8854166667vw 1.3541666667vw;
}

.container .boxs .box .vlist .item {
  width: 100%;
  cursor: pointer;
}

.container .boxs .box .vlist .item .pic {
  position: relative;
  overflow: hidden;
}

.container .boxs .box .vlist .item .pic img {
  width: 100%;
  display: block;
  height: 22.9166666667vw;
  object-fit: cover;
  transition: all 600ms;
}

.container .boxs .box .vlist .item .pic .play {
  position: absolute;
  left: 3.3333333333vw;
  bottom: 2.96875vw;
}

.container .boxs .box .vlist .item .pic .play img {
  width: 2.4479166667vw;
  height: 2.4479166667vw;
}

.container .boxs .box .vlist .item .p1 {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin: 2.9166666667vw 0 0.78125vw 0;
}

.container .boxs .box .vlist .item .des {
  font-weight: 250;
  line-height: 1.71;
  text-align: center;
}

.container .boxs .box .vlist .item:hover .pic img {
  transform: scale(1.05);
}

.container .boxs .box .pager {
  display: flex;
  justify-content: center;
  gap: 1.25vw;
  align-items: center;
}

.container .boxs .box .pager .prev img,
.container .boxs .box .pager .next img {
  display: block;
  width: 1.25vw;
}

.container .boxs .box .pager .nums {
  display: flex;
  gap: 0.46875vw;
  align-items: center;
}

.container .boxs .box .pager .nums a {
  display: flex;
  padding: 0.4166666667vw 0.8333333333vw;
  justify-content: center;
  width: 2.0833333333vw;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 0.5208333333vw;
  color: #141412;
  transition: all 600ms;
  font-family: "Poppins";
}

.container .boxs .box .pager .nums a.on,
.container .boxs .box .pager .nums a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }

  .banner::after {
    height: 100%;
  }

  .banner .bg {
    height: 300px;
  }

  .banner .text {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0 5%;
  }

  .banner .text .p1 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .banner .text .p2 {
    font-size: 14px;
  }

  .container {
    padding: 30px 0 60px 0;
  }

  .container .tabs {
    padding: 0 5%;
  }

  .container .tabs .item {
    width: auto;
    padding: 10px 30px;
    font-size: 18px;
    height: auto;
  }

  .container .tabs .item img {
    width: 150px;
    bottom: -8px;
  }

  .container .boxs .box .list {
    padding: 30px 5%;
  }

  .container .boxs .box .list a:not(:last-child) {
    margin-bottom: 20px;
  }

  .container .boxs .box .list a::before {
    height: 100%;
  }

  .container .boxs .box .list a .pic {
    height: 240px;
  }

  .container .boxs .box .list a .text {
    padding: 0 5%;
    bottom: 50px;
    transform: translateY(0);
  }

  .container .boxs .box .list a .text .time {
    height: auto;
    font-size: 14px;
  }

  .container .boxs .box .list a .text .pt {
    font-size: 16px;
    margin: 10px 0;
  }

  .container .boxs .box .list a .text .des_b {
    opacity: 1;
    display: none;
  }

  .container .boxs .box .list a .text .des_b .des {
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .container .boxs .box .list a .btn {
    right: 5%;
    bottom: 20px;
    transform: translateX(0);
    gap: 8px;
    font-size: 14px;
    display: none;
  }

  .container .boxs .box .list a .btn svg {
    width: 18px;
    opacity: 1;
  }

  .container .boxs .box .list a:hover .pic {
    transform: none;
  }

  .container .boxs .box .list a:hover .text {
    transform: translateY(0);
  }

  .container .boxs .box .list a:hover .btn {
    transform: translateX(0);
  }

  .container .boxs .box .vlist {
    padding: 30px 5%;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }

  .container .boxs .box .vlist .item .pic img {
    height: 200px;
  }

  .container .boxs .box .vlist .item .pic .play {
    left: 20px;
    bottom: 20px;
  }

  .container .boxs .box .vlist .item .pic .play img {
    width: 30px;
    height: 30px;
  }

  .container .boxs .box .vlist .item .p1 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }

  .container .boxs .box .vlist .item .des {
    font-size: 14px;
    padding: 0;
  }

  .container .boxs .box .pager {
    gap: 10px;
  }

  .container .boxs .box .pager .prev img,
  .container .boxs .box .pager .next img {
    width: 20px;
  }

  .container .boxs .box .pager .nums {
    gap: 10px;
  }

  .container .boxs .box .pager .nums a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    border-radius: 5px;
  }
}