.section1 .wrap {
  padding-top: 120px;
  padding-bottom: 210px;
}

.section1 .wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 157px;
}

.section1 .wrap .top .left {
  width: 480px;
}

.section1 .wrap .top .left .list {
  margin-top: 120px;
  display: flex;
  gap: 140px;
}

.section1 .wrap .top .left .list .value {
  color: #333;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  align-items: start;
}

.section1 .wrap .top .left .list .value::after {
  content: attr(data-text);
  font-size: 24px;
  line-height: 2;
}

.section1 .wrap .top .left .list .key p:nth-child(1) {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.section1 .wrap .top .left .list .key p:nth-child(2) {
  color: #999;
  font-size: 14px;
}

.section1 .wrap .top .right {
  width: 626px;
}

.section1 .wrap .top .right p {
  color: #333;
  font-size: 18px;
  line-height: 2;
}

.section1 .wrap .top .right p:not(:last-child) {
  margin-bottom: 30px;
}

.section1 .wrap .top .right p strong {
  color: #111;
  font-weight: 700;
}

.section1 .wrap .bottom {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.section1 .wrap .bottom::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.section1 .wrap .bottom .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 3;
  width: 180px;
  height: 55px;
  border-radius: 60px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: all 0.6s;
}

.section1 .wrap .bottom .play:hover {
  background-color: #0C3388;
  border-color: #0C3388;
}

.section1 .wrap .bottom .play .icon span {
  color: #FFF;
}

.section1 .wrap .bottom .play p {
  color: #FFF;
  font-size: 16px;
}

.section2 .wrap {
  position: relative;
}

.section2 .wrap .content {
  position: absolute;
  z-index: 2;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.section2 .wrap .content .type {
  color: #fff;
  opacity: 0.8;
}

.section2 .wrap .content .title {
  margin-top: 40px;
}

.section2 .wrap .content .title h3 {
  color: #fff;
  font-size: 32px;
}

.section2 .wrap .img {
  height: 960px;
}

.section2 .wrap .img img {
  max-height: none;
  width: 100%;
}

.section3 {
  position: relative;
}

.section3 .wrap {
  padding-top: 170px;
  padding-bottom: 120px;
}

.section3 .wrap .text {
  margin-top: 14px;
  margin-bottom: 110px;
}

.section3 .wrap .main {
  position: relative;
}

.section3 .wrap .main .swiper-slide-active .txt {
  opacity: 1;
  transform: translateY(0);
}

.section3 .wrap .main .item {
  padding-bottom: 30px;
}

.section3 .wrap .main .txt {
  text-align: center;
  transition: all 0.6s;
  margin-top: 10px;
}

.section1 .wrap .bottom .play .icon {
  display: flex;
  align-items: center;
}

.section1 .wrap .PE {
  display: none;
}



@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 6.25vw;
    padding-bottom: 10.9375vw;
  }

  .section1 .wrap .top {
    margin-bottom: 8.1770833333vw;
  }

  .section1 .wrap .top .left {
    width: 25vw;
  }

  .section1 .wrap .top .left .list {
    margin-top: 6.25vw;
    gap: 7.2916666667vw;
  }

  .section1 .wrap .top .left .list .value {
    font-size: 3.125vw;
  }

  .section1 .wrap .top .left .list .value::after {
    font-size: 1.25vw;
  }

  .section1 .wrap .top .left .list .key p:nth-child(1) {
    font-size: 0.9375vw;
    margin-bottom: 0.2604166667vw;
  }

  .section1 .wrap .top .left .list .key p:nth-child(2) {
    font-size: 0.7291666667vw;
  }

  .section1 .wrap .top .right {
    width: 32.6041666667vw;
  }

  .section1 .wrap .top .right p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .top .right p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }

  .section1 .wrap .bottom {
    border-radius: 0.625vw;
  }

  .section1 .wrap .bottom .play {
    gap: 0.5208333333vw;
    width: 9.375vw;
    height: 2.8645833333vw;
    border-radius: 3.125vw;
    backdrop-filter: blur(0.2604166667vw);
  }

  .section1 .wrap .bottom .play p {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .content {
    top: 16.6666666667vw;
  }

  .section2 .wrap .content .title {
    margin-top: 2.0833333333vw;
  }

  .section2 .wrap .content .title h3 {
    font-size: 1.6666666667vw;
  }

  .section2 .wrap .img {
    height: 50vw;
  }

  .section3 .wrap {
    padding-top: 8.8541666667vw;
    padding-bottom: 6.25vw;
  }

  .section3 .wrap .text {
    margin-top: 0.7291666667vw;
    margin-bottom: 5.7291666667vw;
  }

  .section3 .wrap .main .item {
    padding-bottom: 1.5625vw;
  }

  .section3 .wrap .main .txt {
    margin-top: 0.5208333333vw;
  }

  .section1 .wrap .bottom .play .icon span {
    font-size: 0.83333333vw;
  }

  .section2 .wrap .content .type {
    font-size: 0.8333333vw;
  }

  .section3 .wrap .main .item .txt p {
    font-size: 0.833333333vw;
  }

  .section3 .wrap .text p {
    font-size: 0.833333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap .PC {
    display: none;
  }

  .section1 .wrap .PE {
    display: block;
    margin-top: 30px;
  }

  .section1 .wrap .PE p {
    font-size: 14px;
    line-height: 2;
    color: #333;
  }

  .section1 .wrap {
    padding: 50px 0;
  }

  .section1 .wrap .top .left {
    width: 100%;
  }

  .section1 .wrap .top .left .list {
    margin-top: 30px;
    gap: 60px;
  }

  .section1 .wrap .top .left .list .value {
    font-size: 32px;
  }

  .section1 .wrap .top .left .list .value::after {
    font-size: 14px;
  }

  .section1 .wrap .top .left .list .key p:nth-child(1) {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .section1 .wrap .top .left .list .key p:nth-child(2) {
    font-size: 12px;
  }

  .section1 .wrap .top {
    margin-bottom: 30px;
  }

  .section1 .wrap .bottom {
    border-radius: 10px;
  }

  .section1 .wrap .bottom .play .icon span,
  .section1 .wrap .bottom .play p {
    font-size: 14px;
  }

  .section1 .wrap .bottom .play {
    gap: 10px;
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
  }

  .section2 .wrap .content .type {
    font-size: 14px;
  }

  .section2 .wrap .content .title {
    margin-top: 20px;
  }

  .section2 .wrap .content .title h3 {
    font-size: 16px;
    line-height: 1.6;
  }

  .section2 .wrap {
    padding: 50px 0 160px;
  }

  .section2 .wrap .content {
    position: static;
    transform: none;
    width: 90vw;
    margin: 0 auto;
  }

  .section2 .wrap .img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }

  .section2 .wrap .img img {
    height: 100%;
    width: 100%;
    object-position: bottom;
  }

  .section3 .wrap {
    padding: 50px 0;
  }

  .section3 .wrap .text {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section3 .wrap .text p {
    font-size: 14px;
    line-height: 2;

  }

  .section3 .wrap .main .item .txt p {
    font-size: 14px;
  }

  .section3 .wrap .main .txt {
    margin-top: 10px;
  }

  .section3 .wrap .main .item {
    padding-bottom: 0;
  }

  .section3 .wrap .main .swiper {
    margin-bottom: 30px;
  }



  
}