body {
  background: #F6F8FC;
}

.proInfo1 {
  padding: 6.25vw 1.5625vw 5.7291666667vw 1.5625vw;
}
.proInfo1 .wrap {
  display: flex;
  justify-content: space-between;
}
.proInfo1 .wrap .r {
  width: 43.75vw;
  height: 41.6666666667vw;
}
.proInfo1 .wrap .r .bigSwiper {
  width: 100%;
  height: 100%;
}
.proInfo1 .wrap .r .bigSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 1.6666666667vw;
  overflow: hidden;
}
.proInfo1 .wrap .r .bigSwiper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.proInfo1 .wrap .r .bigSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.proInfo1 .wrap .l {
  width: 52.0833333333vw;
}
.proInfo1 .wrap .l .big {
  width: 100%;
  border-radius: 1.6666666667vw;
  background: #E4EAF6;
  padding: 3.3333333333vw 2.0833333333vw 3.6979166667vw 2.1875vw;
}
.proInfo1 .wrap .l .big .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 2.9166666667vw;
  text-transform: uppercase;
  margin: 0 0 4.0104166667vw;
}
.proInfo1 .wrap .l .big .title span {
  color: #204E81;
}
.proInfo1 .wrap .l .big .text {
  width: 41.8229166667vw;
  color: #525261;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 4.6354166667vw;
}
.proInfo1 .wrap .l .dis{
  display: flex;
  align-items: center;
  gap: 2.0833333333333335vw;
}
.proInfo1 .wrap .l .dis .download{
  width: fit-content;
  height: 3.3333333333vw;
  border-radius: 2.6041666667vw;
  background: var(--color);
  padding: 0 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  overflow: hidden;
  transition: .6s ease;
  cursor: pointer;
}
.proInfo1 .wrap .l .dis .download svg{
  width: 1.0416666666666667vw;
  height: 1.0416666666666667vw;
  display: block;
}
.proInfo1 .wrap .l .dis .download p{
  color: #fff;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  transition: .6s ease;
}
.proInfo1 .wrap .l .smallSwiper {
  width: 100%;
  height: 10.4166666667vw;
  margin: 1.0416666667vw 0 0 0;
}
.proInfo1 .wrap .l .smallSwiper .swiper-slide {
  cursor: pointer;
}
.proInfo1 .wrap .l .smallSwiper .swiper-slide.swiper-slide-thumb-active .img {
  border: 2px solid #204E81;
}
.proInfo1 .wrap .l .smallSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 1.6666666667vw;
  overflow: hidden;
  border: 2px solid transparent;
  transition: .6s ease;
}
.proInfo1 .wrap .l .smallSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.proInfo2 {
  height: 100vh;
}
.proInfo2 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  border-radius: 2.0833333333vw;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proInfo2 .wrap .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2.0833333333vw;
}
.proInfo2 .wrap .title span {
  color: #D13E26;
}
.proInfo2 .wrap .content {
  display: flex;
  justify-content: space-between;
  margin: 2.7083333333vw 0 0 0;
}
.proInfo2 .wrap .content .l {
  width: 47.8125vw;
  height: 36.4583333333vw;
  border-radius: 1.6666666667vw;
  background: #232225;
  padding: 3.0729166667vw 3.2291666667vw 3.125vw 3.2291666667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proInfo2 .wrap .content .l .cut {
  position: relative;
}
.proInfo2 .wrap .content .l .cut .after {
  position: absolute;
  left: -1.3541666667vw;
  top: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background: #fff;
  transition: .6s ease;
}
.proInfo2 .wrap .content .l .cut .list {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  transition: .6s ease;
}
.proInfo2 .wrap .content .l .cut .list.on {
  color: #fff !important;
}
.proInfo2 .wrap .content .l .text .list {
  display: none;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-transform: capitalize;
}
.proInfo2 .wrap .content .l .text .list.on {
  display: block;
}
.proInfo2 .wrap .content .r {
  width: 47.8125vw;
  height: 36.4583333333vw;
  border-radius: 1.6666666667vw;
  background: linear-gradient(180deg, #FFF 0%, #D5E5FD 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.proInfo2 .wrap .content .r:hover img {
  transform: scale(1.05);
}
.proInfo2 .wrap .content .r img {
  object-fit: contain;
  width: 80%;
  transition: 1s;
}

.proInfo3 {
  padding: 1.5625vw 3.6458333333vw 9.7916666667vw 3.6458333333vw;
}
.proInfo3 .wrap .up .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
}
.proInfo3 .wrap .up .title span {
  color: #204E81;
}
.proInfo3 .wrap .up .pick {
  margin: 1.0416666667vw 0 0 0;
  color: #525261;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
}
.proInfo3 .wrap .content {
  margin: 4.1666666667vw 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
}
.proInfo3 .wrap .content .item {
  width: 100%;
  height: 26.0416666667vw;
  border-radius: 1.25vw;
  background: #FFF;
  overflow: hidden;
  cursor: pointer;
}
.proInfo3 .wrap .content .item:hover .img img {
  transform: scale(1.05);
}
.proInfo3 .wrap .content .item:hover .text .p1 {
  color: var(--color);
}
.proInfo3 .wrap .content .item .img {
  height: 15.625vw;
  overflow: hidden;
}
.proInfo3 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.proInfo3 .wrap .content .item .text {
  padding: 1.7708333333vw 1.6666666667vw;
}
.proInfo3 .wrap .content .item .text .p1 {
  color: #232225;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0.9375vw;
  transition: .6s ease;
}
.proInfo3 .wrap .content .item .text .p2 {
  color: #525261;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.proInfo4 {
  padding: 6.9791666667vw 3.6458333333vw 2.8645833333vw 3.6458333333vw;
  border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
}
.proInfo4 .wrap .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.proInfo4 .wrap .content {
  margin: 3.4895833333vw 0 0 0;
  border-radius: 0.8333333333vw;
  overflow: hidden;
}
.proInfo4 .wrap .content table {
  width: 100%;
}
.proInfo4 .wrap .content table tr {
  background: #F6F8FC;
}

.proInfo4 .wrap .content table tr td,.proInfo4 .wrap .content table tr th {
  padding: 1.4583333333vw 3.125vw;
  color: #232225;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  border-bottom: 0.5208333333vw solid #fff;
}
.proInfo4 .wrap .content table tr th {
  /*border-bottom: none;*/
}
.proInfo4 .wrap .content table tr th,.proInfo4 .wrap .content table thead tr td {
  background: #E4EAF6;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
.proInfo4 .wrap .content table tr td:not(:first-child) {
  text-align: center;
}

.proInfo5 {
  padding: 5.2083333333vw 6.7708333333vw 6.5104166667vw 6.7708333333vw;
  background: #fff;
}
.proInfo5 .wrap .title {
  color: #232225;
  text-align: center;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.proInfo5 .wrap .img {
  margin: 5.46875vw 0 0 0;
}
.proInfo5 .wrap .img img {
  width: 100%;
}
.proInfo5 .wrap .display {
  margin: 6.1979166667vw 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.proInfo5 .wrap .display .list {
  border-radius: 2.6041666667vw;
  background: #F6F8FC;
  height: 4.1666666667vw;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 0 2.0833333333vw 0 0.5208333333vw;
}
.proInfo5 .wrap .display .list .num {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  background: #204E81;
}
.proInfo5 .wrap .display .list p {
  color: #525261;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 83.333%;
  text-transform: capitalize;
}


@media screen and (max-width: 1024px) {

  body {
    background: #F6F8FC;
  }

  /* ==================== proInfo1 ==================== */

  .proInfo1 {
    padding: 80px 16px 45px;
  }

  .proInfo1 .wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }

  .proInfo1 .wrap .r {
    width: 100%;
    height: 300px;
  }

  .proInfo1 .wrap .r .bigSwiper {
    width: 100%;
    height: 100%;
  }

  .proInfo1 .wrap .r .bigSwiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .proInfo1 .wrap .r .bigSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
  }

  .proInfo1 .wrap .r .bigSwiper .swiper-slide .img:hover img {
    transform: none;
  }

  .proInfo1 .wrap .l {
    width: 100%;
  }

  .proInfo1 .wrap .l .big {
    width: 100%;
    height: auto;
    min-height: 280px;
    border-radius: 16px;
    background: #E4EAF6;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .proInfo1 .wrap .l .big .title {
    color: #232225;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 25px;
  }

  .proInfo1 .wrap .l .big .title span {
    color: #204E81;
  }

  .proInfo1 .wrap .l .big .text {
    width: 100%;
    color: #525261;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 28px;
  }

  .proInfo1 .wrap .l .dis {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .proInfo1 .wrap .l .dis .download {
    width: fit-content;
    height: 42px;
    border-radius: 30px;
    padding: 0 18px;
    gap: 10px;
  }

  .proInfo1 .wrap .l .dis .download svg {
    width: 14px;
    height: 14px;
  }

  .proInfo1 .wrap .l .dis .download p {
    font-size: 14px;
  }

  .proInfo1 .wrap .l .smallSwiper {
    width: 100%;
    height: 80px;
    margin: 12px 0 0;
  }

  .proInfo1 .wrap .l .smallSwiper .swiper-slide {
    cursor: pointer;
  }

  .proInfo1 .wrap .l .smallSwiper .swiper-slide.swiper-slide-thumb-active .img {
    border: 2px solid #204E81;
  }

  .proInfo1 .wrap .l .smallSwiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    border: 2px solid transparent;
    box-sizing: border-box;
  }

  .proInfo1 .wrap .l .smallSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /* ==================== proInfo2 ==================== */

  .proInfo2 {
    height: auto;
    min-height: 100vh;
  }

  .proInfo2 .fix {
    height: auto;
    min-height: 100vh;
    position: relative;
    top: auto;
    border-radius: 20px;
    padding: 60px 16px;
    box-sizing: border-box;
    display: block;
  }

  .proInfo2 .wrap {
    width: 100%;
  }

  .proInfo2 .wrap .title {
    color: #232225;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
  }

  .proInfo2 .wrap .title span {
    color: #D13E26;
  }

  .proInfo2 .wrap .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 25px 0 0;
  }

  .proInfo2 .wrap .content .l {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    padding: 28px 24px;
    box-sizing: border-box;
  }

  .proInfo2 .wrap .content .l .cut {
    position: relative;
  }

  .proInfo2 .wrap .content .l .cut .after {
    left: -14px;
    width: 4px;
    height: 4px;
  }

  .proInfo2 .wrap .content .l .cut .list {
    font-size: 15px;
    line-height: 1.8;
  }

  .proInfo2 .wrap .content .l .text .list {
    font-size: 15px;
    line-height: 1.6;
  }

  .proInfo2 .wrap .content .r {
    width: 100%;
    height: 280px;
    border-radius: 16px;
  }

  .proInfo2 .wrap .content .r:hover img {
    transform: none;
  }

  .proInfo2 .wrap .content .r img {
    width: 85%;
    max-height: 90%;
    object-fit: contain;
  }


  /* ==================== proInfo3 ==================== */

  .proInfo3 {
    padding: 50px 16px 70px;
  }

  .proInfo3 .wrap .up .title {
    color: #232225;
    font-size: 22px;
    line-height: 30px;
  }

  .proInfo3 .wrap .up .title span {
    color: #204E81;
  }

  .proInfo3 .wrap .up .pick {
    margin: 12px 0 0;
    color: #525261;
    font-size: 14px;
    line-height: 1.6;
  }

  .proInfo3 .wrap .content {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .proInfo3 .wrap .content .item {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 14px;
  }

  .proInfo3 .wrap .content .item:hover .img img {
    transform: none;
  }

  .proInfo3 .wrap .content .item .img {
    height: 190px;
  }

  .proInfo3 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
  }

  .proInfo3 .wrap .content .item .text {
    padding: 20px 18px;
  }

  .proInfo3 .wrap .content .item .text .p1 {
    color: #232225;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
  }

  .proInfo3 .wrap .content .item .text .p2 {
    color: #525261;
    font-size: 13px;
    line-height: 1.6;
  }


  /* ==================== proInfo4 ==================== */

  .proInfo4 {
    padding: 55px 16px 30px;
    border-radius: 20px 20px 0 0;
    background: #fff;
  }

  .proInfo4 .wrap .title {
    color: #232225;
    font-size: 22px;
    line-height: 30px;
  }

  .proInfo4 .wrap .content {
    margin: 30px 0 0;
    border-radius: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .proInfo4 .wrap .content table {
    width: 700px;
    min-width: 700px;
  }

  .proInfo4 .wrap .content table tr {
    background: #F6F8FC;
  }

  .proInfo4 .wrap .content table tr td,
  .proInfo4 .wrap .content table tr th {
    padding: 15px 20px;
    color: #232225;
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 5px solid #fff;
  }

  .proInfo4 .wrap .content table tr th,
  .proInfo4 .wrap .content table thead tr td {
    background: #E4EAF6;
    font-size: 14px;
    font-weight: bold;
  }

  .proInfo4 .wrap .content table tr td:not(:first-child) {
    text-align: center;
  }


  /* ==================== proInfo5 ==================== */

  .proInfo5 {
    padding: 50px 16px 60px;
    background: #fff;
  }

  .proInfo5 .wrap .title {
    color: #232225;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .proInfo5 .wrap .img {
    margin: 35px 0 0;
  }

  .proInfo5 .wrap .img img {
    width: 100%;
    height: auto;
  }

  .proInfo5 .wrap .display {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .proInfo5 .wrap .display .list {
    border-radius: 30px;
    background: #F6F8FC;
    min-height: 50px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 18px 5px 5px;
    box-sizing: border-box;
  }

  .proInfo5 .wrap .display .list .num {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    background: #204E81;
  }

  .proInfo5 .wrap .display .list p {
    color: #525261;
    font-size: 14px;
    line-height: 1.4;
  }
}